@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic,300&subset=latin,vietnamese,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/fontawesome-webfont.eot);
  src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2) format("woff2"), url(/fonts/fontawesome-webfont.woff) format("woff"), url(/fonts/fontawesome-webfont.ttf) format("truetype"), url(/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 4, node_modules/font-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 5, node_modules/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, node_modules/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, node_modules/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, node_modules/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, node_modules/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 3, node_modules/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 4, node_modules/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }
  /* line 8, node_modules/font-awesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 10, node_modules/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }
  /* line 16, node_modules/font-awesome/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714286em; }

/* line 4, node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 10, node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 11, node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 14, node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 15, node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 19, node_modules/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 20, node_modules/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 23, node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 24, node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, node_modules/font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 9, node_modules/font-awesome/scss/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 4, node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 5, node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 6, node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 8, node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 9, node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 14, node_modules/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

/* line 4, node_modules/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 12, node_modules/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 18, node_modules/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 19, node_modules/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 20, node_modules/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, node_modules/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: ""; }

/* line 5, node_modules/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: ""; }

/* line 6, node_modules/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: ""; }

/* line 7, node_modules/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: ""; }

/* line 8, node_modules/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: ""; }

/* line 9, node_modules/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: ""; }

/* line 10, node_modules/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: ""; }

/* line 11, node_modules/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: ""; }

/* line 12, node_modules/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: ""; }

/* line 13, node_modules/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: ""; }

/* line 14, node_modules/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: ""; }

/* line 15, node_modules/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: ""; }

/* line 16, node_modules/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: ""; }

/* line 17, node_modules/font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

/* line 20, node_modules/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: ""; }

/* line 21, node_modules/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: ""; }

/* line 22, node_modules/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: ""; }

/* line 23, node_modules/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: ""; }

/* line 24, node_modules/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: ""; }

/* line 26, node_modules/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: ""; }

/* line 27, node_modules/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: ""; }

/* line 28, node_modules/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: ""; }

/* line 29, node_modules/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: ""; }

/* line 30, node_modules/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: ""; }

/* line 31, node_modules/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: ""; }

/* line 32, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: ""; }

/* line 33, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: ""; }

/* line 34, node_modules/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: ""; }

/* line 35, node_modules/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: ""; }

/* line 36, node_modules/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

/* line 38, node_modules/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: ""; }

/* line 39, node_modules/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: ""; }

/* line 40, node_modules/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: ""; }

/* line 41, node_modules/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: ""; }

/* line 42, node_modules/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: ""; }

/* line 43, node_modules/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: ""; }

/* line 44, node_modules/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: ""; }

/* line 45, node_modules/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: ""; }

/* line 46, node_modules/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: ""; }

/* line 47, node_modules/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: ""; }

/* line 48, node_modules/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: ""; }

/* line 49, node_modules/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: ""; }

/* line 50, node_modules/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: ""; }

/* line 51, node_modules/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: ""; }

/* line 52, node_modules/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: ""; }

/* line 53, node_modules/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: ""; }

/* line 54, node_modules/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: ""; }

/* line 55, node_modules/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: ""; }

/* line 56, node_modules/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: ""; }

/* line 57, node_modules/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: ""; }

/* line 58, node_modules/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: ""; }

/* line 59, node_modules/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: ""; }

/* line 60, node_modules/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: ""; }

/* line 61, node_modules/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: ""; }

/* line 62, node_modules/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: ""; }

/* line 63, node_modules/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: ""; }

/* line 64, node_modules/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

/* line 66, node_modules/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: ""; }

/* line 67, node_modules/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: ""; }

/* line 68, node_modules/font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

/* line 71, node_modules/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: ""; }

/* line 72, node_modules/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: ""; }

/* line 73, node_modules/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: ""; }

/* line 74, node_modules/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: ""; }

/* line 75, node_modules/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

/* line 77, node_modules/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: ""; }

/* line 78, node_modules/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: ""; }

/* line 79, node_modules/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: ""; }

/* line 80, node_modules/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: ""; }

/* line 81, node_modules/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: ""; }

/* line 82, node_modules/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: ""; }

/* line 83, node_modules/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: ""; }

/* line 84, node_modules/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: ""; }

/* line 85, node_modules/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: ""; }

/* line 86, node_modules/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: ""; }

/* line 87, node_modules/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: ""; }

/* line 88, node_modules/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: ""; }

/* line 89, node_modules/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: ""; }

/* line 90, node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: ""; }

/* line 91, node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: ""; }

/* line 92, node_modules/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: ""; }

/* line 93, node_modules/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: ""; }

/* line 94, node_modules/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: ""; }

/* line 95, node_modules/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: ""; }

/* line 96, node_modules/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: ""; }

/* line 97, node_modules/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: ""; }

/* line 98, node_modules/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: ""; }

/* line 99, node_modules/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: ""; }

/* line 100, node_modules/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: ""; }

/* line 101, node_modules/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: ""; }

/* line 102, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: ""; }

/* line 103, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: ""; }

/* line 104, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: ""; }

/* line 105, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: ""; }

/* line 106, node_modules/font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

/* line 108, node_modules/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: ""; }

/* line 109, node_modules/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: ""; }

/* line 110, node_modules/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: ""; }

/* line 111, node_modules/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: ""; }

/* line 112, node_modules/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: ""; }

/* line 113, node_modules/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: ""; }

/* line 114, node_modules/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: ""; }

/* line 115, node_modules/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: ""; }

/* line 116, node_modules/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: ""; }

/* line 117, node_modules/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: ""; }

/* line 118, node_modules/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: ""; }

/* line 119, node_modules/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

/* line 121, node_modules/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: ""; }

/* line 122, node_modules/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: ""; }

/* line 123, node_modules/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: ""; }

/* line 124, node_modules/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: ""; }

/* line 125, node_modules/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: ""; }

/* line 126, node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: ""; }

/* line 127, node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: ""; }

/* line 128, node_modules/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: ""; }

/* line 129, node_modules/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: ""; }

/* line 130, node_modules/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: ""; }

/* line 131, node_modules/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: ""; }

/* line 132, node_modules/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: ""; }

/* line 133, node_modules/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: ""; }

/* line 134, node_modules/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

/* line 136, node_modules/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: ""; }

/* line 137, node_modules/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: ""; }

/* line 138, node_modules/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: ""; }

/* line 139, node_modules/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: ""; }

/* line 140, node_modules/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: ""; }

/* line 142, node_modules/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: ""; }

/* line 143, node_modules/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: ""; }

/* line 144, node_modules/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: ""; }

/* line 145, node_modules/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: ""; }

/* line 146, node_modules/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: ""; }

/* line 147, node_modules/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: ""; }

/* line 148, node_modules/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: ""; }

/* line 149, node_modules/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: ""; }

/* line 150, node_modules/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: ""; }

/* line 151, node_modules/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: ""; }

/* line 152, node_modules/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: ""; }

/* line 153, node_modules/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: ""; }

/* line 154, node_modules/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: ""; }

/* line 155, node_modules/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: ""; }

/* line 156, node_modules/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: ""; }

/* line 157, node_modules/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: ""; }

/* line 158, node_modules/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: ""; }

/* line 159, node_modules/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: ""; }

/* line 160, node_modules/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: ""; }

/* line 161, node_modules/font-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

/* line 163, node_modules/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: ""; }

/* line 164, node_modules/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: ""; }

/* line 165, node_modules/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: ""; }

/* line 166, node_modules/font-awesome/scss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: ""; }

/* line 168, node_modules/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: ""; }

/* line 169, node_modules/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: ""; }

/* line 170, node_modules/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: ""; }

/* line 171, node_modules/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: ""; }

/* line 172, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: ""; }

/* line 173, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: ""; }

/* line 174, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: ""; }

/* line 175, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: ""; }

/* line 176, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: ""; }

/* line 177, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: ""; }

/* line 178, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: ""; }

/* line 179, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: ""; }

/* line 180, node_modules/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: ""; }

/* line 181, node_modules/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: ""; }

/* line 182, node_modules/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: ""; }

/* line 183, node_modules/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: ""; }

/* line 184, node_modules/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: ""; }

/* line 185, node_modules/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: ""; }

/* line 186, node_modules/font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: ""; }

/* line 188, node_modules/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: ""; }

/* line 190, node_modules/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: ""; }

/* line 191, node_modules/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: ""; }

/* line 192, node_modules/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: ""; }

/* line 194, node_modules/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: ""; }

/* line 196, node_modules/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: ""; }

/* line 197, node_modules/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

/* line 199, node_modules/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: ""; }

/* line 200, node_modules/font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

/* line 203, node_modules/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: ""; }

/* line 204, node_modules/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: ""; }

/* line 205, node_modules/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: ""; }

/* line 206, node_modules/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: ""; }

/* line 207, node_modules/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: ""; }

/* line 208, node_modules/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: ""; }

/* line 209, node_modules/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: ""; }

/* line 210, node_modules/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: ""; }

/* line 211, node_modules/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: ""; }

/* line 212, node_modules/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: ""; }

/* line 213, node_modules/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: ""; }

/* line 214, node_modules/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: ""; }

/* line 215, node_modules/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: ""; }

/* line 216, node_modules/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: ""; }

/* line 217, node_modules/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: ""; }

/* line 218, node_modules/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: ""; }

/* line 219, node_modules/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: ""; }

/* line 220, node_modules/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

/* line 222, node_modules/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

/* line 224, node_modules/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

/* line 226, node_modules/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: ""; }

/* line 227, node_modules/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: ""; }

/* line 228, node_modules/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

/* line 230, node_modules/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: ""; }

/* line 232, node_modules/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

/* line 234, node_modules/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: ""; }

/* line 235, node_modules/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: ""; }

/* line 236, node_modules/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: ""; }

/* line 238, node_modules/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: ""; }

/* line 239, node_modules/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: ""; }

/* line 240, node_modules/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

/* line 242, node_modules/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: ""; }

/* line 243, node_modules/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: ""; }

/* line 244, node_modules/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: ""; }

/* line 245, node_modules/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: ""; }

/* line 246, node_modules/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: ""; }

/* line 247, node_modules/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: ""; }

/* line 248, node_modules/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: ""; }

/* line 249, node_modules/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: ""; }

/* line 250, node_modules/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: ""; }

/* line 251, node_modules/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: ""; }

/* line 252, node_modules/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: ""; }

/* line 253, node_modules/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: ""; }

/* line 254, node_modules/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: ""; }

/* line 255, node_modules/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: ""; }

/* line 256, node_modules/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: ""; }

/* line 257, node_modules/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: ""; }

/* line 258, node_modules/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: ""; }

/* line 259, node_modules/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: ""; }

/* line 260, node_modules/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: ""; }

/* line 261, node_modules/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: ""; }

/* line 262, node_modules/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: ""; }

/* line 263, node_modules/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: ""; }

/* line 264, node_modules/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: ""; }

/* line 265, node_modules/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: ""; }

/* line 266, node_modules/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: ""; }

/* line 267, node_modules/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: ""; }

/* line 268, node_modules/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: ""; }

/* line 269, node_modules/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: ""; }

/* line 270, node_modules/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: ""; }

/* line 271, node_modules/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: ""; }

/* line 272, node_modules/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

/* line 274, node_modules/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: ""; }

/* line 275, node_modules/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: ""; }

/* line 276, node_modules/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: ""; }

/* line 277, node_modules/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: ""; }

/* line 278, node_modules/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: ""; }

/* line 279, node_modules/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

/* line 281, node_modules/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: ""; }

/* line 282, node_modules/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: ""; }

/* line 283, node_modules/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: ""; }

/* line 284, node_modules/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: ""; }

/* line 285, node_modules/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: ""; }

/* line 286, node_modules/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: ""; }

/* line 287, node_modules/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: ""; }

/* line 288, node_modules/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: ""; }

/* line 289, node_modules/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: ""; }

/* line 290, node_modules/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: ""; }

/* line 291, node_modules/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: ""; }

/* line 292, node_modules/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: ""; }

/* line 293, node_modules/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

/* line 295, node_modules/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

/* line 298, node_modules/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: ""; }

/* line 299, node_modules/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: ""; }

/* line 300, node_modules/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: ""; }

/* line 301, node_modules/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

/* line 303, node_modules/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: ""; }

/* line 304, node_modules/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: ""; }

/* line 305, node_modules/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: ""; }

/* line 306, node_modules/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: ""; }

/* line 307, node_modules/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: ""; }

/* line 308, node_modules/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: ""; }

/* line 309, node_modules/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: ""; }

/* line 310, node_modules/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: ""; }

/* line 311, node_modules/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: ""; }

/* line 312, node_modules/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: ""; }

/* line 313, node_modules/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: ""; }

/* line 314, node_modules/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: ""; }

/* line 315, node_modules/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: ""; }

/* line 316, node_modules/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: ""; }

/* line 317, node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: ""; }

/* line 318, node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: ""; }

/* line 319, node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: ""; }

/* line 320, node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: ""; }

/* line 321, node_modules/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: ""; }

/* line 322, node_modules/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: ""; }

/* line 323, node_modules/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: ""; }

/* line 324, node_modules/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: ""; }

/* line 325, node_modules/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: ""; }

/* line 326, node_modules/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: ""; }

/* line 327, node_modules/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: ""; }

/* line 328, node_modules/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: ""; }

/* line 329, node_modules/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: ""; }

/* line 330, node_modules/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: ""; }

/* line 331, node_modules/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: ""; }

/* line 332, node_modules/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: ""; }

/* line 333, node_modules/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: ""; }

/* line 334, node_modules/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: ""; }

/* line 335, node_modules/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: ""; }

/* line 336, node_modules/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: ""; }

/* line 337, node_modules/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: ""; }

/* line 338, node_modules/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: ""; }

/* line 339, node_modules/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: ""; }

/* line 340, node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

/* line 342, node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

/* line 344, node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

/* line 346, node_modules/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: ""; }

/* line 348, node_modules/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: ""; }

/* line 349, node_modules/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: ""; }

/* line 351, node_modules/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: ""; }

/* line 353, node_modules/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

/* line 357, node_modules/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

/* line 360, node_modules/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: ""; }

/* line 362, node_modules/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

/* line 364, node_modules/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: ""; }

/* line 365, node_modules/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: ""; }

/* line 366, node_modules/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: ""; }

/* line 367, node_modules/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: ""; }

/* line 368, node_modules/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: ""; }

/* line 369, node_modules/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: ""; }

/* line 370, node_modules/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: ""; }

/* line 371, node_modules/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: ""; }

/* line 372, node_modules/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: ""; }

/* line 373, node_modules/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: ""; }

/* line 374, node_modules/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: ""; }

/* line 375, node_modules/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: ""; }

/* line 376, node_modules/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: ""; }

/* line 377, node_modules/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: ""; }

/* line 378, node_modules/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: ""; }

/* line 379, node_modules/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: ""; }

/* line 380, node_modules/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: ""; }

/* line 381, node_modules/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: ""; }

/* line 382, node_modules/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: ""; }

/* line 383, node_modules/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: ""; }

/* line 384, node_modules/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: ""; }

/* line 385, node_modules/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: ""; }

/* line 386, node_modules/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: ""; }

/* line 387, node_modules/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: ""; }

/* line 388, node_modules/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: ""; }

/* line 389, node_modules/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: ""; }

/* line 390, node_modules/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: ""; }

/* line 391, node_modules/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: ""; }

/* line 392, node_modules/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: ""; }

/* line 393, node_modules/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: ""; }

/* line 394, node_modules/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: ""; }

/* line 395, node_modules/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: ""; }

/* line 396, node_modules/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: ""; }

/* line 397, node_modules/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: ""; }

/* line 398, node_modules/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: ""; }

/* line 399, node_modules/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: ""; }

/* line 400, node_modules/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: ""; }

/* line 401, node_modules/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: ""; }

/* line 402, node_modules/font-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

/* line 404, node_modules/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: ""; }

/* line 405, node_modules/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: ""; }

/* line 406, node_modules/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: ""; }

/* line 407, node_modules/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: ""; }

/* line 408, node_modules/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: ""; }

/* line 409, node_modules/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: ""; }

/* line 410, node_modules/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: ""; }

/* line 411, node_modules/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: ""; }

/* line 412, node_modules/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: ""; }

/* line 413, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: ""; }

/* line 414, node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: ""; }

/* line 415, node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

/* line 417, node_modules/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: ""; }

/* line 418, node_modules/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: ""; }

/* line 419, node_modules/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: ""; }

/* line 420, node_modules/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

/* line 422, node_modules/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: ""; }

/* line 423, node_modules/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: ""; }

/* line 424, node_modules/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: ""; }

/* line 425, node_modules/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: ""; }

/* line 426, node_modules/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: ""; }

/* line 427, node_modules/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: ""; }

/* line 428, node_modules/font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

/* line 431, node_modules/font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

/* line 433, node_modules/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: ""; }

/* line 434, node_modules/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: ""; }

/* line 435, node_modules/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: ""; }

/* line 436, node_modules/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: ""; }

/* line 437, node_modules/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: ""; }

/* line 438, node_modules/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: ""; }

/* line 439, node_modules/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: ""; }

/* line 440, node_modules/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: ""; }

/* line 441, node_modules/font-awesome/scss/_icons.scss */
.fa-pied-piper-pp:before {
  content: ""; }

/* line 442, node_modules/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: ""; }

/* line 443, node_modules/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: ""; }

/* line 444, node_modules/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: ""; }

/* line 445, node_modules/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: ""; }

/* line 446, node_modules/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: ""; }

/* line 447, node_modules/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: ""; }

/* line 448, node_modules/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: ""; }

/* line 449, node_modules/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: ""; }

/* line 450, node_modules/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: ""; }

/* line 451, node_modules/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: ""; }

/* line 452, node_modules/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: ""; }

/* line 453, node_modules/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: ""; }

/* line 454, node_modules/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: ""; }

/* line 455, node_modules/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: ""; }

/* line 456, node_modules/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: ""; }

/* line 457, node_modules/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: ""; }

/* line 458, node_modules/font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: ""; }

/* line 460, node_modules/font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: ""; }

/* line 462, node_modules/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: ""; }

/* line 463, node_modules/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: ""; }

/* line 464, node_modules/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: ""; }

/* line 465, node_modules/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: ""; }

/* line 466, node_modules/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: ""; }

/* line 467, node_modules/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: ""; }

/* line 468, node_modules/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: ""; }

/* line 469, node_modules/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: ""; }

/* line 470, node_modules/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: ""; }

/* line 471, node_modules/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

/* line 474, node_modules/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

/* line 476, node_modules/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

/* line 478, node_modules/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

/* line 480, node_modules/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: ""; }

/* line 481, node_modules/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: ""; }

/* line 482, node_modules/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: ""; }

/* line 483, node_modules/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: ""; }

/* line 484, node_modules/font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

/* line 489, node_modules/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: ""; }

/* line 490, node_modules/font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

/* line 493, node_modules/font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: ""; }

/* line 495, node_modules/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: ""; }

/* line 496, node_modules/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: ""; }

/* line 497, node_modules/font-awesome/scss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

/* line 500, node_modules/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: ""; }

/* line 501, node_modules/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: ""; }

/* line 502, node_modules/font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

/* line 504, node_modules/font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

/* line 506, node_modules/font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

/* line 508, node_modules/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: ""; }

/* line 509, node_modules/font-awesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: ""; }

/* line 510, node_modules/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: ""; }

/* line 511, node_modules/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: ""; }

/* line 512, node_modules/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: ""; }

/* line 513, node_modules/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: ""; }

/* line 514, node_modules/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: ""; }

/* line 515, node_modules/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: ""; }

/* line 516, node_modules/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

/* line 518, node_modules/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: ""; }

/* line 519, node_modules/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: ""; }

/* line 520, node_modules/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: ""; }

/* line 521, node_modules/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: ""; }

/* line 522, node_modules/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: ""; }

/* line 523, node_modules/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: ""; }

/* line 524, node_modules/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: ""; }

/* line 525, node_modules/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: ""; }

/* line 526, node_modules/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: ""; }

/* line 527, node_modules/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: ""; }

/* line 528, node_modules/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: ""; }

/* line 529, node_modules/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: ""; }

/* line 530, node_modules/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: ""; }

/* line 531, node_modules/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: ""; }

/* line 532, node_modules/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: ""; }

/* line 533, node_modules/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: ""; }

/* line 534, node_modules/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: ""; }

/* line 535, node_modules/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: ""; }

/* line 536, node_modules/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: ""; }

/* line 537, node_modules/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: ""; }

/* line 538, node_modules/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: ""; }

/* line 539, node_modules/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: ""; }

/* line 540, node_modules/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: ""; }

/* line 541, node_modules/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: ""; }

/* line 542, node_modules/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: ""; }

/* line 543, node_modules/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: ""; }

/* line 544, node_modules/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: ""; }

/* line 545, node_modules/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: ""; }

/* line 546, node_modules/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: ""; }

/* line 547, node_modules/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: ""; }

/* line 548, node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: ""; }

/* line 549, node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: ""; }

/* line 550, node_modules/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: ""; }

/* line 551, node_modules/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: ""; }

/* line 552, node_modules/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: ""; }

/* line 553, node_modules/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: ""; }

/* line 554, node_modules/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: ""; }

/* line 555, node_modules/font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

/* line 558, node_modules/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: ""; }

/* line 559, node_modules/font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: ""; }

/* line 560, node_modules/font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: ""; }

/* line 561, node_modules/font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: ""; }

/* line 562, node_modules/font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: ""; }

/* line 563, node_modules/font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: ""; }

/* line 564, node_modules/font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: ""; }

/* line 565, node_modules/font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: ""; }

/* line 566, node_modules/font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: ""; }

/* line 567, node_modules/font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: ""; }

/* line 568, node_modules/font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: ""; }

/* line 569, node_modules/font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: ""; }

/* line 570, node_modules/font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: ""; }

/* line 571, node_modules/font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: ""; }

/* line 572, node_modules/font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: ""; }

/* line 573, node_modules/font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: ""; }

/* line 574, node_modules/font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: ""; }

/* line 575, node_modules/font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: ""; }

/* line 576, node_modules/font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: ""; }

/* line 577, node_modules/font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: ""; }

/* line 578, node_modules/font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: ""; }

/* line 579, node_modules/font-awesome/scss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

/* line 581, node_modules/font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: ""; }

/* line 582, node_modules/font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: ""; }

/* line 583, node_modules/font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: ""; }

/* line 584, node_modules/font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: ""; }

/* line 585, node_modules/font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: ""; }

/* line 586, node_modules/font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: ""; }

/* line 587, node_modules/font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: ""; }

/* line 588, node_modules/font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: ""; }

/* line 589, node_modules/font-awesome/scss/_icons.scss */
.fa-genderless:before {
  content: ""; }

/* line 590, node_modules/font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: ""; }

/* line 591, node_modules/font-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: ""; }

/* line 592, node_modules/font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: ""; }

/* line 593, node_modules/font-awesome/scss/_icons.scss */
.fa-server:before {
  content: ""; }

/* line 594, node_modules/font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: ""; }

/* line 595, node_modules/font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: ""; }

/* line 596, node_modules/font-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: ""; }

/* line 598, node_modules/font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: ""; }

/* line 599, node_modules/font-awesome/scss/_icons.scss */
.fa-train:before {
  content: ""; }

/* line 600, node_modules/font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: ""; }

/* line 601, node_modules/font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: ""; }

/* line 602, node_modules/font-awesome/scss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

/* line 604, node_modules/font-awesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: ""; }

/* line 605, node_modules/font-awesome/scss/_icons.scss */
.fa-opencart:before {
  content: ""; }

/* line 606, node_modules/font-awesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: ""; }

/* line 607, node_modules/font-awesome/scss/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

/* line 610, node_modules/font-awesome/scss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

/* line 612, node_modules/font-awesome/scss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

/* line 614, node_modules/font-awesome/scss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

/* line 616, node_modules/font-awesome/scss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

/* line 618, node_modules/font-awesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: ""; }

/* line 619, node_modules/font-awesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: ""; }

/* line 620, node_modules/font-awesome/scss/_icons.scss */
.fa-object-group:before {
  content: ""; }

/* line 621, node_modules/font-awesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: ""; }

/* line 622, node_modules/font-awesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: ""; }

/* line 623, node_modules/font-awesome/scss/_icons.scss */
.fa-sticky-note-o:before {
  content: ""; }

/* line 624, node_modules/font-awesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: ""; }

/* line 625, node_modules/font-awesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: ""; }

/* line 626, node_modules/font-awesome/scss/_icons.scss */
.fa-clone:before {
  content: ""; }

/* line 627, node_modules/font-awesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: ""; }

/* line 628, node_modules/font-awesome/scss/_icons.scss */
.fa-hourglass-o:before {
  content: ""; }

/* line 629, node_modules/font-awesome/scss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

/* line 631, node_modules/font-awesome/scss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

/* line 633, node_modules/font-awesome/scss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

/* line 635, node_modules/font-awesome/scss/_icons.scss */
.fa-hourglass:before {
  content: ""; }

/* line 636, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

/* line 638, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

/* line 640, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: ""; }

/* line 641, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: ""; }

/* line 642, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-spock-o:before {
  content: ""; }

/* line 643, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: ""; }

/* line 644, node_modules/font-awesome/scss/_icons.scss */
.fa-hand-peace-o:before {
  content: ""; }

/* line 645, node_modules/font-awesome/scss/_icons.scss */
.fa-trademark:before {
  content: ""; }

/* line 646, node_modules/font-awesome/scss/_icons.scss */
.fa-registered:before {
  content: ""; }

/* line 647, node_modules/font-awesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: ""; }

/* line 648, node_modules/font-awesome/scss/_icons.scss */
.fa-gg:before {
  content: ""; }

/* line 649, node_modules/font-awesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: ""; }

/* line 650, node_modules/font-awesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: ""; }

/* line 651, node_modules/font-awesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: ""; }

/* line 652, node_modules/font-awesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: ""; }

/* line 653, node_modules/font-awesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: ""; }

/* line 654, node_modules/font-awesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: ""; }

/* line 655, node_modules/font-awesome/scss/_icons.scss */
.fa-safari:before {
  content: ""; }

/* line 656, node_modules/font-awesome/scss/_icons.scss */
.fa-chrome:before {
  content: ""; }

/* line 657, node_modules/font-awesome/scss/_icons.scss */
.fa-firefox:before {
  content: ""; }

/* line 658, node_modules/font-awesome/scss/_icons.scss */
.fa-opera:before {
  content: ""; }

/* line 659, node_modules/font-awesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: ""; }

/* line 660, node_modules/font-awesome/scss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: ""; }

/* line 662, node_modules/font-awesome/scss/_icons.scss */
.fa-contao:before {
  content: ""; }

/* line 663, node_modules/font-awesome/scss/_icons.scss */
.fa-500px:before {
  content: ""; }

/* line 664, node_modules/font-awesome/scss/_icons.scss */
.fa-amazon:before {
  content: ""; }

/* line 665, node_modules/font-awesome/scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: ""; }

/* line 666, node_modules/font-awesome/scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: ""; }

/* line 667, node_modules/font-awesome/scss/_icons.scss */
.fa-calendar-times-o:before {
  content: ""; }

/* line 668, node_modules/font-awesome/scss/_icons.scss */
.fa-calendar-check-o:before {
  content: ""; }

/* line 669, node_modules/font-awesome/scss/_icons.scss */
.fa-industry:before {
  content: ""; }

/* line 670, node_modules/font-awesome/scss/_icons.scss */
.fa-map-pin:before {
  content: ""; }

/* line 671, node_modules/font-awesome/scss/_icons.scss */
.fa-map-signs:before {
  content: ""; }

/* line 672, node_modules/font-awesome/scss/_icons.scss */
.fa-map-o:before {
  content: ""; }

/* line 673, node_modules/font-awesome/scss/_icons.scss */
.fa-map:before {
  content: ""; }

/* line 674, node_modules/font-awesome/scss/_icons.scss */
.fa-commenting:before {
  content: ""; }

/* line 675, node_modules/font-awesome/scss/_icons.scss */
.fa-commenting-o:before {
  content: ""; }

/* line 676, node_modules/font-awesome/scss/_icons.scss */
.fa-houzz:before {
  content: ""; }

/* line 677, node_modules/font-awesome/scss/_icons.scss */
.fa-vimeo:before {
  content: ""; }

/* line 678, node_modules/font-awesome/scss/_icons.scss */
.fa-black-tie:before {
  content: ""; }

/* line 679, node_modules/font-awesome/scss/_icons.scss */
.fa-fonticons:before {
  content: ""; }

/* line 680, node_modules/font-awesome/scss/_icons.scss */
.fa-reddit-alien:before {
  content: ""; }

/* line 681, node_modules/font-awesome/scss/_icons.scss */
.fa-edge:before {
  content: ""; }

/* line 682, node_modules/font-awesome/scss/_icons.scss */
.fa-credit-card-alt:before {
  content: ""; }

/* line 683, node_modules/font-awesome/scss/_icons.scss */
.fa-codiepie:before {
  content: ""; }

/* line 684, node_modules/font-awesome/scss/_icons.scss */
.fa-modx:before {
  content: ""; }

/* line 685, node_modules/font-awesome/scss/_icons.scss */
.fa-fort-awesome:before {
  content: ""; }

/* line 686, node_modules/font-awesome/scss/_icons.scss */
.fa-usb:before {
  content: ""; }

/* line 687, node_modules/font-awesome/scss/_icons.scss */
.fa-product-hunt:before {
  content: ""; }

/* line 688, node_modules/font-awesome/scss/_icons.scss */
.fa-mixcloud:before {
  content: ""; }

/* line 689, node_modules/font-awesome/scss/_icons.scss */
.fa-scribd:before {
  content: ""; }

/* line 690, node_modules/font-awesome/scss/_icons.scss */
.fa-pause-circle:before {
  content: ""; }

/* line 691, node_modules/font-awesome/scss/_icons.scss */
.fa-pause-circle-o:before {
  content: ""; }

/* line 692, node_modules/font-awesome/scss/_icons.scss */
.fa-stop-circle:before {
  content: ""; }

/* line 693, node_modules/font-awesome/scss/_icons.scss */
.fa-stop-circle-o:before {
  content: ""; }

/* line 694, node_modules/font-awesome/scss/_icons.scss */
.fa-shopping-bag:before {
  content: ""; }

/* line 695, node_modules/font-awesome/scss/_icons.scss */
.fa-shopping-basket:before {
  content: ""; }

/* line 696, node_modules/font-awesome/scss/_icons.scss */
.fa-hashtag:before {
  content: ""; }

/* line 697, node_modules/font-awesome/scss/_icons.scss */
.fa-bluetooth:before {
  content: ""; }

/* line 698, node_modules/font-awesome/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: ""; }

/* line 699, node_modules/font-awesome/scss/_icons.scss */
.fa-percent:before {
  content: ""; }

/* line 700, node_modules/font-awesome/scss/_icons.scss */
.fa-gitlab:before {
  content: ""; }

/* line 701, node_modules/font-awesome/scss/_icons.scss */
.fa-wpbeginner:before {
  content: ""; }

/* line 702, node_modules/font-awesome/scss/_icons.scss */
.fa-wpforms:before {
  content: ""; }

/* line 703, node_modules/font-awesome/scss/_icons.scss */
.fa-envira:before {
  content: ""; }

/* line 704, node_modules/font-awesome/scss/_icons.scss */
.fa-universal-access:before {
  content: ""; }

/* line 705, node_modules/font-awesome/scss/_icons.scss */
.fa-wheelchair-alt:before {
  content: ""; }

/* line 706, node_modules/font-awesome/scss/_icons.scss */
.fa-question-circle-o:before {
  content: ""; }

/* line 707, node_modules/font-awesome/scss/_icons.scss */
.fa-blind:before {
  content: ""; }

/* line 708, node_modules/font-awesome/scss/_icons.scss */
.fa-audio-description:before {
  content: ""; }

/* line 709, node_modules/font-awesome/scss/_icons.scss */
.fa-volume-control-phone:before {
  content: ""; }

/* line 710, node_modules/font-awesome/scss/_icons.scss */
.fa-braille:before {
  content: ""; }

/* line 711, node_modules/font-awesome/scss/_icons.scss */
.fa-assistive-listening-systems:before {
  content: ""; }

/* line 712, node_modules/font-awesome/scss/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

/* line 714, node_modules/font-awesome/scss/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

/* line 717, node_modules/font-awesome/scss/_icons.scss */
.fa-glide:before {
  content: ""; }

/* line 718, node_modules/font-awesome/scss/_icons.scss */
.fa-glide-g:before {
  content: ""; }

/* line 719, node_modules/font-awesome/scss/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

/* line 721, node_modules/font-awesome/scss/_icons.scss */
.fa-low-vision:before {
  content: ""; }

/* line 722, node_modules/font-awesome/scss/_icons.scss */
.fa-viadeo:before {
  content: ""; }

/* line 723, node_modules/font-awesome/scss/_icons.scss */
.fa-viadeo-square:before {
  content: ""; }

/* line 724, node_modules/font-awesome/scss/_icons.scss */
.fa-snapchat:before {
  content: ""; }

/* line 725, node_modules/font-awesome/scss/_icons.scss */
.fa-snapchat-ghost:before {
  content: ""; }

/* line 726, node_modules/font-awesome/scss/_icons.scss */
.fa-snapchat-square:before {
  content: ""; }

/* line 727, node_modules/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: ""; }

/* line 728, node_modules/font-awesome/scss/_icons.scss */
.fa-first-order:before {
  content: ""; }

/* line 729, node_modules/font-awesome/scss/_icons.scss */
.fa-yoast:before {
  content: ""; }

/* line 730, node_modules/font-awesome/scss/_icons.scss */
.fa-themeisle:before {
  content: ""; }

/* line 731, node_modules/font-awesome/scss/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

/* line 733, node_modules/font-awesome/scss/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

/* line 735, node_modules/font-awesome/scss/_icons.scss */
.fa-handshake-o:before {
  content: ""; }

/* line 736, node_modules/font-awesome/scss/_icons.scss */
.fa-envelope-open:before {
  content: ""; }

/* line 737, node_modules/font-awesome/scss/_icons.scss */
.fa-envelope-open-o:before {
  content: ""; }

/* line 738, node_modules/font-awesome/scss/_icons.scss */
.fa-linode:before {
  content: ""; }

/* line 739, node_modules/font-awesome/scss/_icons.scss */
.fa-address-book:before {
  content: ""; }

/* line 740, node_modules/font-awesome/scss/_icons.scss */
.fa-address-book-o:before {
  content: ""; }

/* line 741, node_modules/font-awesome/scss/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

/* line 743, node_modules/font-awesome/scss/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

/* line 745, node_modules/font-awesome/scss/_icons.scss */
.fa-user-circle:before {
  content: ""; }

/* line 746, node_modules/font-awesome/scss/_icons.scss */
.fa-user-circle-o:before {
  content: ""; }

/* line 747, node_modules/font-awesome/scss/_icons.scss */
.fa-user-o:before {
  content: ""; }

/* line 748, node_modules/font-awesome/scss/_icons.scss */
.fa-id-badge:before {
  content: ""; }

/* line 749, node_modules/font-awesome/scss/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

/* line 751, node_modules/font-awesome/scss/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

/* line 753, node_modules/font-awesome/scss/_icons.scss */
.fa-quora:before {
  content: ""; }

/* line 754, node_modules/font-awesome/scss/_icons.scss */
.fa-free-code-camp:before {
  content: ""; }

/* line 755, node_modules/font-awesome/scss/_icons.scss */
.fa-telegram:before {
  content: ""; }

/* line 756, node_modules/font-awesome/scss/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

/* line 759, node_modules/font-awesome/scss/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

/* line 761, node_modules/font-awesome/scss/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

/* line 763, node_modules/font-awesome/scss/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

/* line 765, node_modules/font-awesome/scss/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

/* line 767, node_modules/font-awesome/scss/_icons.scss */
.fa-shower:before {
  content: ""; }

/* line 768, node_modules/font-awesome/scss/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

/* line 771, node_modules/font-awesome/scss/_icons.scss */
.fa-podcast:before {
  content: ""; }

/* line 772, node_modules/font-awesome/scss/_icons.scss */
.fa-window-maximize:before {
  content: ""; }

/* line 773, node_modules/font-awesome/scss/_icons.scss */
.fa-window-minimize:before {
  content: ""; }

/* line 774, node_modules/font-awesome/scss/_icons.scss */
.fa-window-restore:before {
  content: ""; }

/* line 775, node_modules/font-awesome/scss/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

/* line 777, node_modules/font-awesome/scss/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

/* line 779, node_modules/font-awesome/scss/_icons.scss */
.fa-bandcamp:before {
  content: ""; }

/* line 780, node_modules/font-awesome/scss/_icons.scss */
.fa-grav:before {
  content: ""; }

/* line 781, node_modules/font-awesome/scss/_icons.scss */
.fa-etsy:before {
  content: ""; }

/* line 782, node_modules/font-awesome/scss/_icons.scss */
.fa-imdb:before {
  content: ""; }

/* line 783, node_modules/font-awesome/scss/_icons.scss */
.fa-ravelry:before {
  content: ""; }

/* line 784, node_modules/font-awesome/scss/_icons.scss */
.fa-eercast:before {
  content: ""; }

/* line 785, node_modules/font-awesome/scss/_icons.scss */
.fa-microchip:before {
  content: ""; }

/* line 786, node_modules/font-awesome/scss/_icons.scss */
.fa-snowflake-o:before {
  content: ""; }

/* line 787, node_modules/font-awesome/scss/_icons.scss */
.fa-superpowers:before {
  content: ""; }

/* line 788, node_modules/font-awesome/scss/_icons.scss */
.fa-wpexplorer:before {
  content: ""; }

/* line 789, node_modules/font-awesome/scss/_icons.scss */
.fa-meetup:before {
  content: ""; }

/* line 4, node_modules/font-awesome/scss/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 51, node_modules/font-awesome/scss/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Using _bootstrap-custom to remove the import of glyphicons that would
 * otherwise always be included by the _bootstrap.scss file in bootstrap-sass.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0; }

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

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

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

/* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none; }

/* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent; }

/* line 98, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

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

/* line 118, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 127, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic; }

/* line 136, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 145, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 154, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 170, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em; }

/* line 174, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 185, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0; }

/* line 193, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 204, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px; }

/* line 212, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/* line 221, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto; }

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

/* line 252, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 266, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible; }

/* line 277, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none; }

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

/* line 302, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 311, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 322, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal; }

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

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

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

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

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

/* line 387, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 396, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto; }

/* line 405, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold; }

/* line 416, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 421, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }
  /* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  /* line 38, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group; }
  /* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important; }
  /* line 57, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }
  /* line 72, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none; }
  /* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  /* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000; }
  /* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 88, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
    .table td,
    .table th {
      background-color: #fff !important; }
  /* line 94, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box; }

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box; }

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

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

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

/* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none; }
  /* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  /* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/* line 69, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0; }

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

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

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

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

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

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

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

/* line 141, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer; }

/* line 9, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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: normal;
    line-height: 1;
    color: #777777; }

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  /* line 30, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 41, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px; }

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

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

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

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

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

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

/* line 62, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
    .lead {
      font-size: 21px; } }

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

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

/* line 90, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 91, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 92, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 93, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify; }

/* line 94, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 97, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 98, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase; }

/* line 99, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 102, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

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

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

/* line 119, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

/* line 149, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  /* line 153, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

/* line 173, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  /* line 177, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

/* line 189, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143; }

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

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

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

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

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

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

/* line 235, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%; }

/* line 241, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  /* line 250, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  /* line 257, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777; }
    /* line 265, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

/* line 274, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  /* line 286, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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

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

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  /* line 55, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:before, .container:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 1170px; } }

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container-fluid:after {
    clear: both; }

/* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .row:after {
    clear: both; }

/* line 11, node_modules/bootstrap-sass/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-left: 15px;
  padding-right: 15px; }

/* line 27, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%; }

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

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%; }

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

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%; }

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

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 27, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%; }
  /* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%; }
  /* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  /* line 27, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%; }
  /* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%; }
  /* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  /* line 27, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%; }
  /* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%; }
  /* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

/* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left; }

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  /* line 31, node_modules/bootstrap-sass/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.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  /* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  /* line 50, node_modules/bootstrap-sass/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 57, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  /* line 62, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table .table {
    background-color: #fff; }

/* line 75, node_modules/bootstrap-sass/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 88, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd; }
  /* line 94, node_modules/bootstrap-sass/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 101, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

/* line 114, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

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

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

/* line 9, node_modules/bootstrap-sass/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 20, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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 20, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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 20, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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 20, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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 20, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    /* line 171, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table {
        margin-bottom: 0; }
        /* line 191, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table-bordered {
        border: 0; }
        /* line 208, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

/* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block; }

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%; }

/* line 70, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 76, node_modules/bootstrap-sass/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 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

/* line 114, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  /* line 57, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  /* line 103, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  /* line 107, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control:-ms-input-placeholder {
    color: #999; }
  /* line 108, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-webkit-input-placeholder {
    color: #999; }
  /* line 136, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 146, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  /* line 153, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

/* line 162, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto; }

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

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

/* line 215, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px; }

/* line 224, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 231, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

/* line 239, node_modules/bootstrap-sass/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-left: -20px;
  margin-top: 4px \9; }

/* line 248, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

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

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

/* line 276, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

/* line 285, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

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

/* line 307, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  /* line 315, node_modules/bootstrap-sass/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-left: 0;
    padding-right: 0; }

/* line 71, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

/* line 333, node_modules/bootstrap-sass/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 340, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

/* line 344, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

/* line 348, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

/* line 359, node_modules/bootstrap-sass/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 366, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

/* line 370, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

/* line 374, node_modules/bootstrap-sass/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 388, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative; }
  /* line 393, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .has-feedback .form-control {
    padding-right: 42.5px; }

/* line 398, node_modules/bootstrap-sass/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 410, node_modules/bootstrap-sass/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 417, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

/* line 8, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

/* line 8, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

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

/* line 439, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px; }

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

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

@media (min-width: 768px) {
  /* line 478, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 485, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 492, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block; }
  /* line 496, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    /* line 500, node_modules/bootstrap-sass/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 508, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%; }
  /* line 512, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 519, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    /* line 526, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  /* line 530, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  /* line 537, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

/* line 569, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

/* line 575, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:after {
    clear: both; }

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

/* line 593, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

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

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

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  /* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

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

/* line 68, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  /* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  /* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    /* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .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 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  /* line 45, node_modules/bootstrap-sass/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[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  /* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  /* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  /* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    /* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .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 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  /* line 45, node_modules/bootstrap-sass/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[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  /* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

/* line 75, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  /* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  /* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    /* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .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 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  /* line 45, node_modules/bootstrap-sass/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[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  /* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

/* line 79, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  /* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  /* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    /* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .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 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  /* line 45, node_modules/bootstrap-sass/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[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  /* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

/* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  /* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  /* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    /* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .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 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  /* line 45, node_modules/bootstrap-sass/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[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  /* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

/* line 87, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  /* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  /* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    /* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .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 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  /* line 45, node_modules/bootstrap-sass/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[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  /* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

/* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  /* line 101, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  /* line 109, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  /* line 123, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }

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

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

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
  .fade.in {
    opacity: 1; }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none; }
  /* line 21, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
  .collapse.in {
    display: block; }

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

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

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

/* line 7, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 31, node_modules/bootstrap-sass/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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  /* line 54, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 65, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

/* line 123, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block; }

/* line 128, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0; }

/* line 137, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0; }

/* line 147, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto; }

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

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

/* line 173, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

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

/* line 193, node_modules/bootstrap-sass/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 207, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  /* line 212, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    /* line 15, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .btn-toolbar:after {
    clear: both; }
  /* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  /* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

/* line 56, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }
  /* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

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

/* line 69, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left; }

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

/* line 76, node_modules/bootstrap-sass/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-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

/* line 116, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 120, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

/* line 127, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0; }

/* line 131, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

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

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

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

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

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

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

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

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

/* line 201, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  /* line 206, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  /* line 212, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  /* line 216, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

/* line 237, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    /* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group .form-control:focus {
      z-index: 3; }

/* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  /* line 63, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  /* line 89, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

/* line 108, node_modules/bootstrap-sass/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-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

/* line 120, node_modules/bootstrap-sass/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-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

/* line 135, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  /* line 144, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn > .btn {
    position: relative; }
    /* line 146, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    /* line 150, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  /* line 165, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .nav:after {
    clear: both; }
  /* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav > li {
    position: relative;
    display: block; }
    /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      /* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    /* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
    .nav > li.disabled > a {
      color: #777777; }
      /* line 34, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  /* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  /* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 66, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav > li > a > img {
    max-width: none; }

/* line 76, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }
  /* line 78, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    /* line 84, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      /* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    /* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

/* line 118, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left; }
  /* line 122, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li > a {
    border-radius: 4px; }
  /* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li + li {
    margin-left: 2px; }
  /* line 131, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none; }
  /* line 146, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

/* line 160, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  /* line 163, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    /* line 165, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  /* line 171, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    /* line 177, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      /* line 180, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

/* line 190, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  /* line 193, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  /* line 199, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    /* line 206, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

/* line 224, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none; }

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

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

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar {
      border-radius: 4px; } }

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

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

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

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:after {
    clear: both; }
  /* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      /* line 68, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      /* line 75, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.in {
        overflow-y: visible; }
      /* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

/* line 92, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

/* line 108, node_modules/bootstrap-sass/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 108, node_modules/bootstrap-sass/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 128, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    /* line 128, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top {
      border-radius: 0; } }

/* line 138, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    /* line 138, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

/* line 150, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

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

/* line 163, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  /* line 170, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  /* line 175, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    /* line 180, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

/* line 193, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  /* line 206, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle:focus {
    outline: 0; }
  /* line 211, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  /* line 217, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    /* line 193, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-toggle {
      display: none; } }

/* line 232, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px; }
  /* line 235, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    /* line 243, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      /* line 251, node_modules/bootstrap-sass/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 255, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        /* line 257, node_modules/bootstrap-sass/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 232, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav {
      float: left;
      margin: 0; }
      /* line 270, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav > li {
        float: left; }
        /* line 272, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

/* line 286, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    /* line 478, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    /* line 485, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    /* line 492, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control-static {
      display: inline-block; }
    /* line 496, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      /* line 500, node_modules/bootstrap-sass/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 508, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group > .form-control {
      width: 100%; }
    /* line 512, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    /* line 519, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      /* line 526, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    /* line 530, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    /* line 537, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    /* line 298, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group {
      margin-bottom: 5px; }
      /* line 302, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    /* line 286, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

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

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

/* line 343, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  /* line 346, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 349, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

/* line 359, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    /* line 359, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  /* line 379, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important; }
  /* line 382, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    /* line 386, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

/* line 397, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  /* line 401, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-brand {
    color: #777; }
    /* line 403, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  /* line 410, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-text {
    color: #777; }
  /* line 415, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    /* line 418, node_modules/bootstrap-sass/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 425, node_modules/bootstrap-sass/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 433, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    /* line 444, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    /* line 448, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  /* line 453, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  /* line 462, node_modules/bootstrap-sass/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 {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    /* line 473, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      /* line 475, node_modules/bootstrap-sass/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 482, node_modules/bootstrap-sass/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 490, node_modules/bootstrap-sass/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 506, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-link {
    color: #777; }
    /* line 508, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-link:hover {
      color: #333; }
  /* line 513, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .btn-link {
    color: #777; }
    /* line 515, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    /* line 521, node_modules/bootstrap-sass/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 531, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  /* line 535, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    /* line 537, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  /* line 544, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  /* line 549, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    /* line 552, node_modules/bootstrap-sass/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 559, node_modules/bootstrap-sass/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 567, node_modules/bootstrap-sass/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 577, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    /* line 579, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    /* line 583, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  /* line 588, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  /* line 596, node_modules/bootstrap-sass/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 {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    /* line 607, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    /* line 610, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    /* line 613, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      /* line 615, node_modules/bootstrap-sass/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 622, node_modules/bootstrap-sass/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 630, node_modules/bootstrap-sass/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 641, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    /* line 643, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  /* line 648, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    /* line 650, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    /* line 656, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  .breadcrumb > li {
    display: inline-block; }
    /* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  /* line 25, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  .breadcrumb > .active {
    color: #777777; }

/* line 4, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li {
    display: inline; }
    /* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857143;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    /* line 25, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    /* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  /* line 41, node_modules/bootstrap-sass/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 52, node_modules/bootstrap-sass/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;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  /* line 64, node_modules/bootstrap-sass/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;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

/* line 5, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

/* line 5, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:after {
    clear: both; }
  /* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
  .pager li {
    display: inline; }
    /* line 14, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  /* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
  .pager .next > a,
  .pager .next > span {
    float: right; }
  /* line 38, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  /* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  /* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
  .label:empty {
    display: none; }
  /* line 25, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
  .btn .label {
    position: relative;
    top: -1px; }

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

/* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

/* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

/* line 56, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  /* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
  .badge:empty {
    display: none; }
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
  .btn .badge {
    position: relative;
    top: -1px; }
  /* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  /* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  /* line 47, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item > .badge {
    float: right; }
  /* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  /* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

/* line 62, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  /* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  /* line 28, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      /* line 43, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      /* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  /* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

/* line 34, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  /* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  /* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
  .alert .alert-link {
    font-weight: bold; }
  /* line 28, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  /* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
  .alert > p + p {
    margin-top: 5px; }

/* line 42, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  /* line 47, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

/* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-success hr {
    border-top-color: #c9e2b3; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-success .alert-link {
    color: #2b542c; }

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-info hr {
    border-top-color: #a6e1ec; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-info .alert-link {
    color: #245269; }

/* line 67, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-warning .alert-link {
    color: #66512c; }

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  /* line 11, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 54, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 73, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f; }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 1, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px; }
  /* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
  .media:first-child {
    margin-top: 0; }

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px; }

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block; }
  /* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
  .media-object.img-thumbnail {
    max-width: none; }

/* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px; }

/* line 34, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px; }

/* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

/* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle; }

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom; }

/* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

/* line 21, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  /* line 34, node_modules/bootstrap-sass/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 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555; }
  /* line 50, node_modules/bootstrap-sass/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 55, node_modules/bootstrap-sass/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 {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left; }

/* line 70, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  /* line 78, node_modules/bootstrap-sass/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 81, node_modules/bootstrap-sass/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 87, node_modules/bootstrap-sass/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 96, node_modules/bootstrap-sass/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 101, node_modules/bootstrap-sass/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 4, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  /* line 15, node_modules/bootstrap-sass/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 19, node_modules/bootstrap-sass/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 24, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  /* line 15, node_modules/bootstrap-sass/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 19, node_modules/bootstrap-sass/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 24, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  /* line 15, node_modules/bootstrap-sass/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 19, node_modules/bootstrap-sass/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 24, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  /* line 15, node_modules/bootstrap-sass/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 19, node_modules/bootstrap-sass/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 24, node_modules/bootstrap-sass/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 123, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 127, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .panel-body:after {
    clear: both; }

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  /* line 39, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  /* line 67, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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-right-radius: 3px;
    border-top-left-radius: 3px; }
  /* line 82, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 100, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0; }

/* line 110, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  /* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

/* line 121, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  /* line 127, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    /* line 153, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  /* line 181, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

/* line 222, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px; }
  /* line 226, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    /* line 230, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel + .panel {
      margin-top: 5px; }
  /* line 235, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-heading {
    border-bottom: 0; }
    /* line 238, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-footer {
    border-top: 0; }
    /* line 246, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

/* line 254, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd; }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  /* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

/* line 257, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7; }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  /* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

/* line 260, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6; }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  /* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

/* line 263, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1; }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  /* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

/* line 266, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc; }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  /* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

/* line 269, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1; }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  /* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  /* line 12, node_modules/bootstrap-sass/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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

/* line 28, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px; }

/* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px; }

/* line 6, node_modules/bootstrap-sass/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;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  /* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden; }

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  /* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 38, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #3593CE; }
  /* line 73, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 74, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 79, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-header:after {
    clear: both; }

/* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 90, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143; }

/* line 97, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px; }

/* line 103, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-footer:after {
    clear: both; }
  /* line 110, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 119, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  /* line 136, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  /* line 140, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  /* line 145, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  /* line 149, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px; } }

/* line 7, node_modules/bootstrap-sass/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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 21, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  /* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 26, node_modules/bootstrap-sass/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 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 45, node_modules/bootstrap-sass/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 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 59, node_modules/bootstrap-sass/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 66, node_modules/bootstrap-sass/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 73, node_modules/bootstrap-sass/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 80, node_modules/bootstrap-sass/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 87, node_modules/bootstrap-sass/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 94, node_modules/bootstrap-sass/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 6, node_modules/bootstrap-sass/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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.top {
    margin-top: -10px; }
  /* line 28, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.right {
    margin-left: 10px; }
  /* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.bottom {
    margin-top: 10px; }
  /* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.left {
    margin-left: -10px; }

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

/* line 42, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px; }

/* line 51, node_modules/bootstrap-sass/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 61, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px; }

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 70, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  /* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

/* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  /* line 92, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

/* line 100, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  /* line 107, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

/* line 116, node_modules/bootstrap-sass/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 123, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative; }

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  /* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    /* line 22, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-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;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        /* line 34, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  /* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active {
    left: 0; }
  /* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 70, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next {
    left: 100%; }
  /* line 73, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .prev {
    left: -100%; }
  /* line 76, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  /* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.left {
    left: -100%; }
  /* line 84, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.right {
    left: 100%; }

/* line 93, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  /* line 109, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.left {
    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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  /* line 112, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 0;
    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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  /* line 119, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 128, node_modules/bootstrap-sass/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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  /* line 138, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  /* line 143, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  /* line 148, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  /* line 158, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  /* line 163, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next:before {
    content: '\203a'; }

/* line 174, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  /* line 185, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  /* line 207, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

/* line 218, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  /* line 229, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 240, node_modules/bootstrap-sass/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 249, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  /* line 253, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  /* line 260, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  /* line 267, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both; }

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important; }

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important; }

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important; }

/* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important; }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important; }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important; }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important; }

/* line 36, node_modules/bootstrap-sass/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 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important; }
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important; }
  /* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  /* line 54, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  /* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  /* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important; }
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important; }
  /* line 12, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important; }
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important; }
  /* line 12, node_modules/bootstrap-sass/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, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important; }
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important; }
  /* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  /* line 111, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  /* line 116, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  /* line 121, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important; } }

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important; }
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important; }
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important; }
  /* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

/* line 155, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important; }
  @media print {
    /* line 155, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
      display: block !important; } }

/* line 162, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important; }
  @media print {
    /* line 162, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
      display: inline !important; } }

/* line 169, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important; }
  @media print {
    /* line 169, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important; } }

/**********************************
  Add component sass files here
 *********************************/
/* line 1, common/styles/_caddy.scss */
.gc-caddy {
  background: #fff;
  border-radius: 0;
  padding: 15px 15px;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

/* line 1, common/styles/_form.scss */
label {
  font-size: 0.92857143em;
  font-weight: normal; }

/* line 8, common/styles/_form.scss */
input[type="radio"]:focus {
  outline-offset: 0; }

/* line 12, common/styles/_form.scss */
input[type="number"] {
  -moz-appearance: textfield; }
  /* line 14, common/styles/_form.scss */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/* line 20, common/styles/_form.scss */
input[type=range]::-ms-tooltip {
  display: none; }

/* line 25, common/styles/_form.scss */
textarea {
  min-height: 120px; }

/* line 30, common/styles/_form.scss */
.form-control::-moz-placeholder {
  color: #ccc; }

/* line 33, common/styles/_form.scss */
.form-control:-ms-input-placeholder {
  color: #ccc; }

/* line 36, common/styles/_form.scss */
.form-control::-webkit-input-placeholder {
  color: #ccc; }

/* line 42, common/styles/_form.scss */
.has-error .form-control {
  border-color: #d34327; }
  /* line 44, common/styles/_form.scss */
  .has-error .form-control:focus {
    border-color: #d34327; }

/* line 50, common/styles/_form.scss */
.error {
  color: #d34327;
  padding: 3px; }

/* line 1, common/styles/_grid.scss */
.gc-grid {
  padding-top: 5px;
  padding-bottom: 5px; }
  /* line 4, common/styles/_grid.scss */
  .gc-grid:nth-of-type(odd) {
    background: #fff;
    border-top: 1px solid #e6e5e5;
    border-bottom: 1px solid #e6e5e5; }

/* line 11, common/styles/_grid.scss */
.grid-header-row, .grid-row {
  padding: 7px 0;
  overflow: hidden; }
  /* line 14, common/styles/_grid.scss */
  .grid-header-row:after, .grid-row:after {
    clear: both; }

/* line 19, common/styles/_grid.scss */
.grid-header-row {
  font-size: 0.92857143em;
  font-weight: bold; }
  /* line 22, common/styles/_grid.scss */
  .grid-header-row .is-sortable {
    cursor: pointer; }

/* line 27, common/styles/_grid.scss */
.grid-row {
  border-top: 1px solid #e6e5e5;
  font-size: 0.92857143em; }
  /* line 30, common/styles/_grid.scss */
  .grid-row:nth-of-type(odd) {
    background: #fff; }

/* line 35, common/styles/_grid.scss */
.grid-wrapper {
  max-height: 310px;
  overflow-y: auto; }
  /* line 39, common/styles/_grid.scss */
  .grid-wrapper .grid-tools a, .grid-wrapper .grid-tools span {
    margin-right: 5px; }
    /* line 41, common/styles/_grid.scss */
    .grid-wrapper .grid-tools a:last-child, .grid-wrapper .grid-tools span:last-child {
      margin-right: 0; }
  /* line 45, common/styles/_grid.scss */
  .grid-wrapper .grid-tools .disabled {
    color: #e6e5e5; }

/* line 1, common/styles/_typography.scss */
body {
  color: #434343;
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }

/* line 7, common/styles/_typography.scss */
a {
  color: #00a5ff;
  cursor: pointer;
  outline: none; }
  /* line 11, common/styles/_typography.scss */
  a:hover, a:focus {
    color: #0084cc;
    text-decoration: none; }

/* line 11, common/styles/main.scss */
.container {
  background: #fff; }

/* line 15, common/styles/main.scss */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 21, common/styles/main.scss */
.buffer-left-lg {
  margin-left: 40px; }

/* line 25, common/styles/main.scss */
.buffer-left {
  margin-left: 20px; }

/* line 29, common/styles/main.scss */
.buffer-left-sm {
  margin-left: 10px; }

/* line 33, common/styles/main.scss */
.buffer-left-xs {
  margin-left: 5px; }

/* line 37, common/styles/main.scss */
.buffer-right-lg {
  margin-right: 40px; }

/* line 41, common/styles/main.scss */
.buffer-right {
  margin-right: 20px; }

/* line 45, common/styles/main.scss */
.buffer-right-sm {
  margin-right: 10px; }

/* line 49, common/styles/main.scss */
.buffer-right-xs {
  margin-right: 5px; }

/* line 53, common/styles/main.scss */
.buffer-top-lg {
  margin-top: 40px; }

/* line 57, common/styles/main.scss */
.buffer-top {
  margin-top: 20px; }

/* line 61, common/styles/main.scss */
.buffer-top-sm {
  margin-top: 10px; }

/* line 65, common/styles/main.scss */
.buffer-top-xs {
  margin-top: 5px; }

/* line 69, common/styles/main.scss */
.buffer-bottom-lg {
  margin-bottom: 40px; }

/* line 73, common/styles/main.scss */
.buffer-bottom {
  margin-bottom: 20px; }

/* line 77, common/styles/main.scss */
.buffer-bottom-sm {
  margin-bottom: 10px; }

/* line 81, common/styles/main.scss */
.buffer-bottom-xs {
  margin-bottom: 5px; }

/* line 1, moderator/app/_typography.scss */
h2 {
  color: #385665; }
  /* line 4, moderator/app/_typography.scss */
  h2.align-content {
    margin-top: 0; }

/* line 9, moderator/app/_typography.scss */
label {
  color: #727983; }

/* line 13, moderator/app/_typography.scss */
.btn {
  color: #fff;
  font-size: 1.28571429em;
  text-transform: uppercase; }

/* line 19, moderator/app/_typography.scss */
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff; }

/* line 25, moderator/app/_typography.scss */
.fa-question-circle {
  color: #90cbeb;
  cursor: pointer; }
  /* line 28, moderator/app/_typography.scss */
  .fa-question-circle:hover {
    color: #56b0e1; }

/* line 33, moderator/app/_typography.scss */
.fa-trash-o {
  color: #d34327; }
  /* line 35, moderator/app/_typography.scss */
  .fa-trash-o:hover {
    color: #a8351f; }

/* line 5, stdin */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

/* line 12, stdin */
body {
  background: #e6e5e5; }

/* line 16, stdin */
span, li {
  outline: none; }

/* line 20, stdin */
.container {
  background: #fff;
  min-height: 100%;
  padding: 0;
  width: auto !important; }

/* line 27, stdin */
.new-container {
  padding-top: 50px;
  position: static !important; }

/* line 32, stdin */
.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1050;
  background: #fff;
  opacity: 0.6;
  text-align: center; }
  /* line 40, stdin */
  .overlay .fa-spinner {
    color: #000;
    font-size: 40px;
    position: relative;
    top: 35%; }

/* line 49, stdin */
form .cancel-link, data-ng-form .cancel-link {
  display: inline-block;
  padding: 7px 20px 0 0;
  font-size: 1.28571429em;
  vertical-align: middle; }

/* line 58, stdin */
a.disabled {
  cursor: default;
  color: #8d939b; }

/* line 64, stdin */
.text-link {
  cursor: pointer;
  color: #00A5FF; }
  /* line 68, stdin */
  .text-link:hover {
    color: #3C96C8; }
  /* line 72, stdin */
  .text-link.disabled {
    cursor: default;
    color: #8d939b; }

/* line 78, stdin */
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 85, stdin */
.btn {
  background: #00a5ff;
  border-radius: 5px;
  text-transform: none;
  padding: 10px 20px; }
  /* line 90, stdin */
  .btn:hover,
  .btn:focus,
  .btn:active {
    background: #0084cc; }
  /* line 96, stdin */
  .btn.cancel-link-new {
    background: #fff;
    color: #d34327; }
  /* line 101, stdin */
  .btn.btn-light {
    color: #434343;
    border-color: #ccc;
    background: #fff; }
    /* line 105, stdin */
    .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active {
      background: #e6e5e5; }
  /* line 113, stdin */
  .btn.btn-sm, .btn-group-sm > .btn {
    padding: 5px 15px; }

/* line 118, stdin */
.btn-secondary {
  background: #c7e5f5;
  border-radius: 5px;
  color: #727983;
  font-size: 0.92857143em;
  font-weight: bold;
  padding: 10px 20px; }
  /* line 125, stdin */
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: #9cd1ed;
    color: #727983; }

/* line 134, stdin */
.has-error .cke_contents {
  border-color: #d34327; }

/* line 139, stdin */
.gc-form-element {
  padding-right: 0; }

/* line 144, stdin */
.gc-well h4 {
  margin: 0; }

/* line 147, stdin */
.gc-well strong {
  font-size: 1.28571429em; }

/* line 150, stdin */
.gc-well > * {
  display: inline-block; }

/* line 155, stdin */
.gc-container {
  position: relative; }

/* line 159, stdin */
.gc-view {
  margin: 30px 24px 50px;
  min-height: calc(100vh - 50px); }
  /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .gc-view:before, .gc-view:after {
    content: " ";
    display: table; }
  /* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .gc-view:after {
    clear: both; }

/* line 166, stdin */
.label.label-default {
  background: #7ea4b8; }

/* line 169, stdin */
.label.disabled {
  background: #8d939b; }

/* Bootstrap overrides */
/* line 175, stdin */
.form-control {
  padding: 4px 12px; }

/* line 180, stdin */
.modal-header h3.confirmation {
  color: #d34327; }

/* line 186, stdin */
.modal-footer .cancel-link {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 1.28571429em;
  vertical-align: middle; }

/* line 195, stdin */
.has-success:after {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #a6d279;
  font-size: 24px;
  margin-right: -30px;
  position: absolute;
  top: 30px;
  right: 0; }

/* line 211, stdin */
.cursor-pointer {
  cursor: pointer; }

/* line 215, stdin */
.bold {
  font-weight: bold; }

/* line 219, stdin */
.col-no-gutters {
  padding-left: 0;
  padding-right: 0; }

/* line 225, stdin */
.glyphicon {
  cursor: pointer; }
  /* line 228, stdin */
  .glyphicon.glyphicon-star:before {
    font-family: FontAwesome;
    content: "\f005";
    color: #b4d78b; }
  /* line 235, stdin */
  .glyphicon.glyphicon-star-empty:before {
    font-family: FontAwesome;
    content: "\f006"; }

/* ng-sortable - we never want scrollbars to show in dragged elements */
/* line 244, stdin */
.as-sortable-dragging li {
  overflow: hidden !important; }

/* Overides styling for ngAnimate which was causing a delay in hiding some form
fields using data-ng-show/hide and data-ng-if */
/* line 251, stdin */
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none; }

/* Component-level SCSS imports
(Note: SCSS files in styles/components need to be loaded first) */
/* line 1, moderator/app/styles/components/_mediaGrid.scss */
.media-grid {
  margin-top: 10px; }
  /* line 3, moderator/app/styles/components/_mediaGrid.scss */
  .media-grid .media-thumbnail {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0; }
    /* line 7, moderator/app/styles/components/_mediaGrid.scss */
    .media-grid .media-thumbnail .media-img {
      background-color: #727983;
      text-align: center;
      position: relative;
      margin: 0 auto; }
    /* line 13, moderator/app/styles/components/_mediaGrid.scss */
    .media-grid .media-thumbnail img {
      outline: 1px solid #8d939b;
      height: 100px;
      width: 100px;
      cursor: pointer; }
    /* line 20, moderator/app/styles/components/_mediaGrid.scss */
    .media-grid .media-thumbnail.disabled img {
      cursor: not-allowed; }
  /* line 25, moderator/app/styles/components/_mediaGrid.scss */
  .media-grid .delete-overlay {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #d34327;
    color: #fff;
    padding: 5px; }
    /* line 33, moderator/app/styles/components/_mediaGrid.scss */
    .media-grid .delete-overlay .fa-trash-o {
      color: #fff; }
  /* line 37, moderator/app/styles/components/_mediaGrid.scss */
  .media-grid .media-thumb-as-sortable-item {
    display: inline-block !important; }
  /* line 40, moderator/app/styles/components/_mediaGrid.scss */
  .media-grid .as-sortable-placeholder {
    background-color: #e6e5e5;
    width: 100px !important;
    height: 100px !important;
    margin: 0 10px 10px 0; }

/* line 49, moderator/app/styles/components/_mediaGrid.scss */
.file-upload .add-image-btn {
  border: 1px solid #00a5ff;
  color: #00a5ff;
  background: #fff; }
  /* line 53, moderator/app/styles/components/_mediaGrid.scss */
  .file-upload .add-image-btn:hover {
    background: #d9f2ff; }

/* line 59, moderator/app/styles/components/_mediaGrid.scss */
.play-watermark {
  cursor: pointer;
  position: absolute;
  top: 23px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #ddeff9; }

/* line 1, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-title {
  font-weight: bold; }

/* line 4, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-message {
  word-wrap: break-word; }

/* line 7, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-message a,
.toast-message label {
  color: #ffffff; }

/* line 11, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

/* line 15, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8; }

/* line 27, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 37, node_modules/angular-toastr/dist/angular-toastr.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 44, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

/* line 49, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

/* line 54, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

/* line 59, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

/* line 64, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-top-left {
  top: 12px;
  left: 12px; }

/* line 68, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-top-right {
  top: 12px;
  right: 12px; }

/* line 72, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

/* line 76, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

/* line 80, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

/* line 85, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container * {
  box-sizing: border-box; }

/* line 90, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8; }

/* line 107, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer; }

/* line 114, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

/* line 117, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

/* line 120, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

/* line 123, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

/* line 126, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

/* line 131, node_modules/angular-toastr/dist/angular-toastr.css */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

/* line 136, node_modules/angular-toastr/dist/angular-toastr.css */
.toast {
  background-color: #030303; }

/* line 139, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-success {
  background-color: #51a351; }

/* line 142, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-error {
  background-color: #bd362f; }

/* line 145, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-info {
  background-color: #2f96b4; }

/* line 148, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-warning {
  background-color: #f89406; }

/* line 151, node_modules/angular-toastr/dist/angular-toastr.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4; }

/*Animations*/
/* line 160, node_modules/angular-toastr/dist/angular-toastr.css */
.toast {
  opacity: 1 !important; }

/* line 163, node_modules/angular-toastr/dist/angular-toastr.css */
.toast.ng-enter {
  opacity: 0 !important;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear; }

/* line 167, node_modules/angular-toastr/dist/angular-toastr.css */
.toast.ng-enter.ng-enter-active {
  opacity: 1 !important; }

/* line 170, node_modules/angular-toastr/dist/angular-toastr.css */
.toast.ng-leave {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear; }

/* line 174, node_modules/angular-toastr/dist/angular-toastr.css */
.toast.ng-leave.ng-leave-active {
  opacity: 0 !important; }

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 179, node_modules/angular-toastr/dist/angular-toastr.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  /* line 183, node_modules/angular-toastr/dist/angular-toastr.css */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 189, node_modules/angular-toastr/dist/angular-toastr.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  /* line 193, node_modules/angular-toastr/dist/angular-toastr.css */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 199, node_modules/angular-toastr/dist/angular-toastr.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/* line 3, moderator/app/styles/components/_notification.scss */
.toast-top-center {
  top: 125px; }

/* line 7, moderator/app/styles/components/_notification.scss */
.toast-error {
  background: #d34327; }

/* line 11, moderator/app/styles/components/_notification.scss */
.toast-info {
  background: #9cd1ed; }

/* line 15, moderator/app/styles/components/_notification.scss */
.toast-success {
  background: #a6d279; }

/* line 19, moderator/app/styles/components/_notification.scss */
.toast-warning {
  background: #f0d76e; }

/* line 1, moderator/app/components/accountHome/accountControls/_accountControls.scss */
.account-controls {
  padding: 35px 5px; }
  /* line 4, moderator/app/components/accountHome/accountControls/_accountControls.scss */
  .account-controls .status-filters {
    display: inline-block; }
    /* line 7, moderator/app/components/accountHome/accountControls/_accountControls.scss */
    .account-controls .status-filters label {
      margin-right: 30px; }
  /* line 13, moderator/app/components/accountHome/accountControls/_accountControls.scss */
  .account-controls button.create-project {
    width: 200px;
    float: right;
    font-size: 1.14285714em;
    font-weight: lighter; }

/* line 1, moderator/app/components/accountHome/accountHeader/_accountHeader.scss */
.account-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 24px; }
  /* line 7, moderator/app/components/accountHome/accountHeader/_accountHeader.scss */
  .account-header .account-name {
    font-size: 1.14285714em; }

/* line 2, moderator/app/components/accountHome/accountPage/_accountPage.scss */
.account-page .paging-controls {
  width: 100%; }
  /* line 5, moderator/app/components/accountHome/accountPage/_accountPage.scss */
  .account-page .paging-controls div {
    display: inline-block; }

/* line 1, moderator/app/components/accountHome/accountProjectRow/_accountProjectRow.scss */
.account-project-row {
  padding: 20px 0; }
  /* line 4, moderator/app/components/accountHome/accountProjectRow/_accountProjectRow.scss */
  .account-project-row.highlight {
    background: #f5f5f5;
    cursor: pointer; }

/* line 2, moderator/app/components/accountHome/accountProjectsContainer/_accountProjectsContainer.scss */
.account-projects .error-message {
  font-size: 1.28571429em; }

/* line 1, moderator/app/components/accountHome/accountProjectsList/_accountProjectsList.scss */
.account-projects-list {
  margin-left: 15px;
  margin-right: 15px; }
  /* line 5, moderator/app/components/accountHome/accountProjectsList/_accountProjectsList.scss */
  .account-projects-list .projects-list-header {
    font-size: 0.85714286em;
    font-weight: bold;
    line-height: 2.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b2b2; }
    /* line 14, moderator/app/components/accountHome/accountProjectsList/_accountProjectsList.scss */
    .account-projects-list .projects-list-header .projects-list-column-header.sortable:hover {
      background: #f5f5f5;
      cursor: pointer; }
  /* line 24, moderator/app/components/accountHome/accountProjectsList/_accountProjectsList.scss */
  .account-projects-list .projects-list-data .no-projects {
    margin-top: 40px;
    font-size: 1.14285714em; }

/* line 3, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
.new-account-projects-container .projects-list-container {
  color: #727983;
  width: 100%; }
  /* line 7, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .projects-list-container .projects-list-container {
    border-bottom: 3px solid #eee;
    width: 100%; }
  /* line 12, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .projects-list-container .project-list-row {
    cursor: pointer; }
  /* line 16, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .projects-list-container .no-projects-message {
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    width: 100%; }
  /* line 23, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .projects-list-container .project-list-header {
    border: 3px solid #eee; }
    /* line 26, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
    .new-account-projects-container .projects-list-container .project-list-header .header-cell {
      font-weight: bold;
      height: 58px;
      min-width: 200px;
      overflow: hidden; }
    /* line 33, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
    .new-account-projects-container .projects-list-container .project-list-header .disabled-header {
      opacity: .7; }

/* line 39, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
.new-account-projects-container .project-list-control-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 20px 0 20px 10px; }
  /* line 44, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .project-list-control-container .filter-projects-select-label {
    font-size: 1.3rem; }
  /* line 48, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .project-list-control-container #project-list-filter {
    font-size: 1.3rem;
    width: 300px; }
    /* line 52, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
    .new-account-projects-container .project-list-control-container #project-list-filter:focus {
      background: none; }
  /* line 57, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .project-list-control-container .create-new-project-button {
    height: 40px;
    margin: 12px 10px 0; }

/* line 63, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
.new-account-projects-container .project-list-page-controls {
  margin: 5px; }
  /* line 67, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .project-list-page-controls .rows-per-page-select > div {
    border-radius: 5px;
    padding: 20px 26px 18px 12px; }
  /* line 72, moderator/app/components/accountProjectsContainerNew/_accountProjectsList.scss */
  .new-account-projects-container .project-list-page-controls .rows-per-page-select > svg {
    margin: 0 5px 0 0; }

/* line 1, moderator/app/components/accounts/accountRow/_accountRow.scss */
.account-row {
  padding: 20px 0; }
  /* line 4, moderator/app/components/accounts/accountRow/_accountRow.scss */
  .account-row.highlight {
    background: #f5f5f5;
    cursor: pointer; }

/* line 1, moderator/app/components/accounts/accountsHeader/_accountsHeader.scss */
.accounts-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 24px; }
  /* line 7, moderator/app/components/accounts/accountsHeader/_accountsHeader.scss */
  .accounts-header h2 {
    margin: 0; }

/* line 1, moderator/app/components/accounts/accountsList/_accountsList.scss */
.accounts-list {
  margin-left: 30px;
  margin-right: 30px; }
  /* line 5, moderator/app/components/accounts/accountsList/_accountsList.scss */
  .accounts-list .accounts-list-header {
    font-size: 0.85714286em;
    font-weight: bold;
    line-height: 2.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b2b2; }
    /* line 14, moderator/app/components/accounts/accountsList/_accountsList.scss */
    .accounts-list .accounts-list-header .accounts-list-column-header.sortable:hover {
      background: #f5f5f5;
      cursor: pointer; }
  /* line 22, moderator/app/components/accounts/accountsList/_accountsList.scss */
  .accounts-list .accounts-list-data {
    min-height: 300px; }
    /* line 25, moderator/app/components/accounts/accountsList/_accountsList.scss */
    .accounts-list .accounts-list-data .no-accounts {
      margin-top: 40px;
      font-size: 1.14285714em; }

/* line 1, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
.new-accounts-list-container {
  width: 100%;
  padding: 0 20px; }
  /* line 5, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
  .new-accounts-list-container .accounts-list-table {
    border-bottom: 3px solid #eee;
    height: 100%;
    margin-top: 40px; }
    /* line 11, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
    .new-accounts-list-container .accounts-list-table .account-list-header {
      border: 3px solid #eee;
      padding-left: 30px; }
      /* line 15, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
      .new-accounts-list-container .accounts-list-table .account-list-header .header-cell {
        font-weight: bold; }
        /* line 18, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
        .new-accounts-list-container .accounts-list-table .account-list-header .header-cell > span {
          color: #727983; }
    /* line 24, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
    .new-accounts-list-container .accounts-list-table .accounts-list-row {
      cursor: pointer; }
  /* line 29, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
  .new-accounts-list-container .no-accounts-message {
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    width: 100%; }
  /* line 36, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
  .new-accounts-list-container .accounts-list-page-controls {
    margin: 5px; }
    /* line 40, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
    .new-accounts-list-container .accounts-list-page-controls .rows-per-page-select > div {
      border-radius: 5px;
      padding: 20px 26px 18px 12px; }
    /* line 45, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
    .new-accounts-list-container .accounts-list-page-controls .rows-per-page-select > svg {
      margin: 0 5px 0 0; }
  /* line 51, moderator/app/components/accounts/accountsListNew/_accountsListNew.scss */
  .new-accounts-list-container .accounts-list-loading {
    padding-right: 20px;
    left: 50%;
    position: fixed;
    top: 40%;
    z-index: 3; }

/* line 3, moderator/app/components/accounts/accountsPage/_accountsPage.scss */
.accounts-page .error-message {
  font-size: 1.28571429em; }

/* line 7, moderator/app/components/accounts/accountsPage/_accountsPage.scss */
.accounts-page .paging-controls {
  width: 100%; }
  /* line 10, moderator/app/components/accounts/accountsPage/_accountsPage.scss */
  .accounts-page .paging-controls div {
    display: inline-block; }

/* line 3, moderator/app/components/accountUsers/_accountUsers.scss */
.account-users .user-list .user-rows {
  max-height: 300px;
  overflow-y: auto; }

/* line 11, moderator/app/components/accountUsers/_accountUsers.scss */
#company-access-dialog .grant-access {
  font-size: 0.78571429em; }

/* line 2, moderator/app/components/accountUsers/userList/_userList.scss */
.user-list .user-row {
  padding: 15px 0; }
  /* line 5, moderator/app/components/accountUsers/userList/_userList.scss */
  .user-list .user-row.highlight {
    background: #f5f5f5; }

/* line 1, moderator/app/components/baseQuestion/_baseQuestion.scss */
.manage-media-link {
  margin-right: 2px; }

/* line 5, moderator/app/components/baseQuestion/_baseQuestion.scss */
.global-termination-preview {
  background-color: #fae9e5;
  padding: 10px 20px;
  margin-bottom: -5px;
  margin-top: 5px;
  line-height: normal; }
  /* line 6, moderator/app/components/baseQuestion/_baseQuestion.scss */
  .global-termination-preview .fa {
    color: #d34327; }

/* line 16, moderator/app/components/baseQuestion/_baseQuestion.scss */
.global-termination-edit {
  line-height: normal; }

/* line 21, moderator/app/components/baseQuestion/_baseQuestion.scss */
.action-dropdown i.fa {
  color: #33b7ff; }

/* line 24, moderator/app/components/baseQuestion/_baseQuestion.scss */
.action-dropdown li a {
  font-size: 0.85714286em; }

/* line 29, moderator/app/components/baseQuestion/_baseQuestion.scss */
.global-term-hover, .show-if-hover {
  color: #00a5ff; }

/* Add padding to all elements but the first */
/* line 34, moderator/app/components/baseQuestion/_baseQuestion.scss */
.hovercons :not(:first-child) {
  padding-left: 5px; }

/* line 38, moderator/app/components/baseQuestion/_baseQuestion.scss */
.question-editor-container {
  margin-left: 20px;
  margin-right: 20px; }
  /* line 41, moderator/app/components/baseQuestion/_baseQuestion.scss */
  .question-editor-container label {
    font-size: 1em; }

/* line 1, moderator/app/components/childAccounts/_childAccounts.scss */
.child-accounts-list {
  margin-left: 15px;
  margin-right: 15px; }
  /* line 5, moderator/app/components/childAccounts/_childAccounts.scss */
  .child-accounts-list .child-account-list-header {
    font-size: 0.85714286em;
    font-weight: bold;
    line-height: 2.5em;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #b3b2b2; }
    /* line 15, moderator/app/components/childAccounts/_childAccounts.scss */
    .child-accounts-list .child-account-list-header .child-accounts-list-column-header.sortable:hover {
      background: #f5f5f5;
      cursor: pointer; }
  /* line 23, moderator/app/components/childAccounts/_childAccounts.scss */
  .child-accounts-list .child-accounts-list-data {
    min-height: 300px; }
    /* line 26, moderator/app/components/childAccounts/_childAccounts.scss */
    .child-accounts-list .child-accounts-list-data .no-accounts {
      margin-top: 40px;
      font-size: 1.14285714em; }

/* line 1, moderator/app/components/childAccounts/childAccountRow/_childAccountRow.scss */
.child-account-row {
  padding: 20px 0; }
  /* line 4, moderator/app/components/childAccounts/childAccountRow/_childAccountRow.scss */
  .child-account-row.highlight {
    background: #f5f5f5;
    cursor: pointer; }

/* line 2, moderator/app/components/companies/_companies.scss */
#company-projects .grid-search {
  overflow: hidden;
  position: relative; }
  /* line 6, moderator/app/components/companies/_companies.scss */
  #company-projects .grid-search .search-box {
    display: inline-block;
    font-size: 0.92857143em; }
    /* line 10, moderator/app/components/companies/_companies.scss */
    #company-projects .grid-search .search-box:after {
      font-family: fontAwesome;
      content: '\f002';
      color: #ccc;
      float: right;
      margin-top: -30px;
      left: -10px;
      font-size: 1.3em;
      position: relative; }
  /* line 22, moderator/app/components/companies/_companies.scss */
  #company-projects .grid-search span {
    color: #727983;
    font-size: 0.85714286em;
    line-height: 34px; }

/* line 32, moderator/app/components/companies/_companies.scss */
#company-access-dialog .grant-access {
  font-size: 0.78571429em; }

/* line 37, moderator/app/components/companies/_companies.scss */
#company-access {
  position: relative;
  font-size: 1.28571429em; }
  /* line 41, moderator/app/components/companies/_companies.scss */
  #company-access .access-overlay {
    background: #f5f5f5;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
    /* line 50, moderator/app/components/companies/_companies.scss */
    #company-access .access-overlay p {
      margin-top: 100px;
      text-align: center; }
  /* line 56, moderator/app/components/companies/_companies.scss */
  #company-access label {
    display: initial; }
  /* line 64, moderator/app/components/companies/_companies.scss */
  #company-access .level-1 span,
  #company-access .level-2 span,
  #company-access .level-3 span,
  #company-access .level-4 span {
    margin-left: 5px; }
  /* line 69, moderator/app/components/companies/_companies.scss */
  #company-access .level-1 {
    font-weight: bold;
    font-size: 0.92857143em; }
  /* line 74, moderator/app/components/companies/_companies.scss */
  #company-access .level-2, #company-access .level-3 {
    font-size: 0.85714286em; }
  /* line 78, moderator/app/components/companies/_companies.scss */
  #company-access .level-4 {
    font-size: 0.78571429em; }

/* line 1, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
.concept-canvas {
  position: relative; }
  /* line 4, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
  .concept-canvas ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 11, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
    .concept-canvas ul li.grid-row {
      background: #fff;
      border-top: 1px solid #e6e5e5; }
    /* line 17, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
    .concept-canvas ul li i[data-as-sortable-item-handle].disabled {
      color: #e6e5e5;
      cursor: not-allowed; }
    /* line 23, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
    .concept-canvas ul li.as-sortable-placeholder {
      /* Override inline width applied by ng-sortable library */
      width: 100% !important;
      background-color: #e6e5e5; }
    /* line 29, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
    .concept-canvas ul li.error {
      background: #fcefec; }
  /* line 35, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
  .concept-canvas.well {
    background: #d8edf8;
    padding: 10px;
    padding-bottom: 40px;
    margin-bottom: 10px; }
    /* line 42, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
    .concept-canvas.well.single-page ul {
      min-height: 30px; }
  /* line 49, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
  .concept-canvas.error ul {
    border: 1px solid #d34327; }
  /* line 54, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
  .concept-canvas .add-concept {
    margin-top: 10px;
    margin-left: 5px; }
  /* line 60, moderator/app/components/conceptCanvas/_conceptCanvas.scss */
  .concept-canvas .error-messages {
    padding-left: 2px;
    font-size: 0.85714286em; }

/* line 2, moderator/app/components/conceptLoopQuestion/_nestedQuestionLibrary.scss */
.nested-question-library-container ul {
  padding: 0; }

/* line 5, moderator/app/components/conceptLoopQuestion/_nestedQuestionLibrary.scss */
.nested-question-library-container li.nested-question-library-item {
  font-size: 1.3rem;
  height: 48px; }

/* line 11, moderator/app/components/conceptLoopQuestion/_nestedQuestionLibrary.scss */
a.nested-question-library-launcher {
  margin-top: 5px;
  color: #00A5FF; }
  /* line 15, moderator/app/components/conceptLoopQuestion/_nestedQuestionLibrary.scss */
  a.nested-question-library-launcher .add-nested-question-template {
    margin-right: 5px; }

/* line 20, moderator/app/components/conceptLoopQuestion/_nestedQuestionLibrary.scss */
.question-indicator {
  padding: .5em;
  margin-right: 10px; }
  /* line 24, moderator/app/components/conceptLoopQuestion/_nestedQuestionLibrary.scss */
  .question-indicator.extra-question {
    background-color: #959AA1; }
  /* line 28, moderator/app/components/conceptLoopQuestion/_nestedQuestionLibrary.scss */
  .question-indicator.scorecard-question {
    background-color: #73AF35; }

/* line 1, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
.concept-media-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  margin-top: -15px;
  max-height: 280px;
  overflow-y: scroll; }
  /* line 9, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-media-container .stim-media-item {
    margin: 20px; }
    /* line 12, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-container .stim-media-item.selected {
      border: solid 2px #00A5FF; }
    /* line 16, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-container .stim-media-item .media-img {
      background-color: #727983;
      text-align: center;
      position: relative;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }
    /* line 26, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-container .stim-media-item img {
      cursor: pointer;
      width: 100px;
      height: 100px; }
  /* line 33, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-media-container.inline {
    margin: 10px 0 15px 50px;
    overflow: auto; }
    /* line 37, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-container.inline .media-item-container {
      margin: 5px 5px 15px 25px; }
    /* line 41, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-container.inline .stim-media-item {
      margin: 0; }
      /* line 44, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-media-container.inline .stim-media-item .media-img {
        width: 85px;
        height: 85px; }
        /* line 48, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
        .concept-media-container.inline .stim-media-item .media-img .play-watermark {
          top: 15px; }
        /* line 52, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
        .concept-media-container.inline .stim-media-item .media-img img {
          width: 85px;
          height: 85px; }
    /* line 59, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-container.inline .media-button-container {
      padding-top: 30px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      /* line 66, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-media-container.inline .media-button-container button:not(.primaryIconButton) {
        padding: 5px 40px; }
    /* line 71, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-container.inline .editor-container {
      padding: 10px 0 20px 20px; }

/* line 77, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
.concept-media-assignment-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  max-height: 280px;
  overflow-y: scroll; }
  /* line 84, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-media-assignment-container .concept-media-assignment-item {
    margin: 8px 16px 8px 0; }
    /* line 87, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-assignment-container .concept-media-assignment-item .concept-media-bucket-name {
      text-align: center;
      margin-top: 10px; }
    /* line 92, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-assignment-container .concept-media-assignment-item .concept-media-assignment-bucket {
      background-color: #f5f5f5; }
      /* line 95, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-media-assignment-container .concept-media-assignment-item .concept-media-assignment-bucket .concept-media-assignment-image {
        padding: 20px;
        min-width: 140px;
        min-height: 140px; }
        /* line 100, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
        .concept-media-assignment-container .concept-media-assignment-item .concept-media-assignment-bucket .concept-media-assignment-image .concept-media-bucket-paper {
          width: 100px; }
          /* line 103, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
          .concept-media-assignment-container .concept-media-assignment-item .concept-media-assignment-bucket .concept-media-assignment-image .concept-media-bucket-paper .media-img {
            background-color: #727983;
            text-align: center;
            position: relative;
            margin: 0 auto;
            width: 100px;
            height: 100px; }
        /* line 113, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
        .concept-media-assignment-container .concept-media-assignment-item .concept-media-assignment-bucket .concept-media-assignment-image img {
          width: 100px;
          height: 100px; }

/* line 123, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
.concept-name {
  width: 90%;
  margin-left: 10px; }

/* line 128, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
.delete-button svg {
  color: #d34327;
  font-size: 16px; }

/* line 134, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
ul#cpConceptList .cp-concept-list-item {
  border-bottom: 1px solid #e6e5e5; }

/* line 139, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
ul#cpConceptList .concept-name-input input, ul#cpConceptList .concept-name-input div {
  height: auto; }

/* line 143, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
ul#cpConceptList .concept-name-input input {
  font-size: 12px; }

/* line 147, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
ul#cpConceptList .concept-name-input:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #727983;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s; }

/* line 159, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
ul#cpConceptList .concept-name-input:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

/* line 163, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
ul#cpConceptList .concept-name-input.focused:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #00a5ff; }

/* line 168, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
ul#cpConceptList .concept-name-input.error:not(.focused):before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #d34327; }

/* line 176, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
.concept-category-media-table {
  overflow: auto; }
  /* line 179, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-category-media-table .concept-category-media-cell {
    width: 20%;
    min-width: 275px;
    padding: 20px 30px; }
    /* line 184, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .concept-category-media-cell.with-media {
      padding: 15px 30px 5px; }
    /* line 189, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .concept-category-media-cell .media-item-container .media-img {
      background-color: #727983;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }
    /* line 194, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .concept-category-media-cell .media-item-container .media-description {
      text-align: center;
      color: #727983;
      font-size: 10px;
      margin-top: 4px; }
    /* line 203, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .concept-category-media-cell .stim-media-item.sm .media-img .play-watermark {
      position: relative;
      top: 3px; }
      /* line 206, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-category-media-table .concept-category-media-cell .stim-media-item.sm .media-img .play-watermark .fa-4x {
        font-size: 3em; }
    /* line 211, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .concept-category-media-cell .stim-media-item.sm .media-img img ~ .play-watermark {
      top: -40px; }
    /* line 215, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .concept-category-media-cell .media-img {
      width: 45px;
      height: 45px; }
      /* line 219, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-category-media-table .concept-category-media-cell .media-img img {
        width: 45px;
        height: 45px; }
  /* line 226, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-category-media-table .stim-text-item {
    background-color: #FFF;
    width: 190px;
    height: 190px;
    border: 1px solid #DADCDF;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    /* line 234, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .stim-text-item.sm {
      padding-right: 5px;
      width: 45px;
      height: 45px;
      border: 0.5px solid #DADCDF;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }
    /* line 241, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .stim-text-item .text-content {
      color: #727983; }
  /* line 246, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-category-media-table .select-media-cell {
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-content: flex-start;
    margin-top: 15px; }
    /* line 254, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .select-media-cell .category-label {
      margin-left: 50px;
      font-style: italic;
      color: #727983; }
    /* line 260, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .select-media-cell .media-toggle-button-group {
      border-radius: 8px; }
    /* line 264, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table .select-media-cell .media-toggle-button {
      padding: 5px 35px; }
      /* line 266, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-category-media-table .select-media-cell .media-toggle-button.selected-media-toggle {
        color: #FFF;
        background-color: #00A5FF; }
        /* line 269, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
        .concept-category-media-table .select-media-cell .media-toggle-button.selected-media-toggle .media-toggle-label {
          color: #FFF; }
        /* line 272, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
        .concept-category-media-table .select-media-cell .media-toggle-button.selected-media-toggle:hover {
          background-color: #0077cb; }
      /* line 276, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-category-media-table .select-media-cell .media-toggle-button .media-toggle-label {
        color: #727983; }
  /* line 283, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-category-media-table table thead tr {
    display: -webkit-box;
    display: flex;
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid #E7E9EA;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.16);
    height: 100%; }
    /* line 293, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table table thead tr th {
      position: -webkit-sticky;
      /* for Safari */
      position: sticky;
      top: 0;
      background: #fff;
      border: none; }
      /* line 300, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-category-media-table table thead tr th:first-child {
        left: 0;
        z-index: 1;
        -webkit-box-align: center;
                align-items: center;
        display: -webkit-box;
        display: flex; }
  /* line 309, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-category-media-table table tbody tr {
    display: -webkit-box;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #E7E9EA;
    height: 100%; }
    /* line 315, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-category-media-table table tbody tr td {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      border: none;
      -webkit-box-align: center;
              align-items: center; }
      /* line 321, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
      .concept-category-media-table table tbody tr td:first-of-type {
        left: 0;
        -webkit-box-pack: left;
                justify-content: left;
        -webkit-box-align: center;
                align-items: center;
        position: -webkit-sticky;
        /* for Safari */
        position: sticky;
        z-index: 1;
        background: #fff; }

/* line 335, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
.concept-media-list {
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 5px 0; }
  /* line 339, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-media-list .media-item-container {
    margin: 0; }
  /* line 343, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
  .concept-media-list .media-img {
    width: 45px;
    height: 45px; }
    /* line 347, moderator/app/components/conceptLoopQuestion/CpConceptManagement/_cpConceptManagement.scss */
    .concept-media-list .media-img img {
      width: 45px;
      height: 45px; }

/* line 2, moderator/app/components/conceptResponses/_conceptResponses.scss */
.concept-responses .concept-data-loading {
  min-height: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center; }

/* line 9, moderator/app/components/conceptResponses/_conceptResponses.scss */
.concept-responses .concept-responses-selector {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-bottom: 24px;
  padding-top: 24px; }
  /* line 15, moderator/app/components/conceptResponses/_conceptResponses.scss */
  .concept-responses .concept-responses-selector .control {
    min-width: 150px;
    max-width: 300px; }
  /* line 20, moderator/app/components/conceptResponses/_conceptResponses.scss */
  .concept-responses .concept-responses-selector .input-label {
    color: #00A5FF; }
  /* line 24, moderator/app/components/conceptResponses/_conceptResponses.scss */
  .concept-responses .concept-responses-selector .spacing {
    padding-left: 24px; }

/* line 11, moderator/app/components/conceptScore/_conceptScore.scss */
.concept-score {
  position: relative;
  width: 200px; }
  /* line 15, moderator/app/components/conceptScore/_conceptScore.scss */
  .concept-score .concept-score-card {
    margin-bottom: 15px; }
  /* line 19, moderator/app/components/conceptScore/_conceptScore.scss */
  .concept-score .copy-card {
    position: absolute;
    top: 1px;
    left: 5px;
    display: none;
    cursor: pointer;
    z-index: 1;
    color: #fff; }
  /* line 30, moderator/app/components/conceptScore/_conceptScore.scss */
  .concept-score:hover .copy-card {
    display: block; }
  /* line 35, moderator/app/components/conceptScore/_conceptScore.scss */
  .concept-score .cci-score {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 72px;
    color: #fff;
    text-align: center;
    font-size: 1.14285714em; }
    /* line 44, moderator/app/components/conceptScore/_conceptScore.scss */
    .concept-score .cci-score .cci-value {
      margin-top: 5px;
      font-size: 1.57142857em; }
    /* line 49, moderator/app/components/conceptScore/_conceptScore.scss */
    .concept-score .cci-score.quartile1 {
      background: #40a5dd; }
    /* line 53, moderator/app/components/conceptScore/_conceptScore.scss */
    .concept-score .cci-score.quartile2 {
      background: #90cbeb; }
    /* line 57, moderator/app/components/conceptScore/_conceptScore.scss */
    .concept-score .cci-score.quartile3 {
      background: #aaafb5; }
    /* line 61, moderator/app/components/conceptScore/_conceptScore.scss */
    .concept-score .cci-score.quartile4 {
      background: #727983; }
  @media (min-width: 1200px) {
    /* line 67, moderator/app/components/conceptScore/_conceptScore.scss */
    .concept-score .cci-score {
      width: 90px;
      height: 90px;
      font-size: 1.28571429em; }
      /* line 72, moderator/app/components/conceptScore/_conceptScore.scss */
      .concept-score .cci-score .cci-value {
        margin-top: 10px;
        font-size: 1.57142857em; } }
  @media (min-width: 1400px) {
    /* line 80, moderator/app/components/conceptScore/_conceptScore.scss */
    .concept-score .cci-score {
      width: 108px;
      height: 108px;
      font-size: 1.4em; }
      /* line 85, moderator/app/components/conceptScore/_conceptScore.scss */
      .concept-score .cci-score .cci-value {
        margin-top: 15px; } }
  /* line 91, moderator/app/components/conceptScore/_conceptScore.scss */
  .concept-score data-gc-media-component {
    display: inline-block;
    vertical-align: middle; }
  /* line 96, moderator/app/components/conceptScore/_conceptScore.scss */
  .concept-score .media-grid {
    width: 100%;
    display: inline-block;
    margin: 0; }
    /* line 101, moderator/app/components/conceptScore/_conceptScore.scss */
    .concept-score .media-grid .media-thumbnail {
      margin: 0; }
      /* line 105, moderator/app/components/conceptScore/_conceptScore.scss */
      .concept-score .media-grid .media-thumbnail .media-img img {
        width: 128px;
        height: 72px;
        -o-object-fit: fill;
           object-fit: fill;
        vertical-align: middle;
        outline: 0; }
      @media (min-width: 1200px) {
        /* line 114, moderator/app/components/conceptScore/_conceptScore.scss */
        .concept-score .media-grid .media-thumbnail .media-img img {
          width: 160px;
          height: 90px; } }
      @media (min-width: 1400px) {
        /* line 121, moderator/app/components/conceptScore/_conceptScore.scss */
        .concept-score .media-grid .media-thumbnail .media-img img {
          width: 192px;
          height: 108px; } }

@media (min-width: 1200px) {
  /* line 132, moderator/app/components/conceptScore/_conceptScore.scss */
  .concept-score {
    width: 250px; } }

@media (min-width: 1400px) {
  /* line 138, moderator/app/components/conceptScore/_conceptScore.scss */
  .concept-score {
    width: 300px; } }

/* line 2, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .logic-select-operator,
.configure-logic .logic-input-count {
  display: inline-block;
  width: 75px; }

/* line 7, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .logic-select-rule {
  display: inline-block;
  width: 100px; }

/* line 11, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .logic-select-contains,
.configure-logic .logic-select-question,
.configure-logic .logic-select-row {
  display: inline-block;
  width: 200px; }

/* line 17, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .builder-select-question {
  display: inline-block;
  width: 300px; }

/* line 21, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .remove-condition {
  color: #d34327; }

/* line 24, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .logic-examples {
  font-size: 0.85714286em;
  color: #8d939b; }

/* line 28, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .border-left {
  border-left: 1px solid #e6e5e5; }

/* line 31, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .checkbox-label {
  width: 100%; }

/* line 35, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .question-canvas .cancel-link-new {
  font-size: 0.92857143em; }

/* line 38, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .question-canvas .add-question {
  margin-top: 15px; }

/* line 43, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
.configure-logic .question-canvas .question-page-wrapper > ul > li {
  border-left: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5; }
  /* line 46, moderator/app/components/conditionalLogic/_conditionalLogic.scss */
  .configure-logic .question-canvas .question-page-wrapper > ul > li:last-child {
    border-bottom: 1px solid #e6e5e5; }

/* line 1, moderator/app/components/conditionalLogic/condition/_condition.scss */
.concept-dropdown-container {
  width: 50%; }
  /* line 4, moderator/app/components/conditionalLogic/condition/_condition.scss */
  .concept-dropdown-container .concept-dropdown-root {
    font-size: 1.3rem; }
  /* line 8, moderator/app/components/conditionalLogic/condition/_condition.scss */
  .concept-dropdown-container .concept-dropdown-label {
    font-size: 1.3rem; }

/* line 13, moderator/app/components/conditionalLogic/condition/_condition.scss */
.concept-dropdown-menu-text {
  font-size: 1.3rem; }

/* line 17, moderator/app/components/conditionalLogic/condition/_condition.scss */
.concept-dropdown-checkbox svg {
  color: #00a5ff; }

/* line 22, moderator/app/components/conditionalLogic/condition/_condition.scss */
.boolean-radio-selector-container .boolean-radio-selector svg {
  color: #00a5ff; }

/* line 26, moderator/app/components/conditionalLogic/condition/_condition.scss */
.boolean-radio-selector-container .boolean-radio-selector-label {
  font-size: 1.3rem; }

/* line 31, moderator/app/components/conditionalLogic/condition/_condition.scss */
.answer-container {
  padding-left: 30px; }

/* line 1, moderator/app/components/conditionalLogic/segment/_segment.scss */
.segment-detail {
  font-size: 1.14285714em;
  line-height: normal; }

/* line 2, moderator/app/components/crosstabs/_crosstabs.scss */
.crosstabs .delete-crosstab {
  color: #d34327; }

/* line 5, moderator/app/components/crosstabs/_crosstabs.scss */
.crosstabs .btn {
  font-size: 0.92857143em; }
  /* line 8, moderator/app/components/crosstabs/_crosstabs.scss */
  .crosstabs .btn:focus, .crosstabs .btn:active {
    outline: none; }
  /* line 13, moderator/app/components/crosstabs/_crosstabs.scss */
  .crosstabs .btn .ellipsis {
    padding-right: 5px;
    max-width: 130px; }

/* line 19, moderator/app/components/crosstabs/_crosstabs.scss */
.crosstabs .dropdown-menu li {
  position: relative; }

/* line 23, moderator/app/components/crosstabs/_crosstabs.scss */
.crosstabs .dropdown-menu .selected:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 0.85714286em; }

/* line 35, moderator/app/components/crosstabs/_crosstabs.scss */
.crosstabs-modal-actions-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

/* line 40, moderator/app/components/crosstabs/_crosstabs.scss */
.crosstabs-modal-action {
  display: inline-block; }
  /* line 43, moderator/app/components/crosstabs/_crosstabs.scss */
  .crosstabs-modal-action.include-total {
    -webkit-box-flex: 2;
            flex-grow: 2; }

/* line 49, moderator/app/components/crosstabs/_crosstabs.scss */
.select-crosstab-type .select-crosstab-btn {
  font-size: 0.85714286em;
  background-color: #fff;
  color: #000;
  padding: 5px 20px; }
  /* line 55, moderator/app/components/crosstabs/_crosstabs.scss */
  .select-crosstab-type .select-crosstab-btn.selected {
    background-color: #ccc; }

/* line 61, moderator/app/components/crosstabs/_crosstabs.scss */
.speedy-segment-container {
  padding: 20px 40px; }

/* line 65, moderator/app/components/crosstabs/_crosstabs.scss */
.speedy-dropdown-container {
  width: 50%; }
  /* line 68, moderator/app/components/crosstabs/_crosstabs.scss */
  .speedy-dropdown-container .speedy-select-root {
    font-size: 1.3rem; }
  /* line 72, moderator/app/components/crosstabs/_crosstabs.scss */
  .speedy-dropdown-container .speedy-segment-label {
    font-size: 1.3rem; }

/* line 77, moderator/app/components/crosstabs/_crosstabs.scss */
li.speedy-segment-menu-item {
  font-size: 1.3rem; }

/* line 81, moderator/app/components/crosstabs/_crosstabs.scss */
.speedy-segment-answer-list {
  font-size: 1.3rem; }
  /* line 84, moderator/app/components/crosstabs/_crosstabs.scss */
  .speedy-segment-answer-list li {
    padding: 4px 0 4px 24px; }
  /* line 88, moderator/app/components/crosstabs/_crosstabs.scss */
  .speedy-segment-answer-list .speedy-segment-answer-list-icon {
    color: #ccc; }

/* line 2, moderator/app/components/footerNew/_footerNew.scss */
footer {
  height: 140px;
  margin: 0 -15px 0;
  padding: 35px;
  background-color: #003054;
  color: white;
  font-size: 14px;
  text-align: center; }
  /* line 11, moderator/app/components/footerNew/_footerNew.scss */
  footer img {
    width: 190px;
    margin-bottom: 8px; }

/* line 17, moderator/app/components/footerNew/_footerNew.scss */
.app-footer {
  background-color: #1C5D77;
  left: 0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 20px;
  position: absolute;
  width: 100vw; }
  /* line 26, moderator/app/components/footerNew/_footerNew.scss */
  .app-footer img {
    width: 120px; }

/* line 31, moderator/app/components/footerNew/_footerNew.scss */
.app-footer-text {
  color: #FFFFFF; }

/* line 2, moderator/app/components/globalTerm/globalTerm.scss */
.global-term h5.inline-header {
  display: inline-block; }

/* line 7, moderator/app/components/globalTerm/globalTerm.scss */
.global-term .global-term-edit .global-term-set {
  padding-left: 10px; }

/* line 11, moderator/app/components/globalTerm/globalTerm.scss */
.global-term .global-term-edit .gray-pipe {
  color: #ccc; }

/* line 3, moderator/app/components/headerNavigation/_headerNavigation.scss */
.header-tabs-container .tab {
  height: 50px;
  min-width: 40px;
  margin-right: 20px; }
  /* line 8, moderator/app/components/headerNavigation/_headerNavigation.scss */
  .header-tabs-container .tab > span > span {
    padding: 0 5px; }

/* line 13, moderator/app/components/headerNavigation/_headerNavigation.scss */
.header-tabs-container a:focus {
  color: #FFFFFF; }

/* line 16, moderator/app/components/headerNavigation/_headerNavigation.scss */
.header-tabs-container a:hover {
  color: #00A5FF;
  opacity: .8; }

/* line 1, moderator/app/components/headerNew/_headerNew.scss */
.page-header {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  background-color: #003054;
  margin: 0;
  padding: 0 24px;
  border-bottom: none; }

/* line 14, moderator/app/components/headerNew/_headerNew.scss */
.page-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px 0 0; }
  /* line 19, moderator/app/components/headerNew/_headerNew.scss */
  .page-logo img {
    width: 120px; }

/* line 24, moderator/app/components/headerNew/_headerNew.scss */
.page-auth-info {
  font-size: 12px;
  color: white;
  margin: 0 0 0 auto;
  white-space: nowrap; }
  /* line 30, moderator/app/components/headerNew/_headerNew.scss */
  .page-auth-info .user-name {
    font-weight: bold;
    margin-right: 20px; }
  /* line 34, moderator/app/components/headerNew/_headerNew.scss */
  .page-auth-info a {
    color: white; }
    /* line 36, moderator/app/components/headerNew/_headerNew.scss */
    .page-auth-info a:hover {
      text-decoration: underline; }

/* line 42, moderator/app/components/headerNew/_headerNew.scss */
header.platform-header {
  background-color: #1C5D77;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 0.85714286em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw; }
  /* line 52, moderator/app/components/headerNew/_headerNew.scss */
  header.platform-header img.gc-header-logo {
    width: 120px; }
  /* line 57, moderator/app/components/headerNew/_headerNew.scss */
  header.platform-header .platform-header-container {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%; }
    /* line 63, moderator/app/components/headerNew/_headerNew.scss */
    header.platform-header .platform-header-container .header-left-container {
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-pack: center;
              justify-content: center; }
      /* line 68, moderator/app/components/headerNew/_headerNew.scss */
      header.platform-header .platform-header-container .header-left-container .header-nav-container {
        margin-left: 30px; }
    /* line 73, moderator/app/components/headerNew/_headerNew.scss */
    header.platform-header .platform-header-container .header-right-container {
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-pack: center;
              justify-content: center; }
      /* line 78, moderator/app/components/headerNew/_headerNew.scss */
      header.platform-header .platform-header-container .header-right-container .header-search-container {
        margin-right: 10px; }
        /* line 80, moderator/app/components/headerNew/_headerNew.scss */
        header.platform-header .platform-header-container .header-right-container .header-search-container .header-search-icon {
          color: #FFFFFF;
          font-size: 18px; }
        /* line 85, moderator/app/components/headerNew/_headerNew.scss */
        header.platform-header .platform-header-container .header-right-container .header-search-container :hover {
          color: #00A5FF;
          opacity: .8; }
      /* line 91, moderator/app/components/headerNew/_headerNew.scss */
      header.platform-header .platform-header-container .header-right-container .header-user-navigation-container {
        -webkit-box-align: center;
                align-items: center;
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-pack: center;
                justify-content: center; }
        /* line 96, moderator/app/components/headerNew/_headerNew.scss */
        header.platform-header .platform-header-container .header-right-container .header-user-navigation-container .header-greeting-text {
          margin-right: 10px; }
        /* line 100, moderator/app/components/headerNew/_headerNew.scss */
        header.platform-header .platform-header-container .header-right-container .header-user-navigation-container a {
          color: #FFFFFF; }
        /* line 104, moderator/app/components/headerNew/_headerNew.scss */
        header.platform-header .platform-header-container .header-right-container .header-user-navigation-container a:hover {
          color: #00A5FF;
          opacity: .8; }
        /* line 109, moderator/app/components/headerNew/_headerNew.scss */
        header.platform-header .platform-header-container .header-right-container .header-user-navigation-container p {
          margin: 0 2px 0; }

/* line 1, moderator/app/components/horizontalNav/_horizontalNav.scss */
.horizontal-nav {
  box-shadow: 0px 2px 4px #C3C6CB; }
  /* line 4, moderator/app/components/horizontalNav/_horizontalNav.scss */
  .horizontal-nav .nav-link {
    display: inline-block;
    outline: none; }
    /* line 8, moderator/app/components/horizontalNav/_horizontalNav.scss */
    .horizontal-nav .nav-link .text-link {
      color: #727983;
      display: inline-block;
      padding: 16px 32px; }
    /* line 15, moderator/app/components/horizontalNav/_horizontalNav.scss */
    .horizontal-nav .nav-link.active .text-link {
      border-bottom: 2px solid #00a5ff; }
    /* line 22, moderator/app/components/horizontalNav/_horizontalNav.scss */
    .horizontal-nav .nav-link.active .text-link, .horizontal-nav .nav-link:hover .text-link {
      color: #00a5ff; }
    /* line 27, moderator/app/components/horizontalNav/_horizontalNav.scss */
    .horizontal-nav .nav-link.disabled {
      outline: none; }

/* line 2, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-driver-labels text {
  font-size: 14px; }

/* line 7, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-driver-quadrant-label {
  font-size: 14px;
  font-style: italic;
  fill: #727983; }

/* line 13, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-driver-axis-label {
  fill: #727983;
  font-size: 1.14285714em; }

/* line 18, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-driver-quadrant {
  opacity: 0.1;
  fill: #fff;
  stroke: #000;
  stroke-width: 1px; }
  /* line 24, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
  .key-driver-quadrant .quadrant-line {
    stroke-dasharray: 9,9; }

/* line 31, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-driver-legend .legend-color {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 3px solid #fff;
  display: inline-block;
  margin-right: 5px; }

/* line 40, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-driver-legend span {
  font-size: 0.78571429em; }

/* line 46, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-driver-data-container .key-driver-axis {
  stroke: #e7e9ea; }

/* line 50, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-driver-data-container #arrow {
  fill: #e7e9ea; }

/* line 55, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-drivers {
  background-color: #fff; }
  /* line 59, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
  .key-drivers .key-driver-header h3 {
    margin-bottom: 0; }
  /* line 63, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
  .key-drivers .key-driver-header .key-driver-update {
    position: absolute;
    bottom: 0; }
  /* line 68, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
  .key-drivers .key-driver-header .key-driver-download {
    position: absolute;
    bottom: 0;
    right: 10px; }
  /* line 75, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
  .key-drivers .fa-exclamation-triangle {
    position: relative;
    top: 7px; }

/* line 82, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-drivers-config hr {
  border-style: dashed;
  border-top-width: 2px; }

/* line 87, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-drivers-config h4 {
  display: inline; }

/* line 91, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-drivers-config .fa-exclamation-triangle {
  color: #e4592a;
  position: relative;
  top: 7px; }

/* line 97, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.key-drivers-config .selection-warning {
  color: #d34327; }

/* line 102, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
.kd-notify-container {
  border: solid #a6d279;
  border-width: 1px 1px 1px 10px;
  background-color: #f5f5f5;
  padding: 15px; }
  /* line 108, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
  .kd-notify-container .kd-notify-info {
    float: left;
    margin-right: 3px;
    vertical-align: top;
    color: #a6d279; }
  /* line 115, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
  .kd-notify-container .kd-notify-text {
    display: inline-block;
    width: 90%; }
  /* line 120, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
  .kd-notify-container .kd-notify-dismiss {
    float: right; }
    /* line 123, moderator/app/components/keyDrivers/scatterchart/_keyDrivers.scss */
    .kd-notify-container .kd-notify-dismiss a {
      float: right;
      color: #000; }

/* line 1, moderator/app/components/loadingIndicator/_loadingIndicator.scss */
data-gc-loading-indicator {
  display: block; }

/* line 3, moderator/app/components/login/_login.scss */
#login {
  margin-top: 40px; }
  /* line 6, moderator/app/components/login/_login.scss */
  #login .error-row {
    min-height: 2em;
    padding-bottom: 1.2em; }
    /* line 10, moderator/app/components/login/_login.scss */
    #login .error-row h3 {
      margin-top: 0.25em; }
  /* line 15, moderator/app/components/login/_login.scss */
  #login .alternate-form-link {
    line-height: 39px; }

/* line 20, moderator/app/components/login/_login.scss */
.login {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  width: auto;
  min-height: calc(100vh);
  height: 100%;
  background-image: url("/images/login-bg.jpg");
  background-origin: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: 300; }
  /* line 36, moderator/app/components/login/_login.scss */
  .login .login-dialog {
    background: rgba(18, 52, 69, 0.8);
    padding: 60px;
    width: 700px;
    min-width: 400px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    /* line 45, moderator/app/components/login/_login.scss */
    .login .login-dialog .login-dialog-logo {
      height: 30px;
      display: inline-block; }
    /* line 50, moderator/app/components/login/_login.scss */
    .login .login-dialog .login-dialog-title {
      font-size: 2.5rem;
      display: inline-block;
      vertical-align: bottom; }
    /* line 56, moderator/app/components/login/_login.scss */
    .login .login-dialog .login-dialog-body {
      min-height: 200px; }
      /* line 59, moderator/app/components/login/_login.scss */
      .login .login-dialog .login-dialog-body .login-message-body {
        font-size: 1.6rem; }
      /* line 63, moderator/app/components/login/_login.scss */
      .login .login-dialog .login-dialog-body .session-timeout,
      .login .login-dialog .login-dialog-body .login-failed {
        padding-bottom: 50px;
        border-bottom: 1px dashed #aaa; }
    /* line 70, moderator/app/components/login/_login.scss */
    .login .login-dialog .login-dialog-footer {
      border-top: 1px dashed #aaa;
      padding-top: 50px;
      margin-top: 60px;
      font-size: 1.2rem;
      font-weight: normal; }
    /* line 78, moderator/app/components/login/_login.scss */
    .login .login-dialog .login-error-title {
      font-size: 3rem;
      color: #00A5FF; }
    /* line 83, moderator/app/components/login/_login.scss */
    .login .login-dialog .login-form {
      padding: 10px 0; }
      /* line 86, moderator/app/components/login/_login.scss */
      .login .login-dialog .login-form .login-form-button {
        min-width: 135px; }
      /* line 90, moderator/app/components/login/_login.scss */
      .login .login-dialog .login-form .login-form-text-input {
        color: #FFFFFF;
        font-weight: 400; }
      /* line 95, moderator/app/components/login/_login.scss */
      .login .login-dialog .login-form .login-remember-me-field {
        margin-left: 0;
        margin-right: 0; }
        /* line 99, moderator/app/components/login/_login.scss */
        .login .login-dialog .login-form .login-remember-me-field .login-remember-me-input {
          color: #00A5FF; }
      /* line 104, moderator/app/components/login/_login.scss */
      .login .login-dialog .login-form .login-form-input-helper-text {
        font-size: 1.3rem;
        font-weight: normal; }

/* line 1, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
.media-canvas {
  font-size: 0.85714286em; }
  /* line 4, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
  .media-canvas .media-thumbnail {
    cursor: pointer;
    position: relative;
    vertical-align: top;
    width: 108px; }
    /* line 10, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
    .media-canvas .media-thumbnail img {
      width: 100px;
      height: 100px; }
    /* line 16, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
    .media-canvas .media-thumbnail:hover .media-img {
      border: 4px solid #a6d279; }
    /* line 19, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
    .media-canvas .media-thumbnail:hover img {
      outline: 0; }
    /* line 24, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
    .media-canvas .media-thumbnail.disabled {
      opacity: 0.5; }
      /* line 28, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
      .media-canvas .media-thumbnail.disabled:hover .media-img {
        cursor: not-allowed;
        border-color: #b3b2b2; }
    /* line 35, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
    .media-canvas .media-thumbnail .media-img {
      width: 108px;
      height: 108px;
      border: 4px solid #fff; }
      /* line 39, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
      .media-canvas .media-thumbnail .media-img.selected {
        border: 4px solid #a6d279; }
        /* line 41, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
        .media-canvas .media-thumbnail .media-img.selected:after {
          content: '\f00c';
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          position: absolute;
          top: 0;
          right: 0;
          background-color: #a6d279;
          color: #fff;
          padding: 5px 5px 5px 10px; }
        /* line 54, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
        .media-canvas .media-thumbnail .media-img.selected img {
          outline: 0; }
  /* line 61, moderator/app/components/mediaCanvas/_mediaCanvas.scss */
  .media-canvas .media-desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

/* line 3, moderator/app/components/mediaLibrary/_mediaLibrary.scss */
.media-library-container .media-grid .media-thumbnail {
  width: 100px;
  margin-right: 20px; }
  /* line 6, moderator/app/components/mediaLibrary/_mediaLibrary.scss */
  .media-library-container .media-grid .media-thumbnail .btn-xs, .media-library-container .media-grid .media-thumbnail .btn-group-xs > .btn {
    border-radius: 5px;
    margin-left: 5px;
    font-size: 1em; }

/* line 14, moderator/app/components/mediaLibrary/_mediaLibrary.scss */
.media-library-container .description {
  font-size: 0.85714286em; }
  /* line 16, moderator/app/components/mediaLibrary/_mediaLibrary.scss */
  .media-library-container .description input {
    padding: 5px;
    height: 26px; }
  /* line 20, moderator/app/components/mediaLibrary/_mediaLibrary.scss */
  .media-library-container .description .btn {
    padding: 2px 5px; }

/* line 26, moderator/app/components/mediaLibrary/_mediaLibrary.scss */
.media-library-container h4 .fa {
  font-size: 0.78571429em; }

/* line 1, moderator/app/components/navbar/_navbar.scss */
.navbar {
  display: block;
  border: 0;
  border-radius: 0;
  margin: 0; }
  /* line 7, moderator/app/components/navbar/_navbar.scss */
  .navbar .nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center; }
  /* line 14, moderator/app/components/navbar/_navbar.scss */
  .navbar li {
    white-space: nowrap; }
    /* line 18, moderator/app/components/navbar/_navbar.scss */
    .navbar li a {
      color: white;
      font-weight: normal;
      font-size: 14px;
      padding: 14px 30px 0;
      background-color: transparent !important; }
      /* line 25, moderator/app/components/navbar/_navbar.scss */
      .navbar li a.active, .navbar li a:hover {
        color: #00a5ff;
        background-color: transparent; }
      /* line 31, moderator/app/components/navbar/_navbar.scss */
      .navbar li a.active:after {
        content: '';
        height: 2px;
        background-color: #00a5ff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }

/* line 1, moderator/app/components/oet/_openEndTool.scss */
.open-end-tool {
  overflow: visible;
  height: calc(100vh - 25px); }
  /* line 18, moderator/app/components/oet/_openEndTool.scss */
  .open-end-tool .oet-control-box {
    background-color: #fff;
    height: 90px;
    padding: 10px 15px;
    position: -webkit-sticky;
    position: sticky;
    text-align: left;
    top: 0;
    width: 100%;
    white-space: nowrap;
    z-index: 1; }
    /* line 29, moderator/app/components/oet/_openEndTool.scss */
    .open-end-tool .oet-control-box button {
      vertical-align: text-bottom; }
    /* line 33, moderator/app/components/oet/_openEndTool.scss */
    .open-end-tool .oet-control-box .frozen-columns-select {
      margin-right: 30px;
      vertical-align: text-bottom; }
      /* line 37, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-control-box .frozen-columns-select #frozen-columns-select {
        width: 250px; }
        /* line 40, moderator/app/components/oet/_openEndTool.scss */
        .open-end-tool .oet-control-box .frozen-columns-select #frozen-columns-select:focus {
          background: none; }
    /* line 46, moderator/app/components/oet/_openEndTool.scss */
    .open-end-tool .oet-control-box .search-field {
      width: 35%; }
      /* line 49, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-control-box .search-field .search-bar-button {
        color: rgba(0, 165, 255, 0.9); }
        /* line 52, moderator/app/components/oet/_openEndTool.scss */
        .open-end-tool .oet-control-box .search-field .search-bar-button:disabled {
          color: rgba(0, 165, 255, 0.4); }
    /* line 58, moderator/app/components/oet/_openEndTool.scss */
    .open-end-tool .oet-control-box .search-divider {
      background-color: rgba(0, 165, 255, 0.4);
      margin: 0 30px;
      display: inline-block;
      vertical-align: text-bottom;
      height: 36px;
      width: 1px; }
  /* line 68, moderator/app/components/oet/_openEndTool.scss */
  .open-end-tool .page-title {
    padding: 20px 15px;
    height: 25px;
    font-size: 2rem; }
  /* line 74, moderator/app/components/oet/_openEndTool.scss */
  .open-end-tool .oet-actions-pagination-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 1; }
    /* line 79, moderator/app/components/oet/_openEndTool.scss */
    .open-end-tool .oet-actions-pagination-bar .oet-action-buttons {
      display: inline-block; }
      /* line 82, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-actions-pagination-bar .oet-action-buttons .oet-action-button {
        font-weight: bold; }
        /* line 85, moderator/app/components/oet/_openEndTool.scss */
        .open-end-tool .oet-actions-pagination-bar .oet-action-buttons .oet-action-button .oet-action-button-icon {
          margin-right: 5px; }
    /* line 91, moderator/app/components/oet/_openEndTool.scss */
    .open-end-tool .oet-actions-pagination-bar .oet-pagination {
      display: inline-block; }
      /* line 94, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-actions-pagination-bar .oet-pagination .oet-page-size-select {
        font-size: 1.2rem; }
      /* line 98, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-actions-pagination-bar .oet-pagination .oet-pagination-actions {
        flex-shrink: 0; }
  /* line 104, moderator/app/components/oet/_openEndTool.scss */
  .open-end-tool .oet-table {
    width: 100%;
    height: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 146px; }
    /* line 110, moderator/app/components/oet/_openEndTool.scss */
    .open-end-tool .oet-table .cell-content {
      max-height: 94px;
      overflow: auto; }
    /* line 115, moderator/app/components/oet/_openEndTool.scss */
    .open-end-tool .oet-table .tables-wrapper {
      display: -webkit-box;
      display: flex;
      position: relative;
      height: calc(100vh - 146px); }
      /* line 120, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-table .tables-wrapper tbody.loading {
        opacity: 0.3; }
      /* line 126, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-table .tables-wrapper:before {
        content: '';
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 140px;
        background: white;
        z-index: -1; }
      /* line 137, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-table .tables-wrapper .respondent-properties-table-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-box-flex: 0;
                flex: none;
        /* A strategically placed white element to hide the horizontal scrollbar
        in the respondent properties table */ }
        /* line 142, moderator/app/components/oet/_openEndTool.scss */
        .open-end-tool .oet-table .tables-wrapper .respondent-properties-table-wrapper table.respondent-properties-data {
          table-layout: fixed; }
        /* line 148, moderator/app/components/oet/_openEndTool.scss */
        .open-end-tool .oet-table .tables-wrapper .respondent-properties-table-wrapper .hide-scrollbar-x {
          position: absolute;
          background: #fff;
          height: 16px;
          bottom: 0;
          left: 0;
          border-right: 1px solid #eee; }
      /* line 158, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-table .tables-wrapper .responses-table-wrapper {
        overflow-x: scroll;
        overflow-y: auto; }
        /* line 162, moderator/app/components/oet/_openEndTool.scss */
        .open-end-tool .oet-table .tables-wrapper .responses-table-wrapper table.responses-data {
          min-width: 400px; }
          /* line 165, moderator/app/components/oet/_openEndTool.scss */
          .open-end-tool .oet-table .tables-wrapper .responses-table-wrapper table.responses-data th {
            min-width: 400px; }
          /* line 169, moderator/app/components/oet/_openEndTool.scss */
          .open-end-tool .oet-table .tables-wrapper .responses-table-wrapper table.responses-data mark {
            padding: 0;
            background: #f0d66e; }
            /* line 174, moderator/app/components/oet/_openEndTool.scss */
            .open-end-tool .oet-table .tables-wrapper .responses-table-wrapper table.responses-data mark.active {
              background: #b4d88c; }
      /* line 182, moderator/app/components/oet/_openEndTool.scss */
      .open-end-tool .oet-table .tables-wrapper .cell {
        font-size: 1.2rem;
        height: 100px;
        padding-right: 30px; }
        /* line 187, moderator/app/components/oet/_openEndTool.scss */
        .open-end-tool .oet-table .tables-wrapper .cell.header-cell {
          background: #fff;
          position: -webkit-sticky;
          position: sticky;
          top: 0;
          font-weight: bold;
          color: #434343;
          z-index: 2; }
          /* line 195, moderator/app/components/oet/_openEndTool.scss */
          .open-end-tool .oet-table .tables-wrapper .cell.header-cell.action-cell {
            width: 60px; }
          /* line 202, moderator/app/components/oet/_openEndTool.scss */
          .open-end-tool .oet-table .tables-wrapper .cell.header-cell:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            border-bottom: 1px solid #e0e0e0; }
        /* line 212, moderator/app/components/oet/_openEndTool.scss */
        .open-end-tool .oet-table .tables-wrapper .cell .oet-respondent-id {
          -webkit-box-align: center;
                  align-items: center;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row;
          -webkit-box-pack: justify;
                  justify-content: space-between; }
          /* line 218, moderator/app/components/oet/_openEndTool.scss */
          .open-end-tool .oet-table .tables-wrapper .cell .oet-respondent-id .oet-new-window-icon {
            font-size: 1.6rem;
            padding-left: 5px;
            padding-top: 3px; }
  /* line 230, moderator/app/components/oet/_openEndTool.scss */
  .open-end-tool .oet-message-text {
    margin-top: 100px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400; }
  /* line 237, moderator/app/components/oet/_openEndTool.scss */
  .open-end-tool .oet-loading {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    position: absolute;
    width: 100%;
    top: 346px;
    z-index: 3; }

/* line 249, moderator/app/components/oet/_openEndTool.scss */
.oet-pagination-page-size-list > li {
  font-size: 1.2rem; }

/* line 255, moderator/app/components/oet/_openEndTool.scss */
.oet-drawer .oet-drawer-actions {
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 24px;
  padding-right: 10px; }
  /* line 260, moderator/app/components/oet/_openEndTool.scss */
  .oet-drawer .oet-drawer-actions button {
    -webkit-box-flex: 1;
            flex-grow: 1; }

/* line 265, moderator/app/components/oet/_openEndTool.scss */
.oet-drawer .oet-drawer-divider {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 10px; }

/* line 273, moderator/app/components/oet/_openEndTool.scss */
.oet-drawer .filter-set .filter-divider {
  margin-top: 10px; }

/* line 277, moderator/app/components/oet/_openEndTool.scss */
.oet-drawer .filter-set .filter-item {
  padding-top: 0;
  padding-bottom: 0; }

/* line 282, moderator/app/components/oet/_openEndTool.scss */
.oet-drawer .filter-set .filter-set-header {
  color: black; }

/* line 286, moderator/app/components/oet/_openEndTool.scss */
.oet-drawer .filter-set .accordion-filter-toggle-header {
  padding-left: 5px; }

/* line 290, moderator/app/components/oet/_openEndTool.scss */
.oet-drawer .filter-set .accordion-filter-badge > span {
  top: 10px;
  right: -10px; }

/* line 1, moderator/app/components/pageHeader/_pageHeader.scss */
.subhead {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 9, moderator/app/components/pageHeader/_pageHeader.scss */
  .subhead h2 {
    margin: 0;
    padding-right: 16px; }
  /* line 14, moderator/app/components/pageHeader/_pageHeader.scss */
  .subhead .page-title {
    margin-top: 0; }
  /* line 18, moderator/app/components/pageHeader/_pageHeader.scss */
  .subhead .subnav {
    display: -webkit-box;
    display: flex;
    vertical-align: middle; }
    /* line 21, moderator/app/components/pageHeader/_pageHeader.scss */
    .subhead .subnav .create-link {
      font-size: 1.28571429em;
      padding-right: 20px;
      margin-top: 10px;
      margin-bottom: 10px; }

/* line 1, moderator/app/components/pager/_pager.scss */
.pager {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 9, moderator/app/components/pager/_pager.scss */
  .pager .page-size label {
    color: inherit;
    font-size: 0.85714286em; }
  /* line 15, moderator/app/components/pager/_pager.scss */
  .pager .paging-range {
    font-size: 0.85714286em; }
  /* line 19, moderator/app/components/pager/_pager.scss */
  .pager .pager-control {
    border-radius: 5px; }
    /* line 22, moderator/app/components/pager/_pager.scss */
    .pager .pager-control.disabled {
      color: #ccc; }
    /* line 26, moderator/app/components/pager/_pager.scss */
    .pager .pager-control .fa {
      font-weight: bold; }

/* line 2, moderator/app/components/palette/_palette.scss */
data-gc-palette[data-display-type='grid'] ul.palette {
  border-top: 1px solid #e6e5e5; }

/* line 7, moderator/app/components/palette/_palette.scss */
ul.palette {
  list-style: none; }
  /* line 12, moderator/app/components/palette/_palette.scss */
  ul.palette li[data-as-sortable-item] i[data-as-sortable-item-handle] {
    cursor: move; }

/* line 18, moderator/app/components/palette/_palette.scss */
.palette-shadow {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 30px);
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 100%); }

/* line 1, moderator/app/components/palette/item/_paletteItem.scss */
data-gc-palette-item {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Label Items */
  /* Grid Items */ }
  /* line 8, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item .pointer {
    cursor: pointer; }
  /* line 12, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item .disabled {
    cursor: not-allowed; }
  /* line 18, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item[data-display-type="label"] .item-wrapper {
    margin: 10px 0; }
  /* line 22, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item[data-display-type="label"] .label {
    font-weight: normal;
    font-size: 0.85714286em; }
  /* line 31, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item[data-display-type="grid"] .ellipsis, data-gc-palette-item[data-display-type="questionlibrary"] .ellipsis {
    color: #5a6068; }
  /* line 35, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item[data-display-type="grid"] .palette-grid-row, data-gc-palette-item[data-display-type="questionlibrary"] .palette-grid-row {
    padding: 10px 5px;
    border-bottom: 1px solid #e6e5e5;
    background: #fff;
    font-weight: normal;
    font-size: 0.92857143em; }
    /* line 42, moderator/app/components/palette/item/_paletteItem.scss */
    data-gc-palette-item[data-display-type="grid"] .palette-grid-row .item-label, data-gc-palette-item[data-display-type="questionlibrary"] .palette-grid-row .item-label {
      color: #434343; }
    /* line 46, moderator/app/components/palette/item/_paletteItem.scss */
    data-gc-palette-item[data-display-type="grid"] .palette-grid-row.disabled, data-gc-palette-item[data-display-type="questionlibrary"] .palette-grid-row.disabled {
      color: #ccc; }
      /* line 49, moderator/app/components/palette/item/_paletteItem.scss */
      data-gc-palette-item[data-display-type="grid"] .palette-grid-row.disabled .item-label-disabled, data-gc-palette-item[data-display-type="questionlibrary"] .palette-grid-row.disabled .item-label-disabled {
        color: #ccc; }

/* line 1, moderator/app/components/palette/item/_paletteItem.scss */
data-gc-palette-item {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Label Items */
  /* Grid Items */ }
  /* line 8, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item .pointer {
    cursor: pointer; }
  /* line 12, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item .disabled {
    cursor: not-allowed; }
  /* line 18, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item[data-display-type="label"] .item-wrapper {
    margin: 10px 0; }
  /* line 22, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item[data-display-type="label"] .label {
    font-weight: normal;
    font-size: 0.85714286em; }
  /* line 31, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item[data-display-type="grid"] .ellipsis, data-gc-palette-item[data-display-type="questionlibrary"] .ellipsis {
    color: #5a6068; }
  /* line 35, moderator/app/components/palette/item/_paletteItem.scss */
  data-gc-palette-item[data-display-type="grid"] .palette-grid-row, data-gc-palette-item[data-display-type="questionlibrary"] .palette-grid-row {
    padding: 10px 5px;
    border-bottom: 1px solid #e6e5e5;
    background: #fff;
    font-weight: normal;
    font-size: 0.92857143em; }
    /* line 42, moderator/app/components/palette/item/_paletteItem.scss */
    data-gc-palette-item[data-display-type="grid"] .palette-grid-row .item-label, data-gc-palette-item[data-display-type="questionlibrary"] .palette-grid-row .item-label {
      color: #434343; }
    /* line 46, moderator/app/components/palette/item/_paletteItem.scss */
    data-gc-palette-item[data-display-type="grid"] .palette-grid-row.disabled, data-gc-palette-item[data-display-type="questionlibrary"] .palette-grid-row.disabled {
      color: #ccc; }
      /* line 49, moderator/app/components/palette/item/_paletteItem.scss */
      data-gc-palette-item[data-display-type="grid"] .palette-grid-row.disabled .item-label-disabled, data-gc-palette-item[data-display-type="questionlibrary"] .palette-grid-row.disabled .item-label-disabled {
        color: #ccc; }

/* line 1, moderator/app/components/participants/_participantFlagging.scss */
.gc-participant-starred {
  position: relative;
  overflow: hidden; }
  /* line 5, moderator/app/components/participants/_participantFlagging.scss */
  .gc-participant-starred a, .gc-participant-starred span {
    background: #9cd1ed;
    border: 1px transparent;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.85714286em;
    margin-right: 5px;
    padding: 2px 7px; }
    /* line 15, moderator/app/components/participants/_participantFlagging.scss */
    .gc-participant-starred a.starred, .gc-participant-starred span.starred {
      background: #ebca40; }
    /* line 19, moderator/app/components/participants/_participantFlagging.scss */
    .gc-participant-starred a.flagged, .gc-participant-starred span.flagged {
      background: #de664f; }

/* line 3, moderator/app/components/preview/_preview.scss */
.study-preview iframe.desktop-layout {
  width: 100%;
  height: 650px; }

/* line 7, moderator/app/components/preview/_preview.scss */
.study-preview iframe.mobile-layout {
  width: 375px;
  height: 667px; }

/* line 12, moderator/app/components/preview/_preview.scss */
.study-preview h2 {
  margin: 0;
  display: inline-block; }

/* line 16, moderator/app/components/preview/_preview.scss */
.study-preview .study-name {
  display: inline-block;
  max-width: 300px;
  padding-left: 10px; }

/* line 22, moderator/app/components/preview/_preview.scss */
.study-preview .view-toggle.selected {
  background-color: #0084cc;
  cursor: default; }

/* line 27, moderator/app/components/preview/_preview.scss */
.study-preview input {
  width: 80%;
  display: inline-block;
  font-size: 0.85714286em; }

/* line 2, moderator/app/components/pricebook/_pricebook.scss */
.pricebook .grid-row {
  background: #fff; }

/* line 6, moderator/app/components/pricebook/_pricebook.scss */
.pricebook .available-products {
  max-height: 300px;
  overflow-y: auto; }

/* line 3, moderator/app/components/products/_productSelector.scss */
.product-selector .country-select {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin-top: 10px;
  padding: 0; }
  /* line 8, moderator/app/components/products/_productSelector.scss */
  .product-selector .country-select .country-checkbox {
    margin-top: 15px;
    margin-bottom: 15px; }
    /* line 12, moderator/app/components/products/_productSelector.scss */
    .product-selector .country-select .country-checkbox:first-of-type {
      margin-top: 0; }
    /* line 16, moderator/app/components/products/_productSelector.scss */
    .product-selector .country-select .country-checkbox:last-of-type {
      margin-bottom: 0; }

/* line 1, moderator/app/components/project/_projectHeader.scss */
.project-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 24px; }
  /* line 7, moderator/app/components/project/_projectHeader.scss */
  .project-header .breadcrumbs {
    font-size: 1.14285714em; }

/* line 4, moderator/app/components/project/_projectOverview.scss */
.project-overview data-ng-form.project-edit {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e5e5; }

/* line 14, moderator/app/components/project/_projectOverview.scss */
.project-overview .project-form-controls .save-button-wrapper {
  position: relative;
  width: auto; }
  /* line 18, moderator/app/components/project/_projectOverview.scss */
  .project-overview .project-form-controls .save-button-wrapper .save-progress-animation {
    color: #00A5FF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -42px; }

/* line 28, moderator/app/components/project/_projectOverview.scss */
.project-overview .project-form-controls button {
  font-size: 1.14285714em;
  padding: 5px 20px; }
  /* line 32, moderator/app/components/project/_projectOverview.scss */
  .project-overview .project-form-controls button.cancel-project {
    background: #fff;
    border-color: #00a5ff;
    color: #00a5ff; }
  /* line 38, moderator/app/components/project/_projectOverview.scss */
  .project-overview .project-form-controls button.create-project, .project-overview .project-form-controls button.save-project {
    font-weight: lighter; }

/* line 45, moderator/app/components/project/_projectOverview.scss */
.project-overview .project-details {
  margin-bottom: 40px; }
  /* line 48, moderator/app/components/project/_projectOverview.scss */
  .project-overview .project-details .control {
    display: block;
    margin: 15px 0 20px 0; }
    /* line 52, moderator/app/components/project/_projectOverview.scss */
    .project-overview .project-details .control.checkbox-control {
      margin: 35px 0 0 0;
      width: 210px; }
      /* line 56, moderator/app/components/project/_projectOverview.scss */
      .project-overview .project-details .control.checkbox-control > .form-label {
        margin-bottom: 10px; }
      /* line 60, moderator/app/components/project/_projectOverview.scss */
      .project-overview .project-details .control.checkbox-control > .form-group {
        margin: 0 10px; }
    /* line 65, moderator/app/components/project/_projectOverview.scss */
    .project-overview .project-details .control.dropdown-control {
      width: 200px; }
      /* line 68, moderator/app/components/project/_projectOverview.scss */
      .project-overview .project-details .control.dropdown-control > #rs-dropdown-input:focus {
        background: none; }
    /* line 73, moderator/app/components/project/_projectOverview.scss */
    .project-overview .project-details .control.text-control {
      width: 210px; }
    /* line 77, moderator/app/components/project/_projectOverview.scss */
    .project-overview .project-details .control.textarea-control {
      overflow: hidden;
      width: 90%; }
      /* line 81, moderator/app/components/project/_projectOverview.scss */
      .project-overview .project-details .control.textarea-control .textarea-input {
        overflow: scroll; }
        /* line 84, moderator/app/components/project/_projectOverview.scss */
        .project-overview .project-details .control.textarea-control .textarea-input::-webkit-scrollbar {
          display: none; }
      /* line 89, moderator/app/components/project/_projectOverview.scss */
      .project-overview .project-details .control.textarea-control .disabled-field-label {
        color: rgba(0, 0, 0, 0.54); }
      /* line 93, moderator/app/components/project/_projectOverview.scss */
      .project-overview .project-details .control.textarea-control .disabled-field {
        color: rgba(0, 0, 0, 0.87); }

/* line 100, moderator/app/components/project/_projectOverview.scss */
.project-overview .project-overview-section-title {
  font-size: 22px;
  font-weight: 400;
  color: #727983; }

/* line 106, moderator/app/components/project/_projectOverview.scss */
.project-overview .client-initiated-radio-label {
  padding: 6px 12px; }

/* line 110, moderator/app/components/project/_projectOverview.scss */
.project-overview .dropdown-control {
  width: 200px; }

/* line 114, moderator/app/components/project/_projectOverview.scss */
.project-overview div.buffer-top {
  margin-top: 20px; }

/* line 118, moderator/app/components/project/_projectOverview.scss */
.project-overview div.buffer-top-sm {
  margin-top: 10px; }

/* line 3, moderator/app/components/projects/_projects.scss */
#companies .company-details .company-title {
  word-break: break-all;
  line-height: 1em; }

/* line 9, moderator/app/components/projects/_projects.scss */
#companies .company-details .col-xs-11.col-xs-offset-1 a {
  line-height: 2em; }

/* line 15, moderator/app/components/projects/_projects.scss */
#companies .company-details .company-depts .error {
  display: inline-block;
  line-height: 15px;
  white-space: normal; }

/* line 25, moderator/app/components/projects/_projects.scss */
#project-edit .create-company {
  font-size: 0.85714286em; }

/* line 28, moderator/app/components/projects/_projects.scss */
#project-edit .study-spacer {
  margin-top: 2.7em; }

/* line 31, moderator/app/components/projects/_projects.scss */
#project-edit .account-select {
  width: 100%; }
  /* line 33, moderator/app/components/projects/_projects.scss */
  #project-edit .account-select button {
    width: 100%;
    font-size: 0.92857143em;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px; }
  /* line 40, moderator/app/components/projects/_projects.scss */
  #project-edit .account-select ul {
    width: 100%; }

/* line 44, moderator/app/components/projects/_projects.scss */
#project-edit .account-select-input {
  padding-left: 5px;
  padding-right: 5px; }

/* line 48, moderator/app/components/projects/_projects.scss */
#project-edit .account-select-list {
  max-height: 250px;
  overflow: auto; }
  /* line 51, moderator/app/components/projects/_projects.scss */
  #project-edit .account-select-list .highlighted {
    font-weight: bold; }
  /* line 54, moderator/app/components/projects/_projects.scss */
  #project-edit .account-select-list a {
    display: block;
    padding: 4px 20px;
    color: #434343;
    white-space: nowrap; }
    /* line 59, moderator/app/components/projects/_projects.scss */
    #project-edit .account-select-list a:hover {
      text-decoration: none;
      background-color: #e6e5e5; }
    /* line 63, moderator/app/components/projects/_projects.scss */
    #project-edit .account-select-list a.selected {
      background-color: #0084cc;
      color: #fff; }

/* line 71, moderator/app/components/projects/_projects.scss */
.moderator-avatar {
  height: 60px;
  width: 60px; }

/* line 77, moderator/app/components/projects/_projects.scss */
.personas label {
  display: inline-block;
  padding: 10px; }

/* line 81, moderator/app/components/projects/_projects.scss */
.personas label img {
  pointer-events: none; }

/* line 84, moderator/app/components/projects/_projects.scss */
.personas input[type="radio"] {
  position: absolute;
  left: -9999px; }

/* line 88, moderator/app/components/projects/_projects.scss */
.personas img {
  width: 100px;
  height: 100px; }

/* line 92, moderator/app/components/projects/_projects.scss */
.personas .persona-countries {
  position: absolute;
  max-width: 100px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 2px;
  font-size: 0.85714286em;
  text-transform: uppercase;
  color: #d34327; }

/* line 101, moderator/app/components/projects/_projects.scss */
.personas .not-selected {
  background-color: transparent; }

/* line 104, moderator/app/components/projects/_projects.scss */
.personas .selected {
  background-color: #ddeff9;
  padding: 10px; }

/* line 111, moderator/app/components/projects/_projects.scss */
#projects .answer-green {
  color: #3cb371; }

/* line 115, moderator/app/components/projects/_projects.scss */
#projects .answer-red {
  color: #d34327; }

/* line 119, moderator/app/components/projects/_projects.scss */
#projects h4 {
  margin-top: 0; }

/* line 124, moderator/app/components/projects/_projects.scss */
#projects data-ng-form button {
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px; }

/* line 129, moderator/app/components/projects/_projects.scss */
#projects data-ng-form select, #projects data-ng-form input {
  font-size: .9em; }

/* line 134, moderator/app/components/projects/_projects.scss */
#projects .project-row {
  background: #fff;
  font-size: 0.92857143em;
  border-bottom: 1px solid #e6e5e5;
  padding-top: 7px;
  padding-bottom: 7px; }
  /* line 140, moderator/app/components/projects/_projects.scss */
  #projects .project-row:first-of-type {
    border-top: 1px solid #e6e5e5; }
  /* line 143, moderator/app/components/projects/_projects.scss */
  #projects .project-row:last-of-type {
    margin-bottom: 10px; }

/* line 148, moderator/app/components/projects/_projects.scss */
#projects .popover {
  width: 250px;
  padding: 0; }
  /* line 151, moderator/app/components/projects/_projects.scss */
  #projects .popover .popover-title {
    background: #ddeff9;
    border-bottom: 1px solid #e6e5e5;
    border-radius: none; }
  /* line 156, moderator/app/components/projects/_projects.scss */
  #projects .popover .fa-times-circle {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer; }

/* line 164, moderator/app/components/projects/_projects.scss */
#projects .study-details {
  margin: 0; }
  /* line 167, moderator/app/components/projects/_projects.scss */
  #projects .study-details input {
    display: inline; }
  /* line 170, moderator/app/components/projects/_projects.scss */
  #projects .study-details .btn {
    border-radius: 5px; }
    /* line 172, moderator/app/components/projects/_projects.scss */
    #projects .study-details .btn.disabled {
      background: #e6e5e5;
      color: #727983; }
  /* line 177, moderator/app/components/projects/_projects.scss */
  #projects .study-details .company-details {
    background: #f5f5f5;
    border-radius: 7px;
    padding: 10px;
    font-size: 1.14285714em; }
    /* line 182, moderator/app/components/projects/_projects.scss */
    #projects .study-details .company-details a {
      display: block;
      margin-top: 5px; }
      /* line 185, moderator/app/components/projects/_projects.scss */
      #projects .study-details .company-details a span {
        font-size: 1.14285714em; }
  /* line 192, moderator/app/components/projects/_projects.scss */
  #projects .study-details .project-study-info .col-xs-12 strong {
    display: inline-block;
    margin-bottom: 3px; }
  /* line 196, moderator/app/components/projects/_projects.scss */
  #projects .study-details .project-study-info .col-xs-12 input {
    margin-top: 0; }
  /* line 200, moderator/app/components/projects/_projects.scss */
  #projects .study-details .project-study-info .update-project-info {
    margin: 5px 0 10px 0; }
    /* line 202, moderator/app/components/projects/_projects.scss */
    #projects .study-details .project-study-info .update-project-info .btn {
      padding: 1px 7px 2px 7px;
      margin-left: 7px;
      margin-bottom: 3px;
      font-size: 0.92857143em; }
  /* line 210, moderator/app/components/projects/_projects.scss */
  #projects .study-details .reopen-study {
    color: #d34327; }
  /* line 213, moderator/app/components/projects/_projects.scss */
  #projects .study-details .complete-study {
    color: #d34327; }
  /* line 216, moderator/app/components/projects/_projects.scss */
  #projects .study-details .study-completed {
    color: #a6d279; }
  /* line 219, moderator/app/components/projects/_projects.scss */
  #projects .study-details .btn.launch-study {
    border-radius: 5px;
    font-size: 1.14285714em;
    padding-left: 40px;
    padding-right: 40px; }
  /* line 226, moderator/app/components/projects/_projects.scss */
  #projects .study-details .preview-link .disabled {
    color: #727983;
    cursor: default; }

/* line 234, moderator/app/components/projects/_projects.scss */
#projects .project-nav .nav-tabs {
  margin-bottom: 40px; }
  /* line 237, moderator/app/components/projects/_projects.scss */
  #projects .project-nav .nav-tabs li a {
    padding: 10px 25px;
    border-radius: 7px 7px 0 0; }
  /* line 243, moderator/app/components/projects/_projects.scss */
  #projects .project-nav .nav-tabs .active a {
    color: #00a5ff; }
  /* line 247, moderator/app/components/projects/_projects.scss */
  #projects .project-nav .nav-tabs .disabled {
    background: #e6e5e5;
    opacity: 0.65;
    border-radius: 7px 7px 0 0;
    margin-right: 2px; }
    /* line 252, moderator/app/components/projects/_projects.scss */
    #projects .project-nav .nav-tabs .disabled a {
      line-height: 1.3em; }

/* line 259, moderator/app/components/projects/_projects.scss */
#projects .gc-caddy {
  /* TODO: Remove this reference when the 
    Styleguide button values are ready */ }
  /* line 262, moderator/app/components/projects/_projects.scss */
  #projects .gc-caddy button {
    border-radius: 5px;
    font-size: .9em;
    padding: 5px 15px; }
  /* line 267, moderator/app/components/projects/_projects.scss */
  #projects .gc-caddy .btn-alt {
    background: #8d939b;
    padding: 3px 10px; }

/* line 273, moderator/app/components/projects/_projects.scss */
#projects .participant-filter-toggle {
  display: inline-block;
  font-size: 0.85714286em; }
  /* line 276, moderator/app/components/projects/_projects.scss */
  #projects .participant-filter-toggle .disabled {
    color: #434343; }

/* line 281, moderator/app/components/projects/_projects.scss */
#projects .url-alert {
  padding: 10px; }

/* line 285, moderator/app/components/projects/_projects.scss */
#projects .name {
  font-size: 1.2em;
  vertical-align: top;
  display: inline-block; }

/* line 291, moderator/app/components/projects/_projects.scss */
#projects .gc-responses-navigate {
  font-size: 0.85714286em; }
  /* line 294, moderator/app/components/projects/_projects.scss */
  #projects .gc-responses-navigate span {
    color: #8d939b; }
  /* line 298, moderator/app/components/projects/_projects.scss */
  #projects .gc-responses-navigate select {
    max-width: 220px; }
  /* line 302, moderator/app/components/projects/_projects.scss */
  #projects .gc-responses-navigate button {
    padding: 2px 10px;
    color: #434343;
    background: #9cd1ed; }

/* line 310, moderator/app/components/projects/_projects.scss */
#projects #participant .response-title {
  display: inline-block; }

/* line 314, moderator/app/components/projects/_projects.scss */
#projects #participant hr {
  margin-top: 10px;
  border-top: 1px solid #e6e5e5; }

/* line 319, moderator/app/components/projects/_projects.scss */
#projects #participant .comment-save {
  position: relative;
  top: 95px; }

/* line 325, moderator/app/components/projects/_projects.scss */
#projects #participant .recontact-link:hover {
  cursor: pointer; }

/* line 330, moderator/app/components/projects/_projects.scss */
#projects #participant .project-label {
  margin: 10px 0 0 0;
  font-size: 14px; }
  /* line 333, moderator/app/components/projects/_projects.scss */
  #projects #participant .project-label strong {
    margin-right: 5px; }
  /* line 336, moderator/app/components/projects/_projects.scss */
  #projects #participant .project-label #question {
    font-size: 12px; }
  /* line 339, moderator/app/components/projects/_projects.scss */
  #projects #participant .project-label.poll-label, #projects #participant .project-label.rank-label, #projects #participant .project-label.segments-label {
    margin-top: 0;
    margin-bottom: 10px; }
  /* line 345, moderator/app/components/projects/_projects.scss */
  #projects #participant .project-label.responses-label {
    position: relative;
    right: 30px; }
  /* line 349, moderator/app/components/projects/_projects.scss */
  #projects #participant .project-label .media-grid {
    text-align: left; }
    /* line 351, moderator/app/components/projects/_projects.scss */
    #projects #participant .project-label .media-grid .media-img {
      width: 20px; }
    /* line 354, moderator/app/components/projects/_projects.scss */
    #projects #participant .project-label .media-grid img {
      width: 20px;
      height: 20px; }
    /* line 358, moderator/app/components/projects/_projects.scss */
    #projects #participant .project-label .media-grid .play-watermark {
      top: 0; }
      /* line 360, moderator/app/components/projects/_projects.scss */
      #projects #participant .project-label .media-grid .play-watermark .fa {
        font-size: 1.3em; }

/* line 367, moderator/app/components/projects/_projects.scss */
#projects #participant .segments-header {
  font-size: 1.14285714em;
  font-weight: bold; }

/* line 373, moderator/app/components/projects/_projects.scss */
#projects #participant .segment-title .stim-media-item.sm {
  padding-right: 0; }
  /* line 375, moderator/app/components/projects/_projects.scss */
  #projects #participant .segment-title .stim-media-item.sm .media-img {
    width: 60px;
    height: 60px; }
    /* line 378, moderator/app/components/projects/_projects.scss */
    #projects #participant .segment-title .stim-media-item.sm .media-img img {
      width: 60px;
      height: 60px; }

/* line 386, moderator/app/components/projects/_projects.scss */
#projects #participant .poll-results,
#projects #participant .segment-results {
  padding: 0; }

/* line 391, moderator/app/components/projects/_projects.scss */
#projects #participant .searchable-list {
  top: -24px;
  padding-left: 15px;
  padding-right: 15px; }

/* line 397, moderator/app/components/projects/_projects.scss */
#projects #participant .avatar {
  position: relative;
  padding-right: 10px;
  right: 5px; }
  /* line 401, moderator/app/components/projects/_projects.scss */
  #projects #participant .avatar .notification-count {
    position: absolute;
    left: 40px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 14px;
    background: #d34327;
    color: #fff;
    top: -25px; }

/* line 414, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-stars-flags {
  color: #b3b2b2;
  font-size: 0.85714286em; }
  /* line 417, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-stars-flags .enabled {
    color: #5a6068; }
    /* line 419, moderator/app/components/projects/_projects.scss */
    #projects #participant .participant-stars-flags .enabled .fa-flag {
      color: #d34327; }
    /* line 422, moderator/app/components/projects/_projects.scss */
    #projects #participant .participant-stars-flags .enabled .fa-star {
      color: #ebca40; }

/* line 428, moderator/app/components/projects/_projects.scss */
#projects #participant .comment {
  margin: 5px 20px 0 0;
  padding-bottom: 15px; }
  /* line 431, moderator/app/components/projects/_projects.scss */
  #projects #participant .comment img {
    width: 48px;
    height: 48px; }

/* line 437, moderator/app/components/projects/_projects.scss */
#projects #participant .moderator-comment {
  background: #faf1ca; }
  /* line 439, moderator/app/components/projects/_projects.scss */
  #projects #participant .moderator-comment hr {
    margin-top: 0;
    margin-bottom: 15px; }

/* line 445, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-categories {
  font-size: 0.92857143em;
  font-weight: bold;
  margin-bottom: 10px; }
  /* line 449, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-categories span {
    color: #000; }
  /* line 452, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-categories .participant-name {
    position: relative;
    left: 60px; }

/* line 458, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-info, #projects #participant .response-info {
  padding-top: 10px;
  padding-bottom: 10px; }
  /* line 461, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-info > div, #projects #participant .response-info > div {
    top: 10px; }
    /* line 463, moderator/app/components/projects/_projects.scss */
    #projects #participant .participant-info > div:nth-of-type(1), #projects #participant .response-info > div:nth-of-type(1) {
      top: 0; }
  /* line 467, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-info .name, #projects #participant .response-info .name {
    font-weight: bold;
    font-size: 0.92857143em;
    vertical-align: initial; }
  /* line 472, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-info .participant-list-name, #projects #participant .response-info .participant-list-name {
    margin-bottom: 10px;
    vertical-align: top;
    display: inline-block; }
    /* line 476, moderator/app/components/projects/_projects.scss */
    #projects #participant .participant-info .participant-list-name a, #projects #participant .response-info .participant-list-name a {
      font-size: 0.92857143em; }
  /* line 480, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-info .respondent-info, #projects #participant .response-info .respondent-info {
    font-size: 0.92857143em; }
  /* line 483, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-info .re-time, #projects #participant .response-info .re-time {
    color: #8d939b;
    font-style: italic; }

/* line 491, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-info .col-xs-1 i {
  font-size: 0.92857143em; }

/* line 496, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-info .col-xs-2 span, #projects #participant .participant-info .col-xs-2 i {
  font-size: 0.92857143em; }

/* line 503, moderator/app/components/projects/_projects.scss */
#projects #participant .btn-group .btn {
  font-size: 0.92857143em; }

/* line 508, moderator/app/components/projects/_projects.scss */
#projects #participant .response-refresh {
  font-size: 0.92857143em;
  margin-left: 5px;
  padding: 2px 5px; }

/* line 514, moderator/app/components/projects/_projects.scss */
#projects #participant .question-sublabel,
#projects #participant .respondent-tag-sublabel {
  color: #8d939b; }

/* line 519, moderator/app/components/projects/_projects.scss */
#projects #participant .transcript-date {
  font-size: 0.85714286em;
  margin-left: 2px; }

/* line 524, moderator/app/components/projects/_projects.scss */
#projects #participant .response-categories {
  font-size: 0.92857143em;
  font-weight: bold;
  padding-bottom: 5px; }

/* line 530, moderator/app/components/projects/_projects.scss */
#projects #participant .response-answer {
  font-size: 0.92857143em;
  color: #8d939b; }

/* line 535, moderator/app/components/projects/_projects.scss */
#projects #participant .response-info {
  padding-top: 15px;
  padding-bottom: 20px; }
  /* line 538, moderator/app/components/projects/_projects.scss */
  #projects #participant .response-info .row {
    padding-bottom: 10px; }
  /* line 542, moderator/app/components/projects/_projects.scss */
  #projects #participant .response-info .moderator div {
    top: 0; }
  /* line 546, moderator/app/components/projects/_projects.scss */
  #projects #participant .response-info p {
    font-size: 0.92857143em; }
    /* line 548, moderator/app/components/projects/_projects.scss */
    #projects #participant .response-info p:nth-last-of-type(1) {
      margin-bottom: 0; }
  /* line 552, moderator/app/components/projects/_projects.scss */
  #projects #participant .response-info form {
    margin-bottom: 10px; }
    /* line 554, moderator/app/components/projects/_projects.scss */
    #projects #participant .response-info form a {
      position: relative;
      top: 2px; }
  /* line 559, moderator/app/components/projects/_projects.scss */
  #projects #participant .response-info .btn {
    border-radius: 7px;
    font-size: 15px;
    padding: 0 12px 2px 12px;
    margin-left: 7px; }
  /* line 565, moderator/app/components/projects/_projects.scss */
  #projects #participant .response-info .avatar {
    padding-right: 0;
    padding-top: 5px;
    right: 5px; }
    /* line 569, moderator/app/components/projects/_projects.scss */
    #projects #participant .response-info .avatar img {
      width: 24px;
      height: 24px; }

/* line 576, moderator/app/components/projects/_projects.scss */
#projects #participant .concept-loop-details {
  background: #fff; }

/* line 581, moderator/app/components/projects/_projects.scss */
#projects #participant .cp-scorecard-options * {
  display: inline-block; }

/* line 585, moderator/app/components/projects/_projects.scss */
#projects #participant .cp-scorecard-options strong {
  font-size: 0.85714286em; }

/* line 589, moderator/app/components/projects/_projects.scss */
#projects #participant .cp-scorecard-options select {
  width: 200px; }

/* line 594, moderator/app/components/projects/_projects.scss */
#projects #participant .scorecard-selection-error {
  width: 330px;
  margin: 40px auto;
  padding: 15px;
  border: 1px solid #de664f;
  border-radius: 5px;
  background: #fff;
  color: #5a6068;
  font-size: 1.14285714em; }
  /* line 604, moderator/app/components/projects/_projects.scss */
  #projects #participant .scorecard-selection-error .fa {
    font-size: 40px; }

/* line 609, moderator/app/components/projects/_projects.scss */
#projects #participant .scorecard-selection-error {
  width: 330px;
  margin: 40px auto;
  padding: 15px;
  border: 1px solid #de664f;
  border-radius: 5px;
  background: #fff;
  color: #5a6068;
  font-size: 1.14285714em; }
  /* line 619, moderator/app/components/projects/_projects.scss */
  #projects #participant .scorecard-selection-error .fa {
    font-size: 40px; }

/* line 625, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-details select {
  margin-left: 10px; }

/* line 629, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-details form a {
  position: relative;
  top: 2px; }

/* line 634, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-details .btn {
  border-radius: 7px;
  font-size: 15px;
  padding: 0 12px 2px 12px;
  margin-left: 7px; }

/* line 640, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-details .select {
  color: #8d939b;
  font-size: 0.78571429em;
  padding-left: 60px; }

/* line 645, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-details .name {
  font-size: 1.28571429em; }

/* line 648, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-details .title {
  font-size: 1.14285714em;
  position: relative;
  bottom: 7px; }
  /* line 652, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-details .title a {
    color: #d34327;
    font-size: 0.85714286em; }

/* line 657, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-details .re-text {
  margin: 0; }

/* line 660, moderator/app/components/projects/_projects.scss */
#projects #participant .participant-details .response {
  background: #fff;
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid #e6e5e5;
  font-size: 0.92857143em;
  padding: 15px 0;
  margin: 15px 0 30px 0; }
  /* line 669, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-details .response p:nth-last-of-type(1) {
    margin-bottom: 0; }
  /* line 673, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-details .response a {
    margin: 0; }
  /* line 676, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-details .response .name {
    font-size: 1em;
    margin-bottom: 10px; }
  /* line 681, moderator/app/components/projects/_projects.scss */
  #projects #participant .participant-details .response .gc-participant-starred {
    text-align: right; }
    /* line 684, moderator/app/components/projects/_projects.scss */
    #projects #participant .participant-details .response .gc-participant-starred a {
      margin-right: 2px; }

/* line 691, moderator/app/components/projects/_projects.scss */
#projects #participant .fa-times {
  color: #00a5ff;
  position: relative;
  bottom: 5px; }

/* line 697, moderator/app/components/projects/_projects.scss */
#projects #participant .results-chart {
  background-color: #fff;
  padding: 15px 20px 10px; }

/* line 706, moderator/app/components/projects/_projects.scss */
#settings data-ng-form .project-url {
  word-break: break-all; }

@media (max-width: 1200px) {
  /* line 712, moderator/app/components/projects/_projects.scss */
  #settings data-ng-form input, #settings data-ng-form label, #settings data-ng-form select {
    font-size: 0.85714286em; }
  /* line 715, moderator/app/components/projects/_projects.scss */
  #settings data-ng-form select {
    padding-right: 2px;
    padding-left: 2px; }
  /* line 719, moderator/app/components/projects/_projects.scss */
  #settings data-ng-form .fa-question-circle {
    font-size: 0.78571429em; }
  /* line 722, moderator/app/components/projects/_projects.scss */
  #settings data-ng-form .project-url {
    font-size: 0.85714286em; } }

/* line 727, moderator/app/components/projects/_projects.scss */
#settings label.setting-disabled {
  color: #b3b2b2; }

/* line 732, moderator/app/components/projects/_projects.scss */
.settings-hovercon-popover {
  pointer-events: none; }
  /* line 735, moderator/app/components/projects/_projects.scss */
  .settings-hovercon-popover .settings-hovercon-text {
    padding: 8px 14px; }
    /* line 738, moderator/app/components/projects/_projects.scss */
    .settings-hovercon-popover .settings-hovercon-text.settings-hovercon-title {
      background: #ddeff9;
      border-bottom: 1px solid #e6e5e5; }

/* line 746, moderator/app/components/projects/_projects.scss */
#project-screening .sub-label {
  display: block;
  padding-left: 20px; }
  /* line 749, moderator/app/components/projects/_projects.scss */
  #project-screening .sub-label input[type="radio"] {
    box-shadow: none; }

/* line 754, moderator/app/components/projects/_projects.scss */
#project-screening hr {
  border-width: 2px;
  border-color: #e6e5e5;
  margin: 5px 0; }

/* line 760, moderator/app/components/projects/_projects.scss */
#project-screening h4 {
  display: inline-block; }

/* line 764, moderator/app/components/projects/_projects.scss */
#project-screening .spacer {
  height: 1px; }

/* line 768, moderator/app/components/projects/_projects.scss */
#project-screening .fa-exclamation-triangle {
  color: #ebca40; }

/* line 773, moderator/app/components/projects/_projects.scss */
#project-questions {
  /* TODO: Update this to use the Styleguide 
    button values when they are ready */
  /* The tab displayed to allow re-opening the question library sidebar */ }
  /* line 774, moderator/app/components/projects/_projects.scss */
  #project-questions .kickoff-list {
    font-size: 0.92857143em;
    list-style: none;
    margin: 5px 0 10px;
    padding: 0; }
    /* line 780, moderator/app/components/projects/_projects.scss */
    #project-questions .kickoff-list > li {
      background: #fff;
      line-height: 25px;
      overflow: hidden;
      position: relative; }
  /* line 789, moderator/app/components/projects/_projects.scss */
  #project-questions button.btn-launch {
    background: #727983;
    border: none;
    color: #fff;
    font-size: .8em;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px; }
  /* line 799, moderator/app/components/projects/_projects.scss */
  #project-questions .question-text {
    line-height: normal;
    margin: 5px 0;
    white-space: normal;
    overflow: visible; }
  /* line 806, moderator/app/components/projects/_projects.scss */
  #project-questions .study-questions {
    position: relative; }
    /* line 811, moderator/app/components/projects/_projects.scss */
    #project-questions .study-questions ul.as-sortable-dragging li {
      margin-top: 5px;
      margin-left: 0; }
    /* line 819, moderator/app/components/projects/_projects.scss */
    #project-questions .study-questions .time-limits input {
      max-width: 75px; }
  /* line 826, moderator/app/components/projects/_projects.scss */
  #project-questions #question-library-tab {
    position: fixed;
    right: -99px;
    top: 150px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    /* line 832, moderator/app/components/projects/_projects.scss */
    #project-questions #question-library-tab .label {
      background: #00A5FF;
      padding: 10px;
      cursor: pointer;
      font-weight: normal;
      font-size: 0.78571429em; }
      /* line 839, moderator/app/components/projects/_projects.scss */
      #project-questions #question-library-tab .label:hover {
        background: #0077cb; }
  /* line 848, moderator/app/components/projects/_projects.scss */
  #project-questions ul.palette.library-palette-wrapper.as-sortable-dragging li {
    margin-top: 105px;
    margin-left: -40px; }

/* line 857, moderator/app/components/projects/_projects.scss */
#reports i.fa-pencil {
  position: relative;
  top: 2px; }

/* line 861, moderator/app/components/projects/_projects.scss */
#reports .headers,
#reports .footers {
  font-size: 0.92857143em;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 867, moderator/app/components/projects/_projects.scss */
#reports .project-row-alt {
  font-size: 0.92857143em; }

/* line 871, moderator/app/components/projects/_projects.scss */
#reports .quota-group-stats .quota-group-filled {
  color: #8dc553;
  font-weight: bold; }

/* line 876, moderator/app/components/projects/_projects.scss */
#reports .stats-detail-row {
  background: #fff;
  font-size: 0.92857143em;
  border-bottom: 1px solid #e6e5e5;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 20px; }
  /* line 884, moderator/app/components/projects/_projects.scss */
  #reports .stats-detail-row:last-of-type {
    border-bottom: none;
    margin-bottom: 5px; }

/* line 889, moderator/app/components/projects/_projects.scss */
#reports .term-details {
  margin-top: 10px; }

/* line 895, moderator/app/components/projects/_projects.scss */
#transcript .transcript-search {
  position: relative; }
  /* line 897, moderator/app/components/projects/_projects.scss */
  #transcript .transcript-search input {
    padding-right: 20px; }
  /* line 900, moderator/app/components/projects/_projects.scss */
  #transcript .transcript-search:after {
    content: '\f002';
    font-family: FontAwesome;
    color: #ccc;
    position: absolute;
    top: 8px;
    right: 25px; }

/* line 909, moderator/app/components/projects/_projects.scss */
#transcript table {
  table-layout: fixed;
  word-wrap: break-word;
  font-size: 0.92857143em; }

/* line 914, moderator/app/components/projects/_projects.scss */
#transcript .table-body {
  overflow: auto;
  width: 100%;
  max-height: 600px; }
  /* line 919, moderator/app/components/projects/_projects.scss */
  #transcript .table-body tr:nth-of-type(even) {
    background-color: #fff; }

/* line 924, moderator/app/components/projects/_projects.scss */
#transcript .table-header {
  overflow: hidden;
  width: 100%; }

/* line 928, moderator/app/components/projects/_projects.scss */
#transcript .table-head {
  width: auto;
  margin-bottom: 0; }

/* line 932, moderator/app/components/projects/_projects.scss */
#transcript th, #transcript td {
  width: 160px; }
  /* line 934, moderator/app/components/projects/_projects.scss */
  #transcript th.col-demo-narrow, #transcript td.col-demo-narrow {
    width: 120px; }
  /* line 937, moderator/app/components/projects/_projects.scss */
  #transcript th.col-freeform, #transcript td.col-freeform {
    width: 280px; }

/* line 943, moderator/app/components/projects/_projects.scss */
#transcript th.sortable:hover {
  background: #ccc; }

/* line 947, moderator/app/components/projects/_projects.scss */
#transcript .dropdown-menu {
  width: 200px;
  max-height: 200px;
  overflow-y: auto; }

/* line 954, moderator/app/components/projects/_projects.scss */
#transcript .media-grid .media-thumbnail .media-img {
  width: auto; }
  /* line 956, moderator/app/components/projects/_projects.scss */
  #transcript .media-grid .media-thumbnail .media-img img {
    width: 60px;
    height: 60px; }

/* line 963, moderator/app/components/projects/_projects.scss */
#transcript .play-watermark {
  top: 7px; }

/* line 966, moderator/app/components/projects/_projects.scss */
#transcript .highlighted {
  background-color: #f5e49c; }

/* line 970, moderator/app/components/projects/_projects.scss */
#transcript .transcript-hidden-row td {
  padding: 0; }

/* line 975, moderator/app/components/projects/_projects.scss */
#transcript td.question-response {
  position: relative; }
  /* line 978, moderator/app/components/projects/_projects.scss */
  #transcript td.question-response.starred {
    background: #faf1ca; }
  /* line 982, moderator/app/components/projects/_projects.scss */
  #transcript td.question-response.flagged {
    background: #f6d6d0; }
  /* line 986, moderator/app/components/projects/_projects.scss */
  #transcript td.question-response .flagging {
    bottom: 10px;
    display: none;
    left: 10px;
    position: absolute; }
  /* line 993, moderator/app/components/projects/_projects.scss */
  #transcript td.question-response .copy-transcript {
    background: #9cd1ed;
    border: 1px transparent;
    border-radius: 3px;
    bottom: 10px;
    color: #fff;
    display: none;
    font-size: 0.85714286em;
    padding: 2px 7px;
    position: absolute;
    right: 10px; }
    /* line 1005, moderator/app/components/projects/_projects.scss */
    #transcript td.question-response .copy-transcript:hover {
      background: #33b7ff; }
  /* line 1010, moderator/app/components/projects/_projects.scss */
  #transcript td.question-response:hover {
    background: #c7e5f5; }
    /* line 1013, moderator/app/components/projects/_projects.scss */
    #transcript td.question-response:hover .copy-transcript,
    #transcript td.question-response:hover .flagging {
      display: block; }

/* line 1021, moderator/app/components/projects/_projects.scss */
.bottom-spacing {
  padding-bottom: 32px; }

/* line 1, moderator/app/components/projects/quotaGroup/_quotaGroup.scss */
.delete-all-quota-groups {
  font-size: 0.85714286em;
  color: #d34327; }
  /* line 4, moderator/app/components/projects/quotaGroup/_quotaGroup.scss */
  .delete-all-quota-groups:hover {
    color: #a8351f; }

/* line 8, moderator/app/components/projects/quotaGroup/_quotaGroup.scss */
.screening-logic {
  line-height: normal;
  background: #f5f5f5;
  padding: 0 15px; }

/* line 13, moderator/app/components/projects/quotaGroup/_quotaGroup.scss */
.quota-group-headers {
  padding: 5px 15px; }

/* line 3, moderator/app/components/projects/recruit/_recruit.scss */
#recruit .recruit-section-label {
  font-weight: bold; }

/* line 7, moderator/app/components/projects/recruit/_recruit.scss */
#recruit .file-list-header {
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2px; }

/* line 14, moderator/app/components/projects/recruit/_recruit.scss */
#recruit .file-list {
  margin-bottom: 40px; }

/* line 18, moderator/app/components/projects/recruit/_recruit.scss */
#recruit .add-file {
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px; }

/* line 24, moderator/app/components/projects/recruit/_recruit.scss */
#recruit .edit-description {
  margin-left: 2px; }

/* line 28, moderator/app/components/projects/recruit/_recruit.scss */
#recruit .save-alert {
  padding: 10px; }

/* line 32, moderator/app/components/projects/recruit/_recruit.scss */
#recruit .gc-grid {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0; }

/* line 39, moderator/app/components/projects/recruit/_recruit.scss */
#recruit .btn-alt.save-description {
  padding: 0 5px;
  position: relative; }

/* line 49, moderator/app/components/projects/recruit/_recruit.scss */
#recruit-template-dialog .input-group input[disabled],
#recruit-list-dialog .input-group input[disabled] {
  cursor: default;
  background-color: #fff; }

/* line 53, moderator/app/components/projects/recruit/_recruit.scss */
#recruit-template-dialog .input-group .input-group-addon,
#recruit-list-dialog .input-group .input-group-addon {
  cursor: pointer; }

/* line 60, moderator/app/components/projects/recruit/_recruit.scss */
#recruit-preview-dialog .preview-contents {
  overflow: auto;
  max-height: 550px;
  max-width: 1000px; }

/* line 68, moderator/app/components/projects/recruit/_recruit.scss */
#recruit-send-dialog .help-block {
  margin-bottom: 0; }

/* line 74, moderator/app/components/projects/recruit/_recruit.scss */
#recruit-detail-dialog .campaign-detail-title {
  font-weight: bold; }

/* line 78, moderator/app/components/projects/recruit/_recruit.scss */
#recruit-detail-dialog .details {
  padding-left: 15px; }
  /* line 82, moderator/app/components/projects/recruit/_recruit.scss */
  #recruit-detail-dialog .details .gc-grid span {
    padding-left: 0; }

/* line 88, moderator/app/components/projects/recruit/_recruit.scss */
#recruit-detail-dialog .summary {
  margin-bottom: 20px; }

/* line 92, moderator/app/components/projects/recruit/_recruit.scss */
#recruit-detail-dialog .gc-grid:first-of-type {
  border-top: none; }

/* line 1, moderator/app/components/questionCanvas/_questionCanvas.scss */
.question-canvas {
  position: relative; }
  /* line 4, moderator/app/components/questionCanvas/_questionCanvas.scss */
  .question-canvas .page-label {
    margin-bottom: 2px; }
  /* line 9, moderator/app/components/questionCanvas/_questionCanvas.scss */
  .question-canvas .question-page-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 17, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper ul li.grid-row.as-sortable-item.resequence-invalid {
      background: #fbeee9;
      border-left: 2px solid #df8e6d;
      border-right: 2px solid #df8e6d; }
      /* line 22, moderator/app/components/questionCanvas/_questionCanvas.scss */
      .question-canvas .question-page-wrapper ul li.grid-row.as-sortable-item.resequence-invalid:first-of-type {
        border-top: 2px solid #df8e6d; }
      /* line 26, moderator/app/components/questionCanvas/_questionCanvas.scss */
      .question-canvas .question-page-wrapper ul li.grid-row.as-sortable-item.resequence-invalid.resequence-invalid-last {
        border-bottom: 2px solid #df8e6d; }
    /* line 32, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper ul li.grid-row {
      background: #fff;
      border-top: 1px solid #e6e5e5; }
      /* line 36, moderator/app/components/questionCanvas/_questionCanvas.scss */
      .question-canvas .question-page-wrapper ul li.grid-row .remove-question,
      .question-canvas .question-page-wrapper ul li.grid-row .edit-question {
        margin-left: 5px;
        cursor: pointer; }
    /* line 43, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper ul li.question-drag-hint {
      margin-top: 5px;
      text-align: center;
      border-bottom: none; }
      /* line 48, moderator/app/components/questionCanvas/_questionCanvas.scss */
      .question-canvas .question-page-wrapper ul li.question-drag-hint span {
        font-size: 0.92857143em; }
    /* line 53, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper ul li .label {
      -moz-user-select: -moz-none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    /* line 62, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper ul li i[data-as-sortable-item-handle].disabled {
      color: #e6e5e5;
      cursor: not-allowed; }
    /* line 68, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper ul li.as-sortable-placeholder {
      /* Override inline width applied by ng-sortable library */
      width: 100% !important;
      background-color: #e6e5e5; }
    /* line 74, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper ul li.error {
      background: #fcefec; }
  /* line 80, moderator/app/components/questionCanvas/_questionCanvas.scss */
  .question-canvas .question-page-wrapper.well {
    background: #d8edf8;
    padding: 10px;
    padding-bottom: 40px;
    margin-bottom: 10px; }
    /* line 87, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper.well.single-page ul {
      min-height: 30px; }
  /* line 93, moderator/app/components/questionCanvas/_questionCanvas.scss */
  .question-canvas .question-page-wrapper.single-page {
    border: none; }
    /* line 95, moderator/app/components/questionCanvas/_questionCanvas.scss */
    .question-canvas .question-page-wrapper.single-page ul {
      min-height: 10px;
      height: 100%; }
  /* line 102, moderator/app/components/questionCanvas/_questionCanvas.scss */
  .question-canvas .question-page-wrapper.error ul {
    border: 1px solid #d34327; }
  /* line 108, moderator/app/components/questionCanvas/_questionCanvas.scss */
  .question-canvas .add-question {
    margin-top: 5px; }
  /* line 112, moderator/app/components/questionCanvas/_questionCanvas.scss */
  .question-canvas .error-messages {
    padding-left: 2px;
    font-size: 0.85714286em; }

/* line 1, moderator/app/components/questionIndicator/_questionIndicator.scss */
.gc-question-indicator {
  display: inline-block;
  cursor: default;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  margin-top: -2px; }
  /* line 9, moderator/app/components/questionIndicator/_questionIndicator.scss */
  .gc-question-indicator.indicator-board {
    background-color: #1C5D77; }
  /* line 13, moderator/app/components/questionIndicator/_questionIndicator.scss */
  .gc-question-indicator.indicator-demo {
    background-color: #e6e5e5; }
  /* line 17, moderator/app/components/questionIndicator/_questionIndicator.scss */
  .gc-question-indicator.indicator-screening {
    background-color: #FFBC00; }
  /* line 21, moderator/app/components/questionIndicator/_questionIndicator.scss */
  .gc-question-indicator.indicator-extra {
    background-color: #959AA1; }
  /* line 25, moderator/app/components/questionIndicator/_questionIndicator.scss */
  .gc-question-indicator.indicator-scorecard {
    background-color: #73AF35; }
  /* line 28, moderator/app/components/questionIndicator/_questionIndicator.scss */
  .gc-question-indicator.indicator-postloop {
    background-color: #6434C1; }

/* line 2, moderator/app/components/questionLibrary/_questionLibrary.scss */
.question-library .demo {
  background: #e6e5e5; }

/* line 5, moderator/app/components/questionLibrary/_questionLibrary.scss */
.question-library .screening {
  background: #faf1ca; }

/*
 * Sidebar containing the question library. This element lives outside of the
 * #project-questions element, and is attached to the body
 */
/* line 14, moderator/app/components/questionLibrary/_questionLibrary.scss */
.ng-pageslide {
  /* Overriding inline style set by ng-pageslide library */
  position: fixed !important;
  z-index: 2000 !important; }
  /* line 19, moderator/app/components/questionLibrary/_questionLibrary.scss */
  .ng-pageslide.question-library-sidebar {
    background-color: #fff;
    border-radius: 5px;
    border-left: 1px solid #e6e5e5; }
    /* line 24, moderator/app/components/questionLibrary/_questionLibrary.scss */
    .ng-pageslide.question-library-sidebar .question-library-wrapper {
      height: 100%;
      overflow: auto; }
      /* line 28, moderator/app/components/questionLibrary/_questionLibrary.scss */
      .ng-pageslide.question-library-sidebar .question-library-wrapper .question-library {
        padding: 15px; }
        /* line 32, moderator/app/components/questionLibrary/_questionLibrary.scss */
        .ng-pageslide.question-library-sidebar .question-library-wrapper .question-library ul.library-palette-wrapper {
          padding: 0; }

/* line 3, moderator/app/components/questions/_questions.scss */
.base-question-detail ul {
  list-style: none;
  margin: 5px 0 10px;
  padding: 0; }
  /* line 8, moderator/app/components/questions/_questions.scss */
  .base-question-detail ul li {
    overflow: hidden;
    position: relative; }
    /* line 12, moderator/app/components/questions/_questions.scss */
    .base-question-detail ul li:first-child {
      border-top: 1px solid #e6e5e5; }
    /* line 15, moderator/app/components/questions/_questions.scss */
    .base-question-detail ul li:last-child {
      border-bottom: 1px solid #e6e5e5; }
    /* line 18, moderator/app/components/questions/_questions.scss */
    .base-question-detail ul li .fa-bars {
      color: #8d939b; }
      /* line 21, moderator/app/components/questions/_questions.scss */
      .base-question-detail ul li .fa-bars.drag-disabled {
        color: #e6e5e5; }
    /* line 25, moderator/app/components/questions/_questions.scss */
    .base-question-detail ul li.as-sortable-placeholder {
      background-color: #e6e5e5; }

/* line 31, moderator/app/components/questions/_questions.scss */
.base-question-detail .manage-media-btn {
  height: 30px;
  border: none;
  color: #fff;
  background: #727983; }
  /* line 37, moderator/app/components/questions/_questions.scss */
  .base-question-detail .manage-media-btn:focus {
    outline: 0; }
  /* line 41, moderator/app/components/questions/_questions.scss */
  .base-question-detail .manage-media-btn.disabled {
    background: #ccc;
    cursor: default; }

/* line 48, moderator/app/components/questions/_questions.scss */
.base-question-detail .btn-alt.save-answer {
  padding: 0 5px;
  position: relative;
  bottom: 1px; }

/* line 55, moderator/app/components/questions/_questions.scss */
.base-question-detail input[type="text"], .base-question-detail select {
  height: 30px; }

/* line 60, moderator/app/components/questions/_questions.scss */
.base-question-detail input.input-answer {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  width: 60%; }

/* line 67, moderator/app/components/questions/_questions.scss */
.base-question-detail .question-number {
  position: relative;
  top: 28px;
  left: 23px; }

/* line 74, moderator/app/components/questions/_questions.scss */
.base-question-detail .poll-answers-toolbar .poll-answers-button {
  margin-top: 6px;
  padding-left: 2px;
  font-size: .85em; }

/* line 79, moderator/app/components/questions/_questions.scss */
.base-question-detail .poll-answers-toolbar .answer-icon {
  margin: 5px; }

/* line 86, moderator/app/components/questions/_questions.scss */
.shuffle-by-menu-item {
  font-size: 12px; }

/* line 90, moderator/app/components/questions/_questions.scss */
.question-stim-small {
  position: relative;
  margin-right: 2px;
  background-color: #727983;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 17px;
  vertical-align: middle; }
  /* line 99, moderator/app/components/questions/_questions.scss */
  .question-stim-small img {
    width: 20px;
    height: 20px; }
  /* line 103, moderator/app/components/questions/_questions.scss */
  .question-stim-small .play-watermark {
    top: -4px;
    font-size: 1.2em;
    height: 1.4em;
    width: 20px; }
  /* line 109, moderator/app/components/questions/_questions.scss */
  .question-stim-small.small-thumbnail, .question-stim-small img.small-thumbnail {
    width: 60px;
    height: 60px; }

/* line 116, moderator/app/components/questions/_questions.scss */
.base-question-detail .question-answer-list {
  position: relative; }
  /* line 120, moderator/app/components/questions/_questions.scss */
  .base-question-detail .question-answer-list ul li input {
    margin-right: 5px; }
  /* line 124, moderator/app/components/questions/_questions.scss */
  .base-question-detail .question-answer-list ul li .answer-choices .sort-pin {
    float: left; }
  /* line 127, moderator/app/components/questions/_questions.scss */
  .base-question-detail .question-answer-list ul li .answer-choices .preview-input {
    float: left;
    position: relative;
    bottom: 2px; }

/* line 136, moderator/app/components/questions/_questions.scss */
.base-question-detail label {
  font-size: inherit; }

/* line 139, moderator/app/components/questions/_questions.scss */
.base-question-detail textarea {
  height: 175px; }

/* line 143, moderator/app/components/questions/_questions.scss */
.base-question-detail .footer-links a, .base-question-detail .footer-links span {
  position: relative;
  top: 3px; }

/* line 149, moderator/app/components/questions/_questions.scss */
.base-question-detail .mb-question-edit textarea {
  width: 85%;
  resize: none; }

/* line 153, moderator/app/components/questions/_questions.scss */
.base-question-detail .mb-question-edit .col-xs-4 {
  position: relative;
  left: 15px; }

/* line 159, moderator/app/components/questions/_questions.scss */
.base-question-detail .note {
  color: #8d939b;
  font-size: 0.85714286em; }

/* line 164, moderator/app/components/questions/_questions.scss */
.base-question-detail .quota-distribution {
  list-style: disc inside none;
  padding-left: 10px; }
  /* line 168, moderator/app/components/questions/_questions.scss */
  .base-question-detail .quota-distribution li,
  .base-question-detail .quota-distribution li:first-child,
  .base-question-detail .quota-distribution li:last-child {
    border: none; }

/* line 175, moderator/app/components/questions/_questions.scss */
.base-question-detail .concept-loop {
  padding: 0; }
  /* line 178, moderator/app/components/questions/_questions.scss */
  .base-question-detail .concept-loop .concepts .grid-row {
    /* TODO: temp fix for bootstrap sizing bug on select form-controls */ }
    /* line 179, moderator/app/components/questions/_questions.scss */
    .base-question-detail .concept-loop .concepts .grid-row .form-control {
      display: inline;
      width: 55%;
      height: auto; }
    /* line 184, moderator/app/components/questions/_questions.scss */
    .base-question-detail .concept-loop .concepts .grid-row .error {
      padding: 2px 0 0;
      line-height: normal; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      /* line 191, moderator/app/components/questions/_questions.scss */
      .base-question-detail .concept-loop .concepts .grid-row select.form-control {
        height: 26px; } }
    /* line 196, moderator/app/components/questions/_questions.scss */
    .base-question-detail .concept-loop .concepts .grid-row button {
      background: #bbdff3;
      color: #3b3e43;
      font-weight: bold; }
  /* line 205, moderator/app/components/questions/_questions.scss */
  .base-question-detail .concept-loop .questions .base-question-detail {
    line-height: initial; }
  /* line 211, moderator/app/components/questions/_questions.scss */
  .base-question-detail .concept-loop .questions .scorecard ul.palette,
  .base-question-detail .concept-loop .questions .extra ul.palette {
    height: 100%; }
    /* line 214, moderator/app/components/questions/_questions.scss */
    .base-question-detail .concept-loop .questions .scorecard ul.palette.scorecard-library, .base-question-detail .concept-loop .questions .scorecard ul.palette.extra-question-palette,
    .base-question-detail .concept-loop .questions .extra ul.palette.scorecard-library,
    .base-question-detail .concept-loop .questions .extra ul.palette.extra-question-palette {
      max-height: 300px;
      overflow: auto;
      padding: 0;
      margin: 0;
      border-radius: 5px;
      border-left: 1px solid #e6e5e5;
      border-right: 1px solid #e6e5e5; }
      /* line 224, moderator/app/components/questions/_questions.scss */
      .base-question-detail .concept-loop .questions .scorecard ul.palette.scorecard-library li, .base-question-detail .concept-loop .questions .scorecard ul.palette.extra-question-palette li,
      .base-question-detail .concept-loop .questions .extra ul.palette.scorecard-library li,
      .base-question-detail .concept-loop .questions .extra ul.palette.extra-question-palette li {
        padding-top: 0;
        padding-bottom: 0; }
  /* line 234, moderator/app/components/questions/_questions.scss */
  .base-question-detail .concept-loop .quota-management .quota-status {
    background: #8dc553;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 0.78571429em;
    padding: 3px 15px; }
  /* line 243, moderator/app/components/questions/_questions.scss */
  .base-question-detail .concept-loop .quota-management .quota-under {
    background: #d34327; }
  /* line 247, moderator/app/components/questions/_questions.scss */
  .base-question-detail .concept-loop .quota-management .quota-sample {
    background: #d8edf8;
    padding: 15px 15px 10px; }
  /* line 254, moderator/app/components/questions/_questions.scss */
  .base-question-detail .concept-loop .preamble .fa-question-circle {
    font-size: 0.75em; }
  /* line 258, moderator/app/components/questions/_questions.scss */
  .base-question-detail .concept-loop .preamble .fa-pencil {
    font-size: 0.75em; }

/* line 265, moderator/app/components/questions/_questions.scss */
.quota-distribution-grid {
  border-radius: 0;
  padding: 0; }
  /* line 269, moderator/app/components/questions/_questions.scss */
  .quota-distribution-grid .gc-grid:first-child {
    border-top: none; }

/* line 274, moderator/app/components/questions/_questions.scss */
.tooltip.question-stim-hover {
  max-width: 400px;
  opacity: 1; }
  /* line 278, moderator/app/components/questions/_questions.scss */
  .tooltip.question-stim-hover .tooltip-arrow {
    display: none; }
  /* line 281, moderator/app/components/questions/_questions.scss */
  .tooltip.question-stim-hover .tooltip-inner {
    background: none; }
  /* line 284, moderator/app/components/questions/_questions.scss */
  .tooltip.question-stim-hover .play-watermark {
    top: 35%; }
  /* line 288, moderator/app/components/questions/_questions.scss */
  .tooltip.question-stim-hover img {
    max-height: 400px;
    max-width: 400px; }

/* line 294, moderator/app/components/questions/_questions.scss */
li.dropdown-menu-item {
  font-size: 12px; }

/* line 298, moderator/app/components/questions/_questions.scss */
.flex-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

/* line 304, moderator/app/components/questions/_questions.scss */
#projects .rank-global-show-if button.global-showif-button {
  font-size: 1.3rem;
  padding: 0 5px; }

/* line 309, moderator/app/components/questions/_questions.scss */
#projects .rank-global-show-if .global-showif-actions {
  margin: -5px; }

/* line 314, moderator/app/components/questions/_questions.scss */
.rank-shuffle-by {
  display: inline-block; }

/* line 4, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form span, .question-answer-list-form input, #projects .question-answer-list-form span, #projects .question-answer-list-form input, .question-answer-list-row span, .question-answer-list-row input {
  font-size: 14px; }

/* line 7, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .button-wrapper, #projects .question-answer-list-form .button-wrapper, .question-answer-list-row .button-wrapper {
  position: relative; }

/* line 11, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .bulk-answer-submit-button-container, #projects .question-answer-list-form .bulk-answer-submit-button-container, .question-answer-list-row .bulk-answer-submit-button-container {
  width: 100%;
  min-height: 40px; }

/* line 16, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .question-answer-list-container, #projects .question-answer-list-form .question-answer-list-container, .question-answer-list-row .question-answer-list-container {
  margin-top: 15px; }

/* line 20, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .answer-row-left-icons, #projects .question-answer-list-form .answer-row-left-icons, .question-answer-list-row .answer-row-left-icons {
  min-height: 40px; }

/* line 25, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form button.answer-form-button, .question-answer-list-form button.poll-answers-button, #projects .question-answer-list-form button.answer-form-button, #projects .question-answer-list-form button.poll-answers-button, .question-answer-list-row button.answer-form-button, .question-answer-list-row button.poll-answers-button {
  padding: 5px 10px;
  min-width: 0px;
  margin: auto 5px auto 5px; }

/* line 32, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .answer-form-button button, .question-answer-list-form .answer-form-button span, .question-answer-list-form .poll-answers-button button, .question-answer-list-form .poll-answers-button span, #projects .question-answer-list-form .answer-form-button button, #projects .question-answer-list-form .answer-form-button span, #projects .question-answer-list-form .poll-answers-button button, #projects .question-answer-list-form .poll-answers-button span, .question-answer-list-row .answer-form-button button, .question-answer-list-row .answer-form-button span, .question-answer-list-row .poll-answers-button button, .question-answer-list-row .poll-answers-button span {
  text-transform: capitalize; }

/* line 37, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .global-showif-actions, #projects .question-answer-list-form .global-showif-actions, .question-answer-list-row .global-showif-actions {
  margin-left: -5px; }

/* line 41, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .global-showif-button, #projects .question-answer-list-form .global-showif-button, .question-answer-list-row .global-showif-button {
  padding: 0px 5px; }
  /* line 44, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-form .global-showif-button button, .question-answer-list-form .global-showif-button span, #projects .question-answer-list-form .global-showif-button button, #projects .question-answer-list-form .global-showif-button span, .question-answer-list-row .global-showif-button button, .question-answer-list-row .global-showif-button span {
    text-transform: capitalize; }

/* line 49, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .set-all-show-if-button, #projects .question-answer-list-form .set-all-show-if-button, .question-answer-list-row .set-all-show-if-button {
  margin-left: -15px; }

/* line 53, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .show-if-answer-button-progress, #projects .question-answer-list-form .show-if-answer-button-progress, .question-answer-list-row .show-if-answer-button-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px; }

/* line 61, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .answer-list-draggable, #projects .question-answer-list-form .answer-list-draggable, .question-answer-list-row .answer-list-draggable {
  margin: 16px; }

/* line 65, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .answer-name-bulk-field textarea, #projects .question-answer-list-form .answer-name-bulk-field textarea, .question-answer-list-row .answer-name-bulk-field textarea {
  height: 100%;
  min-height: 65px; }

/* line 70, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .answer-name-bulk-field textarea::-webkit-input-placeholder, #projects .question-answer-list-form .answer-name-bulk-field textarea::-webkit-input-placeholder, .question-answer-list-row .answer-name-bulk-field textarea::-webkit-input-placeholder {
  font-size: 14px; }
.question-answer-list-form .answer-name-bulk-field textarea::-moz-placeholder, #projects .question-answer-list-form .answer-name-bulk-field textarea::-moz-placeholder, .question-answer-list-row .answer-name-bulk-field textarea::-moz-placeholder {
  font-size: 14px; }
.question-answer-list-form .answer-name-bulk-field textarea:-ms-input-placeholder, #projects .question-answer-list-form .answer-name-bulk-field textarea:-ms-input-placeholder, .question-answer-list-row .answer-name-bulk-field textarea:-ms-input-placeholder {
  font-size: 14px; }
.question-answer-list-form .answer-name-bulk-field textarea::-ms-input-placeholder, #projects .question-answer-list-form .answer-name-bulk-field textarea::-ms-input-placeholder, .question-answer-list-row .answer-name-bulk-field textarea::-ms-input-placeholder {
  font-size: 14px; }
.question-answer-list-form .answer-name-bulk-field textarea::placeholder, #projects .question-answer-list-form .answer-name-bulk-field textarea::placeholder, .question-answer-list-row .answer-name-bulk-field textarea::placeholder {
  font-size: 14px; }

/* line 74, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .submit-answer-names-button, #projects .question-answer-list-form .submit-answer-names-button, .question-answer-list-row .submit-answer-names-button {
  float: right; }

/* line 78, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form ul, .question-answer-list-form ul li, .question-answer-list-form ul li:first-child, .question-answer-list-form ul li:last-child, #projects .question-answer-list-form ul, #projects .question-answer-list-form ul li, #projects .question-answer-list-form ul li:first-child, #projects .question-answer-list-form ul li:last-child, .question-answer-list-row ul, .question-answer-list-row ul li, .question-answer-list-row ul li:first-child, .question-answer-list-row ul li:last-child {
  list-style-type: none;
  border: none;
  border-top: none; }

/* line 85, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .poll-answers-toolbar .poll-answers-button, #projects .question-answer-list-form .poll-answers-toolbar .poll-answers-button, .question-answer-list-row .poll-answers-toolbar .poll-answers-button {
  margin-top: 6px;
  padding-left: 2px;
  font-size: 12px; }

/* line 90, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .poll-answers-toolbar .answer-icon, #projects .question-answer-list-form .poll-answers-toolbar .answer-icon, .question-answer-list-row .poll-answers-toolbar .answer-icon {
  margin: 5px; }

/* line 96, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .shuffle-by-container, #projects .question-answer-list-form .shuffle-by-container, .question-answer-list-row .shuffle-by-container {
  display: inline-block;
  vertical-align: top;
  margin-top: -8px; }

/* line 102, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .shuffle-by-select, #projects .question-answer-list-form .shuffle-by-select, .question-answer-list-row .shuffle-by-select {
  width: 200px; }
  /* line 104, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-form .shuffle-by-select div, .question-answer-list-form .shuffle-by-select li, #projects .question-answer-list-form .shuffle-by-select div, #projects .question-answer-list-form .shuffle-by-select li, .question-answer-list-row .shuffle-by-select div, .question-answer-list-row .shuffle-by-select li {
    font-size: 1em; }
  /* line 107, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-form .shuffle-by-select p, #projects .question-answer-list-form .shuffle-by-select p, .question-answer-list-row .shuffle-by-select p {
    font-size: .85em; }

/* line 112, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .shuffle-by-view, #projects .question-answer-list-form .shuffle-by-view, .question-answer-list-row .shuffle-by-view {
  margin-top: 5px;
  margin-left: 15px;
  font-size: 1em; }

/* line 118, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-form .range-input, #projects .question-answer-list-form .range-input, .question-answer-list-row .range-input {
  margin-right: 10px; }
  /* line 120, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-form .range-input p, .question-answer-list-form .range-input input, #projects .question-answer-list-form .range-input p, #projects .question-answer-list-form .range-input input, .question-answer-list-row .range-input p, .question-answer-list-row .range-input input {
    font-size: 12px !important; }

/* line 128, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .answer-form-label {
  font-size: 12px !important; }

/* line 131, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .answer-name-field {
  margin-left: 5px; }
  /* line 134, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-row .answer-name-field input, .question-answer-list-row .answer-name-field div {
    height: auto; }
  /* line 138, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-row .answer-name-field:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #727983;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s; }
  /* line 150, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-row .answer-name-field:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  /* line 154, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-row .answer-name-field.focused:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #00a5ff; }
  /* line 159, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-row .answer-name-field.error:not(.focused):before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #d34327; }
  /* line 165, moderator/app/components/questions/AnswerLists/_answersForm.scss */
  .question-answer-list-row .answer-name-field .answer-row-sequence-number {
    padding-bottom: 4px; }
    /* line 167, moderator/app/components/questions/AnswerLists/_answersForm.scss */
    .question-answer-list-row .answer-name-field .answer-row-sequence-number p {
      color: #333333; }

/* line 173, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .question-answers-sortable-handle {
  line-height: 40px;
  margin-left: 8px; }

/* line 178, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .trash-icon {
  font-size: 16px;
  color: #d34327; }

/* line 183, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .showif-answers-icon {
  margin-left: 25px; }

/* line 187, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .trash-icon:hover {
  color: #d34327; }

/* line 191, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .answer-row-icon-button {
  height: 40px;
  width: 40px; }

/* line 196, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .delete-button:hover {
  background-color: #fae9e5; }

/* line 200, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-list-row .fa-question-circle {
  margin-left: 5px; }

/* line 205, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-draggable-answer-list-item {
  list-style-type: none; }

/* line 209, moderator/app/components/questions/AnswerLists/_answersForm.scss */
.question-answer-tooltip {
  font-size: 12px !important;
  padding: 8px; }

/* line 214, moderator/app/components/questions/AnswerLists/_answersForm.scss */
span.show-if-dialog-text {
  font-size: 12px; }

/* line 1, moderator/app/components/questions/stim/_stim.scss */
.stim-media-item.sm {
  padding-right: 5px; }
  /* line 4, moderator/app/components/questions/stim/_stim.scss */
  .stim-media-item.sm .media-img {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }
    /* line 6, moderator/app/components/questions/stim/_stim.scss */
    .stim-media-item.sm .media-img.audio {
      background-color: #727983; }
    /* line 9, moderator/app/components/questions/stim/_stim.scss */
    .stim-media-item.sm .media-img .play-watermark {
      position: relative;
      top: 3px; }
      /* line 12, moderator/app/components/questions/stim/_stim.scss */
      .stim-media-item.sm .media-img .play-watermark .fa-4x {
        font-size: 3em; }
    /* line 16, moderator/app/components/questions/stim/_stim.scss */
    .stim-media-item.sm .media-img img ~ .play-watermark {
      top: -40px; }
  /* line 21, moderator/app/components/questions/stim/_stim.scss */
  .stim-media-item.sm .media-img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 45px;
    height: 45px; }
    /* line 26, moderator/app/components/questions/stim/_stim.scss */
    .stim-media-item.sm .media-img img {
      width: 45px;
      height: 45px; }

/* line 33, moderator/app/components/questions/stim/_stim.scss */
.media-thumbnail {
  position: relative;
  margin: 0; }
  /* line 36, moderator/app/components/questions/stim/_stim.scss */
  .media-thumbnail .media-img {
    background-color: #727983;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding-right: 4px;
    margin-right: 4px; }
    /* line 43, moderator/app/components/questions/stim/_stim.scss */
    .media-thumbnail .media-img.audio {
      outline: 1px solid #8d939b;
      height: 100px;
      width: 100px; }
  /* line 49, moderator/app/components/questions/stim/_stim.scss */
  .media-thumbnail img {
    outline: 1px solid #8d939b;
    height: 100px;
    width: 100px;
    cursor: pointer; }
  /* line 56, moderator/app/components/questions/stim/_stim.scss */
  .media-thumbnail.disabled img {
    cursor: not-allowed; }
  /* line 60, moderator/app/components/questions/stim/_stim.scss */
  .media-thumbnail .play-watermark {
    cursor: pointer;
    position: absolute;
    top: 23px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ddeff9; }

/* line 71, moderator/app/components/questions/stim/_stim.scss */
.media-item-container {
  margin: 0 10px 0 0; }
  /* line 73, moderator/app/components/questions/stim/_stim.scss */
  .media-item-container .media-description {
    text-align: center;
    color: rgba(0, 0, 0, 0.54);
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 45px; }

/* line 84, moderator/app/components/questions/stim/_stim.scss */
.stim-text-item {
  background-color: #FFF;
  width: 190px;
  height: 190px;
  border: 1px solid #DADCDF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  /* line 92, moderator/app/components/questions/stim/_stim.scss */
  .stim-text-item.sm {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    border: 0.5px solid #DADCDF;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }
  /* line 99, moderator/app/components/questions/stim/_stim.scss */
  .stim-text-item .text-content {
    color: #727983; }

/* line 104, moderator/app/components/questions/stim/_stim.scss */
div.stimPreviewTooltip {
  opacity: 1; }
  /* line 107, moderator/app/components/questions/stim/_stim.scss */
  div.stimPreviewTooltip .tooltip-container {
    background: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    /* line 112, moderator/app/components/questions/stim/_stim.scss */
    div.stimPreviewTooltip .tooltip-container .media-img {
      min-width: 190px; }
      /* line 114, moderator/app/components/questions/stim/_stim.scss */
      div.stimPreviewTooltip .tooltip-container .media-img.audio {
        width: 190px;
        height: 190px;
        background-color: #727983;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }
      /* line 121, moderator/app/components/questions/stim/_stim.scss */
      div.stimPreviewTooltip .tooltip-container .media-img.video {
        width: 190px; }
      /* line 125, moderator/app/components/questions/stim/_stim.scss */
      div.stimPreviewTooltip .tooltip-container .media-img img {
        min-width: 190px; }
        /* line 127, moderator/app/components/questions/stim/_stim.scss */
        div.stimPreviewTooltip .tooltip-container .media-img img ~ .play-watermark {
          width: 190px;
          height: 190px;
          top: -170px; }
      /* line 134, moderator/app/components/questions/stim/_stim.scss */
      div.stimPreviewTooltip .tooltip-container .media-img .play-watermark {
        position: relative; }
        /* line 136, moderator/app/components/questions/stim/_stim.scss */
        div.stimPreviewTooltip .tooltip-container .media-img .play-watermark .fa-4x {
          font-size: 150px; }
    /* line 142, moderator/app/components/questions/stim/_stim.scss */
    div.stimPreviewTooltip .tooltip-container .stim-text-item {
      background-color: #FFF;
      width: 190px;
      height: 190px;
      border: 1px solid #DADCDF;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      padding: 0 10px; }
      /* line 151, moderator/app/components/questions/stim/_stim.scss */
      div.stimPreviewTooltip .tooltip-container .stim-text-item.sm {
        padding: 0;
        width: 45px;
        height: 45px;
        border: 0.5px solid #DADCDF;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }
        /* line 157, moderator/app/components/questions/stim/_stim.scss */
        div.stimPreviewTooltip .tooltip-container .stim-text-item.sm .text-content {
          font-size: 1rem; }
      /* line 161, moderator/app/components/questions/stim/_stim.scss */
      div.stimPreviewTooltip .tooltip-container .stim-text-item .text-content {
        font-size: 1.4rem;
        color: #727983; }
    /* line 167, moderator/app/components/questions/stim/_stim.scss */
    div.stimPreviewTooltip .tooltip-container .stim-tooltip-label {
      padding: 5px 18px;
      border-radius: 7px;
      opacity: 0.9;
      background-color: #727983;
      color: #FFF;
      font-size: 14px;
      position: absolute;
      align-self: flex-start; }

/* line 1, moderator/app/components/recentProjects/projectsList/_projectsList.scss */
.account-projects-list {
  margin-left: 15px;
  margin-right: 15px; }
  /* line 5, moderator/app/components/recentProjects/projectsList/_projectsList.scss */
  .account-projects-list .projects-list-header {
    font-size: 0.85714286em;
    font-weight: bold;
    line-height: 2.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b2b2; }
    /* line 14, moderator/app/components/recentProjects/projectsList/_projectsList.scss */
    .account-projects-list .projects-list-header .projects-list-column-header.sortable:hover {
      background: #f5f5f5;
      cursor: pointer; }
  /* line 24, moderator/app/components/recentProjects/projectsList/_projectsList.scss */
  .account-projects-list .projects-list-data .no-projects {
    margin-top: 40px;
    font-size: 1.14285714em; }

/* line 1, moderator/app/components/reports/_asyncReportDownloads.scss */
.is-loading-container {
  position: relative; }
  /* line 4, moderator/app/components/reports/_asyncReportDownloads.scss */
  .is-loading-container .is-loading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 100; }
    /* line 14, moderator/app/components/reports/_asyncReportDownloads.scss */
    .is-loading-container .is-loading .fa {
      font-size: 5rem; }
  /* line 19, moderator/app/components/reports/_asyncReportDownloads.scss */
  .is-loading-container .not-loading {
    display: none; }

/* line 24, moderator/app/components/reports/_asyncReportDownloads.scss */
.report-downloads {
  padding: 15px; }
  /* line 27, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads h3 {
    display: inline-block; }
  /* line 31, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads .refresh {
    margin: 0 0 0 15px;
    display: inline-block; }
  /* line 36, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads .transcript-container {
    margin: 0 0 50px 0; }
  /* line 40, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads .other-container {
    display: inline-block;
    margin: 15px 0 0 0;
    box-shadow: none; }
    /* line 45, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads .other-container:before {
      background: none; }
    /* line 49, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads .other-container.disabled {
      background: none; }
    /* line 53, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads .other-container .fa {
      font-size: 14px;
      color: #00A5FF; }
    /* line 58, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads .other-container > div {
      min-height: 0; }
    /* line 62, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads .other-container .summary {
      margin: 0; }
    /* line 66, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads .other-container .details {
      padding-top: 0;
      padding-bottom: 0; }
  /* line 72, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads .title-container {
    display: inline-block;
    min-width: 150px;
    padding-right: 16px; }
  /* line 78, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads button.download {
    padding: 8px 25px;
    background: #FFFFFF;
    color: #00A5FF;
    border: 1px solid #00A5FF;
    box-shadow: none; }
    /* line 85, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads button.download:hover {
      color: #FFFFFF;
      background: #0077cb;
      border: 1px solid #0077cb; }
    /* line 91, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads button.download.disabled {
      color: rgba(0, 165, 255, 0.26);
      border-color: rgba(0, 165, 255, 0.26); }
  /* line 97, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads .icon {
    margin: 0 5px 0 0; }
  /* line 101, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0; }
    /* line 106, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table th, .report-downloads table td {
      border: none; }
    /* line 110, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table td {
      border-top: 1px solid #e0e0e0; }
      /* line 113, moderator/app/components/reports/_asyncReportDownloads.scss */
      .report-downloads table td:first-child {
        border-left: 1px solid #e0e0e0; }
      /* line 117, moderator/app/components/reports/_asyncReportDownloads.scss */
      .report-downloads table td:last-child {
        border-right: 1px solid #e0e0e0; }
    /* line 123, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table tr:last-child td {
      border-bottom: 1px solid #e0e0e0; }
    /* line 127, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table tr:last-child td:first-child {
      border-bottom-left-radius: 3px; }
    /* line 131, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table tr:last-child td:last-child {
      border-bottom-right-radius: 3px; }
    /* line 137, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table tr:first-child td:first-child {
      border-top-left-radius: 3px; }
    /* line 141, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table tr:first-child td:last-child {
      border-top-right-radius: 3px; }
    /* line 146, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table .pending td {
      background: #DADCDF; }
    /* line 150, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads table .generation-error td {
      color: #D1442F; }
  /* line 155, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads .name-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  /* line 161, moderator/app/components/reports/_asyncReportDownloads.scss */
  .report-downloads .generating {
    color: rgba(0, 0, 0, 0.54); }
    /* line 162, moderator/app/components/reports/_asyncReportDownloads.scss */
    .report-downloads .generating .fa {
      color: #D1442F; }

/* line 1, moderator/app/components/resetPassword/_resetPassword.scss */
#reset-password {
  margin-top: 40px; }
  /* line 4, moderator/app/components/resetPassword/_resetPassword.scss */
  #reset-password .gc-error-icon {
    padding-left: 10px; }
    /* line 6, moderator/app/components/resetPassword/_resetPassword.scss */
    #reset-password .gc-error-icon .fa {
      font-size: 1.57142857em;
      line-height: 39px; }
    /* line 10, moderator/app/components/resetPassword/_resetPassword.scss */
    #reset-password .gc-error-icon .fa-exclamation-circle {
      color: #d34327; }
    /* line 13, moderator/app/components/resetPassword/_resetPassword.scss */
    #reset-password .gc-error-icon .fa-check-circle {
      color: #a6d279; }

/* line 2, moderator/app/components/respondentTags/_respondentTags.scss */
data-gc-loading-indicator.respondent-tags-loading {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -10px; }
  /* line 8, moderator/app/components/respondentTags/_respondentTags.scss */
  data-gc-loading-indicator.respondent-tags-loading .fa-spinner {
    opacity: 0.8; }
  /* line 12, moderator/app/components/respondentTags/_respondentTags.scss */
  data-gc-loading-indicator.respondent-tags-loading .loading {
    color: #8d939b; }

/* line 3, moderator/app/components/responsesList/_responsesList.scss */
gc-responses-list .responses-list {
  overflow: auto;
  height: 280px;
  background: #f5f5f5;
  border: 1px solid #e6e5e5; }
  /* line 9, moderator/app/components/responsesList/_responsesList.scss */
  gc-responses-list .responses-list .gc-grid {
    padding: 5px 10px; }
  /* line 13, moderator/app/components/responsesList/_responsesList.scss */
  gc-responses-list .responses-list .highlighted {
    background: #f5e49c; }

/* line 18, moderator/app/components/responsesList/_responsesList.scss */
gc-responses-list .filter {
  background-color: #f5f5f5;
  border: 1px solid #e6e5e5;
  border-bottom: 0;
  padding: 10px; }
  /* line 24, moderator/app/components/responsesList/_responsesList.scss */
  gc-responses-list .filter.form-group {
    margin: 0; }

/* line 29, moderator/app/components/responsesList/_responsesList.scss */
gc-responses-list .responses-list-footer {
  font-size: 0.85714286em;
  color: #b3b2b2; }

/* line 3, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .scorecard-table-wrapper {
  overflow: scroll;
  max-height: 550px;
  margin-bottom: 10px; }
  /* line 8, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .scorecard-table-wrapper::-webkit-scrollbar {
    -webkit-appearance: none; }
    /* line 10, moderator/app/components/scorecard/_scorecard.scss */
    .concept-scorecard .scorecard-table-wrapper::-webkit-scrollbar:vertical {
      width: 13px; }
    /* line 13, moderator/app/components/scorecard/_scorecard.scss */
    .concept-scorecard .scorecard-table-wrapper::-webkit-scrollbar:horizontal {
      height: 13px; }
  /* line 18, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .scorecard-table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #e6e5e5;
    /* should match background, can't be transparent */
    background-color: #4a7286;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
  /* line 25, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .scorecard-table-wrapper::-webkit-scrollbar-track {
    background-color: #e6e5e5;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }
  /* line 31, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .scorecard-table-wrapper::-webkit-scrollbar-corner {
    background-color: transparent; }

@media (max-width: 1400px) {
  /* line 38, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard table.table-condensed {
    width: 1400px; } }

/* line 42, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard table {
  border-bottom: 2px solid #e6e5e5;
  border-collapse: collapse;
  margin-bottom: 0; }
  /* line 47, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard table thead tr {
    display: -webkit-box;
    display: flex;
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
    z-index: 2; }
    /* line 54, moderator/app/components/scorecard/_scorecard.scss */
    .concept-scorecard table thead tr th {
      position: -webkit-sticky;
      /* for Safari */
      position: sticky;
      top: 0;
      color: #fff;
      background: #4a7286;
      font-weight: normal;
      vertical-align: middle; }
      /* line 63, moderator/app/components/scorecard/_scorecard.scss */
      .concept-scorecard table thead tr th.sortable {
        cursor: pointer; }
      /* line 66, moderator/app/components/scorecard/_scorecard.scss */
      .concept-scorecard table thead tr th:first-child {
        left: 0;
        z-index: 1; }
  /* line 73, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard table tbody tr {
    display: -webkit-box;
    display: flex;
    background: #fff; }
    /* line 77, moderator/app/components/scorecard/_scorecard.scss */
    .concept-scorecard table tbody tr td {
      padding: 0; }
      /* line 80, moderator/app/components/scorecard/_scorecard.scss */
      .concept-scorecard table tbody tr td .concept-scorecard-cell {
        padding: 8px;
        height: 100%; }
        /* line 84, moderator/app/components/scorecard/_scorecard.scss */
        .concept-scorecard table tbody tr td .concept-scorecard-cell:first-child {
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row; }
        /* line 89, moderator/app/components/scorecard/_scorecard.scss */
        .concept-scorecard table tbody tr td .concept-scorecard-cell > div {
          text-align: center; }
        /* line 93, moderator/app/components/scorecard/_scorecard.scss */
        .concept-scorecard table tbody tr td .concept-scorecard-cell.cell-value, .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-property, .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-media {
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          -webkit-box-pack: center;
                  justify-content: center; }
          /* line 98, moderator/app/components/scorecard/_scorecard.scss */
          .concept-scorecard table tbody tr td .concept-scorecard-cell.cell-value .stim-media-item.sm, .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-property .stim-media-item.sm, .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-media .stim-media-item.sm {
            padding-right: 0; }
            /* line 100, moderator/app/components/scorecard/_scorecard.scss */
            .concept-scorecard table tbody tr td .concept-scorecard-cell.cell-value .stim-media-item.sm .media-img, .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-property .stim-media-item.sm .media-img, .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-media .stim-media-item.sm .media-img {
              width: 60px;
              height: 60px; }
              /* line 103, moderator/app/components/scorecard/_scorecard.scss */
              .concept-scorecard table tbody tr td .concept-scorecard-cell.cell-value .stim-media-item.sm .media-img img, .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-property .stim-media-item.sm .media-img img, .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-media .stim-media-item.sm .media-img img {
                -o-object-fit: contain;
                   object-fit: contain;
                width: 60px;
                height: 60px; }
        /* line 112, moderator/app/components/scorecard/_scorecard.scss */
        .concept-scorecard table tbody tr td .concept-scorecard-cell .cell-property.extra-cc-metrics {
          width: 100%;
          text-align: center; }
      /* line 118, moderator/app/components/scorecard/_scorecard.scss */
      .concept-scorecard table tbody tr td:first-of-type {
        left: 0;
        position: -webkit-sticky;
        /* for Safari */
        position: sticky;
        z-index: 1;
        background: white;
        border-right: 2px solid #4a7286; }
      /* line 127, moderator/app/components/scorecard/_scorecard.scss */
      .concept-scorecard table tbody tr td.highlight {
        background: #faf1ca; }
      /* line 131, moderator/app/components/scorecard/_scorecard.scss */
      .concept-scorecard table tbody tr td .stat-test-results {
        color: #d34327; }
    /* line 136, moderator/app/components/scorecard/_scorecard.scss */
    .concept-scorecard table tbody tr.benchmark {
      position: -webkit-sticky;
      /* for Safari */
      position: sticky;
      bottom: 0;
      z-index: 2; }
      /* line 142, moderator/app/components/scorecard/_scorecard.scss */
      .concept-scorecard table tbody tr.benchmark.media-buffer td:first-child .concept-scorecard-cell {
        padding-left: 80px; }
      /* line 146, moderator/app/components/scorecard/_scorecard.scss */
      .concept-scorecard table tbody tr.benchmark td {
        border-top: 2px solid #4a7286; }
        /* line 148, moderator/app/components/scorecard/_scorecard.scss */
        .concept-scorecard table tbody tr.benchmark td:first-of-type {
          position: -webkit-sticky;
          /* for Safari */
          position: sticky;
          left: 0;
          z-index: 1; }
  /* line 158, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard table th, .concept-scorecard table td {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
            flex: 1 1 10%; }
    /* line 164, moderator/app/components/scorecard/_scorecard.scss */
    .concept-scorecard table th:first-child, .concept-scorecard table td:first-child {
      -webkit-box-flex: 1;
              flex: 1 1 20%; }
    /* line 168, moderator/app/components/scorecard/_scorecard.scss */
    .concept-scorecard table th.border-right, .concept-scorecard table td.border-right {
      border-right: 2px solid #ddeff9; }
    /* line 171, moderator/app/components/scorecard/_scorecard.scss */
    .concept-scorecard table th.border-left, .concept-scorecard table td.border-left {
      border-left: 2px solid #ddeff9; }

/* line 181, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .quartile-legend .quartile1 .fa-square {
  color: #40a5dd; }

/* line 187, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .quartile-legend .quartile2 .fa-square {
  color: #90cbeb; }

/* line 193, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .quartile-legend .quartile3 .fa-square {
  color: #aaafb5; }

/* line 199, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .quartile-legend .quartile4 .fa-square {
  color: #727983; }

/* line 204, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .quartile-legend .highlight {
  margin-left: 200px; }
  /* line 207, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .quartile-legend .highlight .fa-square {
    color: #faf1ca; }

/* line 214, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .shading-legend {
  display: inline-block; }
  /* line 217, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .shading-legend span {
    padding: 2px 5px; }

/* line 223, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .confidence-indicator {
  font-weight: bold; }
  /* line 226, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .confidence-indicator.shading1 {
    background: #90b667;
    color: #fff; }
  /* line 231, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .confidence-indicator.shading2 {
    background: #f0f7e8; }
  /* line 235, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .confidence-indicator.shading3 {
    background: #f7d9d3; }
  /* line 239, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard .confidence-indicator.shading4 {
    background: #e78d7b;
    color: #fff; }

/* line 245, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard .chart-footer {
  font-size: 0.85714286em; }

/* line 254, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard.cpAudienceVsAudience .table th:not(:last-child), .concept-scorecard.cpAudienceVsAudience .table td:not(:last-child) {
  border-right: 1px solid #5a6068; }

/* line 260, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard.cpAudienceVsAudience .table th:first-child {
  font-weight: bold; }

/* line 264, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard.cpAudienceVsAudience .table th:not(:first-child) {
  background: #e6e5e5;
  color: #434343;
  font-weight: bold; }

/* line 271, moderator/app/components/scorecard/_scorecard.scss */
.concept-scorecard.cpAudienceVsAudience .table td {
  border-top: 1px solid #5a6068; }
  /* line 274, moderator/app/components/scorecard/_scorecard.scss */
  .concept-scorecard.cpAudienceVsAudience .table td:first-child {
    color: #fff;
    background: #4a7286;
    text-align: left; }

/* line 1, moderator/app/components/search/_platformSearch.scss */
.platform-search {
  display: inline-block;
  position: relative;
  width: 100%; }
  /* line 6, moderator/app/components/search/_platformSearch.scss */
  .platform-search .search-label {
    white-space: nowrap;
    padding-right: 0; }
  /* line 11, moderator/app/components/search/_platformSearch.scss */
  .platform-search .dropdown-menu > li > a {
    color: #00a5ff; }
  /* line 15, moderator/app/components/search/_platformSearch.scss */
  .platform-search .dropdown-menu > .active > a,
  .platform-search .dropdown-menu > .active > a:hover,
  .platform-search .dropdown-menu > .active > a:focus {
    color: #00a5ff;
    background-color: #ddeff9; }
  /* line 22, moderator/app/components/search/_platformSearch.scss */
  .platform-search .no-results {
    display: block;
    top: 34px;
    left: 0;
    padding: 3px 20px; }
  /* line 31, moderator/app/components/search/_platformSearch.scss */
  .platform-search .search-type-select button.btn {
    padding: 7px 10px;
    font-size: 1.3rem;
    font-weight: normal; }
    /* line 36, moderator/app/components/search/_platformSearch.scss */
    .platform-search .search-type-select button.btn.btn-default {
      background: #dcdbdb;
      color: #434343; }
    /* line 41, moderator/app/components/search/_platformSearch.scss */
    .platform-search .search-type-select button.btn .caret {
      margin-left: 5px; }
  /* line 47, moderator/app/components/search/_platformSearch.scss */
  .platform-search .search-type-select .dropdown-menu > li > a {
    color: #434343; }
  /* line 51, moderator/app/components/search/_platformSearch.scss */
  .platform-search .search-type-select .dropdown-menu > .active > a,
  .platform-search .search-type-select .dropdown-menu > .active > a:hover,
  .platform-search .search-type-select .dropdown-menu > .active > a:focus {
    color: #434343;
    background-color: #ddeff9; }
  /* line 60, moderator/app/components/search/_platformSearch.scss */
  .platform-search .input-group .search-box.form-control {
    min-width: 300px;
    padding-right: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.92857143em; }
  /* line 69, moderator/app/components/search/_platformSearch.scss */
  .platform-search .input-group .fa-search {
    color: #ccc;
    float: right;
    font-size: 1.3em;
    z-index: 3; }
  /* line 77, moderator/app/components/search/_platformSearch.scss */
  .platform-search .search-result-item {
    margin: 2px 0; }

/* line 1, moderator/app/components/searchNew/_searchModal.scss */
.platform-search-container {
  margin-top: 50px;
  height: 100%; }
  /* line 5, moderator/app/components/searchNew/_searchModal.scss */
  .platform-search-container .search-input-container {
    background: #e7e9ea; }
    /* line 8, moderator/app/components/searchNew/_searchModal.scss */
    .platform-search-container .search-input-container input {
      color: #486471;
      height: 50px;
      padding: 0 30px; }
  /* line 15, moderator/app/components/searchNew/_searchModal.scss */
  .platform-search-container .search-close-button-container {
    margin: 9px 20px; }
    /* line 18, moderator/app/components/searchNew/_searchModal.scss */
    .platform-search-container .search-close-button-container button {
      box-shadow: none;
      font-size: 1.6rem; }
      /* line 22, moderator/app/components/searchNew/_searchModal.scss */
      .platform-search-container .search-close-button-container button:hover {
        background-color: #e0e0e0; }
  /* line 28, moderator/app/components/searchNew/_searchModal.scss */
  .platform-search-container .search-close-button {
    height: 40px;
    width: 40px; }
  /* line 33, moderator/app/components/searchNew/_searchModal.scss */
  .platform-search-container .loading {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100vw;
    height: 100vh;
    padding-top: 40vh;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    z-index: 100; }
  /* line 46, moderator/app/components/searchNew/_searchModal.scss */
  .platform-search-container .search-results-container {
    padding: 25px;
    padding-bottom: 100px; }
    /* line 50, moderator/app/components/searchNew/_searchModal.scss */
    .platform-search-container .search-results-container .filter-dropdown {
      margin: 0 0 25px 0; }
    /* line 54, moderator/app/components/searchNew/_searchModal.scss */
    .platform-search-container .search-results-container .search-tabs {
      padding: 0 0 15px 0; }
    /* line 58, moderator/app/components/searchNew/_searchModal.scss */
    .platform-search-container .search-results-container .tab-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
    /* line 63, moderator/app/components/searchNew/_searchModal.scss */
    .platform-search-container .search-results-container .rows-per-page-select > div {
      padding: 20px 30px 20px 15px; }
    /* line 67, moderator/app/components/searchNew/_searchModal.scss */
    .platform-search-container .search-results-container .rows-per-page-select > svg {
      margin: 0 10px 0 0; }
    /* line 72, moderator/app/components/searchNew/_searchModal.scss */
    .platform-search-container .search-results-container .hover {
      cursor: pointer; }

/* line 1, moderator/app/components/secondaryAccountsNav/_secondaryAccountsNav.scss */
div.secondary-header-container {
  -webkit-box-align: center;
          align-items: center;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 35px; }

/* line 11, moderator/app/components/secondaryAccountsNav/_secondaryAccountsNav.scss */
.secondary-tabs-container {
  margin-right: 40px; }
  /* line 14, moderator/app/components/secondaryAccountsNav/_secondaryAccountsNav.scss */
  .secondary-tabs-container .tab {
    height: 60px;
    min-width: 40px;
    margin-left: 60px; }
    /* line 19, moderator/app/components/secondaryAccountsNav/_secondaryAccountsNav.scss */
    .secondary-tabs-container .tab > span > span {
      padding: 0 5px; }
    /* line 23, moderator/app/components/secondaryAccountsNav/_secondaryAccountsNav.scss */
    .secondary-tabs-container .tab a:hover {
      color: #00A5FF;
      opacity: .8; }

/* line 1, moderator/app/components/sessionTimeoutDialog/_sessionTimeoutDialog.scss */
.session-timeout-dialog-container {
  padding: 10px 24px; }
  /* line 4, moderator/app/components/sessionTimeoutDialog/_sessionTimeoutDialog.scss */
  .session-timeout-dialog-container h4 {
    color: #385665;
    font-size: 22px;
    margin: 5px 0 0; }
  /* line 11, moderator/app/components/sessionTimeoutDialog/_sessionTimeoutDialog.scss */
  .session-timeout-dialog-container .dialog-content {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-top: 10px; }
    /* line 17, moderator/app/components/sessionTimeoutDialog/_sessionTimeoutDialog.scss */
    .session-timeout-dialog-container .dialog-content .warning-icon {
      color: #DA5A2A; }
    /* line 21, moderator/app/components/sessionTimeoutDialog/_sessionTimeoutDialog.scss */
    .session-timeout-dialog-container .dialog-content p {
      font-size: 1.5rem;
      margin-left: 10px; }
  /* line 26, moderator/app/components/sessionTimeoutDialog/_sessionTimeoutDialog.scss */
  .session-timeout-dialog-container .dialog-actions {
    margin: 0px 16px 22px; }
    /* line 29, moderator/app/components/sessionTimeoutDialog/_sessionTimeoutDialog.scss */
    .session-timeout-dialog-container .dialog-actions button {
      font-size: 1.2rem;
      margin: 0 5px; }

/* line 1, moderator/app/components/showif/_showif.scss */
.showif-actions {
  margin-bottom: 5px; }
  /* line 2, moderator/app/components/showif/_showif.scss */
  .showif-actions hr {
    border-style: dashed;
    border-top-width: 1px;
    margin-bottom: 10px; }
  /* line 8, moderator/app/components/showif/_showif.scss */
  .showif-actions a {
    font-size: 0.85714286em;
    font-weight: 300; }

/* line 17, moderator/app/components/showif/_showif.scss */
.show-if h5.inline-header {
  display: inline-block; }

/* line 22, moderator/app/components/showif/_showif.scss */
.show-if .show-if-edit .show-if-set {
  padding-left: 10px; }

/* line 26, moderator/app/components/showif/_showif.scss */
.show-if .show-if-edit .gray-pipe {
  color: #ccc; }

/* line 32, moderator/app/components/showif/_showif.scss */
.show-if-logic-strings {
  color: #b3b2b2; }

/* line 36, moderator/app/components/showif/_showif.scss */
.hovercon-popover {
  pointer-events: none; }
  /* line 39, moderator/app/components/showif/_showif.scss */
  .hovercon-popover .hovercon-text {
    padding: 0px 10px; }

/* line 44, moderator/app/components/showif/_showif.scss */
.hovercon-icon {
  color: #00a5ff; }

/* line 2, moderator/app/components/showIfGlobalConfirmationDialog/_confirmationDialog.scss */
.confirmation-dialog .dialog-title h2 {
  font-size: 1.28571429em; }

/* line 5, moderator/app/components/showIfGlobalConfirmationDialog/_confirmationDialog.scss */
.confirmation-dialog span.dialog-button, .confirmation-dialog p.dialog-content {
  font-size: 1.14285714em;
  text-transform: capitalize; }

/* line 10, moderator/app/components/showIfGlobalConfirmationDialog/_confirmationDialog.scss */
.confirmation-dialog p.dialog-content-text {
  margin-top: 10px;
  color: #434343; }

/* line 15, moderator/app/components/showIfGlobalConfirmationDialog/_confirmationDialog.scss */
.confirmation-dialog .dialog-content {
  min-width: 900px; }

/* line 19, moderator/app/components/showIfGlobalConfirmationDialog/_confirmationDialog.scss */
.confirmation-dialog .select-menu {
  font-size: 1.14285714em;
  min-width: 75px; }

/* line 24, moderator/app/components/showIfGlobalConfirmationDialog/_confirmationDialog.scss */
.confirmation-dialog .question-select-menu {
  min-width: 150px; }

/* line 28, moderator/app/components/showIfGlobalConfirmationDialog/_confirmationDialog.scss */
.confirmation-dialog .dialog-button {
  margin: 10px; }

/* line 2, moderator/app/components/simulatedPreview/_simulatedPreview.scss */
.simulated-preview .remove-respondents {
  color: #d34327; }

/* line 6, moderator/app/components/simulatedPreview/_simulatedPreview.scss */
.simulated-preview .start-simulation-btn {
  font-size: 14px; }

/* line 2, moderator/app/components/studies/productGroupList/_actionsMenu.scss */
.study-row-actions-menu-container ul {
  padding: 0; }

/* line 6, moderator/app/components/studies/productGroupList/_actionsMenu.scss */
.study-row-actions-menu-container .actions-menu-item {
  padding-right: 10px; }
  /* line 9, moderator/app/components/studies/productGroupList/_actionsMenu.scss */
  .study-row-actions-menu-container .actions-menu-item .menu-item-text > span {
    font-size: 1.3rem; }
  /* line 13, moderator/app/components/studies/productGroupList/_actionsMenu.scss */
  .study-row-actions-menu-container .actions-menu-item:hover {
    background-color: rgba(0, 165, 255, 0.15); }

/* line 18, moderator/app/components/studies/productGroupList/_actionsMenu.scss */
.study-row-actions-menu-container .menu-item-icon {
  color: #00A5FF;
  margin: 0; }
  /* line 22, moderator/app/components/studies/productGroupList/_actionsMenu.scss */
  .study-row-actions-menu-container .menu-item-icon.icon-fa {
    width: 1em;
    height: 1em; }

/* line 1, moderator/app/components/studies/productGroupList/_copyTo.scss */
.copy-to-modal {
  font-weight: 300; }
  /* line 4, moderator/app/components/studies/productGroupList/_copyTo.scss */
  .copy-to-modal .copy-to-modal-header {
    font-size: 2rem; }
  /* line 8, moderator/app/components/studies/productGroupList/_copyTo.scss */
  .copy-to-modal .copy-to-modal-header-divider {
    margin-bottom: 20px; }
  /* line 12, moderator/app/components/studies/productGroupList/_copyTo.scss */
  .copy-to-modal .copy-to-modal-helptext {
    margin-bottom: 20px; }
  /* line 16, moderator/app/components/studies/productGroupList/_copyTo.scss */
  .copy-to-modal .copy-to-overwrite-acknowledgement {
    font-style: italic;
    margin-top: 20px; }
  /* line 21, moderator/app/components/studies/productGroupList/_copyTo.scss */
  .copy-to-modal .copy-to-error-message {
    color: #D1442F;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    white-space: pre-wrap; }
  /* line 30, moderator/app/components/studies/productGroupList/_copyTo.scss */
  .copy-to-modal .copy-to-modal-error-alert {
    color: #D1442F;
    margin-right: 15px; }
  /* line 35, moderator/app/components/studies/productGroupList/_copyTo.scss */
  .copy-to-modal .copy-to-modal-actions {
    padding: 20px 15px; }
    /* line 38, moderator/app/components/studies/productGroupList/_copyTo.scss */
    .copy-to-modal .copy-to-modal-actions .copy-to-submit-button-container {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
      /* line 44, moderator/app/components/studies/productGroupList/_copyTo.scss */
      .copy-to-modal .copy-to-modal-actions .copy-to-submit-button-container .copy-to-submit-button-spinner {
        position: absolute; }

/* line 1, moderator/app/components/studies/productGroupList/_createVariants.scss */
.variants-helper-text {
  margin-bottom: 40px; }

/* line 5, moderator/app/components/studies/productGroupList/_createVariants.scss */
.add-variant {
  margin-top: 30px; }
  /* line 8, moderator/app/components/studies/productGroupList/_createVariants.scss */
  .add-variant a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  /* line 12, moderator/app/components/studies/productGroupList/_createVariants.scss */
  .add-variant span {
    margin-left: 5px; }

/* line 17, moderator/app/components/studies/productGroupList/_createVariants.scss */
.variants-modal {
  font-weight: 300; }
  /* line 20, moderator/app/components/studies/productGroupList/_createVariants.scss */
  .variants-modal .variants-modal-header {
    font-size: 2rem; }
  /* line 24, moderator/app/components/studies/productGroupList/_createVariants.scss */
  .variants-modal .variants-modal-header-divider {
    margin-bottom: 20px; }
  /* line 28, moderator/app/components/studies/productGroupList/_createVariants.scss */
  .variants-modal .variants-error-message {
    color: #D1442F;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    white-space: pre-wrap; }
  /* line 37, moderator/app/components/studies/productGroupList/_createVariants.scss */
  .variants-modal .variants-modal-error-alert {
    color: #D1442F;
    margin-right: 15px; }
  /* line 42, moderator/app/components/studies/productGroupList/_createVariants.scss */
  .variants-modal .variants-modal-actions {
    padding: 20px 15px; }
    /* line 45, moderator/app/components/studies/productGroupList/_createVariants.scss */
    .variants-modal .variants-modal-actions .variants-submit-button-container {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
      /* line 51, moderator/app/components/studies/productGroupList/_createVariants.scss */
      .variants-modal .variants-modal-actions .variants-submit-button-container .variants-submit-button-spinner {
        position: absolute; }

/* line 2, moderator/app/components/studies/productGroupList/_inactivateStudy.scss */
.inactivate-study-modal-content .error {
  margin: 25px 0 0 0; }

/* line 1, moderator/app/components/studies/productGroupList/_productGroupList.scss */
.product-group-list {
  padding-top: 35px; }
  /* line 4, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .loading-spinner {
    display: -webkit-box;
    display: flex;
    margin-top: 100px;
    -webkit-box-pack: center;
            justify-content: center; }
  /* line 10, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .product-group-controls {
    margin-bottom: 35px; }
    /* line 13, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group-controls button,
    .product-group-list .product-group-controls a.generate-proposal {
      box-shadow: none; }
      /* line 17, moderator/app/components/studies/productGroupList/_productGroupList.scss */
      .product-group-list .product-group-controls button:hover,
      .product-group-list .product-group-controls a.generate-proposal:hover {
        color: #FFFFFF; }
    /* line 22, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group-controls button.add-study,
    .product-group-list .product-group-controls button.submit-to-sl {
      margin: 0 10px 0 0;
      background: #FFFFFF;
      color: #00A5FF;
      border: 1px solid #00A5FF; }
      /* line 29, moderator/app/components/studies/productGroupList/_productGroupList.scss */
      .product-group-list .product-group-controls button.add-study:hover,
      .product-group-list .product-group-controls button.submit-to-sl:hover {
        color: #FFFFFF;
        background: #0077cb;
        border: 1px solid #0077cb; }
      /* line 35, moderator/app/components/studies/productGroupList/_productGroupList.scss */
      .product-group-list .product-group-controls button.add-study.disabled,
      .product-group-list .product-group-controls button.submit-to-sl.disabled {
        color: #DADCDF;
        border: 1px solid #DADCDF; }
      /* line 40, moderator/app/components/studies/productGroupList/_productGroupList.scss */
      .product-group-list .product-group-controls button.add-study .fa,
      .product-group-list .product-group-controls button.submit-to-sl .fa {
        margin: 0 0 0 5px; }
  /* line 46, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .no-studies-container {
    margin: 50px 0 0 0;
    text-align: center;
    font-size: 20px; }
    /* line 51, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .no-studies-container button {
      margin: 15px 0 25px 0;
      box-shadow: none; }
  /* line 57, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .background-container {
    width: 25%;
    margin: auto; }
    /* line 61, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .background-container svg {
      fill: #F5F5F5; }
  /* line 66, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .product-group {
    margin: 0 0 35px 0; }
    /* line 69, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group .group-details {
      margin: 0 0 15px 0; }
      /* line 72, moderator/app/components/studies/productGroupList/_productGroupList.scss */
      .product-group-list .product-group .group-details .salesforce-status {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 10px 0 0;
        border-radius: 5px; }
        /* line 79, moderator/app/components/studies/productGroupList/_productGroupList.scss */
        .product-group-list .product-group .group-details .salesforce-status.green {
          background: #7DA041; }
        /* line 83, moderator/app/components/studies/productGroupList/_productGroupList.scss */
        .product-group-list .product-group .group-details .salesforce-status.yellow {
          background: #D8B72C; }
        /* line 87, moderator/app/components/studies/productGroupList/_productGroupList.scss */
        .product-group-list .product-group .group-details .salesforce-status.red {
          background: #D1442F; }
      /* line 92, moderator/app/components/studies/productGroupList/_productGroupList.scss */
      .product-group-list .product-group .group-details .tool-tip {
        cursor: default; }
    /* line 98, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th:first-child {
      width: 8%; }
    /* line 102, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th:nth-child(2) {
      width: 8%; }
    /* line 106, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th:nth-child(3) {
      width: 10%; }
    /* line 110, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th:nth-child(4) {
      width: 15%; }
    /* line 114, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th:nth-child(5) {
      width: 10%; }
    /* line 118, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th:nth-child(6) {
      width: 0%; }
    /* line 122, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th:nth-child(7) {
      width: 25%; }
    /* line 126, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th:nth-child(8) {
      width: 22%; }
    /* line 130, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .product-group th .pipe {
      color: #DADCDF; }
  /* line 137, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .archived-studies .archived-header {
    margin: 0 0 15px 0; }
  /* line 142, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .archived-studies th:first-child {
    width: 8%; }
  /* line 146, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .archived-studies th:nth-child(2) {
    width: 10%; }
  /* line 150, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .archived-studies th:nth-child(3) {
    width: 50%; }
  /* line 154, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .archived-studies th:nth-child(4) {
    width: 22%; }
  /* line 158, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .archived-studies th:nth-child(5) {
    width: 10%; }
  /* line 163, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .archived-studies tr td {
    height: 56px; }
  /* line 168, moderator/app/components/studies/productGroupList/_productGroupList.scss */
  .product-group-list .archived-studies table,
  .product-group-list .product-group table {
    border-top: 1px solid #e0e0e0; }
    /* line 173, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .archived-studies table tr.can-edit-study,
    .product-group-list .product-group table tr.can-edit-study {
      cursor: pointer; }
    /* line 177, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .archived-studies table tr.variant-row,
    .product-group-list .product-group table tr.variant-row {
      background-color: #F5F5F5;
      cursor: pointer; }
    /* line 182, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .archived-studies table tr.row-hover:hover td,
    .product-group-list .product-group table tr.row-hover:hover td {
      background: #EFEFEF; }
    /* line 186, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .archived-studies table tr td,
    .product-group-list .product-group table tr td {
      border: none; }
    /* line 190, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .archived-studies table tr .menu,
    .product-group-list .product-group table tr .menu {
      text-align: right; }
      /* line 193, moderator/app/components/studies/productGroupList/_productGroupList.scss */
      .product-group-list .archived-studies table tr .menu .actions-menu-icon,
      .product-group-list .product-group table tr .menu .actions-menu-icon {
        visibility: hidden; }
    /* line 198, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .archived-studies table tr .stage-cell,
    .product-group-list .product-group table tr .stage-cell {
      text-align: right; }
    /* line 203, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .archived-studies table tr:hover .actions-menu-icon,
    .product-group-list .product-group table tr:hover .actions-menu-icon {
      color: rgba(0, 0, 0, 0.54);
      visibility: visible; }
      /* line 207, moderator/app/components/studies/productGroupList/_productGroupList.scss */
      .product-group-list .archived-studies table tr:hover .actions-menu-icon :hover,
      .product-group-list .product-group table tr:hover .actions-menu-icon :hover {
        color: #00A5FF; }
    /* line 214, moderator/app/components/studies/productGroupList/_productGroupList.scss */
    .product-group-list .archived-studies table tr .actions-menu-icon.is-open,
    .product-group-list .product-group table tr .actions-menu-icon.is-open {
      visibility: visible;
      color: #00A5FF; }

/* line 223, moderator/app/components/studies/productGroupList/_productGroupList.scss */
.addOns-list ul {
  list-style: none;
  padding: 0; }

/* line 228, moderator/app/components/studies/productGroupList/_productGroupList.scss */
.submit-to-sl-timestamp {
  color: '#727983';
  font-size: 10px; }

/* line 1, moderator/app/components/studies/productGroupList/ProductGroupControls.scss */
.submit-to-sl-button-container {
  position: relative;
  width: auto; }

/* line 6, moderator/app/components/studies/productGroupList/ProductGroupControls.scss */
.submit-to-sl-button-indicator {
  position: absolute;
  left: 50%;
  top: 0%;
  margin-left: -12px; }

/* line 1, moderator/app/components/studies/productStudiesContainer/_productStudiesContainer.scss */
.product-studies {
  padding-top: 40px;
  padding-left: 10px;
  min-height: 350px; }

/* line 2, moderator/app/components/studies/projectStudiesContainer/_projectStudiesContainer.scss */
.project-studies .error-message {
  font-size: 1.28571429em; }

/* line 1, moderator/app/components/studies/projectStudyList/_projectStudyList.scss */
.project-study-list {
  margin-left: 15px;
  margin-right: 15px; }
  /* line 5, moderator/app/components/studies/projectStudyList/_projectStudyList.scss */
  .project-study-list .study-list-header {
    font-size: 0.85714286em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b2b2; }
  /* line 12, moderator/app/components/studies/projectStudyList/_projectStudyList.scss */
  .project-study-list .study-list-data {
    min-height: 300px; }
    /* line 15, moderator/app/components/studies/projectStudyList/_projectStudyList.scss */
    .project-study-list .study-list-data .no-studies {
      margin-top: 40px;
      font-size: 1.14285714em; }

/* line 2, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
.credit-counter-container .available-credits {
  color: rgba(0, 0, 0, 0.54); }
  /* line 5, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-container .available-credits strong {
    color: #7DA041; }

/* line 10, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
.credit-counter-container > a {
  display: inline-block;
  width: 105px; }

/* line 16, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
.credit-counter-details {
  width: 500px;
  color: rgba(0, 0, 0, 0.54); }
  /* line 20, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .loading {
    margin: 40px;
    text-align: center; }
  /* line 25, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .total-credits-section {
    margin: 15px 0;
    padding: 0 40px; }
  /* line 30, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .product-group-cost-details {
    padding: 15px 40px; }
    /* line 33, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .product-group-cost-details.highlight {
      border: 3px solid #00A5FF; }
    /* line 37, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .product-group-cost-details.empty-product-group {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      min-height: 235px; }
  /* line 45, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .no-product-groups {
    margin-top: 160px; }
  /* line 49, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .product-group-message {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem; }
  /* line 55, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .product-group-name {
    font-weight: bold;
    font-size: 1.6rem; }
  /* line 60, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .full-divider {
    height: 2px; }
  /* line 64, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .line-items-header {
    font-weight: bold; }
    /* line 67, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .line-items-header .credits-title {
      text-align: right; }
  /* line 72, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .credit-display-table {
    width: 100%; }
    /* line 75, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .credit-display-table .title-column {
      width: 15%; }
    /* line 79, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .credit-display-table .subtitle-column {
      width: 70%; }
    /* line 83, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .credit-display-table .credits-column {
      width: 15%; }
    /* line 87, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .credit-display-table .total-credits-title {
      font-weight: bold;
      text-transform: uppercase; }
    /* line 92, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .credit-display-table .total-credits-count {
      font-weight: bold;
      color: #00A5FF; }
    /* line 97, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .credit-display-table .line-item {
      width: 100%;
      vertical-align: top; }
      /* line 101, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
      .credit-counter-details .credit-display-table .line-item .line-item-title {
        font-weight: bold;
        padding: 8px 0; }
      /* line 106, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
      .credit-counter-details .credit-display-table .line-item .line-item-subtitle {
        text-align: left;
        padding: 8px 0 8px 4px; }
      /* line 111, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
      .credit-counter-details .credit-display-table .line-item .line-item-value {
        text-align: right;
        padding: 8px 0; }
      /* line 117, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
      .credit-counter-details .credit-display-table .line-item.last-item .line-item-value {
        border-bottom: 2px dotted #e0e0e0; }
  /* line 124, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
  .credit-counter-details .credit-counter-details-header {
    padding: 20px 0;
    display: -webkit-box;
    display: flex; }
    /* line 128, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .credit-counter-details-header .close-icon {
      align-self: center;
      margin: 0 15px;
      position: absolute;
      color: #00A5FF;
      cursor: pointer; }
    /* line 136, moderator/app/components/studies/studyBuilder/_creditCounter.scss */
    .credit-counter-details .credit-counter-details-header .credit-counter-details-title {
      width: 100%;
      font-size: 2.7rem;
      font-weight: lighter;
      text-align: center; }

/* line 1, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
.study-builder {
  color: rgba(0, 0, 0, 0.54); }
  /* line 4, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
  .study-builder button {
    box-shadow: none; }
  /* line 8, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
  .study-builder .header-container {
    height: 75px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    border-bottom: 1px solid #E3E6E7; }
    /* line 15, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .header-container .left-header {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #727983; }
    /* line 22, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .header-container .wrench-icon {
      padding: 0 10px 0 0;
      color: #348bc1; }
    /* line 27, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .header-container h3, .study-builder .header-container h4 {
      display: inline;
      padding: 0;
      margin: 0;
      font-weight: lighter; }
    /* line 34, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .header-container h3 {
      margin: 0 15px 0 0; }
    /* line 38, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .header-container .right-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: center;
              justify-content: center;
      display: -webkit-inline-box;
      display: inline-flex; }
      /* line 43, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .header-container .right-header .save-button-wrapper {
        position: relative;
        width: auto; }
        /* line 47, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .header-container .right-header .save-button-wrapper .save-progress-animation {
          color: #00A5FF;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -12px;
          margin-left: -12px; }
  /* line 60, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
  .study-builder button.return, .study-builder button.action {
    background: #FFFFFF;
    border: 1px solid #00A5FF;
    color: #00A5FF;
    margin: 0 20px; }
    /* line 66, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder button.return:hover, .study-builder button.action:hover {
      background: #0077cb;
      border: 1px solid #0077cb;
      color: #FFFFFF; }
  /* line 74, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
  .study-builder .secondary-bar-container {
    border-bottom: 1px solid #E3E6E7; }
    /* line 77, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .secondary-bar-container .navigation-container, .study-builder .secondary-bar-container .credit-details-container {
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
  /* line 84, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
  .study-builder .scroll-container {
    overflow-y: scroll;
    height: calc(100vh - 150px); }
    /* line 88, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .scroll-container .primary-details {
      margin: 20px 0 0 10px; }
      /* line 91, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .control-container {
        position: relative; }
        /* line 94, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details .control-container .control {
          display: block;
          height: auto;
          margin: 0 0 25px 0; }
          /* line 99, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
          .study-builder .scroll-container .primary-details .control-container .control .dropdown-error-text {
            white-space: nowrap;
            overflow: visible; }
          /* line 104, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
          .study-builder .scroll-container .primary-details .control-container .control .pending-minimum-credits {
            font-size: 1.6rem; }
        /* line 109, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details .control-container .input {
          width: 65%; }
      /* line 115, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .quantity-container .control {
        display: inline-block;
        width: calc(65% - 200px); }
      /* line 120, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .quantity-container .input {
        width: 100%; }
      /* line 124, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .quantity-container > div > span {
        display: inline-block;
        width: 175px;
        margin: 0 0 0 25px; }
        /* line 129, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details .quantity-container > div > span input {
          width: 180px; }
      /* line 135, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .credit-backlog-control {
        padding-bottom: 2px; }
      /* line 139, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details legend {
        border: none;
        margin: 0 0 5px 0; }
      /* line 144, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .single-country {
        margin: 0 0 15px 0; }
      /* line 148, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .country-list {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        width: 100%; }
        /* line 153, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details .country-list > label {
          width: 32%; }
      /* line 158, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .client-initiated-control {
        margin: 0; }
      /* line 162, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .sales-opps-dropdown {
        -webkit-box-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row; }
      /* line 167, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details .remove-selection-button {
        position: absolute;
        float: left;
        left: -40px;
        top: 20px; }
        /* line 173, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details .remove-selection-button .remove-selection-icon:hover {
          color: #00A5FF; }
    /* line 180, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .scroll-container .primary-details-growls {
      position: relative;
      height: 100%; }
      /* line 184, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details-growls .growl-container {
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse; }
      /* line 190, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details-growls .error-container {
        display: -webkit-box;
        display: flex;
        border-radius: 5px 0 0 5px;
        box-shadow: 3px 3px 20px 1px #ccc;
        overflow: hidden; }
        /* line 196, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details-growls .error-container.warning {
          border-left: 10px solid #F0D76E; }
        /* line 200, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details-growls .error-container.error {
          border-left: 10px solid #DC5A1E; }
      /* line 205, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .primary-details-growls .error-content {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
                align-items: center; }
        /* line 210, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details-growls .error-content .error-text {
          display: inline-block;
          margin: 0;
          font-size: .8em;
          color: rgba(0, 0, 0, 0.54); }
        /* line 217, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .primary-details-growls .error-content button {
          margin: 0 0 0 10px; }
    /* line 225, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .scroll-container .audience table {
      margin: 0 0 25px 0;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }
      /* line 229, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table thead tr:first-child, .study-builder .scroll-container .audience table tr:last-child {
        background: #fafafa; }
      /* line 233, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table th:first-child {
        width: 30%; }
      /* line 237, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table th:last-child {
        width: 15%; }
      /* line 241, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table tr td:first-child {
        padding: 25px 50px; }
      /* line 245, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table tr td:last-child {
        border: none; }
      /* line 249, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table th, .study-builder .scroll-container .audience table td:first-child {
        font-weight: bold; }
      /* line 254, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table th strong {
        display: inline-block;
        margin: 0 0 2px 0; }
      /* line 261, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table td:first-child strong {
        display: inline-block;
        margin: 0 0 1px 0; }
      /* line 267, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table th, .study-builder .scroll-container .audience table td {
        border-right: 1px solid #e0e0e0; }
        /* line 270, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .audience table th:last-child, .study-builder .scroll-container .audience table td:last-child {
          border-right: none; }
      /* line 275, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table td .criteria {
        position: relative; }
      /* line 279, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table .fa-globe {
        position: absolute;
        top: 2px;
        left: -25px;
        color: #959AA1; }
        /* line 285, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .audience table .fa-globe.selected {
          color: #00A5FF; }
      /* line 290, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table input {
        padding: 0;
        font-size: 1.2rem; }
      /* line 295, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .audience table .country-container {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 1rem;
        text-align: center; }
        /* line 301, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .audience table .country-container:last-child {
          margin: 0; }
        /* line 305, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .audience table .country-container .country {
          height: 20px;
          width: 20px;
          border-radius: 10px;
          background: #959AA1; }
    /* line 315, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
    .study-builder .scroll-container .actions-container {
      padding: 15px 0;
      border-top: 1px solid #E3E6E7; }
      /* line 320, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
      .study-builder .scroll-container .actions-container .actions button {
        background: #FFFFFF;
        color: #00A5FF;
        border: 1px solid #00A5FF; }
        /* line 325, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .actions-container .actions button:hover {
          color: #FFFFFF;
          background: #0077cb;
          border: 1px solid #0077cb; }
        /* line 331, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
        .study-builder .scroll-container .actions-container .actions button > span {
          display: inline-block; }
          /* line 334, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
          .study-builder .scroll-container .actions-container .actions button > span > .fa.right {
            margin: 0 0 0 5px; }
          /* line 338, moderator/app/components/studies/studyBuilder/_studyBuilder.scss */
          .study-builder .scroll-container .actions-container .actions button > span > .fa.left {
            margin: 0 5px 0 0; }

/* line 1, moderator/app/components/studies/studyListControls/_studyListControls.scss */
.study-list-controls {
  padding: 35px 5px; }
  /* line 5, moderator/app/components/studies/studyListControls/_studyListControls.scss */
  .study-list-controls button.generate-proposal {
    width: 200px;
    font-size: 1.14285714em;
    font-weight: lighter; }

/* line 1, moderator/app/components/studies/studyRow/_studyRow.scss */
.study-row {
  padding: 20px 0; }
  /* line 4, moderator/app/components/studies/studyRow/_studyRow.scss */
  .study-row.highlight {
    background: #f5f5f5;
    cursor: pointer; }
  /* line 10, moderator/app/components/studies/studyRow/_studyRow.scss */
  .study-row .study-actions .text-link {
    padding: 3px 5px;
    top: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s; }
    /* line 15, moderator/app/components/studies/studyRow/_studyRow.scss */
    .study-row .study-actions .text-link:hover {
      position: relative;
      top: -2px;
      background: #fcfcfc;
      box-shadow: 0px 3px 5px #ccc; }
    /* line 24, moderator/app/components/studies/studyRow/_studyRow.scss */
    .study-row .study-actions .text-link.fa-trash-o:hover {
      color: #00a5ff; }

/* line 4, moderator/app/components/studyClone/_studyClone.scss */
.study-clone-dialog .destination-select {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin: 0;
  padding: 0; }
  /* line 9, moderator/app/components/studyClone/_studyClone.scss */
  .study-clone-dialog .destination-select .destination-checkbox {
    margin-top: 15px;
    margin-bottom: 15px; }
    /* line 13, moderator/app/components/studyClone/_studyClone.scss */
    .study-clone-dialog .destination-select .destination-checkbox:first-of-type {
      margin-top: 0; }
    /* line 17, moderator/app/components/studyClone/_studyClone.scss */
    .study-clone-dialog .destination-select .destination-checkbox:last-of-type {
      margin-bottom: 0; }

/* line 23, moderator/app/components/studyClone/_studyClone.scss */
.study-clone-dialog .page-break {
  height: 0;
  border-bottom: 1px dashed #ccc; }

/* line 28, moderator/app/components/studyClone/_studyClone.scss */
.study-clone-dialog .error-messages {
  min-height: 30px; }

/* line 32, moderator/app/components/studyClone/_studyClone.scss */
.study-clone-dialog #overwrite-acknowledgement-label {
  color: #000;
  font-style: italic; }

/* line 39, moderator/app/components/studyClone/_studyClone.scss */
.study-clone-dialog .ala-modal .modal-body {
  padding-left: 10%;
  padding-right: 10%; }

/* line 44, moderator/app/components/studyClone/_studyClone.scss */
.study-clone-dialog .ala-modal .modal-footer .btn {
  font-size: 1em;
  font-weight: 300; }
  /* line 48, moderator/app/components/studyClone/_studyClone.scss */
  .study-clone-dialog .ala-modal .modal-footer .btn.cancel-link-new {
    font-weight: normal; }
  /* line 52, moderator/app/components/studyClone/_studyClone.scss */
  .study-clone-dialog .ala-modal .modal-footer .btn.button-apply {
    color: #fff;
    background: #00a5ff; }
    /* line 56, moderator/app/components/studyClone/_studyClone.scss */
    .study-clone-dialog .ala-modal .modal-footer .btn.button-apply:hover {
      background: #33b7ff; }

/* line 2, moderator/app/components/templates/templatesEditor.scss */
.templates-editor-container .btn-alt {
  border-radius: 5px;
  font-size: .9em;
  background: #8d939b;
  padding: 3px 10px; }

/* line 12, moderator/app/components/templates/templatesEditor.scss */
.templates-container .row > div {
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 2, moderator/app/components/templates/templatesOverview.scss */
.templates-container .row {
  padding: 5px 0; }
  /* line 5, moderator/app/components/templates/templatesOverview.scss */
  .templates-container .row:hover {
    cursor: pointer; }

/* line 10, moderator/app/components/templates/templatesOverview.scss */
.templates-container .template-rows .row {
  border-top: 1px solid #e6e5e5; }
  /* line 13, moderator/app/components/templates/templatesOverview.scss */
  .templates-container .template-rows .row:last-child {
    border-bottom: 1px solid #e6e5e5; }
  /* line 17, moderator/app/components/templates/templatesOverview.scss */
  .templates-container .template-rows .row:hover {
    background: #eeeeee; }

/* line 2, moderator/app/components/users/_users.scss */
#users .user-details-header {
  font-weight: bold; }

/* line 5, moderator/app/components/users/_users.scss */
#users .action-links {
  padding-left: 20px; }
  /* line 7, moderator/app/components/users/_users.scss */
  #users .action-links a {
    padding: 0 5px; }
  /* line 10, moderator/app/components/users/_users.scss */
  #users .action-links .edit-link {
    border-right: 1px solid #727983; }

/* line 14, moderator/app/components/users/_users.scss */
#users .company-list {
  line-height: 1.6; }

/* SCSS imports from shared components */
/* line 1, common/genericComponents/legend/_legend.scss */
.gc-legend-text {
  font-size: 0.85714286em; }

/* line 2, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart .tick line {
  display: none; }

/* line 7, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart rect.data-bar {
  stroke-width: 1;
  -webkit-transition: opacity 250ms, stroke-width 250ms;
  transition: opacity 250ms, stroke-width 250ms; }

/* line 13, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart text {
  font-family: "Open Sans", sans-serif;
  fill: #727983; }

/* line 19, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart .axis text {
  font-size: 1.14285714em; }

/* line 24, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart .axis path.domain {
  stroke: #b3b2b2; }

/* line 33, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart.gc-chart-horizontal .axis-x .tick text {
  fill: #b3b2b2; }

/* line 41, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart.gc-chart-horizontal .axis-y .tick text {
  fill: #5a6068; }

/* line 51, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart.gc-chart-vertical .axis-x .tick text {
  fill: #5a6068; }

/* line 59, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart.gc-chart-vertical .axis-y .tick text {
  fill: #b3b2b2; }

/* line 68, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart.gc-chart-stacked rect.data-bar {
  stroke: #fff;
  stroke-opacity: 1;
  stroke-width: 2; }
  /* line 73, common/genericComponents/pubChart/_pubChart.scss */
  .gc-pub-chart.gc-chart-stacked rect.data-bar:hover {
    opacity: 1; }

/* line 83, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart.gc-chart-stacked.gc-chart-vertical .axis-x path.domain {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px); }

/* line 91, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart .bar-label {
  fill: #fff; }
  /* line 94, common/genericComponents/pubChart/_pubChart.scss */
  .gc-pub-chart .bar-label.outside-bar {
    fill: #727983; }

/* line 99, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart .stat-results {
  font-size: 0.75em; }

/* line 103, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart .data-label {
  font-size: 0.85714286em; }

/* line 107, common/genericComponents/pubChart/_pubChart.scss */
.gc-pub-chart .chart-error {
  margin-top: 10px; }

/* line 115, common/genericComponents/pubChart/_pubChart.scss */
.gc-save-chart-header {
  fill: #434343;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85714286em;
  font-weight: bold; }

/* line 122, common/genericComponents/pubChart/_pubChart.scss */
.print-gc-chart-svg {
  background: #fff;
  padding-top: 15px;
  padding-right: 80px; }
  /* line 126, common/genericComponents/pubChart/_pubChart.scss */
  .print-gc-chart-svg svg {
    padding-right: 80px;
    padding-left: 15px;
    height: auto !important;
    width: auto !important; }

/* line 135, common/genericComponents/pubChart/_pubChart.scss */
.gc-chart-tooltip {
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  line-height: 1;
  font-size: 0.85714286em;
  font-weight: normal;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #e6e5e5;
  color: #5a6068;
  font-family: "Open Sans", sans-serif;
  pointer-events: none;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms; }

/* line 150, common/genericComponents/pubChart/_pubChart.scss */
.sample-size {
  padding-left: 15px; }
  /* line 152, common/genericComponents/pubChart/_pubChart.scss */
  .sample-size .N-label {
    font-size: 1.1em; }
  /* line 155, common/genericComponents/pubChart/_pubChart.scss */
  .sample-size .sample-size-warning {
    font-style: italic;
    font-size: .9em; }

/* line 2, common/genericComponents/dataTable/_dataTable.scss */
.gc-data-table table {
  margin-bottom: 0;
  table-layout: fixed; }
  /* line 6, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table table td {
    vertical-align: middle;
    width: 120px; }

/* line 12, common/genericComponents/dataTable/_dataTable.scss */
.gc-data-table .table-header {
  overflow: hidden;
  width: 100%; }
  /* line 16, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table .table-header table {
    width: auto; }
  /* line 20, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table .table-header tr {
    background: #fafafa; }
    /* line 23, common/genericComponents/dataTable/_dataTable.scss */
    .gc-data-table .table-header tr td {
      border-top: 0;
      font-weight: bold;
      text-align: center; }

/* line 31, common/genericComponents/dataTable/_dataTable.scss */
.gc-data-table .table-body {
  overflow: auto;
  width: 100%;
  max-height: 600px; }
  /* line 38, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table .table-body tr:nth-of-type(odd) td {
    background: #fff; }
  /* line 44, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table .table-body tr:nth-of-type(even) td {
    background: #fafafa; }
  /* line 50, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table .table-body .response-count {
    font-size: 0.85714286em; }
  /* line 54, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table .table-body .column-label {
    color: #8d939b; }

/* line 59, common/genericComponents/dataTable/_dataTable.scss */
.gc-data-table .stat-test-results {
  color: #d34327; }

@media print {
  /* line 66, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table .table-header {
    overflow: visible; }
  /* line 69, common/genericComponents/dataTable/_dataTable.scss */
  .gc-data-table .table-body {
    overflow: visible;
    max-height: none; } }

/* line 1, common/genericComponents/heatmap/_heatmap.scss */
.heatmap {
  width: 100%;
  text-align: center; }
  /* line 5, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap .heatmap-title {
    text-align: left; }
  /* line 9, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap .heatmap-wrapper {
    display: inline-block;
    position: relative; }
  /* line 14, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap .heatmap-gray-layer {
    background: rgba(146, 146, 159, 0.5);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 4px;
    right: 0; }
  /* line 24, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap img {
    max-width: 100%;
    position: relative; }
  /* line 29, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap #image {
    max-width: 100%; }
  /* line 33, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap #heatmap {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  /* line 40, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap input[type=range] {
    display: inline-block;
    width: auto;
    padding-top: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none; }
    /* line 48, common/genericComponents/heatmap/_heatmap.scss */
    .heatmap input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 3px;
      background: #a8adb3;
      margin: 4px 0; }
    /* line 55, common/genericComponents/heatmap/_heatmap.scss */
    .heatmap input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      background: #00a5ff;
      height: 17px;
      width: 17px;
      border: 1px solid #0084cc;
      border-radius: 50%;
      margin-top: -7px; }
    /* line 65, common/genericComponents/heatmap/_heatmap.scss */
    .heatmap input[type=range]::-moz-range-track {
      height: 3px;
      background: #a8adb3; }
    /* line 70, common/genericComponents/heatmap/_heatmap.scss */
    .heatmap input[type=range]::-moz-range-thumb {
      border: 1px solid #0084cc;
      background: #0084cc; }
  /* line 76, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap .opacity-text {
    display: inline-block;
    min-width: 35px;
    font-size: 0.85714286em; }
  /* line 82, common/genericComponents/heatmap/_heatmap.scss */
  .heatmap .gc-report-actions .save-button {
    display: inline-block; }

/* line 3, common/genericComponents/modal/_modal.scss */
.ala-modal .modal-header {
  border-bottom: 1px solid #ccc;
  padding: 20px 20px; }
  /* line 8, common/genericComponents/modal/_modal.scss */
  .ala-modal .modal-header h3 {
    margin: 0px; }
  /* line 12, common/genericComponents/modal/_modal.scss */
  .ala-modal .modal-header .modal-title, .ala-modal .modal-header .modal-close {
    display: inline-block; }
  /* line 16, common/genericComponents/modal/_modal.scss */
  .ala-modal .modal-header .modal-title {
    width: 90%; }
  /* line 20, common/genericComponents/modal/_modal.scss */
  .ala-modal .modal-header .modal-close {
    text-align: right;
    width: 9%; }
    /* line 24, common/genericComponents/modal/_modal.scss */
    .ala-modal .modal-header .modal-close .inline-button {
      color: #a8adb3; }
      /* line 27, common/genericComponents/modal/_modal.scss */
      .ala-modal .modal-header .modal-close .inline-button:hover {
        color: #5a6068;
        cursor: pointer; }

/* line 35, common/genericComponents/modal/_modal.scss */
.ala-modal .modal-footer {
  border-top: 1px solid #ccc; }
  /* line 39, common/genericComponents/modal/_modal.scss */
  .ala-modal .modal-footer .cancel-link-new {
    color: #33b7ff;
    font-weight: 300;
    font-size: 0.85714286em;
    padding: 6px 0px; }
    /* line 45, common/genericComponents/modal/_modal.scss */
    .ala-modal .modal-footer .cancel-link-new:hover {
      color: #0084cc; }
  /* line 50, common/genericComponents/modal/_modal.scss */
  .ala-modal .modal-footer .button-apply[disabled] {
    background: #e6e5e5; }
    /* line 53, common/genericComponents/modal/_modal.scss */
    .ala-modal .modal-footer .button-apply[disabled] span {
      color: #fff; }
  /* line 58, common/genericComponents/modal/_modal.scss */
  .ala-modal .modal-footer .button-apply {
    font-size: 0.85714286em;
    padding: 6px 40px;
    border-radius: 8px; }

/* line 68, common/genericComponents/modal/_modal.scss */
.confirmation-modal .modal-container {
  min-width: 600px; }
  /* line 71, common/genericComponents/modal/_modal.scss */
  .confirmation-modal .modal-container .title {
    border-bottom: 1px solid #DADCDF; }
    /* line 74, common/genericComponents/modal/_modal.scss */
    .confirmation-modal .modal-container .title .close-icon {
      color: #DADCDF;
      cursor: pointer; }
  /* line 80, common/genericComponents/modal/_modal.scss */
  .confirmation-modal .modal-container .content {
    padding: 15px 25px; }
  /* line 84, common/genericComponents/modal/_modal.scss */
  .confirmation-modal .modal-container .actions {
    margin: 0;
    padding: 25px;
    border-top: 1px solid #DADCDF; }

/* line 91, common/genericComponents/modal/_modal.scss */
.confirmation-modal button:not(.primaryIconButton) {
  box-shadow: none;
  padding: 10px 35px; }
  /* line 95, common/genericComponents/modal/_modal.scss */
  .confirmation-modal button:not(.primaryIconButton):hover {
    color: #FFFFFF; }
  /* line 99, common/genericComponents/modal/_modal.scss */
  .confirmation-modal button:not(.primaryIconButton).cancel {
    background: none;
    color: #00A5FF; }
    /* line 103, common/genericComponents/modal/_modal.scss */
    .confirmation-modal button:not(.primaryIconButton).cancel:hover {
      color: #3C96C8; }

/* line 110, common/genericComponents/modal/_modal.scss */
.confirmation-modal button.primaryIconButton:hover {
  color: #0077cb;
  background: none; }

/*
 * Remove the box shadow from all drop downs. This overrides the modal style in
 * the legacyModal component (previously from gc-ui-styleguide).
 */
/* line 121, common/genericComponents/modal/_modal.scss */
.modal .modal-content {
  box-shadow: 0px 0px; }

/* line 2, common/genericComponents/legacyModal/_modal.scss */
.modal-open .container {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px); }

/* line 10, common/genericComponents/legacyModal/_modal.scss */
.modal-content {
  box-shadow: 0, 5px, 15px, rgba(0, 0, 0, 0.2); }

/* line 1, common/genericComponents/loadingBar/_loadingBar.scss */
.loading-bar-container {
  width: 100%;
  text-align: center; }
  /* line 5, common/genericComponents/loadingBar/_loadingBar.scss */
  .loading-bar-container .loading-bar {
    width: 50%;
    height: 15px;
    margin: auto;
    border: 1px solid #ccc; }
    /* line 11, common/genericComponents/loadingBar/_loadingBar.scss */
    .loading-bar-container .loading-bar .loading-bar-contents {
      height: 15px;
      background: #00a5ff;
      -webkit-transition: width 2s ease-out;
      transition: width 2s ease-out; }

/* line 1, common/genericComponents/reporting/_reporting.scss */
gc-reporting {
  min-height: 150px;
  display: block; }
  /* line 5, common/genericComponents/reporting/_reporting.scss */
  gc-reporting .toggle-percentages {
    font-size: 0.85714286em;
    padding: 10px 15px 0; }

/* line 11, common/genericComponents/reporting/_reporting.scss */
.gc-report-footer {
  margin: 10px;
  font-size: 0.85714286em;
  color: #5a6068; }

/* line 17, common/genericComponents/reporting/_reporting.scss */
.gc-report-actions {
  line-height: 35px; }

/* line 2, common/genericComponents/wordCloud/_wordCloud.scss */
.gc-word-cloud .groups {
  background: #fff; }
  @media (min-width: 992px) {
    /* line 2, common/genericComponents/wordCloud/_wordCloud.scss */
    .gc-word-cloud .groups {
      padding-top: 15px;
      padding-bottom: 15px; }
      /* line 7, common/genericComponents/wordCloud/_wordCloud.scss */
      .gc-word-cloud .groups:nth-child(1), .gc-word-cloud .groups:nth-child(2) {
        padding-right: 0; } }
  @media (min-width: 992px) {
    /* line 13, common/genericComponents/wordCloud/_wordCloud.scss */
    .gc-word-cloud .groups .answer-groups:nth-child(1), .gc-word-cloud .groups .answer-groups:nth-child(2) {
      border-right: 1px solid #ccc;
      padding-right: 5px; } }
  /* line 18, common/genericComponents/wordCloud/_wordCloud.scss */
  .gc-word-cloud .groups .answer-groups.answer-groups-last {
    border: none; }
  /* line 21, common/genericComponents/wordCloud/_wordCloud.scss */
  .gc-word-cloud .groups .answer-groups .row {
    line-height: 3.3em; }

/* line 26, common/genericComponents/wordCloud/_wordCloud.scss */
.gc-word-cloud .header {
  color: #727983; }
  @media (max-width: 991px) {
    /* line 26, common/genericComponents/wordCloud/_wordCloud.scss */
    .gc-word-cloud .header {
      padding-top: 20px;
      border-top: 1px solid #ccc; } }

/* line 33, common/genericComponents/wordCloud/_wordCloud.scss */
.gc-word-cloud .answer {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 38, common/genericComponents/wordCloud/_wordCloud.scss */
.gc-word-cloud .rank {
  color: #b3b2b2; }

/* line 41, common/genericComponents/wordCloud/_wordCloud.scss */
.gc-word-cloud .rank-1 {
  color: #a6d279;
  font-size: 2.3em; }

/* line 45, common/genericComponents/wordCloud/_wordCloud.scss */
.gc-word-cloud .rank-2 {
  color: #9cd1ed;
  font-size: 1.57142857em; }

/* line 49, common/genericComponents/wordCloud/_wordCloud.scss */
.gc-word-cloud .rank-3 {
  color: #727983; }

/* line 52, common/genericComponents/wordCloud/_wordCloud.scss */
.gc-word-cloud .rank-4 {
  color: #b3b2b2; }

/* line 1, common/genericComponents/download/_download.scss */
.download-container {
  overflow: scroll; }

/* line 2, common/genericComponents/buttonRadioSelector/_buttonRadioSelector.scss */
.button-group-selector .btn {
  padding: 6px 12px;
  font-size: 1em; }
  /* line 6, common/genericComponents/buttonRadioSelector/_buttonRadioSelector.scss */
  .button-group-selector .btn.btn-default {
    background: #fff;
    color: #434343; }
    /* line 10, common/genericComponents/buttonRadioSelector/_buttonRadioSelector.scss */
    .button-group-selector .btn.btn-default.active {
      background: #e6e5e5; }

/* line 1, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
.gdpr-question {
  margin-top: 10px;
  min-width: 300px;
  max-width: 1000px; }
  /* line 6, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
  .gdpr-question h4 {
    color: #385665;
    font-size: 24px; }
  /* line 11, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
  .gdpr-question .card {
    margin-bottom: 15px; }
    /* line 14, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
    .gdpr-question .card .card-content {
      padding: 16px 16px 16px 10px;
      vertical-align: middle; }
      /* line 18, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
      .gdpr-question .card .card-content .card-header {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        margin-bottom: 5px; }
        /* line 23, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
        .gdpr-question .card .card-content .card-header .checkbox {
          align-self: center;
          color: #4197c6; }
          /* line 27, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
          .gdpr-question .card .card-content .card-header .checkbox input[type='checkbox'] {
            margin-left: 0; }
        /* line 32, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
        .gdpr-question .card .card-content .card-header p.emphasis {
          color: #385665; }
      /* line 37, common/genericComponents/gdprQuestion/_gdprQuestion.scss */
      .gdpr-question .card .card-content p {
        margin: auto 0; }

/* line 1, common/genericComponents/pieChart/pieChart.scss */
.pie-header {
  margin-top: 10px; }

/* line 4, common/genericComponents/pieChart/pieChart.scss */
.pie-label {
  fill: #727983;
  font-size: 14px; }

/* line 9, common/genericComponents/pieChart/pieChart.scss */
.pie-value {
  fill: #f5f5f5;
  font-size: 12px; }

/* line 1, common/genericComponents/switchButton/_switchButton.scss */
.switch-button-container {
  display: inline-block; }

/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */
/* line 5, node_modules/ng-sortable/dist/ng-sortable.css */
.as-sortable-item, .as-sortable-placeholder {
  display: block; }

/* line 9, node_modules/ng-sortable/dist/ng-sortable.css */
.as-sortable-item {
  touch-action: none;
  /* to disable context menu on iOS devices */
  -webkit-touch-callout: none; }

/* line 16, node_modules/ng-sortable/dist/ng-sortable.css */
.as-sortable-item-handle {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab; }

/* line 25, node_modules/ng-sortable/dist/ng-sortable.css */
.as-sortable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 9999; }

/* line 31, node_modules/ng-sortable/dist/ng-sortable.css */
.as-sortable-hidden {
  display: none !important; }

/* line 35, node_modules/ng-sortable/dist/ng-sortable.css */
.as-sortable-un-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */
/* line 5, node_modules/ng-sortable/dist/ng-sortable.style.css */
.as-sortable-item, .as-sortable-placeholder {
  min-height: 20px;
  margin: 1px 2px 5px 1px;
  border-radius: 10px; }

/* line 11, node_modules/ng-sortable/dist/ng-sortable.style.css */
.as-sortable-item {
  border: solid 1px darkgrey;
  background-color: #ffffff; }

/* line 19, node_modules/ng-sortable/dist/ng-sortable.style.css */
.as-sortable-placeholder {
  border: 1px dashed darkgrey;
  box-sizing: border-box;
  background-color: #dbdbdb; }

/* line 25, node_modules/ng-sortable/dist/ng-sortable.style.css */
.as-sortable-drag {
  opacity: .8; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
/* line 6, node_modules/photoswipe/dist/photoswipe.css */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

/* line 21, node_modules/photoswipe/dist/photoswipe.css */
.pswp * {
  box-sizing: border-box; }

/* line 24, node_modules/photoswipe/dist/photoswipe.css */
.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
/* line 28, node_modules/photoswipe/dist/photoswipe.css */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 36, node_modules/photoswipe/dist/photoswipe.css */
.pswp--open {
  display: block; }

/* line 39, node_modules/photoswipe/dist/photoswipe.css */
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 45, node_modules/photoswipe/dist/photoswipe.css */
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

/* line 51, node_modules/photoswipe/dist/photoswipe.css */
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
/* line 61, node_modules/photoswipe/dist/photoswipe.css */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

/* line 72, node_modules/photoswipe/dist/photoswipe.css */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 80, node_modules/photoswipe/dist/photoswipe.css */
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
/* line 91, node_modules/photoswipe/dist/photoswipe.css */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

/* line 100, node_modules/photoswipe/dist/photoswipe.css */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 110, node_modules/photoswipe/dist/photoswipe.css */
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 116, node_modules/photoswipe/dist/photoswipe.css */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

/* line 121, node_modules/photoswipe/dist/photoswipe.css */
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

/* line 125, node_modules/photoswipe/dist/photoswipe.css */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

/* line 133, node_modules/photoswipe/dist/photoswipe.css */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
/* line 144, node_modules/photoswipe/dist/photoswipe.css */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
/* line 151, node_modules/photoswipe/dist/photoswipe.css */
.pswp__img--placeholder--blank {
  background: #222; }

/* line 154, node_modules/photoswipe/dist/photoswipe.css */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
/* line 164, node_modules/photoswipe/dist/photoswipe.css */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

/* line 175, node_modules/photoswipe/dist/photoswipe.css */
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
/* line 20, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none; }

/* line 38, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

/* line 41, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button:active {
  outline: none;
  opacity: 0.9; }

/* line 44, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 49, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

/* line 52, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  /* line 62, node_modules/photoswipe/dist/default-skin/default-skin.css */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+); }
  /* line 66, node_modules/photoswipe/dist/default-skin/default-skin.css */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

/* line 70, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--close {
  background-position: 0 -44px; }

/* line 73, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--share {
  background-position: -44px -44px; }

/* line 76, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--fs {
  display: none; }

/* line 79, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--supports-fs .pswp__button--fs {
  display: block; }

/* line 82, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

/* line 85, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

/* line 89, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* line 92, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
/* line 96, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
/* line 104, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

/* line 113, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--arrow--left {
  left: 0; }

/* line 116, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--arrow--right {
  right: 0; }

/* line 119, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

/* line 128, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

/* line 132, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
/* line 141, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 148, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

/* line 164, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-modal--hidden {
  display: none; }

/* line 167, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

/* line 185, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

/* line 192, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

/* line 195, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

/* line 198, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

/* line 201, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-modal--fade-in {
  opacity: 1; }

/* line 203, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
/* line 209, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

/* line 212, node_modules/photoswipe/dist/default-skin/default-skin.css */
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

/* line 226, node_modules/photoswipe/dist/default-skin/default-skin.css */
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

/* line 229, node_modules/photoswipe/dist/default-skin/default-skin.css */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

/* line 232, node_modules/photoswipe/dist/default-skin/default-skin.css */
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

/* line 236, node_modules/photoswipe/dist/default-skin/default-skin.css */
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

/* line 240, node_modules/photoswipe/dist/default-skin/default-skin.css */
a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
/* line 248, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
/* line 264, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

/* line 270, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

/* line 274, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

/* line 283, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
/* line 287, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
/* line 297, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

/* line 310, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

/* line 315, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__preloader--active {
  opacity: 1; }

/* line 317, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat; }

/* line 321, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

/* line 323, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

/* line 326, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

/* line 330, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

/* line 340, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

/* line 350, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  /* line 366, node_modules/photoswipe/dist/default-skin/default-skin.css */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
/* line 417, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
/* line 424, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

/* line 431, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 441, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

/* line 445, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 450, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 455, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

/* line 458, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
/* line 466, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 474, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

/* line 479, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp__element--disabled {
  display: none !important; }

/* line 482, node_modules/photoswipe/dist/default-skin/default-skin.css */
.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* line 1, common/media/styles/vendor.scss */
.pswp {
  z-index: 1040; }

/* line 4, common/media/styles/vendor.scss */
.pswp__zoom-wrap {
  text-align: center; }

/* line 7, common/media/styles/vendor.scss */
.pswp__caption {
  position: fixed; }

/* line 10, common/media/styles/vendor.scss */
.pswp__caption__center {
  font-size: 16px;
  line-height: 22px; }

/* line 14, common/media/styles/vendor.scss */
.pswp__button--arrow--right {
  position: fixed; }
  /* line 16, common/media/styles/vendor.scss */
  .pswp__button--arrow--right:before {
    content: '\f054';
    background-image: none;
    height: 38px;
    top: 0; }

/* line 23, common/media/styles/vendor.scss */
.pswp__button--arrow--left {
  position: fixed; }
  /* line 25, common/media/styles/vendor.scss */
  .pswp__button--arrow--left:before {
    content: '\f053';
    background-image: none;
    height: 38px;
    top: 0; }

/* line 32, common/media/styles/vendor.scss */
.pswp__button {
  display: block;
  width: 30px;
  height: 40px;
  color: #fff;
  background: none;
  padding: 5px 25px;
  font-size: .9em; }
  /* line 40, common/media/styles/vendor.scss */
  .pswp__button:before {
    color: #fff;
    font-family: "FontAwesome";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px; }

/* line 53, common/media/styles/vendor.scss */
.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--right,
.pswp--svg .pswp__button--arrow--left {
  background-image: none; }
  /* line 57, common/media/styles/vendor.scss */
  .pswp--svg .pswp__button:before,
  .pswp--svg .pswp__button--arrow--right:before,
  .pswp--svg .pswp__button--arrow--left:before {
    background-image: none; }

/* line 62, common/media/styles/vendor.scss */
.pswp__button--rotate-forward:before {
  content: '\f01e'; }

/* line 65, common/media/styles/vendor.scss */
.pswp__button--rotate-backward:before {
  content: '\f0e2'; }

/* line 68, common/media/styles/vendor.scss */
.pswp__button--close:before {
  content: '\f00d'; }

/* line 71, common/media/styles/vendor.scss */
.pswp__button--zoom:before {
  content: '\f00e'; }

/* line 74, common/media/styles/vendor.scss */
.pswp__button--fs:before {
  content: '\f0b2'; }

/* line 77, common/media/styles/vendor.scss */
.pswp__button--download:before {
  content: '\f019'; }

/* line 80, common/media/styles/vendor.scss */
.custom-slide {
  margin: auto;
  height: 100%;
  text-align: center;
  display: table; }
  /* line 85, common/media/styles/vendor.scss */
  .custom-slide .custom-slide-inner {
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
    /* line 89, common/media/styles/vendor.scss */
    .custom-slide .custom-slide-inner video, .custom-slide .custom-slide-inner audio {
      max-width: 100%; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable * {
  box-sizing: border-box; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-table {
  -webkit-box-flex: 1;
  flex: auto 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead.-headerGroups {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead.-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline-width: 0; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead.-header {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-tr {
  text-align: center; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td {
  padding: 5px 5px;
  line-height: normal;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: inset 0 0 0 0 transparent; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-th.-sort-asc, .ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-th.-sort-desc, .ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-th.-cursor-pointer, .ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-th:last-child, .ReactTable .rt-thead .rt-td:last-child {
  border-right: 0; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-th:focus {
  outline-width: 0; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-resizable-header {
  overflow: visible; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-resizable-header-content {
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-header-pivot:after, .ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-header-pivot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-thead .rt-header-pivot:before {
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #f7f7f7;
  border-width: 10px;
  margin-top: -10px; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tbody {
  -webkit-box-flex: 99999;
  flex: 99999 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: auto; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.02); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tbody .rt-td:last-child {
  border-right: 0; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tbody .rt-expandable {
  cursor: pointer;
  text-overflow: clip; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tr-group {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tr {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-inline-box;
  display: inline-flex; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-th, .ReactTable .rt-td {
  -webkit-box-flex: 1;
  flex: 1 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: width,min-width,padding,opacity;
  transition-property: width,min-width,padding,opacity; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-th.-hidden, .ReactTable .rt-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  margin: 0;
  color: transparent;
  margin: 0 10px; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-expander:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-expander.-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tfoot {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tfoot .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-tfoot .rt-td:last-child {
  border-right: 0; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(0, 0, 0, 0.03); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination {
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination input, .ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline-width: 0; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  cursor: pointer;
  outline-width: 0; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-btn[disabled] {
  opacity: .5;
  cursor: default; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-previous, .ReactTable .-pagination .-next {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-center {
  -webkit-box-flex: 1.5;
  flex: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-pageJump {
  display: inline-block; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-noData {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-loading > div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all; }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .-loading.-active > div {
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

/* line 1, node_modules/react-table/react-table.css */
.ReactTable .rt-resizing .rt-th, .ReactTable .rt-resizing .rt-td {
  -webkit-transition: none !important;
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 11, stdin */
.as-sortable-item, .as-sortable-placeholder {
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none;
  vertical-align: top; }

/* line 1, stdin */
.submit-to-sl-button-container {
  position: relative;
  width: auto; }

/* line 6, stdin */
.submit-to-sl-button-indicator {
  position: absolute;
  left: 50%;
  top: 0%;
  margin-left: -12px; }

