/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') 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('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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 */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.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 */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*@screen-desktop-hd:                1100px;*/
.AlertManager {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1060;
}
.AlertManager .Alert {
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.Alert {
  padding: 12px 16px;
  border-radius: 4px;
  line-height: 1.5;
  background: #fff2ae;
}
.Alert,
.Alert a,
.Alert a:hover,
.Alert .Button,
.Alert .Button:hover,
.Alert .Button:active,
.Alert .Button.active,
.Alert .Button:focus,
.Alert .Button.focus {
  color: #ad6c00;
}
.Alert--error {
  background: #d83e3e;
}
.Alert--error,
.Alert--error a,
.Alert--error a:hover,
.Alert--error .Button,
.Alert--error .Button:hover,
.Alert--error .Button:active,
.Alert--error .Button.active,
.Alert--error .Button:focus,
.Alert--error .Button.focus {
  color: #fff;
}
.Alert--success {
  background: #b4f1af;
}
.Alert--success,
.Alert--success a,
.Alert--success a:hover,
.Alert--success .Button,
.Alert--success .Button:hover,
.Alert--success .Button:active,
.Alert--success .Button.active,
.Alert--success .Button:focus,
.Alert--success .Button.focus {
  color: #33722d;
}
.Alert--success a,
.Alert--success a:hover {
  text-decoration: underline;
}
.Alert-controls {
  list-style-type: none;
  padding: 0;
  margin: 0 -8px 0 8px;
  display: inline-block;
}
.Alert-controls > li {
  display: inline-block;
  margin: 0 5px;
}
.Alert-controls > li > a,
.Alert-controls > li > .Button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.Alert-controls > li > a.disabled,
.Alert-controls > li > .Button.disabled {
  cursor: default;
  text-decoration: none;
  opacity: 0.5;
}
.Alert-controls > li > a:hover,
.Alert-controls > li > .Button:hover {
  text-decoration: underline;
}
.Alert-controls > li > .Button {
  margin: -10px;
  vertical-align: 0;
}
.Avatar {
  display: inline-block;
  box-sizing: content-box;
  color: #fff;
  text-align: center;
  vertical-align: top;
  background-color: #eceef4;
  font-weight: normal;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  font-size: 24px;
  line-height: 48px;
}
.Avatar img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  vertical-align: top;
}
.Badge {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  line-height: 21px;
  background: #8b94aa;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.Badge,
.Badge .Badge-icon {
  /*font-size: 0.56 * @size;*/
  font-size: 14px;
}
.Badge .Badge-label {
  display: none;
}
.badges {
  margin: 0;
  padding: 0;
  list-style: none;
}
.badges,
.badges > li {
  display: inline-block;
}
.Badge--hidden {
  background: #888;
}
.ButtonGroup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ButtonGroup > .Button {
  position: relative;
  float: left;
}
.ButtonGroup > .Button:hover,
.ButtonGroup > .Button:focus,
.ButtonGroup > .Button:active,
.ButtonGroup > .Button.active {
  z-index: 2;
}
.ButtonGroup > .Button:not(:first-child):not(:last-child):not(.Dropdown-toggle) {
  border-radius: 0;
}
.ButtonGroup > .Button:first-child:not(:last-child):not(.Dropdown-toggle) {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ButtonGroup > .Button:last-child:not(:first-child),
.ButtonGroup > .Button.Dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ButtonGroup .Button + .Button {
  margin-left: 1px;
}
/*.button
  +transition(all 0.2s ease)
  background-color: $blue
  border: 1px solid $blue
  color: white
  font-family: $font-header
  font-weight: normal
  vertical-align: middle
  &:hover
    +transform(translate(0, -2px))
    +box-shadow(0px 3px 10px rgba(0,0,0,0.2))
    &.no-hover, &.disabled, &[disabled]
      +transform(none)
      +box-shadow(none)
  &.hollow
    background-color: transparent
    color: $blue*/
.Button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 20px;
  padding: 8px 13px;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #475266;
  background: #eceef4;
  border: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Button:hover,
.Button:focus,
.Button.focus {
  background-color: #dce0eb;
}
.Button:active,
.Button.active,
.open > .Dropdown-toggle.Button {
  background-color: #ccd1e1;
}
.Button.disabled,
.Button[disabled],
fieldset[disabled] .Button {
  background: #eceef4;
}
.Button:hover {
  text-decoration: none;
  /*@transform(translate(0, -2px))*/
  -ms-transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.Button:active,
.Button.active,
.open > .Button.Dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: none;
}
.Button:focus,
.Button.focus {
  outline: none;
}
.Button.disabled,
.Button[disabled],
fieldset[disabled] .Button {
  cursor: default;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.Button.disabled,
fieldset[disabled] a.Button {
  pointer-events: none;
}
.Button .Button-label {
  -webkit-transition: margin-right 0.1s;
  -o-transition: margin-right 0.1s;
  transition: margin-right 0.1s;
}
.Button .LoadingIndicator {
  color: inherit;
  margin: 0 -5px 0 -15px;
}
.Button.LogInButtonSWK .LoadingIndicator {
  top: -25px;
}
.Button.loading .Button-label {
  margin-right: 20px;
}
.Button--square {
  padding-left: 9px;
  padding-right: 9px;
}
.Button--rounded {
  border-radius: 18px;
}
.Button--flat {
  background: transparent;
  border-radius: 18px;
}
.Button--link {
  background: transparent !important;
}
.Button--link:hover {
  background: transparent !important;
  color: #ff0055;
}
.Button--link:active,
.Button--link.active,
.Button--link:focus,
.Button--link.focus,
.open > .Button--link.Dropdown-toggle {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff0055;
}
.Button--text {
  background: transparent !important;
  padding: 0;
  color: inherit !important;
  line-height: inherit;
}
.Button--text:hover {
  text-decoration: none;
}
.Button--text:active,
.Button--text.active,
.open > .Button--text.Dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Button--bold {
  font-weight: bold;
}
.Button--medium-bold {
  font-weight: 600;
}
.Button--primary {
  color: #fff;
  background: #ff0055;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  /*.Button-icon {
    display: none;
  }*/
}
.Button--primary:hover,
.Button--primary:focus,
.Button--primary.focus {
  background-color: #e6004c;
}
.Button--primary:active,
.Button--primary.active,
.open > .Dropdown-toggle.Button--primary {
  background-color: #cc0044;
}
.Button--primary.disabled,
.Button--primary[disabled],
fieldset[disabled] .Button--primary {
  background: #ff0055;
}
.Button--hollow:hover,
.Button--primary--hollow:hover,
.Button--default--hollow:hover {
  background-color: transparent;
  color: inherit;
}
.Button--primary--hollow {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  border: solid 1px #ff0055;
  color: #ff0055;
}
.Button--primary--hollow:hover {
  background-color: transparent;
}
.Button--default--hollow {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  border: solid 1px #475266;
  color: #475266;
}
.Button--default--hollow:hover {
  background-color: transparent;
}
.open .Dropdown-toggle.Button.Button--primary--hollow {
  background-color: transparent;
}
.Button--hollow {
  background-color: transparent;
  color: inherit;
}
.Button--danger {
  color: #d66;
  background: #fdd;
}
.Button--danger:hover,
.Button--danger:focus,
.Button--danger.focus {
  background-color: #ffc3c3;
}
.Button--danger:active,
.Button--danger.active,
.open > .Dropdown-toggle.Button--danger {
  background-color: #ffaaaa;
}
.Button--danger.disabled,
.Button--danger[disabled],
fieldset[disabled] .Button--danger {
  background: #fdd;
}
.Button--more {
  padding: 2px 4px;
  line-height: 1;
}
.Button--more .Button-icon {
  margin: 0;
}
.Button--block,
.LogInButton {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Button--block + .Button--block {
  margin-top: 5px;
}
.Button--icon {
  width: 36px;
  text-align: center;
  padding: 8px 0;
}
.Button--icon .Button-label,
.Button--icon .Button-caret {
  display: none;
}
.Button--icon .Button-icon {
  font-size: 16px;
  vertical-align: -1px;
  margin: 0;
}
.SessionDropdown .Dropdown-toggle {
  border-radius: 18px;
}
.SessionDropdown .Dropdown-toggle .Avatar {
  margin: -2px 5px -2px -6px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 24px;
}
.SessionDropdown .Dropdown-toggle .Button-label {
  max-width: none;
  overflow: hidden;
  display: inline-block;
  -ms-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -webkit-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .SessionDropdown {
    border-bottom: solid 1px #ededed;
  }
  .SessionDropdown:last-child {
    border-bottom: none;
  }
  .SessionDropdown .Dropdown-toggle .Button-label {
    max-width: 0;
  }
  .SessionDropdown .Dropdown-toggle:hover .Button-label {
    max-width: 500px;
  }
}
.Button-icon {
  margin-right: 3px;
}
.Button-icon,
.Button-caret {
  font-size: 14px;
}
.Button-caret {
  margin-left: 3px;
}
.Button-badge {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.Button--login {
  text-transform: uppercase;
  border: 1px solid #210826;
  border-radius: 30px;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .Button--login.app-drawer-login {
    display: none;
  }
}
.Header-controls .Button.Button--login {
  padding: 10px 30px;
}
.Checkbox {
  display: block;
  cursor: pointer;
  margin: 0;
}
.Checkbox input[type=checkbox] {
  display: none;
}
.Checkbox--switch {
  padding-left: 65px;
  margin: 5px 0;
}
.Checkbox--switch .Checkbox-display {
  float: left;
  margin-left: -65px;
  margin-top: -4px;
}
.Checkbox--switch .Checkbox-display .LoadingIndicator {
  display: inline-block;
  margin-left: 10px;
}
.Checkbox--switch .Checkbox-display {
  width: 50px;
  height: 28px;
  padding: 3px;
  position: relative;
  border-radius: 14px;
  background: #eceef4;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.on.Checkbox--switch .Checkbox-display {
  background: #4cd964;
}
.Checkbox--switch .Checkbox-display:before {
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 0;
  left: 3px;
  -webkit-transition: opacity 0.2s, left 0.2s;
  -o-transition: opacity 0.2s, left 0.2s;
  transition: opacity 0.2s, left 0.2s;
}
.on.Checkbox--switch .Checkbox-display:before {
  left: 25px;
}
.Checkbox--switch .Checkbox-display:before {
  content: ' ';
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.Checkbox-display {
  font-size: 14px;
}
.on .Checkbox-display {
  color: #4cd964;
}
.off .Checkbox-display {
  color: #d83e3e;
}
.disabled .Checkbox-display {
  color: #aaa !important;
}
.Dropdown {
  position: relative;
}
.Dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1030;
  display: none;
  min-width: 160px;
  padding: 8px 0;
  margin: 7px 0;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  list-style: none;
  text-align: left;
  color: #210826;
  font-size: 13px;
  line-height: 1.5;
}
.open .Dropdown-menu {
  display: block;
}
.Dropdown-menu > li > a,
.Dropdown-menu > li > button,
.Dropdown-menu > li > span {
  padding: 8px 15px;
  display: block;
  width: 100%;
  color: #210826;
  border-radius: 0;
  border: 0;
  background: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
.Dropdown-menu > li > a.hasIcon,
.Dropdown-menu > li > button.hasIcon,
.Dropdown-menu > li > span.hasIcon {
  padding-left: 40px;
}
.Dropdown-menu > li > a .Button-icon,
.Dropdown-menu > li > button .Button-icon,
.Dropdown-menu > li > span .Button-icon {
  float: left;
  margin-left: -25px;
  margin-top: 2px;
}
.Dropdown-menu > li > a.disabled,
.Dropdown-menu > li > button.disabled,
.Dropdown-menu > li > span.disabled {
  opacity: 0.4;
  background: none !important;
}
.Dropdown-menu > li > a:hover,
.Dropdown-menu > li > button:hover {
  background: #eceef4;
}
.Dropdown-menu > li > a:focus,
.Dropdown-menu > li > button:focus {
  outline: none;
}
.Dropdown-menu > li.active > a,
.Dropdown-menu > li.active > button {
  background: #eceef4;
}
.Dropdown-menu--top {
  top: auto;
  bottom: 100%;
}
.Dropdown-menu--right {
  left: auto;
  right: 0;
}
.Dropdown-header {
  padding: 10px 15px;
  color: #210826;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  border-top: 1px solid #eceef4;
  white-space: nowrap;
}
.Dropdown-header:first-child {
  margin-top: -8px;
  border-top: 0;
}
.Dropdown-separator {
  margin: 8px 0;
  background-color: #eceef4;
  height: 1px;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1020;
}
.Dropdown--split .Dropdown-toggle .Button-icon {
  display: none;
}
.Dropdown--split .Dropdown-toggle .Button-caret {
  display: inline;
  margin: 0;
}
.Dropdown--split.itemCount1 .Button {
  border-radius: 25px !important;
}
.Dropdown--split.itemCount1 .Dropdown-toggle {
  display: none;
}
@media (min-width: 768px) {
  .Dropdown--split .Dropdown-menu li:first-child,
  .Dropdown--split .Dropdown-menu li:first-child + li.Dropdown-separator {
    display: inline;
  }
}
@media (max-width: 767px) {
  .Dropdown.open {
    z-index: 1050;
  }
  .Dropdown .Dropdown-menu {
    margin: 0;
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    bottom: 0;
    top: auto;
    padding: 0;
    padding-bottom: 10px !important;
    display: block;
    max-height: 80vh;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 70vh, 0);
    transform: translate3d(0, 70vh, 0);
    -webkit-transition: -webkit-transform  0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform  0.3s, visibility 0s 0.3s;
    -o-transition: -o-transform  0.3s, visibility 0s 0.3s;
    transition: transform  0.3s, visibility 0s 0.3s;
  }
  .Dropdown .Dropdown-menu > li > a,
  .Dropdown .Dropdown-menu > li > button {
    background: #fff;
    font-size: 16px;
    padding: 15px 20px;
  }
  .Dropdown .Dropdown-menu > li > a.hasIcon,
  .Dropdown .Dropdown-menu > li > button.hasIcon {
    padding-left: 50px;
  }
  .Dropdown .Dropdown-menu > li > a .Button-icon,
  .Dropdown .Dropdown-menu > li > button .Button-icon {
    font-size: 16px;
    margin-left: -30px;
  }
  .Dropdown .Dropdown-menu > li > a:hover,
  .Dropdown .Dropdown-menu > li > button:hover {
    background: #eceef4;
  }
  .Dropdown .Dropdown-menu > .active > a,
  .Dropdown .Dropdown-menu > .active > button,
  .Dropdown .Dropdown-menu > .active > a:hover,
  .Dropdown .Dropdown-menu > .active > button:hover {
    background: #ff0055 !important;
    color: #fff !important;
  }
  .open.Dropdown .Dropdown-menu {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    transition-delay: 0s;
  }
  .Dropdown-separator {
    margin: 0;
  }
  .dropdown-backdrop {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .open .dropdown-backdrop {
    opacity: 1;
  }
}
.FormControl {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.5;
  color: #475266;
  background-color: #eceef4;
  border: 2px solid transparent;
  border-radius: 8px;
  -webkit-transition: border-color .15s, background .15s;
  -o-transition: border-color .15s, background .15s;
  transition: border-color .15s, background .15s;
  -webkit-appearance: none;
}
.FormControl:focus,
.FormControl.focus {
  background-color: #fff;
  color: #210826;
  border-color: none;
  outline: none;
}
.FormControl::-moz-placeholder {
  color: #808a9f;
  opacity: 1;
}
.FormControl:-ms-input-placeholder {
  color: #808a9f;
}
.FormControl::-webkit-input-placeholder {
  color: #808a9f;
}
.FormControl[disabled],
.FormControl[readonly],
fieldset[disabled] .FormControl {
  opacity: 0.5;
}
.FormControl[disabled],
fieldset[disabled] .FormControl {
  cursor: disallowed;
}
textarea.FormControl {
  height: auto;
}
@media (max-width: 767px) {
  .FormControl {
    font-size: 16px;
  }
}
.helpText {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #475266;
}
.Form-group {
  margin-bottom: 24px;
}
.Form--centered {
  text-align: center;
}
.Form--centered .FormControl[type=text],
.Form--centered .FormControl[type=email],
.Form--centered .FormControl[type=password],
.Form--centered .Button {
  margin: 0 auto;
  text-align: center;
  height: 50px;
  padding: 15px 20px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .Form--centered .FormControl[type=text],
  .Form--centered .FormControl[type=email],
  .Form--centered .FormControl[type=password],
  .Form--centered .Button {
    font-size: 16px;
  }
}
.Form--centered .Form-group {
  margin-bottom: 12px;
}
.Form--centered .checkbox {
  text-align: left;
}
.Form--centered .float-label-field {
  margin-bottom: 1rem;
}
.Form-group > label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #210826;
  display: block;
}
.Form.UserDetailsForm .Form-group {
  margin-bottom: 30px;
}
.Form.UserDetailsForm .inlineUpdateInput {
  display: none;
  position: absolute;
  top: 24px;
  left: 170px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}
.Form.UserDetailsForm .inlineUpdateInput.canEdit {
  display: block;
}
@media (max-width: 767px) {
  .Form.UserDetailsForm .inlineUpdateInput {
    margin: 5px auto;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
}
.Form-group.upload-avatar .AvatarEditor {
  display: flex;
  align-items: center;
  float: none;
}
.LoadingIndicator {
  position: relative;
  color: #8b94aa;
}
.LoadingIndicator--inline {
  display: inline-block;
  width: 25px;
}
.LoadingIndicator--block {
  height: 100px;
}
@media (max-width: 767px) {
  body.mobileNoScroll {
    overflow: hidden;
  }
}
.App {
  position: relative !important;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow-x: hidden;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .App {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.App:before {
  content: " ";
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #eceef4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  -o-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: box-shadow 0.2s, -webkit-transform 0.2s;
  border-bottom: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .App:before {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .App:before {
    height: 100px;
  }
}
.affix.App:before {
  position: fixed;
}
.scrolled.App:before {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
body.offline .App:before {
  background: #929292;
}
@media (max-width: 767px) {
  .App-primaryControl,
  .App-titleControl,
  .App-backControl {
    position: absolute !important;
    z-index: 1001;
    top: 0 !important;
    margin: 0;
  }
  .App.affix .App-primaryControl,
  .App.affix .App-titleControl,
  .App.affix .App-backControl,
  .Composer .App-primaryControl,
  .Composer .App-titleControl,
  .Composer .App-backControl {
    position: fixed !important;
  }
  .App-primaryControl > .Button,
  .App-titleControl > .Button,
  .App-backControl > .Button {
    float: none;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 80px;
    width: auto;
    padding: 13px !important;
    margin: 0 !important;
  }
  .App-primaryControl > .Button:active,
  .App-titleControl > .Button:active,
  .App-backControl > .Button:active {
    opacity: 0.5;
  }
  .App-primaryControl {
    width: auto;
    right: 0;
  }
  .App-primaryControl .Dropdown-toggle {
    display: none !important;
  }
  .App-primaryControl.Share,
  .App-primaryControl.Dropdown {
    /*.Button, .Button-caret {
        display: none !important;
      }*/
    /*.Button-icon {
        display: block !important;
      }*/
  }
  .App-primaryControl > .Button,
  .App-backControl > .Button {
    color: #210826 !important;
  }
  .App-primaryControl > .Button .Button-icon,
  .App-backControl > .Button .Button-icon {
    display: block;
    font-size: 20px;
  }
  .App-primaryControl > .Button .Button-label,
  .App-backControl > .Button .Button-label {
    display: none;
  }
  .App-primaryControl > .Button.Navigation-back,
  .App-backControl > .Button.Navigation-back {
    padding: 7px 12px !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    height: 34px;
    top: 6px;
    left: 5px;
    color: #210826 !important;
  }
  .App-primaryControl > .Button.Navigation-back .Button-label,
  .App-backControl > .Button.Navigation-back .Button-label {
    display: block;
  }
  .App-titleControl {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    color: #210826 !important;
  }
  .App-titleControl,
  .App-titleControl > .Button {
    font-size: 16px;
  }
  .App-titleControl > .Button {
    color: #210826;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .App-titleControl .NotificationList-header-title {
    color: #210826;
  }
  .App-titleControl--text {
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
  }
  .App-backControl {
    left: 0;
  }
  .App-backControl .Navigation-pin {
    display: none;
  }
}
@media (max-width: 767px) {
  .drawerOpen {
    overflow: hidden;
  }
  .App-drawer {
    background: #fff;
    width: 270px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    -webkit-transform: translate3d(-276px, 0, 0);
    transform: translate3d(-276px, 0, 0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    z-index: 1050;
  }
  .drawerOpen .App-drawer {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .App-drawer .Button {
    height: 36px;
    width: 100%;
  }
  .drawer-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .drawer-backdrop.in {
    opacity: 0.9;
  }
}
.Header-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Header-controls .Button {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
  margin: 0 5px;
  color: white !important;
}
.Header-controls > li[class*='item-button'] {
  margin-right: 20px;
}
.Header-controls > li[class*='item-button'] .Button {
  background: none !important;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid transparent;
}
.Header-controls > li[class*='item-button'] .Button.active {
  border-color: white;
}
.Header-logo {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .Header-navigation {
    display: none;
  }
  .Header-title {
    padding: 13px 10px;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: center;
  }
  .Header-controls {
    margin-top: 10px;
  }
  .Header-controls > li {
    padding: 0 10px 0;
  }
  .Header-controls > li[class*='item-button'] {
    margin: 0;
  }
  .Header-controls .Button {
    font-size: 14px;
    margin: 5px 0;
  }
  .Header-controls .Button:focus {
    background: none;
  }
  .Header-controls .FormControl,
  .Header-controls .ButtonGroup,
  .Header-controls .Button {
    width: 100%;
    text-align: left;
    display: inline-block;
    width: auto;
  }
  .Header-controls .Dropdown-menu .ButtonGroup,
  .Header-controls .Dropdown-menu .Button {
    width: auto;
  }
  .Header-secondary .Search {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .App-drawer,
  .App-drawer a {
    color: #210826;
  }
  .App-drawer .Button--link,
  .App-drawer .Search-input {
    color: #210826;
  }
  .App-drawer .FormControl {
    background: #fff;
    border: 0;
    color: #210826;
  }
  .App-drawer .FormControl::-moz-placeholder {
    color: #210826;
    opacity: 1;
  }
  .App-drawer .FormControl:-ms-input-placeholder {
    color: #210826;
  }
  .App-drawer .FormControl::-webkit-input-placeholder {
    color: #210826;
  }
  .App-drawer .FormControl:focus {
    color: #210826;
    background: #f2f2f2;
  }
  .App-drawer .Button,
  .App-drawer .Button:hover {
    color: #210826;
    background: #fff;
  }
  .App-drawer .Button--flat {
    background: transparent;
  }
  .App-drawer .Button:active,
  .App-drawer .Button.active,
  .App-drawer .Button:focus,
  .App-drawer .Button.focus,
  .App-drawer .open > .Dropdown-toggle.Button {
    background: #ffffff;
    color: #210826;
  }
  .App-navigation .Mobile-Header-title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .App-navigation {
    display: none;
  }
  .App-header {
    padding: 14px 8px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
  }
  .affix .App-header {
    position: fixed;
  }
  .App-header,
  .App-header a {
    color: #210826;
  }
  .App-header .Button--link,
  .App-header .Search-input {
    color: #210826;
  }
  .App-header .FormControl {
    background: #fff;
    border: 0;
    color: #210826;
  }
  .App-header .FormControl::-moz-placeholder {
    color: #210826;
    opacity: 1;
  }
  .App-header .FormControl:-ms-input-placeholder {
    color: #210826;
  }
  .App-header .FormControl::-webkit-input-placeholder {
    color: #210826;
  }
  .App-header .FormControl:focus {
    color: #210826;
    background: #f2f2f2;
  }
  .App-header .Button,
  .App-header .Button:hover {
    color: #210826;
    background: #fff;
  }
  .App-header .Button--flat {
    background: transparent;
  }
  .App-header .Button:active,
  .App-header .Button.active,
  .App-header .Button:focus,
  .App-header .Button.focus,
  .App-header .open > .Dropdown-toggle.Button {
    background: #ffffff;
    color: #210826;
  }
  .App-header .Button:focus {
    background: none;
  }
  .App-header .Button-label {
    color: #210826;
    font-weight: 700;
  }
  .Header-navigation {
    float: left;
    margin-right: 25px;
  }
  .Header-navigation .Mobile-Header-title,
  .Header-navigation .NotificationsDropdown,
  .Header-navigation .Navigation-pin {
    display: none;
  }
  .Header-controls,
  .Header-controls > li {
    display: inline-block;
    vertical-align: middle;
  }
  .Header-primary {
    float: left;
  }
  .Header-title {
    float: left;
    vertical-align: top;
    font-size: 18px;
    font-weight: normal;
    margin: 0 15px 0 0;
    line-height: 34px;
  }
  .Header-secondary {
    float: right;
  }
  .Header-secondary .Search {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Header-secondary .Search input:not(:focus) {
    width: 1px;
    background: transparent;
  }
  .Header-secondary .Search:not(.active) input {
    padding-right: 0;
  }
}
.offline .Search {
  display: none;
}
@media (max-width: 767px) {
  .App-content {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 20px;
    border-top: none;
  }
  .search-page-content,
  .tag-page-content {
    padding-top: 0;
  }
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.modal-open {
  overflow: hidden;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.modal-backdrop.in {
  opacity: 1;
}
.ModalManager {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
}
.ModalManager .Modal {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.ModalManager.in .Modal {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-open .ModalManager {
  overflow-x: hidden;
  overflow-y: auto;
}
.Modal {
  position: relative;
  width: auto;
  margin: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .Modal {
    max-width: 600px;
  }
}
.Modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  margin: 0 auto;
  overflow: hidden;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.Modal-alert {
  text-align: center;
}
.Modal-alert .Alert {
  border-radius: 0;
}
.Modal-alert .Alert-controls {
  margin: 0;
  display: block;
}
.Modal-body {
  background-color: #fff;
  padding: 0 35px 25px;
  color: #475266;
}
.Modal-body .FormControl {
  background-color: #eceef4;
  color: #210826;
}
.Modal-body .Form--centered .helpText {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 25px;
  text-align: center;
}
.Modal-footer {
  border: 0;
  padding: 20px;
  text-align: center;
  color: #8b94aa;
}
.Modal-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.Modal-loading.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .ModalManager.fade {
    opacity: 1;
  }
  .ModalManager {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
  }
  .ModalManager.in {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .ModalManager:before {
    content: " ";
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid #eceef4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    -o-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
  }
  .Modal {
    margin: 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .Modal-content {
    border-radius: 0;
    border: 0;
    min-height: 100vh;
    padding-top: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .Modal-header {
    padding: 0;
    border: 0;
    min-height: 0;
  }
  .Modal-header .fb-sign-up-titleControl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    margin-left: -140px;
  }
  .Modal-header .Avatar {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    font-size: 14px;
    line-height: 28px;
    margin-left: 10px;
  }
  .Modal-body {
    padding: 25px 35px;
  }
  .Modal-footer .Button {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ModalManager:before {
    height: 80px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .ModalManager:before {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .Modal {
    margin: 120px auto;
  }
  .Modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
  }
  .Modal-content {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  }
  .Modal--small {
    max-width: 375px;
  }
  .Modal--large {
    max-width: 800px;
  }
  .Modal-header {
    text-align: center;
    border: 0;
    padding: 25px;
  }
  .Modal-header h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
  }
  .Modal-header .fb-sign-up-titleControl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Modal-header .Avatar {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 32px;
    margin-left: 10px;
  }
}
.Navigation-back {
  z-index: 3 !important;
  border-radius: 4px !important;
  -webkit-transition: border-radius 0.2s;
  -o-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
  padding-right: 8px;
}
.Navigation-back .icon {
  font-size: 14px;
}
.Navigation-pin {
  display: none;
  opacity: 0;
  margin-left: -5px !important;
  border-radius: 0 4px 4px 0;
  -webkit-transition: opacity 0.2s, margin-left 0.2s;
  -o-transition: opacity 0.2s, margin-left 0.2s;
  transition: opacity 0.2s, margin-left 0.2s;
}
.Navigation-pin .icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Header-navigation .SessionDropdown {
  display: none;
}
.Header-navigation .SessionDropdown .Dropdown-toggle .Avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 20px;
  line-height: 40px;
}
.Header-secondary .SessionDropdown {
  display: block;
  position: relative;
  top: 0;
  right: 0;
}
.Header-secondary .SessionDropdown .Dropdown-toggle .Avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 20px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .Header-secondary {
    margin-top: -6px;
  }
}
@media (min-width: 1300px) {
  .Navigation-pin {
    display: block;
  }
  .hasPane.panePinned .Navigation-back,
  .hasPane.paneShowing .Navigation-back {
    border-radius: 4px 0 0 4px !important;
  }
  .hasPane.panePinned .Navigation-pin,
  .hasPane.paneShowing .Navigation-pin {
    opacity: 1;
    margin-left: 1px !important;
  }
  .hasPane.panePinned .Navigation-pin .icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.Navigation-drawer.new {
  position: relative;
}
.Navigation-drawer.new:after {
  content: ' ';
  display: block;
  position: absolute;
  background: #ff0055;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid #fff;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.Placeholder {
  margin-top: 40px;
}
.Placeholder p {
  font-size: 1.4em;
  color: #aaa;
  text-align: center;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #210826;
  font-family: "poppins", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  cursor: pointer;
  color: #ff0055;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px solid #eceef4;
}
p {
  margin: 0 0 10px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100%;
  /*@media @tablet {
    width: @screen-tablet;
  }
  @media @desktop {
    width: @screen-desktop;
  }*/
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}
.containerNarrow {
  max-width: 600px;
  margin: 0 auto;
}
mark {
  background: #FFE300;
  padding: 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #210826;
}
input[type="search"] {
  -webkit-appearance: none;
}
.checkbox {
  display: block;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-left: -20px;
  margin-top: 2px;
  float: left;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
/*.darkenBackground {
  background: @shadow-color;
}*/
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .affix {
    position: fixed;
  }
}
.RequestErrorModal pre {
  white-space: pre-wrap;
  margin: 0;
}
#flarum-loading {
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  color: #aaa;
}
.Search {
  position: relative;
}
@media (min-width: 768px) {
  .Search {
    -webkit-transition: margin-left 0.4s;
    -o-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
  }
  .Search.focused,
  .Search.active {
    margin-left: -400px;
  }
  .Search.focused input,
  .Search.active input,
  .Search.focused .Search-results,
  .Search.active .Search-results {
    width: 400px;
  }
  .Search.focused .FormControl,
  .Search.active .FormControl {
    background: #fff;
    border: 1px solid #210826;
    border-radius: 30px;
  }
}
.Search-results {
  max-height: 70vh;
  overflow: auto;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .Search-results {
    left: 0;
  }
}
.Search-results > li > a {
  white-space: normal;
}
.Search-results mark {
  background: none;
  padding: 0;
  font-weight: bold;
  color: inherit;
  box-shadow: none;
}
.Search-input {
  overflow: hidden;
  color: #8b94aa;
}
.Search-input:before {
  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;
  content: "\f002";
  float: left;
  margin-right: -36px;
  width: 36px;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 7px 0;
  line-height: 1.5;
  pointer-events: none;
}
.Search-input:before.fa-pull-left {
  margin-right: .3em;
}
.Search-input:before.fa-pull-right {
  margin-left: .3em;
}
.Search-input:before.pull-left {
  margin-right: .3em;
}
.Search-input:before.pull-right {
  margin-left: .3em;
}
.Search-input input {
  float: left;
  width: 225px;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.Search-input .Button {
  float: left;
  margin-left: -36px;
  width: 36px !important;
  outline: none;
}
@media (max-width: 767px) {
  .Search-input .Button {
    color: #fff;
    font-size: 20px;
    margin-top: 6px;
  }
}
.DiscussionSearchResult-excerpt {
  margin-top: 3px;
  color: #8b94aa;
  font-size: 11px;
}
.UserSearchResult .Avatar {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 24px;
  margin: -2px 10px -2px 0;
}
.Select {
  display: inline-block;
  vertical-align: middle;
}
.Select select {
  display: inline-block;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  cursor: pointer;
  line-height: 1;
}
.Select-caret {
  margin-left: -30px;
  pointer-events: none;
  color: #475266;
}
@media (max-width: 767px) {
  .Share.open {
    z-index: 1050;
  }
  .Share .Share-menu {
    margin: 0;
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    bottom: 0;
    top: auto;
    padding: 0;
    padding-bottom: 40px !important;
    display: block;
    max-height: 70vh;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 70vh, 0);
    transform: translate3d(0, 70vh, 0);
    -webkit-transition: -webkit-transform  0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform  0.3s, visibility 0s 0.3s;
    -o-transition: -o-transform  0.3s, visibility 0s 0.3s;
    transition: transform  0.3s, visibility 0s 0.3s;
  }
  .Share .Share-menu > li > a,
  .Share .Share-menu > li > button {
    background: #fff;
    font-size: 16px;
    padding: 15px 20px;
  }
  .Share .Share-menu > li > a.hasIcon,
  .Share .Share-menu > li > button.hasIcon {
    padding-left: 50px;
  }
  .Share .Share-menu > li > a .Button-icon,
  .Share .Share-menu > li > button .Button-icon {
    font-size: 16px;
    margin-left: -30px;
  }
  .Share .Share-menu > li > a:hover,
  .Share .Share-menu > li > button:hover {
    background: #eceef4;
  }
  .Share .Share-menu > .active > a,
  .Share .Share-menu > .active > button,
  .Share .Share-menu > .active > a:hover,
  .Share .Share-menu > .active > button:hover {
    background: #ff0055 !important;
    color: #fff !important;
  }
  .open.Share .Share-menu {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    transition-delay: 0s;
  }
  .Share-separator {
    margin: 0;
  }
  .share-backdrop {
    background: rgba(255, 0, 85, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .open .share-backdrop {
    opacity: 1;
  }
}
.sideNav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .sideNav .Dropdown--select {
    display: block;
  }
  .sideNav .Dropdown--select .Dropdown-toggle {
    display: none;
  }
  .sideNav .Dropdown--select .Dropdown-menu {
    display: block;
    border: 0;
    width: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
    float: none;
    position: static;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sideNav .Dropdown--select .Dropdown-menu > li > a {
    padding: 8px 0 8px 30px;
    color: #8b94aa;
  }
  .sideNav .Dropdown--select .Dropdown-menu > li > a:hover {
    background: none;
    color: #ff0055;
    text-decoration: none;
  }
  .sideNav .Dropdown--select .Dropdown-menu > li > a .Button-icon {
    float: left;
    margin-left: -30px;
    margin-top: 4px;
    font-size: 15px;
  }
  .sideNav .Dropdown--select .Dropdown-menu > li.active > a {
    background: none;
    color: #ff0055;
    font-weight: bold;
  }
  .sideNav .Dropdown--select .Dropdown-menu > .Dropdown-separator {
    background: none;
  }
}
.sideNav--horizontal {
  padding: 15px 0;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sideNav--horizontal:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 15px;
  border-bottom: 1px solid #eceef4;
}
.sideNav--horizontal > ul > li,
.sideNav--horizontal .Dropdown-menu > li {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}
.sideNav--horizontal .Dropdown-separator {
  display: none;
}
.sideNav--horizontal .Dropdown--select .Dropdown-menu > li > a {
  padding-left: 25px;
}
.sideNav--horizontal .Dropdown--select .Dropdown-menu > li > a .icon {
  margin-left: -25px;
}
.sideNav--horizontal .affix {
  position: static;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sideNav {
    padding: 15px 0;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sideNav:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
    border-bottom: 1px solid #eceef4;
  }
  .sideNav > ul > li,
  .sideNav .Dropdown-menu > li {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
  }
  .sideNav .Dropdown-separator {
    display: none;
  }
  .sideNav .Dropdown--select .Dropdown-menu > li > a {
    padding-left: 25px;
  }
  .sideNav .Dropdown--select .Dropdown-menu > li > a .icon {
    margin-left: -25px;
  }
  .sideNav .affix {
    position: static;
  }
}
@media (min-width: 992px) {
  .sideNav {
    float: left;
  }
  .sideNav,
  .sideNav > ul {
    width: 190px;
  }
  .sideNav > ul {
    margin-top: 30px;
  }
  .sideNav > ul.affix {
    /*top: @header-height;*/
  }
  .sideNav > ul > li {
    margin-bottom: 10px;
  }
  .scrolled .sideNav {
    float: left;
  }
  .scrolled .sideNav > ul.affix {
    top: 100px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .sideNavOffset {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .sideNavOffset {
    margin-top: 30px;
    margin-left: 240px;
  }
}
@media (max-width: 767px) {
  .sideNav .Dropdown-toggle .Button-label {
    text-transform: capitalize;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: 0.15s opacity linear;
  -o-transition: 0.15s opacity linear;
  transition: 0.15s opacity linear;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 7px 12px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.Post--unapproved .Post-header,
.Post--unapproved .Post-body,
.Post--unapproved .EventPost-icon,
.Post--unapproved .EventPost-info {
  opacity: 0.5;
}
.DiscussionListItem--unapproved .DiscussionListItem-content {
  opacity: 0.5;
}
.LogInButton--facebook {
  color: #fff;
  background: #3b5998;
  margin-bottom: 0;
  font-weight: bold;
}
.LogInButton--facebook:hover,
.LogInButton--facebook:focus,
.LogInButton--facebook.focus {
  background-color: #344e86;
}
.LogInButton--facebook:active,
.LogInButton--facebook.active,
.open > .Dropdown-toggle.LogInButton--facebook {
  background-color: #2d4373;
}
.LogInButton--facebook.disabled,
.LogInButton--facebook[disabled],
fieldset[disabled] .LogInButton--facebook {
  background: #3b5998;
}
.LogInButton--github {
  color: #333;
  background: #ccc;
}
.LogInButton--github:hover,
.LogInButton--github:focus,
.LogInButton--github.focus {
  background-color: #bfbfbf;
}
.LogInButton--github:active,
.LogInButton--github.active,
.open > .Dropdown-toggle.LogInButton--github {
  background-color: #b3b3b3;
}
.LogInButton--github.disabled,
.LogInButton--github[disabled],
fieldset[disabled] .LogInButton--github {
  background: #ccc;
}
img.emoji {
  height: 1.5em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.3em;
}
.EmojiDropdown {
  max-width: 500px;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  margin: 5px 0 !important;
}
.EmojiDropdown > li > button {
  color: #210826;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 45px;
}
.EmojiDropdown > li > button .emoji {
  float: left;
  margin-left: -30px;
}
.ComposerBody-emojiWrapper {
  position: relative;
}
.Post--flagged {
  padding-top: 0 !important;
}
.Post-header .item-flagged {
  display: block;
  margin: 0;
}
.Post-flagged {
  background: #ff0055;
  margin-top: -2px;
  margin-bottom: 20px;
  margin-left: -22px;
  margin-right: -22px;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.Post-flagged,
.Post-flagged a {
  color: #fff;
}
.Post-flagged .Button--link,
.Post-flagged .Search-input {
  color: #fff;
}
.Post-flagged .FormControl {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
}
.Post-flagged .FormControl::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.Post-flagged .FormControl:-ms-input-placeholder {
  color: #fff;
}
.Post-flagged .FormControl::-webkit-input-placeholder {
  color: #fff;
}
.Post-flagged .FormControl:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.Post-flagged .Button,
.Post-flagged .Button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.Post-flagged .Button--flat {
  background: transparent;
}
.Post-flagged .Button:active,
.Post-flagged .Button.active,
.Post-flagged .Button:focus,
.Post-flagged .Button.focus,
.Post-flagged .open > .Dropdown-toggle.Button {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}
@media (max-width: 767px) {
  .Post-flagged {
    margin-left: 0;
    overflow: visible;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .Post-flagged {
    margin-left: -107px;
  }
}
.Post-flagged,
.Post-flagged a {
  color: #fff !important;
}
.Post-flagged-flags {
  font-size: 14px;
  margin: 7px 10px;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 768px) {
  .Post-flagged-flags {
    float: left;
  }
}
.Post-flagged-detail {
  font-size: 12px;
  margin-left: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .Post-flagged-actions {
    float: right;
  }
}
.Post-flagged-actions .Button {
  margin-left: 5px;
}
.FlagsDropdown .Dropdown-toggle .Button-label,
.FlagsDropdown .Dropdown-toggle .Button-caret {
  display: none;
}
.FlagPostModal .Form-group {
  margin-bottom: 20px;
}
.FlagPostModal .checkbox {
  margin-bottom: 12px;
}
.FlagPostModal .checkbox strong {
  display: block;
  color: #210826;
}
.PostLikesModal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.PostLikesModal-list a {
  color: #210826;
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.PostLikesModal-list a:hover .username {
  text-decoration: underline;
}
.PostLikesModal-list .Avatar {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-size: 16px;
  line-height: 32px;
  vertical-align: middle;
  margin-right: 5px;
}
.button-liked {
  color: #ff0055;
}
.Badge--locked {
  background: #888;
}
.DiscussionLockedPost .EventPost-icon,
.DiscussionLockedPost .EventPost-info,
.DiscussionLockedPost .EventPost-info a {
  color: #888;
}
.PostMention,
.UserMention {
  background: #eceef4;
  color: #475266;
  border-radius: 4px;
  padding: 2px 5px;
  border: 0 !important;
}
blockquote .PostMention,
blockquote .UserMention {
  background: #fff;
}
.PostMention:hover,
.UserMention:hover,
.PostMention:active,
.UserMention:active {
  color: #ff0055;
}
.PostMention {
  margin: 0 3px;
}
.PostMention:first-child {
  margin-left: 0;
}
.PostMention:before {
  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;
  content: "\f112";
  margin-right: 5px;
}
.PostMention:before.fa-pull-left {
  margin-right: .3em;
}
.PostMention:before.fa-pull-right {
  margin-left: .3em;
}
.PostMention:before.pull-left {
  margin-right: .3em;
}
.PostMention:before.pull-right {
  margin-left: .3em;
}
.ComposerBody-mentionsWrapper {
  position: relative;
}
.MentionsDropdown {
  max-width: 500px;
  max-height: 200px;
  overflow: auto;
  position: absolute;
}
.MentionsDropdown mark {
  padding: 0;
}
.MentionsDropdown > li > a:hover {
  background: none;
}
.MentionsDropdown .PostPreview,
.PostMention-preview .PostPreview,
.Post-mentionedBy-preview .PostPreview {
  color: #8b94aa;
}
.MentionsDropdown .PostPreview .Avatar,
.PostMention-preview .PostPreview .Avatar,
.Post-mentionedBy-preview .PostPreview .Avatar {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 0 -37px;
}
.MentionsDropdown-post.MentionsDropdown .PostPreview .Avatar,
.MentionsDropdown-post.PostMention-preview .PostPreview .Avatar,
.MentionsDropdown-post.Post-mentionedBy-preview .PostPreview .Avatar {
  margin-top: 3px;
  margin-bottom: 3px;
}
.MentionsDropdown .PostPreview .username,
.PostMention-preview .PostPreview .username,
.Post-mentionedBy-preview .PostPreview .username {
  color: #210826;
  font-weight: bold;
}
.MentionsDropdown .PostPreview-content,
.PostMention-preview .PostPreview-content,
.Post-mentionedBy-preview .PostPreview-content {
  padding-left: 37px;
  overflow: hidden;
  line-height: 1.7em;
  display: block;
}
.Post-mentionedBy {
  position: relative;
}
.Post-mentionedBy-summary {
  cursor: pointer;
}
.Post-mentionedBy-preview,
.PostMention-preview,
.MentionsDropdown {
  margin: 5px 0 !important;
}
.Post-mentionedBy-preview > li > a,
.PostMention-preview > li > a,
.MentionsDropdown > li > a {
  white-space: normal;
  border-bottom: 0;
}
.PostMention-preview-discussion {
  padding-top: 0 !important;
  font-weight: bold !important;
  white-space: normal !important;
}
.DiscussionList-update {
  color: #ad6c00;
  background: #fff2ae;
  margin-bottom: 5px;
}
.DiscussionList-update:hover,
.DiscussionList-update:focus,
.DiscussionList-update.focus {
  background-color: #ffee95;
}
.DiscussionList-update:active,
.DiscussionList-update.active,
.open > .Dropdown-toggle.DiscussionList-update {
  background-color: #ffea7b;
}
.DiscussionList-update.disabled,
.DiscussionList-update[disabled],
fieldset[disabled] .DiscussionList-update {
  background: #fff2ae;
}
.DiscussionPage .DiscussionList-update {
  border-radius: 0;
  margin-bottom: 0;
}
.Badge--sticky {
  background: #d13e32;
}
.DiscussionStickiedPost .EventPost-icon,
.DiscussionStickiedPost .EventPost-info,
.DiscussionStickiedPost .EventPost-info a {
  color: #d13e32;
}
.DiscussionListItem-info .item-excerpt {
  margin-top: 8px;
  white-space: normal;
  font-size: 12px;
  line-height: 1.5em;
  color: #aaa;
  display: block;
}
.DiscussionPage-list .DiscussionListItem-info .item-excerpt {
  display: none;
}
@media (max-width: 767px) {
  .DiscussionListItem-info .item-excerpt {
    display: none;
  }
}
.Badge--following {
  /*background: #ffea7b;
  color: #de8e00;*/
  background: transparent;
  color: #ff0055;
  box-shadow: none;
}
.Badge--ignoring {
  background: #aaa;
}
.SubscriptionMenu-button--follow {
  /*.Button--color(#de8e00, #fff2ae);*/
}
.SubscriptionMenu .Dropdown-menu {
  min-width: 260px;
}
.SubscriptionMenu .Button-label {
  font-weight: 600;
}
.SubscriptionMenuItem-label {
  padding-left: 25px;
  display: block;
  white-space: normal;
}
.SubscriptionMenuItem-label strong {
  display: block;
}
.SubscriptionMenuItem-description {
  display: block;
  color: #8b94aa;
  font-size: 12px;
  margin-top: 3px;
}
.Badge--suspended {
  background: #888;
}
.SuspendUserModal-days-input {
  margin-top: 5px;
}
.SuspendUserModal-days-input input {
  width: 75px;
  display: inline-block;
  margin-right: 5px;
}
.LogInButton--twitter {
  color: #fff;
  background: #55ADEE;
}
.LogInButton--twitter:hover,
.LogInButton--twitter:focus,
.LogInButton--twitter.focus {
  background-color: #3ea2ec;
}
.LogInButton--twitter:active,
.LogInButton--twitter.active,
.open > .Dropdown-toggle.LogInButton--twitter {
  background-color: #2797e9;
}
.LogInButton--twitter.disabled,
.LogInButton--twitter[disabled],
fieldset[disabled] .LogInButton--twitter {
  background: #55ADEE;
}
.Button--share {
  font-weight: bold;
}
@media (max-width: 767px) {
  .Button--share {
    margin-top: 5px;
  }
}
.Share--facebook {
  color: #fff;
  background: #3B5998;
  margin: 10px !important;
}
.Share--facebook:hover,
.Share--facebook:focus,
.Share--facebook.focus {
  background-color: #344e86;
}
.Share--facebook:active,
.Share--facebook.active,
.open > .Dropdown-toggle.Share--facebook {
  background-color: #2d4373;
}
.Share--facebook.disabled,
.Share--facebook[disabled],
fieldset[disabled] .Share--facebook {
  background: #3B5998;
}
.Share--google {
  color: #fff;
  background: #DC4E41;
  margin: 10px !important;
}
.Share--google:hover,
.Share--google:focus,
.Share--google.focus {
  background-color: #d83a2b;
}
.Share--google:active,
.Share--google.active,
.open > .Dropdown-toggle.Share--google {
  background-color: #c63224;
}
.Share--google.disabled,
.Share--google[disabled],
fieldset[disabled] .Share--google {
  background: #DC4E41;
}
.Share--twitter {
  color: #fff;
  background: #00ACED;
  margin: 10px !important;
}
.Share--twitter:hover,
.Share--twitter:focus,
.Share--twitter.focus {
  background-color: #0099d4;
}
.Share--twitter:active,
.Share--twitter.active,
.open > .Dropdown-toggle.Share--twitter {
  background-color: #0087ba;
}
.Share--twitter.disabled,
.Share--twitter[disabled],
fieldset[disabled] .Share--twitter {
  background: #00ACED;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.EditTagModal .Form-group:not(:last-child) {
  margin-bottom: 30px;
}
.EditTagModal-delete {
  float: right;
}
.Dropdown--restrictByTag .Dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.TagSettingsModal .Form-group:not(:last-child) {
  margin-bottom: 30px;
}
.TagSettingsModal-rangeInput input {
  width: 80px;
  display: inline;
  margin: 0 5px;
}
.TagSettingsModal-rangeInput input:first-child {
  margin-left: 0;
}
.TagsPage-header {
  background: #eceef4;
  color: #475266;
  padding: 20px 0;
}
.TagsPage-header .container {
  max-width: 600px;
}
.TagsPage-header p {
  margin-bottom: 20px;
}
.TagsPage-header .Button {
  margin-right: 10px;
}
.TagsPage-list {
  padding: 20px 0;
}
.TagsPage-list .container {
  max-width: 600px;
}
.TagList,
.TagList ol {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  color: #8b94aa;
  font-size: 13px;
}
.TagList > li,
.TagList ol > li {
  cursor: move;
}
.TagList .TagIcon,
.TagList ol .TagIcon {
  margin-right: 10px;
}
.TagListItem-info {
  padding: 5px 10px;
  border-radius: 4px;
}
.TagListItem-info:hover {
  background: #eceef4;
}
.TagListItem-info .Button {
  float: right;
  visibility: hidden;
  margin: -8px -10px -8px 10px;
}
li:not(.sortable-dragging) > .TagListItem-info:hover > .Button {
  visibility: visible;
}
.TagList--primary {
  font-size: 16px;
}
.TagList--primary > .sortable-placeholder {
  height: 34px;
  margin-bottom: 10px;
}
.TagList ol {
  margin-left: 27px;
  min-height: 10px;
  padding: 0;
}
.TagList ol > :last-child {
  margin-bottom: 10px;
}
.sortable-placeholder {
  border: 2px dashed #eceef4;
  border-radius: 4px;
  height: 29px;
}
.TagGroup {
  padding-left: 150px;
}
.TagGroup:first-child {
  border-bottom: 2px solid #eceef4;
}
.TagGroup > label {
  margin-left: -150px;
  float: left;
  font-weight: bold;
  margin-top: 14px;
}
.DiscussionHero .item-title {
  display: block;
}
@media (min-width: 768px) {
  .DiscussionHero .item-title {
    margin-top: 15px;
  }
}
.TagLinkButton.child {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .TagLinkButton.child {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.TagLinkButton.child .TagIcon {
  display: none;
}
.DiscussionComposer-changeTags {
  margin-right: 15px;
  vertical-align: 2px;
}
.DiscussionListItem-info > .item-tags {
  margin-right: 4px;
  opacity: 1;
  float: left;
  text-align: left;
}
@media (min-width: 768px) {
  .IndexPage .DiscussionListItem-title,
  .UserPage .DiscussionListItem-title {
    margin-right: 155px;
  }
  .IndexPage .DiscussionListItem-info > .item-tags,
  .UserPage .DiscussionListItem-info > .item-tags {
    margin-right: 0;
    position: absolute;
    right: 80px;
    top: 40px;
    font-size: 14px;
    /*max-width: 231px;*/
    /*white-space: nowrap;*/
    /* overflow: hidden; */
    /* transition: max-width .2s ease-in-out, -webkit-mask-image .2s; */
    /* -webkit-mask-image: linear-gradient(to right, #000 140px, rgba(0,0,0,0) 150px); */
    text-align: left;
    /*&:hover {
        max-width: 400px;
        -webkit-mask-image: none;
      }*/
  }
  .IndexPage .DiscussionListItem-info > .item-tags .TagsLabel,
  .UserPage .DiscussionListItem-info > .item-tags .TagsLabel {
    color: #444;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .TagsPage .sideNav {
    padding: 15px 0;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    float: none;
    width: auto;
    padding-top: 0;
  }
  .TagsPage .sideNav:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
    border-bottom: 1px solid #eceef4;
  }
  .TagsPage .sideNav > ul > li,
  .TagsPage .sideNav .Dropdown-menu > li {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
  }
  .TagsPage .sideNav .Dropdown-separator {
    display: none;
  }
  .TagsPage .sideNav .Dropdown--select .Dropdown-menu > li > a {
    padding-left: 25px;
  }
  .TagsPage .sideNav .Dropdown--select .Dropdown-menu > li > a .icon {
    margin-left: -25px;
  }
  .TagsPage .sideNav .affix {
    position: static;
  }
  .TagsPage .sideNav:after {
    display: none;
  }
  .TagsPage .sideNavOffset {
    margin: 15px 0 0;
  }
  .TagsPage-nav .item-newDiscussion .Button {
    width: auto;
  }
}
.Modal--Search-results {
  list-style: none;
  padding-left: 0;
  text-align: left;
  background-color: #fff;
  padding: 0;
  margin-bottom: 20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.Modal--Search-results li {
  padding: 0;
  text-align: left;
  border-top: solid 1px #ddd;
}
.Modal--Search-results li:first-child {
  border-top: none;
}
.Modal--Search-results li a {
  padding: 13px 15px;
  display: block;
}
.Selected-merger {
  margin-bottom: 30px;
}
.TagCloud {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.TagCloud a {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .TagDiscussionModal .Modal-header {
    background: #fff;
    padding: 20px 20px 0;
  }
  .TagDiscussionModal .Modal-header h3 {
    text-align: left;
    color: #210826;
    font-size: 16px;
  }
}
.TagDiscussionModal .Modal-body {
  padding: 20px;
}
@media (max-width: 767px) {
  .TagDiscussionModal .Modal-body {
    padding: 15px;
  }
}
.TagDiscussionModal .Modal-footer {
  padding: 1px 0 0;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1299px), (min-width: 1300px) {
  .TagDiscussionModal-form {
    display: table;
    width: 100%;
  }
  .TagDiscussionModal-form-input {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }
  .TagDiscussionModal-form-submit {
    display: table-cell;
    padding-left: 15px;
  }
}
.TagsInput {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  height: auto;
}
.TagsInput input {
  display: inline;
  outline: none;
  margin-top: -2px;
  border: 0 !important;
  padding: 0;
  width: 100%;
  margin-right: -100%;
  background: transparent !important;
}
.TagsInput-tag {
  cursor: not-allowed;
}
.TagsInput-selected .TagsInput-tag {
  margin-right: 5px;
}
.TagsInput-selected .TagsInput-tag:last-child {
  margin-right: 10px;
}
.SelectTagList {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
  max-height: 50vh;
}
@media (max-width: 767px) {
  .SelectTagList {
    max-height: none;
  }
}
.SelectTagList > li {
  padding: 7px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.SelectTagList > li.pinned:not(.child) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.SelectTagList > li.pinned:not(.child) .SelectTagListItem-name {
  font-size: 16px;
}
.SelectTagList > li.pinned + li:not(.pinned) {
  border-top: 2px solid #eceef4;
}
.SelectTagList > li.child {
  padding-left: 45px;
}
.SelectTagList > li.child .SelectTagListItem-name {
  width: 125px;
}
.SelectTagList > li.active {
  background: #eceef4;
}
.SelectTagList > li.selected .TagIcon {
  position: relative;
}
.SelectTagList > li.selected .TagIcon:before {
  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;
  content: "\f00c";
  color: #8b94aa;
  position: absolute;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding-top: 1px;
}
.SelectTagList > li.selected .TagIcon:before.fa-pull-left {
  margin-right: .3em;
}
.SelectTagList > li.selected .TagIcon:before.fa-pull-right {
  margin-left: .3em;
}
.SelectTagList > li.selected .TagIcon:before.pull-left {
  margin-right: .3em;
}
.SelectTagList > li.selected .TagIcon:before.pull-right {
  margin-left: .3em;
}
.SelectTagList > li.selected.colored .TagIcon:before {
  color: #fff;
}
.SelectTagList > li .TagIcon {
  vertical-align: top;
  margin-top: 3px;
}
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn {
  border: none;
  font-size: 15px;
  font-weight: 600;
}
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn span {
  text-decoration: underline;
  margin-left: 5px;
}
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn.no-tag-select {
  color: #210826;
}
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn:hover,
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn:focus,
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn:active,
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn.active {
  border: 1px solid #ff0055;
  color: #ff0055;
}
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn:hover.no-tag-select,
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn:focus.no-tag-select,
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn:active.no-tag-select,
.SelectTagList > li .Button.Button--primary--hollow.tag-filter-btn.active.no-tag-select {
  color: #210826;
  border: 1px solid #210826;
}
.SelectTagListItem-name {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
@media (max-width: 767px) {
  .SelectTagListItem-name {
    width: auto;
  }
}
.SelectTagListItem-description {
  color: #8b94aa;
  font-size: 12px;
  width: 370px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .SelectTagListItem-description {
    display: none;
  }
}
.SelectTagListItem mark {
  font-weight: bold;
  background: none;
  box-shadow: none;
  color: inherit;
}
.TagTiles {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .TagTiles {
    margin: -15px -15px 0;
  }
}
.TagTiles > li {
  height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .TagTiles > li {
    float: left;
    width: 50%;
  }
  .TagTiles > li:first-child {
    border-top-left-radius: 4px;
  }
  .TagTiles > li:nth-child(2) {
    border-top-right-radius: 4px;
  }
  .TagTiles > li:nth-last-child(2):nth-child(even),
  .TagTiles > li:last-child {
    border-bottom-right-radius: 4px;
  }
  .TagTiles > li:nth-last-child(2):nth-child(odd),
  .TagTiles > li:last-child:nth-child(odd) {
    border-bottom-left-radius: 4px;
  }
}
@media (min-width: 992px) {
  .TagTiles > li {
    float: left;
    width: 33.333%;
  }
  .TagTiles > li:first-child {
    border-top-left-radius: 4px;
  }
  .TagTiles > li:nth-child(3),
  .TagTiles > li:nth-child(2):last-child,
  .TagTiles > li:first-child:last-child {
    border-top-right-radius: 4px;
  }
  .TagTiles > li:nth-child(3n):nth-last-child(2),
  .TagTiles > li:nth-child(3n):nth-last-child(3),
  .TagTiles > li:last-child {
    border-bottom-right-radius: 4px;
  }
  .TagTiles > li:nth-child(3n+1):last-child,
  .TagTiles > li:nth-child(3n+1):nth-last-child(2),
  .TagTiles > li:nth-child(3n+1):nth-last-child(3) {
    border-bottom-left-radius: 4px;
  }
}
.TagTile {
  position: relative;
  background: #eceef4;
}
.TagTile,
.TagTile a {
  color: #475266;
}
.TagTile.colored,
.TagTile.colored a {
  color: #fff;
}
.TagTile-info,
.TagTile-lastDiscussion {
  padding: 20px;
  text-decoration: none !important;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.TagTile-info {
  top: 0;
  bottom: 42px;
  padding-right: 20px;
  transition: background 0.2s;
  overflow: auto;
}
.TagTile-info:hover {
  background: rgba(0, 0, 0, 0.05);
}
.TagTile-name {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: bold;
}
.TagTile-description {
  font-size: 14px;
  margin: 0 0 10px;
}
.TagTile.colored .TagTile-description {
  color: rgba(255, 255, 255, 0.7);
}
.TagTile-children {
  font-weight: bold;
  font-size: 12px;
}
.TagTile-children a {
  margin-right: 10px;
}
.TagTile-lastDiscussion {
  bottom: 0;
  height: 42px;
  padding: 7px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 21px;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 20px;
}
.TagTile.colored .TagTile-lastDiscussion {
  color: rgba(255, 255, 255, 0.7);
}
.TagTile-lastDiscussion:hover .TagTile-lastDiscussion-title {
  text-decoration: underline;
}
.TagTile-lastDiscussion time {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.TagTile-lastDiscussion-title {
  margin-right: 10px;
}
.TagIcon {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 1px;
  background: #eceef4;
}
.TagIcon.untagged {
  border: 1px dotted #8b94aa;
  background: transparent;
}
.TagLabel {
  font-size: 100%;
  /*font-weight: 600;*/
  display: inline-block;
  padding: 0.1em 0.2em;
  border-radius: 4px;
  /*background: @control-bg;*/
  /*color: @control-color;*/
  text-transform: none;
}
.TagLabel.untagged {
  background: transparent;
  border: 1px dotted #8b94aa;
  color: #8b94aa;
}
@media (max-width: 767px) {
  .TagLabel.untagged {
    border: 1px dotted #b1e7ed;
    color: #b1e7ed;
  }
}
.TagLabel.colored .TagLabel-text {
  color: #8b94aa;
}
@media (max-width: 767px) {
  .TagLabel.colored .TagLabel-text {
    color: #b1e7ed !important;
  }
}
.DiscussionHero .TagsLabel .TagLabel {
  background: transparent;
  border-radius: 4px !important;
  font-size: 14px;
}
.DiscussionHero .TagsLabel .TagLabel.colored {
  margin-right: 5px;
  /*background: @body-bg !important;*/
  color: #8b94aa;
}
.DiscussionHero .TagsLabel .TagLabel.colored .TagLabel-text {
  color: inherit !important;
}
.DiscussionHero--colored,
.DiscussionHero--colored a {
  color: #fff;
}
.DiscussionTaggedPost .TagsLabel {
  margin: 0 2px;
}
.TagsLabel .TagLabel {
  border-radius: 0;
}
.TagsLabel .TagLabel:after {
  content: ",";
}
.TagsLabel .TagLabel:first-child {
  /*border-radius: @border-radius 0 0 @border-radius;*/
}
.TagsLabel .TagLabel:last-child {
  /*border-radius: 0 @border-radius @border-radius 0;*/
}
.TagsLabel .TagLabel:last-child:after {
  content: "";
}
.TagsLabel .TagLabel:first-child:last-child {
  /*border-radius: @border-radius;*/
}
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins/Poppins-Thin.ttf");
  src: url("fonts/poppins/Poppins-Thin.ttf?#iefix") format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins/Poppins-Light.ttf");
  src: url("fonts/poppins/Poppins-Light.ttf?#iefix") format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins/Poppins-Regular.ttf");
  src: url("fonts/poppins/Poppins-Regular.ttf?#iefix") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins/Poppins-Medium.ttf");
  src: url("fonts/poppins/Poppins-Medium.ttf?#iefix") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins/Poppins-SemiBold.ttf");
  src: url("fonts/poppins/Poppins-SemiBold.ttf?#iefix") format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins/Poppins-Bold.ttf");
  src: url("fonts/poppins/Poppins-Bold.ttf?#iefix") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins/Poppins-ExtraBold.ttf");
  src: url("fonts/poppins/Poppins-ExtraBold.ttf?#iefix") format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins/Poppins-Black.ttf");
  src: url("fonts/poppins/Poppins-Black.ttf?#iefix") format('truetype');
  font-weight: 800;
  font-style: normal;
}
.PostsUserPage-loadMore {
  text-align: center;
  margin-top: 20px;
}
.PostsUserPage-loadMore .LoadingIndicator {
  height: 46px;
}
.PostsUserPage-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.PostsUserPage-list > li {
  border-bottom: 1px solid #eceef4;
}
.PostsUserPage-list .Post {
  padding-top: 10px;
}
.PostsUserPage-discussion {
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  /*&, a {
    color: @muted-color;
  }
  a {
    font-style: italic;
  }*/
}
.PostsUserPage-discussion .postTime {
  font-size: 12px;
  margin-left: 20px;
  color: #aaa;
}
.AvatarEditor {
  position: relative;
}
.AvatarEditor .Dropdown-toggle {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-decoration: none;
  border: 0;
}
.AvatarEditor .AvatarEditor--noAvatar {
  opacity: 0.7;
}
.AvatarEditor:hover .Dropdown-toggle,
.AvatarEditor.open .Dropdown-toggle,
.AvatarEditor.loading .Dropdown-toggle {
  opacity: 1;
}
.AvatarEditor .LoadingIndicator {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .AvatarEditor .Dropdown-menu {
    left: 35%;
    top: 65%;
  }
}
.AvatarEditor img,
.AvatarEditor .Button--AvatarEdit {
  display: inline-block;
  vertical-align: middle;
}
.AvatarEditor img {
  margin-right: 10px;
}
.Composer {
  pointer-events: auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.Composer.minimized {
  height: 46px;
  cursor: pointer;
  background: #eceef4;
}
.Composer-controls {
  list-style: none;
  padding: 0;
  margin: 0;
}
.minimized .ComposerBody-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ComposerBody-header {
  list-style: none;
  padding: 1px 0;
  margin: 0 0 10px;
}
.minimized .ComposerBody-header {
  pointer-events: none;
}
.ComposerBody-header > li {
  display: inline-block;
  margin-right: -4px;
}
.ComposerBody-header h3 {
  margin: 0;
  line-height: 1.5em;
  color: #ff0055;
}
.ComposerBody-header h3,
.ComposerBody-header h3 input,
.ComposerBody-header h3 a {
  font-size: 14px;
  font-weight: normal;
}
.ComposerBody-header h3 input,
.ComposerBody-header h3 a {
  color: inherit;
}
.ComposerBody-header h3 input {
  font-size: 16px;
  width: 350px;
}
.ComposerBody-header h3 input,
.ComposerBody-header h3 input[disabled],
.ComposerBody-header h3 input:focus {
  background: none;
  border: 0;
  padding: 0 20px 0 0;
  height: auto;
}
.ComposerBody-header h3 .icon {
  font-size: 14px;
}
.fa-minus.minimize {
  vertical-align: -5px;
}
.Composer-controls {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.Composer-controls li {
  display: inline-block;
}
.minimized .Composer-controls {
  top: 7px;
}
.ComposerBody-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px 4px 0 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ComposerBody-loading.active {
  opacity: 1;
  pointer-events: auto;
}
.minimized .ComposerBody-editor {
  visibility: hidden;
}
@media (max-width: 767px) {
  .Composer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    background: #fff;
  }
  .Composer:not(.minimized) {
    position: fixed;
    top: 0;
    height: 100vh !important;
    padding-top: 160px;
  }
  .Composer:not(.minimized):before {
    content: " ";
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid #eceef4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    -o-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
    position: absolute;
    opacity: 0;
  }
  .visible.Composer:not(.minimized):before {
    opacity: 1;
  }
  .Composer:not(.minimized) .Composer-controls {
    position: static;
    z-index: 1001;
  }
  .Composer:not(.minimized) .Composer-controls li:not(.App-backControl) {
    display: none;
  }
  .Composer:not(.minimized) .Composer-controls .App-backControl {
    position: absolute !important;
  }
  .Composer-controls .fa-minus:before {
    content: "\f00d";
  }
  .composer-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1019;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
  }
  .minimized .ComposerBody-content {
    margin-right: 50px;
  }
  .ComposerBody-avatar {
    display: none;
  }
  .ComposerBody-header {
    margin-bottom: 0;
  }
  .ComposerBody-header > li {
    display: block;
    border-bottom: 1px solid #eceef4;
    padding: 10px 15px;
  }
  .minimized .ComposerBody-header > li {
    border-bottom: 0;
    padding: 15px;
  }
  .normal .ComposerBody-header > li:first-child {
    margin: -80px 50px 0;
    text-align: center;
    position: relative;
    z-index: 1001;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .normal .ComposerBody-header > li:first-child h3 {
    color: #210826;
  }
  .ComposerBody-header h3 input {
    width: 100% !important;
  }
  .ComposerBody-editor {
    padding: 15px;
  }
  .ComposerBody-editor .TextEditor-controls .item-submit {
    position: absolute !important;
  }
  .ComposerBody-editor .TextEditor-controls .item-submit .Button.progress-button {
    min-height: 80px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .Composer:not(.minimized):before {
    height: 80px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .Composer:not(.minimized):before {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .App-composer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    pointer-events: none;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
  }
  .Composer {
    border-radius: 4px 4px 0 0;
    background: rgba(255, 255, 255, 0.95);
    transform: translateZ(0);
    position: relative;
    -webkit-transition: background 0.2s, box-shadow 0.2s;
    -o-transition: background 0.2s, box-shadow 0.2s;
    transition: background 0.2s, box-shadow 0.2s;
  }
  .Composer.active,
  .Composer.fullScreen {
    background: #fff;
  }
  .Composer.active:not(.fullScreen) {
    -webkit-box-shadow: 0 0 0 2px #ff0055, 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 2px #ff0055, 0 2px 6px rgba(0, 0, 0, 0.35);
  }
  .Composer.fullScreen {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    height: auto;
    border-radius: 0;
  }
  .fullScreen .Composer-controls .Button {
    padding: 13px;
    width: auto;
  }
  .fullScreen .Composer-controls .Button .Button-icon {
    font-size: 20px;
  }
  .fullScreen .ComposerBody-header {
    margin-bottom: 20px;
  }
  .Composer-content {
    padding: 20px 20px 0;
  }
  .minimized .Composer-content {
    padding: 12px 20px;
  }
  .fullScreen .Composer-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
  }
  .Composer-handle {
    height: 15px;
    margin-bottom: -17px;
    position: relative;
  }
  .minimized .Composer-handle,
  .fullScreen .Composer-handle {
    display: none;
  }
  .ComposerBody-avatar {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    font-size: 32px;
    line-height: 64px;
  }
  .minimized .ComposerBody-avatar,
  .fullScreen .ComposerBody-avatar {
    display: none;
  }
  .ComposerBody-content {
    margin-left: 85px;
  }
  .minimized .ComposerBody-content,
  .fullScreen .ComposerBody-content {
    margin-left: 0;
  }
  .fullScreen .ComposerBody-editor textarea {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .App--index .Composer:not(.fullScreen) {
    margin: 0 auto;
    max-width: 855px;
  }
  .App--discussion .Composer:not(.fullScreen) {
    margin-left: -20px;
    margin-right: 205px;
  }
}
@media (min-width: 1300px) {
  .hasPane.panePinned .App-composer {
    left: 400px;
  }
}
.TextEditor textarea {
  border-radius: 0;
  padding: 0 0 10px;
  border: 0;
  resize: none;
  color: #210826;
  font-size: 14px;
  line-height: 1.7;
}
.TextEditor textarea,
.TextEditor textarea:focus,
.TextEditor textarea[disabled] {
  background: none;
  border: 0;
}
@media (max-width: 767px) {
  .TextEditor textarea {
    font-size: 16px;
  }
}
.TextEditor-controls {
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
}
.TextEditor-controls li {
  display: inline-block;
}
@media (min-width: 768px) {
  .TextEditor-controls {
    margin: 0 -20px 0 -105px;
    padding: 10px 20px;
    border-top: 1px solid #eceef4;
  }
  .TextEditor-controls li {
    margin-right: 5px;
  }
  .fullScreen .TextEditor-controls {
    margin: 0;
    border-top: 0;
    padding: 20px 0;
  }
}
.DiscussionHero {
  padding: 25px 0;
}
.DiscussionHero .badges {
  /*margin-right: 10px;*/
  margin-bottom: -2px;
  margin-right: 5px;
  vertical-align: 2px;
}
.DiscussionHero .navigation-filter-by {
  color: #210826;
}
.DiscussionHero-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.DiscussionHero-items > li {
  display: inline-block;
}
.DiscussionHero-items > li .TagLabel {
  padding-left: 0;
  padding-right: 0;
}
.DiscussionHero-title {
  display: inline;
  vertical-align: middle;
  font-size: 28px !important;
  color: #210826;
  font-weight: 700;
}
.DiscussionListItem .tooltip .tooltip-inner {
  max-width: none;
}
.DiscussionListItem--hidden .DiscussionListItem-content {
  opacity: 0.5;
}
.DiscussionListItem a {
  text-decoration: none;
}
.DiscussionListItem-content {
  position: relative;
  color: #8b94aa;
}
.DiscussionListItem-main {
  color: inherit;
  text-decoration: none;
}
.DiscussionListItem-author {
  float: left;
  margin-top: 16px;
}
.paneShowing .DiscussionListItem-author {
  margin-top: 6px;
}
.DiscussionListItem-email {
  position: absolute;
  left: 13px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .DiscussionListItem-email {
    bottom: 0px;
  }
}
@media (min-width: 768px) {
  .DiscussionListItem-email {
    left: 0;
    top: -10px;
    font-size: 12px;
  }
}
.DiscussionListItem-badges {
  float: left;
  margin-top: 10px;
  text-align: right;
  white-space: nowrap;
  pointer-events: none;
}
.DiscussionListItem-badges .Badge {
  margin-left: -10px;
  position: relative;
  pointer-events: auto;
}
.DiscussionListItem-main {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
}
.DiscussionListItem-title {
  margin: 0 0 3px;
  line-height: 1.3;
  /*color: @heading-color;*/
  color: #ff0055;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
.read .DiscussionListItem-title {
  color: #ff0055;
  font-weight: 400;
}
.unread .DiscussionListItem-title {
  font-weight: 600;
}
.DiscussionListItem-info {
  list-style-type: none;
  padding: 0;
  margin: 0 -80px 0 0;
  font-size: 12px;
  /* Discussion feed */
  text-align: right;
}
.DiscussionListItem-info > li {
  display: inline;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.DiscussionListItem:hover .DiscussionListItem-info > li,
.DiscussionListItem.active .DiscussionListItem-info > li {
  opacity: 0.7;
}
.DiscussionListItem-info .username {
  font-weight: bold;
}
.DiscussionListItem-info .item-terminalPost {
  color: #8b94aa;
}
.DiscussionListItem-info .item-terminalPost a {
  color: #8b94aa;
  font-size: 12px;
  font-weight: 400;
}
.DiscussionListItem-info .item-terminalPost .icon {
  font-size: 13px;
  margin-right: -1px;
}
.DiscussionListItem-info .item-startPost {
  float: left;
  font-size: 14px;
  max-width: 70%;
  text-align: left;
  overflow: hidden;
}
.IndexPage .DiscussionListItem-info > .item-tags,
.UserPage .DiscussionListItem-info > .item-tags {
  left: 50px;
  top: 33px;
}
.UserPage .DiscussionListItem-info > .item-tags {
  left: 0;
}
.DiscussionListItem-count {
  float: right;
  text-decoration: none;
}
.unread .DiscussionListItem-count {
  cursor: pointer;
}
.DiscussionListItem-relevantPosts {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .DiscussionListItem-relevantPosts {
    margin-left: -45px;
    margin-right: -35px;
  }
}
.DiscussionListItem-relevantPosts .PostPreview {
  background: #eceef4;
  display: block;
  padding: 10px 15px;
  border-bottom: 2px dotted #fff;
  color: #8b94aa;
  transition: border-color 0.2s;
}
.DiscussionListItem:hover .DiscussionListItem-relevantPosts .PostPreview {
  border-color: #f6f7fa;
}
.DiscussionListItem-relevantPosts .PostPreview .Avatar,
.DiscussionListItem-relevantPosts .PostPreview time {
  display: none;
}
.DiscussionListItem-relevantPosts .PostPreview .PostPreview-content {
  padding-left: 0;
}
.DiscussionListItem-relevantPosts .PostPreview:first-child {
  border-radius: 4px 4px 0 0;
}
.DiscussionListItem-relevantPosts .PostPreview:hover {
  background: #e2e5ee;
  text-decoration: none;
}
@media (max-width: 767px) {
  .DiscussionListItem-controls {
    display: none;
  }
  .DiscussionListItem-content {
    padding-left: 60px;
    padding-right: 50px;
    min-height: 64px;
  }
  .DiscussionListItem-content:active {
    background: #eceef4;
  }
  .UserPage-content .DiscussionListItem-content {
    padding-left: 0;
  }
  .DiscussionListItem-author {
    margin-left: -45px;
    margin-top: 15px;
  }
  .DiscussionListItem-author .Avatar {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 32px;
  }
  .DiscussionListItem-badges {
    margin-left: -45px;
    width: 38px;
  }
  .DiscussionListItem-badges .badge {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 19px;
    margin-left: -13px;
  }
  .DiscussionListItem-badges .badge,
  .DiscussionListItem-badges .badge .Badge-icon {
    /*font-size: 0.56 * @size;*/
    font-size: 14px;
  }
  .DiscussionListItem-main {
    margin-right: -45px;
  }
  .DiscussionListItem-title {
    font-size: 14px;
    text-decoration: none !important;
    max-width: 90%;
  }
  .DiscussionListItem-info {
    margin: 0 -30px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .DiscussionListItem-info .discussionPostReplyMeta {
    display: none;
  }
  .DiscussionListItem-count {
    font-size: 12px;
  }
}
.paneShowing .DiscussionListItem-info,
.paneShowing .DiscussionListItem-email {
  display: none;
}
.DiscussionListItem-count {
  margin: 5px -35px 0 0;
  color: #8b94aa;
  font-size: 14px;
  padding-left: 21px;
}
.DiscussionListItem-count:before {
  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;
  content: "\f0e5";
  float: left;
  margin-left: -21px;
  margin-top: 3px;
}
.DiscussionListItem-count:before.fa-pull-left {
  margin-right: .3em;
}
.DiscussionListItem-count:before.fa-pull-right {
  margin-left: .3em;
}
.DiscussionListItem-count:before.pull-left {
  margin-right: .3em;
}
.DiscussionListItem-count:before.pull-right {
  margin-left: .3em;
}
.unread .DiscussionListItem-count {
  color: #ff0055;
  font-weight: bold;
}
.unread .DiscussionListItem-count:before {
  content: "\f075";
}
.DiscussionListItem {
  border-bottom: solid 1px #eee;
}
@media (min-width: 768px) {
  .DiscussionListItem {
    position: relative;
    border-radius: 4px;
    /*transition: background 0.2s;*/
    padding: 10px 0;
    /*&:hover {
      background: mix(@control-bg, @body-bg, 50%);
    }*/
  }
  .DiscussionListItem:hover .DiscussionListItem-controls,
  .DiscussionListItem .DiscussionListItem-controls.open {
    opacity: 1;
  }
  .DiscussionListItem .DiscussionListItem-controls.open {
    z-index: 3;
  }
  .DiscussionListItem-controls {
    position: absolute;
    right: -45px;
    top: 25px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .DiscussionListItem-controls .Dropdown-toggle {
    display: block;
  }
  .DiscussionListItem-controls .Dropdown-menu {
    right: 0;
    left: auto;
  }
  .DiscussionListItem-content {
    padding-left: 52px;
    padding-right: 80px;
  }
  .UserPage-content .DiscussionListItem-content {
    padding-left: 0;
  }
  .DiscussionListItem-author {
    margin-left: -52px;
  }
  .DiscussionListItem-author .Avatar {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    font-size: 18px;
    line-height: 36px;
  }
  .DiscussionListItem-badges {
    margin-left: -55px;
    width: 48px;
  }
  .DiscussionListItem-main {
    margin-right: -65px;
  }
  .DiscussionListItem-title {
    font-size: 17px;
  }
  /*.DiscussionListItem-count {
    margin: 5px -80px 0 0;
    color: @muted-color;
    font-size: 14px;
    padding-left: 21px;

    &:before {
      .fa();
      content: @fa-var-comment-o;
      float: left;
      margin-left: -21px;
      margin-top: 3px;
    }
    .unread & {
      color: @heading-color;
      font-weight: bold;

      &:before {
        content: @fa-var-comment;
      }
      &:hover:before {
        content: @fa-var-check;
      }
    }
  }*/
  .DiscussionListItem-count {
    margin: 5px -75px 0 0;
  }
}
.DiscussionList.empty .Placeholder {
  margin: 40px 30px;
}
.DiscussionList.empty .item-newDiscussion {
  position: static !important;
}
.DiscussionList.empty .item-newDiscussion .Button.Button--primary.IndexPage-newDiscussion.hasIcon .Button-icon {
  display: none !important;
}
.DiscussionList.empty .item-newDiscussion .Button.Button--primary.IndexPage-newDiscussion.hasIcon .Button-label {
  display: block !important;
}
.DiscussionList-discussions {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.DiscussionList-loadMore {
  text-align: center;
  margin-top: 30px;
}
.DiscussionList-loadMore .LoadingIndicator {
  height: 46px;
}
@media (max-width: 767px) {
  .DiscussionList {
    margin: 0 -15px;
  }
}
.DiscussionListAdvert {
  padding: 0;
  border: none;
  margin: 10px -80px -15px -50px;
}
@media (max-width: 767px) {
  .DiscussionListAdvert {
    margin: 10px -60px 10px -70px;
  }
}
.DiscussionListAdvert img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.paneShowing .DiscussionListAdvert {
  margin: 0 -80px -6px -70px;
}
@media (max-width: 767px) {
  .paneShowing .DiscussionListAdvert {
    margin: 0 -80px -6px -70px;
  }
}
.PostListAdvert {
  margin: 10px 0px -5px 0px;
}
@media (max-width: 767px) {
  .PostListAdvert {
    margin: 10px -60px 10px -70px;
  }
}
.PostListAdvert img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.DiscussionList-pagination {
  text-align: center;
  margin: 30px 10px;
  font-size: 14px;
}
.DiscussionList-pagination .DiscussionList-pagination-item {
  display: inline-block;
  padding: 5px;
  margin: 10px;
}
.DiscussionList-pagination .DiscussionList-pagination-item a {
  cursor: pointer;
  color: #808080;
  opacity: 0.6;
}
.DiscussionList-pagination .DiscussionList-pagination-item a.current {
  opacity: 1;
}
.DiscussionPage-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.DiscussionPage-nav > ul > li.item-share-social .Button-text,
.DiscussionPage-nav > ul > li.item-subscription .Button-text,
.DiscussionPage-nav > ul > li.item-controls .Button-text {
  font-size: 14px;
}
.ButtonGroup.SubscriptionMenu .Button--primary--hollow:hover {
  color: #ff0055;
}
@media (max-width: 767px) {
  /*.DiscussionListLayout { margin-top:30px; }*/
  .DiscussionHero {
    padding: 15px 0;
  }
  .DiscussionPage-nav {
    margin: 0 -15px;
    /*border-bottom: 1px solid @control-bg;*/
  }
  .DiscussionPage-nav > ul {
    background-color: #fff;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: solid 1px #ddd;
    display: flex;
    justify-content: space-between;
    /* > li.ReplyDiscussion {
        left:33.3333333333%;
        .ButtonGroup {
          border-right: solid 1px #ddd;
          padding: 3px 0;
          width: 100%;

          .Button {
            padding:0;
            color:#808080;
            float:none;

            .Button-label { font-weight: 600; }

            &.Button--icon {
              width:26px;
            }
            &.Button--primary.SplitDropdown-button .Button-icon {
              display:inline;
              margin-right: 5px;
              font-size:12px;
            }
          }
        }
      }*/
  }
  .DiscussionPage-nav > ul > li.item-scrubber {
    display: none !important;
  }
  .DiscussionPage-nav > ul > li.ShareDiscussion,
  .DiscussionPage-nav > ul > li.ReplyDiscussion,
  .DiscussionPage-nav > ul > li.item-subscription,
  .DiscussionPage-nav > ul > li.item-controls,
  .DiscussionPage-nav > ul > li.item-share-social {
    /* position: fixed; */
    /* top: 45px; */
    margin: 0;
    /* background-color: #fff; */
    /* width: 33.3333333333%; */
    /* z-index: 10; */
    /* text-align: center; */
    padding: 10px 0;
    height: 48px;
    float: left;
    /*position: fixed;
        top: 45px;
        margin: 0;
        background-color: #fff;
        width: 33.3333333333%;
        z-index:10;
        text-align:center;
        padding: 10px 0;*/
    /*border-bottom: solid 1px #ddd;*/
    /*height: 48px;*/
  }
  .DiscussionPage-nav > ul > li.ShareDiscussion button i.fa-chevron-down,
  .DiscussionPage-nav > ul > li.ReplyDiscussion button i.fa-chevron-down,
  .DiscussionPage-nav > ul > li.item-subscription button i.fa-chevron-down,
  .DiscussionPage-nav > ul > li.item-controls button i.fa-chevron-down,
  .DiscussionPage-nav > ul > li.item-share-social button i.fa-chevron-down {
    margin: 0 0 4px -20px;
  }
  .DiscussionPage-nav > ul > li.ShareDiscussion .Button,
  .DiscussionPage-nav > ul > li.ReplyDiscussion .Button,
  .DiscussionPage-nav > ul > li.item-subscription .Button,
  .DiscussionPage-nav > ul > li.item-controls .Button,
  .DiscussionPage-nav > ul > li.item-share-social .Button {
    background-color: transparent !important;
    color: inherit;
  }
  .DiscussionPage-nav > ul > li.ShareDiscussion {
    left: 0;
  }
  .DiscussionPage-nav > ul > li.ShareDiscussion .Button {
    border-radius: 0;
    width: 100%;
    padding: 3px 0;
    color: #808080;
    height: 28px;
  }
  .DiscussionPage-nav > ul > li.item-share-social,
  .DiscussionPage-nav > ul > li.item-subscription,
  .DiscussionPage-nav > ul > li.item-controls {
    text-align: center;
  }
  .DiscussionPage-nav > ul > li.item-share-social .Button-text,
  .DiscussionPage-nav > ul > li.item-subscription .Button-text,
  .DiscussionPage-nav > ul > li.item-controls .Button-text {
    border-right: solid 1px #ddd;
    display: none !important;
  }
  .DiscussionPage-nav > ul > li.item-share-social .Button {
    padding: 0 !important;
    color: #808080;
    float: none;
  }
  .DiscussionPage-nav > ul > li.item-share-social .Button svg * {
    fill: #808080;
  }
  .DiscussionPage-nav > ul > li.item-subscription .ButtonGroup {
    width: 100%;
    padding: 3px 0;
  }
  .DiscussionPage-nav > ul > li.item-subscription .ButtonGroup .Button {
    border: none;
    padding: 0;
    color: #808080;
    float: none;
  }
  .DiscussionPage-nav > ul > li.item-subscription .ButtonGroup .Button.Button--icon,
  .DiscussionPage-nav > ul > li.item-subscription .ButtonGroup .Button.Button-icon,
  .DiscussionPage-nav > ul > li.item-subscription .ButtonGroup .Button .Button--icon,
  .DiscussionPage-nav > ul > li.item-subscription .ButtonGroup .Button .Button-icon {
    width: 23px;
    font-size: 14px;
    color: #808080;
  }
  .DiscussionPage-nav > ul > li.item-controls .ButtonGroup {
    padding: 3px 0;
    width: 100%;
  }
  .DiscussionPage-nav > ul > li.item-controls .ButtonGroup .Button {
    padding: 0 !important;
    color: #808080;
    float: none;
  }
  .DiscussionPage-nav > ul > li.item-controls .ButtonGroup .Button .Button-label {
    color: #808080;
    display: inline-block;
    font-weight: 600;
  }
  .DiscussionPage-nav > ul > li.item-controls .ButtonGroup .Button.Button--primary.SplitDropdown-button .Button-icon {
    display: inline;
    margin-right: 5px;
    font-size: 14px;
  }
  .DiscussionPage-nav > ul > li.item-controls .ButtonGroup .Button--icon,
  .DiscussionPage-nav > ul > li.item-controls .ButtonGroup .Button-icon {
    width: 23px;
    font-size: 14px;
    color: #808080;
  }
  .DiscussionPage-nav > ul > li {
    margin: 15px;
    display: inline-block;
  }
  .DiscussionPage-nav > ul > li .open .Button.Dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .DiscussionPage-nav > ul > li.item-scrubber {
    margin: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .DiscussionPage-nav {
    float: right;
  }
  .DiscussionPage-nav,
  .DiscussionPage-nav > ul {
    width: 150px;
  }
  .DiscussionPage-nav > ul {
    position: fixed;
    margin-top: 30px;
    z-index: 1;
  }
  .DiscussionPage-nav > ul > li {
    margin-bottom: 10px;
  }
  .DiscussionPage-nav .ButtonGroup,
  .DiscussionPage-nav .Button {
    width: 100%;
  }
  .DiscussionPage-nav .ButtonGroup:not(.itemCount1) .Button:first-child {
    width: 77%;
  }
  .DiscussionPage-nav .ButtonGroup:not(.itemCount1) .Dropdown-toggle {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .DiscussionPage-stream {
    margin-right: 225px;
  }
  .DiscussionListLayout {
    margin-right: 225px;
  }
  .DiscussionListLayout .DiscussionPage-stream {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .DiscussionPage-list {
    display: none;
  }
}
@media (min-width: 768px) {
  .DiscussionPage-list {
    left: -406px;
    position: absolute;
    z-index: 19;
    overflow: auto;
    top: 100px;
    height: calc(100vh - 100px);
    width: 400px;
    background: #fff;
    padding-bottom: 40px;
    border-top: 1px solid #eceef4;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.35);
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
  }
  .affix .DiscussionPage-list {
    position: fixed;
    bottom: 0;
    height: auto;
  }
  .paneShowing .DiscussionPage-list {
    left: 0;
  }
  .DiscussionPage-list .DiscussionListItem {
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .DiscussionPage-list .DiscussionListItem.active {
    background: #eceef4;
  }
  .DiscussionPage-list .DiscussionListItem-controls {
    top: 5px;
  }
  .DiscussionPage-list .DiscussionListItem-content {
    padding-left: 67px;
    padding-right: 80px;
  }
  .DiscussionPage-list .DiscussionListItem-title {
    font-size: 14px;
  }
  .DiscussionPage-list .DiscussionListItem-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .DiscussionPage-list .DiscussionListItem-relevantPosts {
    margin-left: -52px;
    margin-right: -65px;
  }
  .DiscussionPage-list .DiscussionListItem-count {
    margin-top: 11px;
  }
}
@media (min-width: 1300px) {
  .panePinned .DiscussionPage-list {
    left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .hasPane.panePinned .App-content,
  .hasPane.panePinned .App-footer {
    margin-left: 400px;
  }
  .App-header .container {
    transition: width 0.2s;
  }
  .hasPane.panePinned .App-header .container {
    width: 100%;
  }
}
.EditUserModal-groups .checkbox {
  margin-bottom: 10px;
}
.EditUserModal-groups .Badge {
  margin: -3px 3px -3px 0;
  vertical-align: 1px;
}
footer#footer {
  /*color: #d3d3d3;*/
  background: #fff;
  border-top: 1px solid #e7e7eb;
  font-size: 14px;
  color: #210826;
  font-weight: 400;
  padding: 80px 0 20px 0;
}
footer#footer .footer-tablet-up {
  display: block;
}
footer#footer .footer-mobile {
  display: none;
}
footer#footer .section-a {
  max-width: 1300px;
  padding: 0 10px;
}
footer#footer .left {
  text-align: left;
}
footer#footer .left img {
  max-height: 24px;
  margin-bottom: 2rem;
}
footer#footer .text-right {
  text-align: right;
}
footer#footer h2,
footer#footer h3 {
  color: #210826;
  font-weight: 400;
}
footer#footer h2 {
  margin-top: 1rem;
  font-size: 17px;
  margin: 0 0 4rem 0;
}
footer#footer h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 17px;
  font-weight: 600;
}
footer#footer .Button--primary--hollow {
  padding: 16px 20px;
  min-width: 220px;
  border-width: 2px;
  line-height: 1;
}
footer#footer .Button--primary--hollow:hover {
  color: #ff0055;
}
footer#footer .social-links {
  display: flex;
  align-items: center;
  margin: 0 -0.5rem;
}
footer#footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  color: #fff;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 50%;
  background-color: #210826;
  font-size: 17px;
  margin: 0 0.5rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer#footer .social-links a:hover {
  -ms-transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
footer#footer .social-links a i {
  margin-top: 2px;
}
footer#footer .social-links a i.fa-instagram {
  font-size: 22px;
}
footer#footer .social-links a i.fa-youtube {
  font-size: 19px;
}
footer#footer .no-bullet {
  margin: 0 0 1rem 0;
  list-style: none;
  padding: 0;
}
footer#footer .no-bullet a,
footer#footer .no-bullet a:visited {
  color: #475266;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.15px;
}
footer#footer .no-bullet a:hover {
  text-decoration: underline;
}
footer#footer .copyright {
  padding: 0;
  margin-top: 100px;
  background-color: #fff;
  text-align: left;
  color: #606267;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  footer#footer {
    padding: 60px 0 70px 0;
  }
  footer#footer .footer-tablet-up {
    display: none;
  }
  footer#footer .footer-mobile {
    display: block;
    padding: 0 1rem;
  }
  footer#footer .footer-mobile ul {
    text-align: center;
  }
  footer#footer .footer-mobile .footer-mobile-menus a {
    padding: 10px 0;
    margin: 0 0.1rem;
    text-align: left;
    display: block;
    border-bottom: 1px solid #bbb;
    font-size: 15px;
    color: #475266;
    font-weight: 400;
  }
  footer#footer .footer-mobile .footer-mobile-menus a i {
    float: right;
    margin-top: 3px;
    font-weight: 900;
  }
  footer#footer .footer-mobile h2 {
    text-align: center;
    margin: 20px 0 0;
  }
  footer#footer .footer-mobile .social-links {
    padding: 1rem 0;
    justify-content: center;
  }
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}
.column,
.columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: initial;
}
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.small-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.column-block {
  margin-bottom: 1.875rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
.pointer {
  cursor: pointer;
}
.Hero {
  margin-top: -1px;
  /*background: @hero-bg;*/
  /*color: @hero-color;*/
  text-align: left;
  /*border-bottom: 1px solid #ededed;*/
}
.Hero h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}
.Hero .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.Hero-close {
  float: right;
  margin-top: -10px;
  color: inherit;
  opacity: 0.5;
}
.Hero-subtitle {
  margin: 8px 0 0;
  line-height: 1.5em;
}
.Hero-subtitle-tag {
  text-decoration: underline;
  color: #ff0055;
}
@media (max-width: 767px) {
  .Hero-close {
    margin-right: -10px;
  }
  .no-results {
    text-align: center;
    color: #808080;
    margin-top: 150px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .Hero h2 {
    font-size: 20px;
  }
  .Hero .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Hero-subtitle {
    font-size: 14px;
  }
  .Hero-subtitle-tag {
    text-decoration: underline;
    color: #ff0055;
  }
}
@media (min-width: 992px) {
  .IndexPage-nav .item-newDiscussion {
    margin-bottom: 20px;
  }
  .IndexPage-nav .item-newDiscussion .Button {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .IndexPage-nav .item-newDiscussion .Button + .Button--block {
    margin-top: 5px;
  }
}
.IndexPage-toolbar {
  margin-bottom: 15px;
}
.IndexPage-toolbar-view,
.IndexPage-toolbar-action {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
}
.IndexPage-toolbar-view > li,
.IndexPage-toolbar-action > li {
  display: inline-block;
}
.IndexPage-toolbar-view > li {
  margin-right: 5px;
}
.IndexPage-toolbar-action {
  float: right;
}
.IndexPage-toolbar-action > li {
  margin-left: 5px;
}
.LogInButton .Button-icon {
  font-size: 18px;
  vertical-align: -1px;
  margin-right: 5px;
}
.LogInButtons {
  margin: 0 auto;
}
.LogInButtons .LogInButton {
  margin-bottom: 5px;
  padding: 15px 20px;
  font-size: 15px;
}
.LogInButtons .LogInButton:last-child {
  margin-bottom: 20px;
}
.LogInButtonSWK {
  background: #ff0055;
}
.LogInButtonSWK:hover {
  background: #df0064;
}
.LogInButtonSWK .Button-label {
  display: block;
  line-height: 16px;
  margin-top: -5px;
}
.AlertCTA {
  display: none;
  position: fixed;
  list-style: none;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 9999;
  text-align: center;
}
.AlertCTA a,
.AlertCTA button {
  display: block;
  background: #ff0055;
  color: white;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .AlertCTA {
    display: flex;
  }
  .AlertCTA li {
    flex: 1 50%;
  }
}
.NotificationGrid {
  /*background: @control-bg;*/
  /*border-radius: @border-radius;*/
}
.NotificationGrid td,
.NotificationGrid th {
  /*border-bottom: 1px solid @body-bg;*/
  /*color: @control-color;*/
}
.NotificationGrid td,
.NotificationGrid th,
.NotificationGrid .Checkbox {
  padding: 10px 20px 20px 0;
}
.NotificationGrid .NotificationGrid-checkbox {
  padding: 0;
}
.NotificationGrid thead th {
  text-align: center;
  /*padding: 15px 25px;*/
}
.NotificationGrid thead .icon {
  display: block;
  font-size: 14px;
  width: auto;
  margin-bottom: 5px;
}
.NotificationGrid-groupToggle {
  cursor: pointer;
}
.NotificationGrid-groupToggle .icon {
  font-size: 14px;
  margin-right: 2px;
}
.NotificationGrid-checkbox .Checkbox {
  display: block;
}
.NotificationGrid-checkbox .Checkbox-display {
  text-align: center;
  cursor: pointer;
}
.NotificationGrid-checkbox.highlighted .Checkbox:not(.disabled),
.NotificationGrid-checkbox .Checkbox:hover:not(.disabled) {
  /*background: darken(@control-bg, 4%);*/
}
.NotificationList .loading-indicator {
  height: 100px;
}
@media (min-width: 768px) {
  .NotificationList-header {
    padding: 12px 15px;
    border-bottom: 1px solid #eceef4;
  }
  .NotificationList-header h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #8b94aa;
  }
  .NotificationList-header h4 a {
    color: #210826;
  }
}
.NotificationList-header .Button {
  float: right;
  margin-top: -11px;
  margin-right: -11px;
  color: #475266;
  background: #eceef4;
}
.NotificationList-header .Button:hover,
.NotificationList-header .Button:focus,
.NotificationList-header .Button.focus {
  background-color: #dce0eb;
}
.NotificationList-header .Button:active,
.NotificationList-header .Button.active,
.open > .Dropdown-toggle.NotificationList-header .Button {
  background-color: #ccd1e1;
}
.NotificationList-header .Button.disabled,
.NotificationList-header .Button[disabled],
fieldset[disabled] .NotificationList-header .Button {
  background: #eceef4;
}
.NotificationList-header .Button:hover {
  color: #ff0055;
}
.NotificationList-empty {
  color: #8b94aa;
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
}
.NotificationGroup {
  border-top: 1px solid #eceef4;
  margin-top: -1px;
}
.NotificationGroup:not(:last-child) {
  margin-bottom: 20px;
}
.NotificationGroup-header {
  font-weight: bold;
  color: #210826 !important;
  padding: 6px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.NotificationGroup-badges {
  margin-left: -2px;
  margin-right: 18px;
  vertical-align: 1px;
}
.NotificationGroup-badges .Badge {
  margin-right: -13px;
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 10.5px;
  line-height: 20px;
}
.NotificationGroup-badges .Badge,
.NotificationGroup-badges .Badge .Badge-icon {
  /*font-size: 0.56 * @size;*/
  font-size: 14px;
}
.NotificationGroup-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.NotificationGroup-content li {
  position: relative;
}
.NotificationGroup-content li .notificationActions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.NotificationGroup-content li .notificationActions .Button--icon {
  width: 26px;
}
.NotificationGroup-content li .notificationActions .Button-icon {
  color: #210826;
}
.NotificationGroup-content li .notificationActions .LoadingIndicator--inline {
  left: -10px;
}
.Notification {
  display: block;
  padding: 8px 65px 8px 70px;
  color: #210826 !important;
  overflow: hidden;
}
.Notification:hover {
  text-decoration: none;
  background: #eceef4;
}
.Notification .Avatar {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 24px;
  float: left;
  margin: -2px 0 -2px -55px;
}
.Notification time {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.Notification-icon {
  float: left;
  margin-left: -23px;
  font-size: 14px;
  margin-top: 2px;
}
.Notification-content {
  margin-right: 5px;
}
.Notification-content .username {
  font-weight: bold;
}
.Notification-excerpt {
  color: #aaa;
  font-size: 11px;
  margin-top: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.NotificationsDropdown .Dropdown-menu {
  padding: 0;
  overflow: hidden;
}
.NotificationsDropdown .Dropdown-menu .NotificationList-content {
  max-height: 70vh;
  overflow: auto;
  padding-bottom: 10px;
}
.NotificationsDropdown .Dropdown-toggle .Button-label {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .NotificationsDropdown .Dropdown-menu {
    width: 425px;
  }
  .NotificationsDropdown .Dropdown-toggle {
    width: 36px;
    text-align: center;
    padding: 8px 0;
  }
  .NotificationsDropdown .Dropdown-toggle .Button-label,
  .NotificationsDropdown .Dropdown-toggle .Button-caret {
    display: none;
  }
  .NotificationsDropdown .Dropdown-toggle .Button-icon {
    font-size: 16px;
    vertical-align: -1px;
    margin: 0;
  }
}
.NotificationsDropdown .Dropdown-toggle.new .Button-icon {
  color: #210826;
}
.NotificationsDropdown-unread {
  position: absolute;
  top: 1px;
  left: 17px;
  background: #210826;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px 3px;
  line-height: 1em;
  border-radius: 10px;
  border: 1px solid #fff;
  min-width: 18px;
  height: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .NotificationsDropdown-unread {
    left: 8px;
  }
}
.new .NotificationsDropdown-unread {
  background: #210826;
}
@media (min-width: 768px) {
  .PostStream {
    margin-top: 10px;
  }
}
.PostStream-item {
  border-bottom: 1px solid #ededed;
}
.PostStream-item:not(:last-child) {
  border-bottom: 1px solid #eceef4;
}
@media (max-width: 767px) {
  .PostStream-item:not(:last-child) {
    margin: 10px -15px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .PostStream-item {
    padding: 10px 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.LoadingPost {
  -webkit-animation: blink 1s linear;
  -o-animation: blink 1s linear;
  animation: blink 1s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.fakeText {
  display: inline-block;
  vertical-align: middle;
  background: #eceef4;
  height: 12px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}
.Post-header .fakeText {
  height: 16px;
  width: 150px;
}
@media (max-width: 767px) {
  .Post-header .fakeText {
    margin-bottom: 0;
  }
}
.PostStream-timeGap {
  text-transform: uppercase;
  font-weight: bold;
  color: #8b94aa;
  padding: 20px 20px 20px 85px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .PostStream-timeGap {
    margin: 0 -15px;
    padding: 20px 15px;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.pulsate {
  -webkit-animation: pulsate 1s ease-in-out;
  -o-animation: pulsate 1s ease-in-out;
  animation: pulsate 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.flash {
  -webkit-animation: pulsate 0.2s ease-in-out;
  -o-animation: pulsate 0.2s ease-in-out;
  animation: pulsate 0.2s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.comment-block .Post.editing {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .Post {
    padding: 20px 20px 10px 20px;
    margin: -1px -20px;
    transition: 0.2s box-shadow, top 0.2s, opacity 0.2s;
    position: relative;
    top: 0;
    border-radius: 4px;
  }
  .Post:before,
  .Post:after {
    content: " ";
    display: table;
  }
  .Post:after {
    clear: both;
  }
  .Post.editing {
    opacity: 0.5;
  }
  .Post.Blog {
    padding-top: 0;
    padding-left: 20px;
  }
}
.UserPage-content .Post {
  margin: 0;
  padding: 0;
}
.Post-header {
  margin-bottom: 10px;
  color: #8b94aa;
}
.Post-header,
.Post-header a {
  color: #8b94aa;
}
.Post-header > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Post-header > ul > li {
  display: inline-block;
  margin: 0 10px 0 0;
  /*&.item-meta { float: right; }*/
}
.PostUser {
  margin: 0;
  display: inline;
  font-weight: normal;
  position: relative;
}
.PostUser h3 {
  display: inline;
}
.PostUser h3,
.PostUser h3 a {
  color: #210826;
  font-weight: bold;
  font-size: 14px;
}
.PostUser .UserOnline .icon {
  font-size: 12px;
}
.PostUser .UserOnline .fa-circle {
  color: #4cd964;
}
.PostUser .UserCard {
  position: absolute;
  top: -10px;
  left: -100px;
  z-index: 1030;
  -webkit-transition: opacity 0.2s, transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transform: scale(0.95);
  transform-origin: left top;
  opacity: 0;
}
.PostUser .UserCard.in {
  transform: scale(1);
  opacity: 1;
}
.PostUser-badges {
  text-align: right;
  white-space: nowrap;
  pointer-events: none;
}
.PostUser-badges .Badge {
  margin-left: -10px;
  position: relative;
  pointer-events: auto;
}
.Post-body {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  overflow: auto;
  overflow-wrap: break-word;
}
.Post-body p {
  margin-bottom: 5px;
}
.Post-body ul,
.Post-body ol,
.Post-body blockquote {
  margin-bottom: 1em;
}
.Post-body a {
  border-bottom: 1px solid #eceef4;
  font-weight: 600;
}
.Post-body a.img-link {
  border: none;
}
.Post-body a:hover,
.Post-body a:focus,
.Post-body a:active {
  text-decoration: none;
  border-color: #ff0055;
}
.Post-body blockquote {
  font-size: inherit;
  border: 0;
  background: #eceef4;
  color: #475266;
  border-radius: 4px;
  padding: 8px 15px;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  margin: 1em 0;
}
.Post-body code {
  font-family: source-code-pro, Monaco, Consolas, "Courier New", monospace;
  padding: 5px;
  background: #f7f7f7;
  color: #8f23a4;
  line-height: 1.3;
  font-size: 90%;
  border-radius: 4px;
}
.Post-body pre {
  border: 0;
  padding: 15px;
  background: #f7f7f7;
  color: #666;
  font-size: 90%;
  border-radius: 4px;
  overflow-wrap: normal;
}
.Post-body pre code {
  padding: 0;
  background: none;
  color: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
}
.Post-body h1 {
  font-size: 160%;
}
.Post-body h2 {
  font-size: 120%;
  font-weight: bold;
}
.Post-body h3 {
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.Post-body h4,
.Post-body h5,
.Post-body h6 {
  font-size: 100%;
  font-weight: bold;
}
.Post-body img,
.Post-body iframe {
  max-width: 100%;
  max-height: 40vh;
}
.Post--hidden .Post-header,
.Post--hidden .Post-header a,
.Post--hidden .PostUser h3,
.Post--hidden .PostUser h3 a {
  color: #aaa;
}
.Post--hidden:not(.revealContent) .Post-header {
  margin-bottom: 0;
}
.Post--hidden:not(.revealContent) .Post-body,
.Post--hidden:not(.revealContent) .Post-footer,
.Post--hidden:not(.revealContent) h3 .Avatar,
.Post--hidden:not(.revealContent) .PostUser-badges {
  display: none;
}
.Post--hidden .Post-body,
.Post--hidden .Post-footer,
.Post--hidden h3 .Avatar,
.Post--hidden .PostUser-badges {
  opacity: 0.5;
}
.Post--hidden .Post-header .Button--more {
  color: #aaa;
  background: rgba(170, 170, 170, 0.3);
}
.Post--hidden .Post-header .Button--more:hover,
.Post--hidden .Post-header .Button--more:focus,
.Post--hidden .Post-header .Button--more.focus {
  background-color: rgba(157, 157, 157, 0.35);
}
.Post--hidden .Post-header .Button--more:active,
.Post--hidden .Post-header .Button--more.active,
.open > .Dropdown-toggle.Post--hidden .Post-header .Button--more {
  background-color: rgba(145, 145, 145, 0.4);
}
.Post--hidden .Post-header .Button--more.disabled,
.Post--hidden .Post-header .Button--more[disabled],
fieldset[disabled] .Post--hidden .Post-header .Button--more {
  background: rgba(170, 170, 170, 0.3);
}
.Post--loading {
  opacity: 0.5;
}
.PostMeta {
  display: inline;
}
.PostMeta .Dropdown-menu {
  width: 420px;
  padding: 10px;
  color: #8b94aa;
}
@media (max-width: 767px) {
  .PostMeta .Dropdown-menu {
    padding: 15px !important;
  }
}
.PostMeta-number {
  color: #210826;
  font-weight: bold;
}
.PostMeta-time,
.PostMeta-ip {
  margin-left: 5px;
}
.PostMeta-permalink {
  margin-top: 10px;
}
a.PostMeta-permalink {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PostEdited {
  cursor: default;
}
.EventPost-icon {
  float: left;
}
.EventPost,
.EventPost a {
  color: #8b94aa;
}
.EventPost a {
  font-weight: bold;
}
.EventPost .Post-footer {
  margin-bottom: 0;
}
.EventPost-info {
  font-size: 14px;
}
.Post-footer > ul,
.Post-actions > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Post-footer,
.Post-actions,
.Post-footer a,
.Post-actions a {
  color: #8b94aa;
}
.Post-footer a,
.Post-actions a {
  display: inline-block;
}
.Post-footer a .icon,
.Post-actions a .icon {
  display: none;
}
.Post-footer {
  margin-top: 5px;
}
.Post-footer > ul > li {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 15px;
}
.Post-footer .icon {
  font-size: 14px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .Post-footer > ul > li {
    margin-right: 30px;
  }
}
.Post-actions {
  float: right;
  position: relative;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /*
  @media @tablet-up {
    .no-touch & {
      opacity: 0;
    }
  }
  */
}
.EventPost .Post-actions,
.Post--hidden:not(.revealContent) .Post-actions {
  margin-top: -27px;
  margin-bottom: -15px;
}
.Post-actions > ul > li {
  margin-right: 0;
  margin-left: -5px;
  display: inline-block;
  vertical-align: top;
}
.Post-actions > ul > li.item-like {
  margin-right: 0;
}
@media (min-width: 768px) {
  .Post-actions > ul > li.item-like {
    margin-right: 30px;
  }
}
.Post-actions > ul > li.item-reply .Button-label:before {
  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;
  content: "\f112";
  margin-right: 5px;
}
.Post:hover .Post-actions,
.Post-actions.open {
  opacity: 1;
}
.PostPreview {
  color: #8b94aa;
  padding-left: 50px;
  line-height: 1.7em;
}
.PostPreview .PostPreview-excerpt {
  word-wrap: break-word;
}
.PostPreview .Avatar {
  float: left;
  margin-left: -50px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-size: 16px;
  line-height: 32px;
}
.PostPreview .username {
  color: #210826;
  font-weight: bold;
  margin-right: 5px;
  word-wrap: break-word;
}
.PostPreview time {
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
@media (max-width: 767px) {
  article.reply {
    padding: 0 20px 0 70px;
  }
  .Post-header .Avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .PostUser-badges {
    position: absolute;
    top: -12px;
    left: 6px;
    width: 32px;
  }
  .PostUser-badges .Badge {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 19px;
    margin-left: -13px;
  }
  .PostUser-badges .Badge,
  .PostUser-badges .Badge .Badge-icon {
    /*font-size: 0.56 * @size;*/
    font-size: 14px;
  }
  .EventPost {
    padding-left: 50px;
  }
  .EventPost-icon {
    font-size: 18px;
    margin-left: -30px;
    margin-top: 2px;
  }
}
.replies {
  margin: 0 0 0 30px;
  padding-left: 0;
}
.replies .PostStream-item {
  border: none;
  padding: 10px 0 0 0;
}
.replies .Post-header {
  margin-bottom: 5px;
}
.replies .Post-body p {
  margin-bottom: 5px;
}
.replies .PostUser-avatar {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  font-size: 12.5px;
  line-height: 25px;
  display: inline-block;
  position: static;
  vertical-align: middle;
}
.replies .reply-content {
  border-left: 1px #8b94aa solid;
  padding-left: 20px;
}
.replies .Post-flagged {
  margin-left: -22px;
}
@media (max-width: 767px) {
  .replies .Post-flagged {
    margin-left: 0;
  }
}
.PostStream {
  margin-top: 0;
}
.DiscussionListItem {
  border-bottom: 1px solid #c4cbd8;
  border-radius: 0;
}
.Post--hidden {
  padding-bottom: 20px !important;
  padding-left: 85px !important;
}
@media (max-width: 767px) {
  .Post--hidden {
    padding-bottom: 10px !important;
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .replies {
    margin: 0 0 30px 65px;
    border-left: 1px solid #ededed;
    padding-left: 20px;
  }
  .replies .PostStream-item {
    border: none;
    padding-top: 0;
  }
  .replies span.username {
    margin-left: 15px;
  }
  .replies .Post-body {
    font-size: 13px;
  }
  .replies .Post-body p {
    margin-bottom: 0;
  }
  .replies .Post-header {
    margin-bottom: 10px;
  }
  .replies .Post--hidden {
    padding: 0 20px 20px 20px !important;
  }
  .replies .Post {
    padding: 0 20px 0 20px;
  }
  .replies .PostUser-avatar {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    font-size: 18px;
    line-height: 36px;
  }
  .Post {
    padding-left: 105px;
  }
  .UserPage-content .Post {
    padding-left: 0;
  }
  .CommentPost:not(.Post--hidden),
  .ReplyPlaceholder {
    min-height: 104px;
  }
  .PostUser-avatar {
    left: -85px;
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    font-size: 32px;
    line-height: 64px;
  }
  .PostUser-badges {
    float: left;
    position: relative;
    margin-left: -80px;
    margin-top: -3px;
    width: 64px;
  }
  .EventPost-icon {
    text-align: right;
    margin-left: -85px;
    width: 64px;
    font-size: 22px;
  }
}
.ReplyPlaceholder {
  font-size: 15px;
  cursor: text;
  overflow: hidden;
  margin-top: 50px;
  border: 2px dashed #eceef4;
  color: #8b94aa;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .ReplyPlaceholder {
    margin-top: 10px;
  }
}
.ReplyPlaceholder .Post-header {
  margin: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .ReplyPlaceholder {
    border-color: transparent;
    transition: border-color 0.2s;
  }
  .ReplyPlaceholder .Post-header {
    padding-top: 18px;
    position: relative;
  }
  .ReplyPlaceholder .Avatar {
    margin-top: -18px;
  }
  .ReplyPlaceholder:hover {
    border-color: #eceef4;
  }
  .LoadingPost .Post-header {
    position: relative;
  }
}
.Scrubber a {
  /*margin-left: -5px;*/
  color: #8b94aa;
}
.Scrubber a .fa {
  font-size: 14px;
  margin-right: 2px;
}
.Scrubber a:hover,
.Scrubber a:focus {
  text-decoration: none;
  color: #ff0055;
}
.Scrubber-scrollbar {
  margin: 8px 0 8px 3px;
  height: 300px;
  min-height: 50px;
  position: relative;
}
.Scrubber-before,
.Scrubber-after {
  border-left: 1px solid #eceef4;
}
.Scrubber-unread {
  position: absolute;
  border-left: 1px solid #a8afc0;
  width: 100%;
  background-image: linear-gradient(to right, #eceef4, rgba(236, 238, 244, 0) 10px, rgba(236, 238, 244, 0));
  display: flex;
  align-items: center;
  color: #8b94aa;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-left: 13px;
  overflow: hidden;
}
.Scrubber-handle {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5px 0;
}
.Scrubber-bar {
  height: 100%;
  width: 5px;
  background: #ff0055;
  border-radius: 4px;
  float: left;
  margin-left: -2px;
  transition: background 0.2s;
}
.disabled .Scrubber-bar {
  background: #eceef4;
}
.Scrubber-bar-more {
  position: relative;
  height: 100%;
  float: left;
}
.Scrubber-bar-more .dotted-bar {
  height: 30px;
  border-radius: 4px;
  width: 5px;
  background-image: linear-gradient(0deg, white 50%, #ff0055 0%);
  background-size: 100% 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Scrubber-info {
  margin-top: -1.5em;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 15px;
}
.Scrubber-info strong {
  display: block;
  font-size: 14px;
}
.Scrubber-info strong.load-text {
  margin-top: 10px;
}
.Scrubber-info .Scrubber-description {
  font-size: 12px;
}
.Scrubber-description {
  color: #8b94aa;
}
@media (max-width: 767px) {
  .PostStreamScrubber .Dropdown-toggle {
    font-size: 14px;
  }
  .PostStreamScrubber .Dropdown-menu {
    padding: 30px;
    font-size: 13px;
  }
  .Scrubber-scrollbar {
    height: 40vh !important;
    max-height: none !important;
  }
}
@media (min-width: 768px) {
  .PostStreamScrubber {
    margin: 30px 0 0 0;
  }
  .PostStreamScrubber .Dropdown-toggle {
    display: none;
  }
  .PostStreamScrubber .Dropdown-menu {
    display: block;
    border: 0;
    width: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
    float: none;
    position: static;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* Style changes to existing elements */
@media (min-width: 768px) {
  .Search-input input {
    float: left;
    width: 30px;
    padding-left: 6px;
  }
}
.focused .Search-input input,
.active .Search-input input {
  padding-left: 32px;
}
@media (min-width: 768px) {
  .Search-input input.FormControl {
    background-color: transparent;
    cursor: pointer;
  }
  .focused .Search-input input.FormControl,
  .active .Search-input input.FormControl {
    cursor: inherit;
  }
  .Search-input:before {
    color: #210826;
  }
}
/* Compensate for the newly added secondary navigation */
.App {
  padding-top: 95px;
}
.App.userContainer {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .App {
    padding-top: 64px;
  }
  .App.noSecondaryNav,
  .App.userContainer {
    padding-top: 63px;
  }
}
.noSecondaryNav .Header-secondary-navigation,
.userContainer .Header-secondary-navigation {
  display: none;
}
.Header-secondary-navigation {
  color: #475266;
  border-top: 1px solid #c4cbd8;
  border-bottom: solid 1px #c4cbd8;
  top: 80px;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  background-color: #fff;
}
.Header-secondary-navigation > .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .Header-secondary-navigation {
    top: 100px;
    padding: 5px 0;
  }
}
.secondary-navigation-startDiscussion {
  float: left;
}
.secondary-navigation-discussionFilters {
  float: right;
}
/*.secondary-navigation-discussionFilters .mobile-filters, .mobileSearchTrigger { display:none; }*/
.secondary-navigation-discussionFilters .mobile-filters,
.mobileSearchTrigger {
  display: inline-block;
}
.secondary-navigation-discussionFilters .mobile-filters .fa-filter.filter-active {
  color: #ff0055;
}
.mobileSearchTrigger {
  vertical-align: middle;
}
.OverlaySearch {
  position: fixed;
  top: -50px;
  left: 0;
  right: 0;
  transition: top 0.2s linear;
  display: none;
}
@media (max-width: 767px) {
  .OverlaySearch {
    display: block;
  }
}
.OverlaySearch ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.OverlaySearch .Search-input:before {
  display: none;
}
.OverlaySearch .FormControl {
  border-radius: 0;
  background-color: #fff;
  margin: 0;
  border: none;
  height: 50px;
  width: 100%;
  color: #210826;
  padding-left: 45px;
}
.OverlaySearch .item-closeSearch span {
  color: #475266;
}
.OverlaySearch span {
  position: absolute;
  left: 5px;
  top: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  cursor: pointer;
}
.OverlaySearch .Search-results span.Button-label {
  font-size: 13px;
  color: #210826;
  position: relative;
  top: 0;
}
.App-backControl {
  right: 0;
}
.Mobile-Header-title,
.ButtonGroup > .SecondaryNavigationLogin.Button {
  display: none;
  position: absolute;
}
.ButtonGroup > .SecondaryNavigationLogin.Button {
  right: 10px;
  height: auto !important;
  padding: 8px !important;
  top: 4px;
  color: #fff;
}
.ButtonGroup > .SecondaryNavigationLogin.Button:last-child:not(:first-child) {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
.ButtonGroup > .SecondaryNavigationLogin.Button .Button-label {
  display: block;
  color: #fff;
}
.Mobile-Header-title {
  width: 150px;
  margin: 10px 0 0 -75px;
  left: 50%;
}
.Mobile-Header-title img {
  max-width: 100%;
  height: auto;
}
.SessionDropdown {
  top: 4px;
  right: 0;
  position: absolute;
}
.SessionDropdown .Dropdown-toggle .Button-label {
  display: none;
}
.SessionDropdown .Dropdown-toggle .Avatar {
  margin: 0;
}
.SessionDropdown.open > .Dropdown-toggle.Button,
.SessionDropdown .Button:hover,
.SessionDropdown .Button:focus,
.SessionDropdown .Button.focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.NotificationsDropdown {
  right: 40px;
  top: 6px;
}
.NotificationsDropdown .Button-label {
  display: none;
}
.NotificationsDropdown .Button-icon {
  margin: 0;
  font-size: 18px;
  color: #fff;
}
.NotificationsDropdown .App-primaryControl .Button-icon {
  color: #210826;
}
.NotificationsDropdown.open > .Button.Dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .NotificationsDropdown {
    position: absolute;
  }
}
.Header-secondary .item-flags {
  display: none;
}
.Header-secondary .NotificationsDropdown {
  top: 0;
  right: 10px;
}
@media (max-width: 767px) {
  .Header-secondary .NotificationsDropdown,
  .Header-secondary .SessionDropdown {
    display: none;
  }
  .NotificationList-header {
    height: 45px;
    position: relative;
  }
  .App.affix .NotificationList-header .App-primaryControl,
  .App.affix .NotificationList-header .App-titleControl {
    position: relative !important;
  }
  .App.affix .NotificationsDropdown .Dropdown-menu .NotificationList .NotificationList-content {
    max-height: 64vh;
    width: 100%;
  }
  .ButtonGroup > .SecondaryNavigationLogin.Button,
  .Mobile-Header-title,
  .NotificationsDropdown {
    display: inline-block;
  }
  .noSecondaryNav .Mobile-Header-title,
  .noSecondaryNav .SessionDropdown,
  .noSecondaryNav .NotificationsDropdown,
  .navigation-filter-discussion.Button-Refresh {
    display: none;
  }
  .secondary-navigation-startDiscussion {
    float: left;
  }
  .secondary-navigation-discussionFilters {
    float: right;
  }
  .secondary-navigation-startDiscussion,
  .secondary-navigation-discussionFilters {
    display: inline-block;
  }
  .secondary-navigation-startDiscussion .navigation-filter-discussion,
  .secondary-navigation-discussionFilters .navigation-filter-discussion,
  .secondary-navigation-startDiscussion .navigation-filter-by,
  .secondary-navigation-discussionFilters .navigation-filter-by,
  .secondary-navigation-startDiscussion .navigation-filter-by .Select,
  .secondary-navigation-discussionFilters .navigation-filter-by .Select,
  .secondary-navigation-startDiscussion .mobileSearchTrigger,
  .secondary-navigation-discussionFilters .mobileSearchTrigger {
    margin: 0 0 5px 10px;
    display: inline-block;
  }
  .secondary-navigation-startDiscussion .mobile-filters,
  .secondary-navigation-discussionFilters .mobile-filters {
    display: inline-block;
  }
  .secondary-navigation-startDiscussion .mobile-filters .Select-label,
  .secondary-navigation-discussionFilters .mobile-filters .Select-label {
    display: none;
  }
}
.secondary-navigation-discussionFilters .navigation-filter-discussion .Select,
.secondary-navigation-discussionFilters .navigation-filter-by .Select {
  position: absolute;
  width: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.secondary-navigation-startDiscussion {
  margin-bottom: 4px;
}
.OverlayDropdown {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 1;
  /*left: 0;*/
  background-color: #fff;
  text-align: left;
  font-size: 12px;
  border-bottom: solid 1px #eee;
  /*bottom: 0;*/
  overflow: auto;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(204, 204, 204, 0.29);
  box-shadow: 2px 3px 5px 0 rgba(204, 204, 204, 0.29);
  border: 1px solid #e7e7eb;
  border-radius: 5px;
}
.OverlayDropdown.show {
  display: block;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .OverlayDropdown {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .OverlayDropdown {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .OverlayDropdown .filter-dropdown-content {
    padding: 20px 10px;
    margin: 0 15px;
    border-bottom: 1px solid #eee;
  }
}
.OverlayDropdown div {
  padding: 5px 16px;
  cursor: pointer;
}
.filterCloser {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.filterCloser.show {
  display: block;
}
.OverlaySearch.show {
  top: 46px;
}
.navigation-filter-discussion,
.navigation-filter-by {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.mobileSearchTrigger {
  display: none;
}
@media (min-width: 768px) {
  .navigation-filter-discussion,
  .navigation-filter-by {
    margin-bottom: 0;
  }
}
.navigation-filter-discussion {
  margin-right: 15px;
}
.navigation-filter-discussion .Select-filter-caret,
.Select-filter-caret {
  display: none;
}
@media (min-width: 768px) {
  .navigation-filter-discussion {
    margin-bottom: 0;
  }
  .navigation-filter-discussion .Select-filter-caret {
    display: inline-block;
  }
  .Select-filter-caret {
    display: inline-block;
  }
}
.Header-secondary-navigation .Button--primary {
  padding: 10px 16px;
  color: #fff;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .Header-secondary-navigation .FormControl {
    background-color: transparent;
    color: #808080;
    padding: 0px 25px 0 0;
    width: auto;
  }
}
.Select-filter-caret {
  /*margin-right: -30px;*/
  pointer-events: none;
  color: #808080;
}
@media (min-width: 768px) {
  .Header-secondary-navigation .FormControl.select-filter {
    max-width: 120px;
    padding: 0 0 0 20px;
    margin-left: -20px;
    overflow: hidden;
    transition: max-width 0.2s ease-in-out, -webkit-mask-image 0.2s;
    -webkit-mask-image: linear-gradient(to right, #000 100px, rgba(0, 0, 0, 0) 125px);
  }
}
@media (min-width: 768px) {
  .App-header .item-session .Button,
  .App-header .item-session .Button:hover {
    color: #afe6ed;
    background: transparent;
  }
}
.navigation-filter-discussion .fa-refresh {
  display: none;
}
@media (min-width: 768px) {
  .navigation-filter-discussion .fa-refresh {
    display: inline-block;
  }
}
.Button.LogInButtonSWK .LoadingIndicator {
  top: -25px;
}
@media (min-width: 768px) {
  .App-header .Button,
  .App-header .Button:hover {
    color: #fff;
    background-color: transparent;
  }
}
.item-logIn {
  text-transform: uppercase;
}
.SettingsPage {
  margin-top: 5px;
}
.SettingsPage > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.SettingsPage > ul > li {
  border-bottom: solid 1px #eee;
  padding: 30px 0;
}
.SettingsPage > ul > li:first-child {
  padding-top: 0;
}
.SettingsPage > ul > li:last-child {
  border-bottom: none;
}
.SettingsPage fieldset > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.SettingsPage legend {
  font-size: 20px;
  font-weight: 100;
}
.SettingsPage ul.mobileSettingsNav {
  text-align: center;
  display: none;
  border-bottom: solid 1px #eee;
}
.SettingsPage ul.mobileSettingsNav > li {
  display: inline-block;
  border-bottom: none;
  padding: 20px;
  font-size: 16px;
  color: #808080;
}
@media (max-width: 767px) {
  .SettingsPage ul.mobileSettingsNav {
    display: block;
  }
}
.Settings-account li {
  display: block;
}
.SignUpModal-welcome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.SignUpModal-welcome,
.SignUpModal-welcome a {
  color: #fff;
}
.SignUpModal-welcome .Button--link,
.SignUpModal-welcome .Search-input {
  color: #fff;
}
.SignUpModal-welcome .FormControl {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
}
.SignUpModal-welcome .FormControl::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.SignUpModal-welcome .FormControl:-ms-input-placeholder {
  color: #fff;
}
.SignUpModal-welcome .FormControl::-webkit-input-placeholder {
  color: #fff;
}
.SignUpModal-welcome .FormControl:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.SignUpModal-welcome .Button,
.SignUpModal-welcome .Button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.SignUpModal-welcome .Button--flat {
  background: transparent;
}
.SignUpModal-welcome .Button:active,
.SignUpModal-welcome .Button.active,
.SignUpModal-welcome .Button:focus,
.SignUpModal-welcome .Button.focus,
.SignUpModal-welcome .open > .Dropdown-toggle.Button {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.SignUpModal-welcome .Avatar {
  width: 96px;
  height: 96px;
  border-radius: 96px;
  font-size: 48px;
  line-height: 96px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.SignUpModal-welcome h3,
.SignUpModal-welcome p {
  margin-bottom: 25px;
}
.SignUpModal-welcome .Button {
  font-size: 15px;
  height: 50px;
  padding: 15px 20px;
}
.SignUpModal-welcome .darkenBackground {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.SignUpModal-welcome .container {
  width: auto !important;
  padding: 50px 30px !important;
  position: relative;
}
.SignUpModal--success .Modal-close .Button {
  color: #fff;
}
@media (max-width: 767px) {
  .SignUpModal-welcome .container {
    padding-top: 116px;
  }
}
.Slidable-underneath {
  display: none;
}
@media (max-width: 767px) {
  .Slidable {
    position: relative;
  }
  .Slidable .DiscussionListItem-controls {
    display: block;
    position: static;
  }
  .Slidable .Slidable-underneath {
    display: none;
    background: #ff0055 !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    color: #fff !important;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 0;
    text-align: right;
  }
  .Slidable .Slidable-underneath .icon {
    width: 50px;
    text-align: center;
    font-size: 20px;
  }
  .Slidable .Slidable-underneath--left {
    text-align: left;
  }
  .Slidable .Slidable-content {
    -webkit-transition: box-shadow 0.2s, border-radius 0.2s;
    -o-transition: box-shadow 0.2s, border-radius 0.2s;
    transition: box-shadow 0.2s, border-radius 0.2s;
  }
  .sliding.Slidable .Slidable-content {
    position: relative;
    background: #fff;
    z-index: 2;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  }
}
.side-social-links {
  position: fixed;
  left: 5px;
  top: 42%;
  display: none;
}
.side-social-links a {
  margin: 10px 0;
  display: block;
}
.side-social-links a i {
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 17px;
}
.side-social-links a i.circle-icon {
  background-color: #ccc;
  border-radius: 15px;
  color: #fff;
}
@media (min-width: 992px) {
  .side-social-links {
    display: block;
  }
}
.UserCard {
  /*background: @control-bg;*/
  /*.light-contents();*/
  /*background-size: 100% 100%;*/
  background-color: #eceef4 !important;
}
@media (max-width: 767px) {
  .UserCard {
    display: none;
  }
}
.UserCard-controls {
  float: right;
}
.UserCard-controls.Button {
  margin-top: 30px;
}
.UserCard-controls .Dropdown-menu {
  left: auto;
  right: 0;
}
.UserCard--popover {
  width: 500px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  /*&, .darkenBackground {
    border-radius: @border-radius;
  }*/
}
.UserCard--popover .container {
  width: auto !important;
  padding: 20px !important;
}
.UserCard--popover .UserCard-identity {
  font-size: 22px;
}
.UserCard-profile {
  text-align: left;
  padding-left: 130px;
  max-width: 800px;
}
@media (max-width: 767px) {
  .UserCard-profile {
    padding-left: 0;
    text-align: center;
  }
}
.UserCard-identity {
  font-weight: normal;
  display: inline;
  vertical-align: middle;
}
.UserCard-avatar {
  float: left;
  margin-left: -130px;
}
@media (max-width: 767px) {
  .UserCard-avatar {
    display: block;
    float: none;
    margin: 0 auto 20px;
    /*width: 64px + 8px;*/
  }
}
.UserCard-avatar .Dropdown-toggle {
  margin: 4px;
  line-height: 96px;
  font-size: 26px;
}
@media (max-width: 767px) {
  .UserCard-avatar .Dropdown-toggle {
    line-height: 64px;
  }
}
.UserCard-avatar .Avatar {
  width: 96px;
  height: 96px;
  border-radius: 96px;
  font-size: 48px;
  line-height: 96px;
  /*border: 4px solid #fff;
    .box-shadow(0 2px 6px @shadow-color);*/
}
@media (max-width: 767px) {
  .UserCard-avatar .Avatar {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    font-size: 32px;
    line-height: 64px;
  }
}
.UserDetailsForm .AvatarEditor.UserCard-avatar .Avatar {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  font-size: 32px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .UserDetailsForm .AvatarEditor.UserCard-avatar .Avatar {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    font-size: 32px;
    line-height: 64px;
  }
}
.item-editAvatar .UserCard-avatar {
  margin-left: 0;
}
.UserCard-badges {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}
.UserCard-badges,
.UserCard-badges > li {
  display: inline-block;
}
.UserCard-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.UserCard-info > li {
  display: inline-block;
  margin-right: 15px;
}
.UserCard-info .item-bio {
  display: block;
  margin: 0;
}
.UserBio {
  border: 1px dashed transparent;
  border-radius: 4px;
}
.UserBio.editable:not(.editing) {
  cursor: text;
}
.UserBio.editable:not(.editing):hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.UserBio,
.UserBio textarea {
  font-size: 14px;
}
.UserBio textarea {
  padding: 10px;
  font-size: 14px;
  resize: none;
}
.UserDetailsForm .UserBio {
  margin: 0;
}
.UserBio-content {
  padding: 10px 10px 1px;
}
.UserBio-placeholder {
  opacity: 0.3;
}
.UserCard-lastSeen .icon {
  font-size: 14px;
}
.UserCard-lastSeen.online .fa-circle {
  color: #4cd964;
}
.UserCard-lastSeen.online .icon {
  font-size: 12px;
}
.UserPage .UserCard-controls {
  float: right;
}
.UserPage .UserCard-controls .Dropdown-toggle .Button-icon {
  display: none;
}
@media (min-width: 992px) {
  .AppearancePage .container {
    max-width: 600px;
    padding: 30px;
    margin: 0;
  }
}
.AppearancePage fieldset {
  margin-bottom: 40px;
}
.AppearancePage-colors-input {
  overflow: hidden;
}
.AppearancePage-colors-input input {
  width: 49%;
  float: left;
}
.AppearancePage-colors-input input:first-child {
  margin-right: 2%;
}
.AppearancePage-colors-input,
.AppearancePage-colors .Checkbox {
  margin-bottom: 15px;
}
.EditCustomCssModal textarea,
.EditCustomHeaderModal textarea {
  font-family: monospace;
  line-height: 1;
}
.BasicsPage {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .BasicsPage .container {
    max-width: 600px;
    margin: 0;
  }
}
.BasicsPage fieldset {
  margin-bottom: 30px;
}
.BasicsPage fieldset > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.BasicsPage-welcomeBanner-input :first-child {
  margin-bottom: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: bold;
}
.BasicsPage-welcomeBanner-input :last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.DashboardPage {
  background: #eceef4;
  color: #475266;
  min-height: 100vh;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .DashboardPage .container {
    max-width: 600px;
    padding: 30px;
    margin: 0;
  }
}
.DashboardPage h2 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 0;
}
.UsersListPage .UsersListPage-header {
  background: #eceef4;
  color: #475266;
  padding: 20px 0;
}
.UsersListPage .UsersListPage-header p {
  margin-bottom: 20px;
}
.UsersListPage .UsersListPage-header .Button {
  margin-right: 10px;
}
.UsersListPage .UsersListPage-list {
  padding: 20px 0;
}
.UsersListPage .UsersListPage-list .UsersListItems {
  padding-left: 150px;
}
.UsersListPage .UsersListPage-list .UsersListItems > label {
  margin-left: -150px;
  float: left;
  font-weight: bold;
  margin-top: 14px;
}
.UsersListPage .UsersListPage-list .UsersListItems .UsersList {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  color: #8b94aa;
  font-size: 16px;
}
.UsersListPage .UsersListPage-list .UsersListItems .UsersList > .sortable-placeholder {
  height: 34px;
  margin-bottom: 10px;
}
.UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info {
  padding: 5px 10px;
  border-radius: 4px;
}
.UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info:hover {
  background: #eceef4;
}
.UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info > * {
  display: inline-block;
}
.UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .UsersListItem-name,
.UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .UserCard-lastSeen {
  width: 200px;
  margin: 0;
}
.UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .UsersListItem-comments,
.UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .UsersListItem-discussions {
  width: 70px;
}
.UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .Button {
  float: right;
  margin: -8px -10px -8px 10px;
}
@media only screen and (max-width: 529px) {
  .UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info {
    font-size: 12px;
  }
  .UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .UsersListItem-name {
    width: 110px;
  }
  .UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .UserCard-lastSeen {
    display: none;
  }
  .UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .UsersListItem-comments,
  .UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .UsersListItem-discussions {
    width: 50px;
  }
  .UsersListPage .UsersListPage-list .UsersListItems .UsersList li .UsersListItem-info .Button {
    float: right;
    margin-left: 0;
    padding: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .UsersListPage .UsersListPage-list .UsersListItems {
    padding-left: 0;
  }
  .UsersListPage .UsersListPage-list .UsersListItems > label {
    margin-left: 0;
    float: none;
  }
}
.EditGroupModal .Form-group:not(:last-child) {
  margin-bottom: 30px;
}
.EditGroupModal .Badge {
  margin-right: 5px;
  vertical-align: 2px;
}
.EditGroupModal-name-input :first-child {
  margin-bottom: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.EditGroupModal-name-input :last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.EditGroupModal-delete {
  float: right;
}
.ExtensionsPage-header {
  padding: 20px 0;
  background: #eceef4;
}
.ExtensionsPage-list {
  padding: 30px 0;
}
.ExtensionGroup {
  margin-bottom: 20px;
}
.ExtensionGroup h3 {
  color: #8b94aa;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px;
}
.ExtensionList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ExtensionList:before,
.ExtensionList:after {
  content: " ";
  display: table;
}
.ExtensionList:after {
  clear: both;
}
.ExtensionList > li {
  float: left;
  text-align: left;
  position: relative;
}
.ExtensionListItem.disabled .ExtensionListItem-title {
  opacity: 0.5;
  color: #8b94aa;
}
.ExtensionListItem.disabled .ExtensionListItem-icon {
  opacity: 0.5;
}
.ExtensionListItem {
  width: 120px;
  height: 160px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.ExtensionListItem-title {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 8px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.ExtensionListItem-version {
  color: #aaa;
  font-size: 11px;
  font-weight: normal;
}
.ExtensionListItem-controls {
  float: right;
  display: none;
  margin-right: -5px;
  margin-top: 1px;
}
.ExtensionListItem:hover .ExtensionListItem-controls,
.ExtensionListItem-controls.open {
  display: block;
}
.ExtensionIcon {
  width: 120px;
  height: 120px;
  background: #eceef4;
  color: #475266;
  border-radius: 6px;
  display: inline-block;
  font-size: 60px;
  line-height: 120px;
  text-align: center;
}
.MailPage {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .MailPage .container {
    margin: 0;
  }
}
.MailPage fieldset {
  margin-bottom: 30px;
}
.MailPage fieldset > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.MailPage-MailSettings-input label {
  margin-bottom: 5px;
}
.MailPage-MailSettings-input .FormControl {
  margin-bottom: 7px;
}
.MailPage-MailSettings-input :last-child {
  margin-bottom: 0;
}
.PermissionsPage-groups {
  background: #eceef4;
  padding: 20px 0;
}
.Group {
  width: 90px;
  display: inline-block;
  text-align: center;
  color: #210826;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.Group-name {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Group--add {
  color: #8b94aa;
  width: auto;
  margin-left: 10px;
  font-weight: normal;
}
.Group--add .Group-icon {
  font-size: 14px;
  margin-top: 5px;
}
.PermissionsPage-permissions {
  padding: 20px 0 200px;
  overflow: auto;
}
.PermissionGrid {
  white-space: nowrap;
}
.PermissionGrid td,
.PermissionGrid th {
  padding: 5px;
  text-align: left;
}
.PermissionGrid td {
  color: #8b94aa;
}
.PermissionGrid thead th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #8b94aa;
  min-width: 140px;
}
.PermissionGrid thead th:not(:hover) .PermissionGrid-removeScope {
  display: none;
}
.PermissionGrid tbody th {
  padding-right: 50px;
}
.PermissionGrid tbody th .icon {
  margin-right: 5px;
  font-size: 14px;
}
.PermissionGrid tbody .Dropdown {
  display: block;
}
.PermissionGrid tbody .Dropdown .Dropdown-toggle {
  width: 100%;
  display: block;
  text-align: left;
  float: none;
}
.PermissionGrid tbody .Dropdown .Dropdown-menu {
  margin: 0;
}
.PermissionGrid tbody .Button {
  text-decoration: none;
}
.PermissionGrid tbody .Button .Badge {
  margin: -3px 2px -3px 0;
  vertical-align: 0;
}
.PermissionGrid tbody td:not(:hover) .Select-caret,
.PermissionGrid tbody td:not(:hover) .Dropdown:not(.open) .Button-caret {
  display: none;
}
.PermissionGrid tbody .open .Dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.PermissionGrid-removeScope {
  margin: -1px 0;
}
.PermissionDropdown .Dropdown-toggle {
  padding: 5px 0;
  margin: -5px 0;
}
.PermissionDropdown .Badge {
  margin: -3px 3px -3px 0;
  vertical-align: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.PermissionGrid-section td,
.PermissionGrid-section th {
  padding-top: 20px;
}
.PermissionGrid-child td,
.PermissionGrid-child th {
  position: relative;
}
.PermissionGrid-child th {
  font-weight: normal;
}
.PermissionGrid-child:hover {
  background: #f6f7fa;
}
ul.tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin-bottom: 30px;
}
ul.tabs li {
  display: inline-block;
  flex: 1;
  border-bottom: 1px solid #8b94aa;
}
ul.tabs li.active {
  border-bottom: 3px solid #ff0055;
}
ul.tabs li.active a {
  color: #ff0055;
}
ul.tabs li a {
  padding: 15px;
  text-align: center;
  color: #8b94aa;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
ul.tabs + .Hero-title {
  margin-bottom: 0;
}
ul.breadcrumbs {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
ul.breadcrumbs li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
ul.breadcrumbs li.thread-tags a:not(:last-child):after {
  content: ",";
}
ul.breadcrumbs li.disabled {
  color: #8b94aa;
  font-weight: bold;
}
ul.breadcrumbs li.disabled:after {
  display: none;
}
ul.breadcrumbs li.disabled:hover {
  cursor: default;
}
ul.breadcrumbs li:after {
  content: "/";
  position: absolute;
  right: -14px;
  top: 0;
  color: #8b94aa;
}
ul.breadcrumbs li a {
  cursor: pointer;
}
ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
.CodeMirror,
.CodeMirror-scroll {
  min-height: 135px;
  height: 135px;
  border-style: none;
}
.editor-toolbar {
  border-style: none;
}
.ComposerBody-editor {
  padding: 0;
}
.Composer-footer {
  padding-left: 10px;
}
.App--index {
  padding-top: 95px;
}
@media (min-width: 768px) {
  .App--index {
    padding-top: 180px;
  }
}
.DiscussionListItem-main:hover h3 {
  text-decoration: underline;
}
span.username:hover,
.item-meta .Dropdown-toggle:hover {
  text-decoration: underline;
}
.more-replies ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.more-replies ul li {
  vertical-align: middle;
  display: inline-block;
}
.more-replies ul li button {
  text-decoration: underline;
  padding-left: 0;
  font-size: 12px;
  color: #ff0055;
}
.DiscussionListItem-title {
  white-space: nowrap;
  text-overflow: ellipsis;
}
li.item-startPost {
  white-space: nowrap;
  text-overflow: ellipsis;
}
li.item-startPost span.FirstPostLabel-text br {
  display: none;
}
.secondary-navigation-discussionFilters .navigation-filter-discussion.dropdown,
.secondary-navigation-discussionFilters .navigation-filter-by {
  cursor: pointer;
}
.pointer article {
  cursor: pointer;
}
.OverlayDropdown div:hover {
  background: #e5e5e5;
}
ul li .progress-button {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
ul li .progress-button > i {
  display: none;
}
@media (max-width: 767px) {
  ul li .progress-button > i {
    display: block;
  }
}
ul li .progress-button .content {
  position: relative;
  display: block;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
ul li .progress-button .content::before {
  padding-top: 5px;
  position: absolute;
  color: white;
  font-family: "FontAwesome";
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  content: "\f00c";
  top: 100%;
  right: auto;
  left: 50%;
  transition: opacity 0.3s;
  transform: translateX(-50%);
}
ul li .progress-button.state-success .content::before {
  opacity: 1;
}
ul li .progress-button.state-success .content {
  transform: translateY(-130%);
}
ul li .notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
ul li .progress-button .progress {
  background: #148544;
}
ul li .progress-button .progress-inner {
  position: absolute;
  left: 0;
  background: #7c869f;
  top: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  z-index: -1;
}
.not-found-page {
  background: #ff0055;
  color: #fff;
  text-align: center;
  font-family: "poppins", Helvetica, Arial, sans-serif;
  font-size: 18px;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: block;
}
.not-found-page #app,
.not-found-page footer {
  display: none;
}
.image-modal .dashed-box {
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.image-modal .dashed-box ul {
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin: 0;
}
.image-modal .dashed-box ul li {
  vertical-align: top;
  margin-right: 15px;
  position: relative;
  text-align: center;
  list-style: none;
  display: inline-block;
  width: 150px;
  height: 100%;
}
.image-modal .dashed-box ul li button {
  outline: none;
  padding: 0;
}
.image-modal .dashed-box ul li button.close-btn {
  display: none;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #8b94aa;
  padding-top: 3px;
}
.image-modal .dashed-box ul li button.close-btn .Button-icon {
  margin: 0;
}
.image-modal .dashed-box ul li button.close-btn:hover {
  transform: none;
  color: white;
}
.image-modal .dashed-box ul li button.img-uploader {
  height: 100%;
  width: 100%;
  border: 2px #8b94aa dashed;
  background: transparent;
}
.image-modal .dashed-box ul li button.img-uploader {
  height: 100%;
  width: 100%;
  border: 2px #8b94aa dashed;
  background: transparent;
}
.image-modal .dashed-box ul li:hover .close-btn {
  display: block;
}
.image-modal .dashed-box ul li:hover .close-btn {
  display: block;
}
.image-modal .modal-open {
  overflow: hidden;
}
.image-modal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.image-modal .modal-backdrop.in {
  opacity: 1;
}
.image-modal .ModalManager {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
}
.image-modal .ModalManager .Modal {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.image-modal .ModalManager.in .Modal {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.image-modal .modal-open .ModalManager {
  overflow-x: hidden;
  overflow-y: auto;
}
.image-modal .Modal {
  position: relative;
  width: auto;
  margin: 10px;
}
@media (min-width: 768px) {
  .image-modal .Modal {
    max-width: 600px;
  }
}
.image-modal .Modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  margin: 0 auto;
  overflow: hidden;
}
.image-modal .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.image-modal .Modal-alert {
  text-align: center;
}
.image-modal .Modal-alert .Alert {
  border-radius: 0;
}
.image-modal .Modal-alert .Alert-controls {
  margin: 0;
  display: block;
}
.image-modal .Modal-body {
  background-color: #fff;
  color: #475266;
}
.image-modal .Modal-body .FormControl {
  background-color: #fff;
  color: #210826;
}
.image-modal .Modal-body .Form--centered .helpText {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 25px;
  text-align: left;
}
.image-modal .Modal-footer {
  border: 0;
  padding: 15px;
  text-align: center;
  color: #8b94aa;
}
.image-modal .Modal-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.image-modal .Modal-loading.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .image-modal .ModalManager.fade {
    opacity: 1;
  }
  .image-modal .ModalManager {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
  }
  .image-modal .ModalManager.in {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .image-modal .ModalManager:before {
    content: " ";
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid #eceef4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    -o-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
  }
  .image-modal .Modal {
    margin: 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .image-modal .Modal-content {
    border-radius: 0;
    border: 0;
    min-height: 100vh;
    padding-top: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .image-modal .Modal-header {
    padding: 0;
    border: 0;
    min-height: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .image-modal .ModalManager:before {
    height: 80px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .image-modal .ModalManager:before {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .image-modal .Modal {
    margin: 120px auto;
  }
  .image-modal .Modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
  }
  .image-modal .Modal-content {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  }
  .image-modal .Modal--small {
    max-width: 375px;
  }
  .image-modal .Modal--large {
    max-width: 800px;
  }
  .image-modal .Modal-header {
    text-align: center;
    border: 0;
    padding: 15px;
  }
  .image-modal .Modal-header h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
  }
}
.Badge.UserBadge--Instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  margin: 0 5px;
  color: #fff;
}
.DiscussionListLayout .Badge.UserBadge--Instagram {
  display: none;
}
.disable-link {
  pointer-events: none;
}
.liked-users-modal .LoadMore {
  text-align: center;
}
.liked-users-modal .LoadMore .Button--link {
  color: #ff0055;
  text-decoration: underline;
}
.liked-users-modal .Modal-header {
  background: #eceef4;
}
.liked-users-modal .Modal-body {
  background: white;
  height: 300px;
  padding-top: 0;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .liked-users-modal .Modal-body {
    height: auto;
  }
}
.liked-users-modal ul.User-info {
  list-style: none;
  padding: 0;
  line-height: 1;
  display: table;
}
.liked-users-modal ul.User-info li {
  display: table-cell;
  vertical-align: middle;
}
.liked-users-modal ul.User-info li:last-child {
  border-bottom: 1px solid #eceef4;
  width: 100%;
}
.liked-users-modal ul.User-info .User-image {
  padding-right: 15px;
}
.liked-users-modal ul.User-info .User-image img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
body {
  /* header layout update */
  /* footer layout update */
  /* secondary navigation */
  /* float input */
  /* breadcrumbs */
  /* dropdown menu */
  /* post layout update */
  /* side discussion list */
  /* list item */
  /* App index */
  /* welcome notification hero bar */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body span,
body a {
  font-family: "poppins", "montserrat", Arial;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body h1 {
  font-size: 22px;
}
body h2 {
  font-size: 20px;
}
body h3 {
  font-size: 17px;
}
body h4 {
  font-size: 15px;
}
body h5 {
  font-size: 13px;
}
body .Button:not(.Button--icon):not(.Button-icon) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  height: auto;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 28px;
}
body .Button:not(.Button--icon):not(.Button-icon).expanded {
  width: 100% !important;
}
body .Button:not(.Button--icon):not(.Button-icon) .Button-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}
body .Button:not(.Button--icon):not(.Button-icon) i {
  margin-top: 2px;
}
body .Button.Button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0 30px;
}
body .Button.Button-icon i {
  margin-top: 2px;
}
body .Button.Button--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
body .Button.Button--icon:not(.Dropdown-toggle) {
  min-width: 40px;
}
body .Button.Button--icon i {
  margin: 3px 0 0 0 !important;
  font-size: 16px;
}
body .nav-text-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
}
body .nav-text-link:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
body .icon-text-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
}
body .icon-text-link:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
body .action-icon-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 35px;
  width: 35px;
  min-width: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
  color: #210826;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .action-icon-button:hover {
  background-color: #eceef4;
  color: #210826;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
body header#header {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
}
body header#header #header-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body header#header .container {
  display: flex;
  align-items: stretch;
  position: relative;
}
body header#header .container .back-link {
  position: absolute;
  left: -80px;
  top: 31px;
}
body header#header .container .Header-title {
  display: flex;
  align-items: center;
}
body header#header .container #header-secondary {
  margin: 0;
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
body header#header .container #header-secondary ul.Header-controls {
  display: flex;
  align-items: stretch;
}
body header#header .container #header-secondary ul.Header-controls > li {
  margin-right: 0;
}
body header#header .container #header-secondary ul.Header-controls > li > a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-transform: none;
  height: 100%;
  padding: 0;
  margin: 0;
}
body header#header .container #header-secondary ul.Header-controls > li > a:hover {
  transform: none;
}
body header#header .container #header-secondary ul.Header-controls > li > a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff0055;
}
body header#header .container #header-secondary ul.Header-controls > li > .Button {
  padding: 0 30px;
  min-height: 40px;
}
body header#header .container #header-secondary ul.Header-controls > li[class*="item-button"] .Button {
  padding: 0 20px;
}
body header#header .container #header-secondary ul.Header-controls > li[class*="item-button"] .Button span {
  font-weight: 700;
}
body header#header .container #header-secondary ul.Header-controls > li.item-search,
body header#header .container #header-secondary ul.Header-controls > li.item-logIn {
  display: flex;
  align-items: center;
}
body header#header .container #header-secondary ul.Header-controls > li.item-search .Button,
body header#header .container #header-secondary ul.Header-controls > li.item-logIn .Button {
  text-transform: none;
  min-width: 120px;
}
body header#header .container #header-secondary ul.Header-controls > li.item-search .Button span,
body header#header .container #header-secondary ul.Header-controls > li.item-logIn .Button span {
  font-weight: 700;
}
body header#header .container #header-secondary ul.Header-controls > li.item-notifications,
body header#header .container #header-secondary ul.Header-controls > li.item-session {
  display: flex;
  align-items: center;
}
body header#header .container #header-secondary ul.Header-controls > li.item-notifications .Button,
body header#header .container #header-secondary ul.Header-controls > li.item-session .Button {
  padding: 0 20px;
  margin: 0;
}
body footer#footer {
  padding: 80px 0 140px 0;
}
body #secondary-navigation.Header-secondary-navigation {
  padding: 0;
  min-height: 80px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: #210826;
}
body #secondary-navigation.Header-secondary-navigation > .container {
  display: flex;
  align-items: center;
}
body #secondary-navigation.Header-secondary-navigation > .container .secondary-navigation-startDiscussion {
  margin: 0;
}
body #secondary-navigation.Header-secondary-navigation > .container .secondary-navigation-startDiscussion button {
  margin: 0;
}
body #secondary-navigation.Header-secondary-navigation > .container .secondary-navigation-discussionFilters {
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body .float-label-field {
  display: flex;
  flex-direction: row;
  min-height: 56px;
  border-radius: 8px;
  background-color: #eceef4;
  padding: 0 40px 0 12px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
}
body .float-label-field.field-error {
  border-color: #d83e3e;
}
body .float-label-field > .input-wrapper {
  width: 100%;
}
body .float-label-field > input,
body .float-label-field select,
body .float-label-field textarea {
  margin: 0;
  padding: 20px 0 0 0 !important;
  order: 1;
  background-color: rgba(255, 255, 255, 0) !important;
  width: 100%;
  flex: 1;
  border: none;
  min-height: 56px;
  z-index: 2;
  text-align: left !important;
}
body .float-label-field > input::-webkit-input-placeholder,
body .float-label-field select::-webkit-input-placeholder,
body .float-label-field textarea::-webkit-input-placeholder {
  opacity: 0;
}
body .float-label-field > input[disabled="disabled"] + label,
body .float-label-field select[disabled="disabled"] + label,
body .float-label-field textarea[disabled="disabled"] + label {
  opacity: 0.4;
}
body .float-label-field > input:focus,
body .float-label-field select:focus,
body .float-label-field textarea:focus {
  background: rgba(255, 255, 255, 0);
  border: none;
  box-shadow: none;
}
body .float-label-field > input.is-invalid-input:not(:focus),
body .float-label-field select.is-invalid-input:not(:focus),
body .float-label-field textarea.is-invalid-input:not(:focus) {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}
body .float-label-field > label {
  order: 0;
  position: absolute;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 400;
  color: #808a9f;
  top: 28px;
  left: 12px;
  transform-origin: top left;
  z-index: 1;
}
body .float-label-field > label i {
  font-size: 15px;
}
body .float-label-field > .input-unit {
  order: 2;
  position: static;
  margin-top: 0;
  margin-left: 0.5rem;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .float-label-field > i {
  right: 12px;
  bottom: 20px;
}
body .float-label-field > small.error {
  position: absolute;
  transform: translateY(100%);
  left: 0;
  bottom: 0;
  margin: 0;
}
body .float-label-field > small.hint {
  position: absolute;
  transform: translateY(-100%);
  right: 0;
  top: 0;
  margin: 0;
}
body .float-label-field > span.input-hint {
  position: absolute;
  transform: translateY(100%);
  left: 0;
  bottom: 0;
  margin: 0;
}
body .float-label-field > .inlineUpdateInput {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: unset !important;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0055;
  color: #fff;
  font-size: 18px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
body .float-label-field > .inlineUpdateInput.canEdit {
  display: flex !important;
}
body .float-label-field > .inlineUpdateInput.hide {
  display: none !important;
}
body .float-label-field.on-editing > label {
  top: 17px;
  transform: translateY(-50%) scale(0.8);
}
body .float-label-field.force-editing > .text-pane {
  height: 100%;
  width: 100%;
  margin: auto 0 6px 0;
}
body .float-label-field.force-editing > label {
  top: 17px;
  transform: translateY(-50%) scale(0.8);
}
body ul.breadcrumbs {
  margin: 0;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
body ul.breadcrumbs li a {
  color: #606267;
  font-weight: 500;
  font-size: 14px;
}
body ul.breadcrumbs li.disabled {
  color: #606267;
  font-weight: 500;
  font-size: 14px;
}
body .Dropdown-menu > li > button {
  color: #210826 !important;
  padding: 0 15px !important;
  min-height: 35px;
  border-radius: 0 !important;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
body .Dropdown-menu > li > button:hover {
  color: #210826 !important;
}
body .Dropdown-menu > li > button.hasIcon {
  padding-left: 40px !important;
}
body article.Post .Post-header span.username {
  font-weight: 500;
}
body article.Post .Post-footer {
  margin: 0;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
body article.Post .Post-footer > ul {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
body article.Post .Post-footer > ul li {
  margin: 0 8px 0 0;
}
body article.Post .Post-footer > ul li .Post-likedBy {
  color: #ff0055;
}
body article.Post .Post-footer .Post-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
body article.Post .Post-footer .Post-actions:only-child {
  flex: 1;
}
body article.Post .Post-footer .Post-actions > ul {
  display: flex;
  align-items: center;
}
body article.Post .Post-footer .Post-actions > ul > li {
  margin: 0 8px 0 0;
}
body article.Post .Post-footer .Post-actions > ul > li:last-child {
  margin: 0;
}
body article.Post .Post-footer .Post-actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px;
  min-height: 35px !important;
  margin: 0;
  min-height: 0;
  color: #210826;
  font-weight: 400;
  font-size: 13px;
  color: #8b94aa;
}
body article.Post .Post-footer .Post-actions button .Button-label {
  font-weight: 500;
}
body article.Post .Post-footer .Post-actions button i {
  margin-right: 4px;
  margin-top: 0;
}
body article.Post .Post-footer .Post-actions button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff0055;
}
body article.Post .Post-footer .Post-actions button.Dropdown-toggle.Button.Button--icon {
  padding: 0;
  height: 35px;
  width: 35px;
}
body article.Post .Post-footer .Post-actions button.Dropdown-toggle.Button.Button--icon:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body article.Post .Post-footer .Post-actions button.Dropdown-toggle.Button.Button--icon:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  color: #210826;
}
body .DiscussionListItem .DiscussionListItem-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  min-width: 40px;
  border-radius: 50%;
}
body .DiscussionListItem .DiscussionListItem-controls button i {
  margin-top: 1px !important;
}
body .DiscussionListItem .DiscussionListItem-controls button:hover {
  transform: none;
}
body #app {
  padding-top: 100px;
}
body #app.App--index {
  padding-top: 180px;
}
body #app.App--index:before {
  height: 180px;
  z-index: 0;
}
body #app.App--discussion {
  padding-top: 100px;
}
body #app.App--discussion:before {
  height: 100px;
  z-index: 0;
}
body .DiscussionList-loadMore {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .notification-hero-bar .container {
  margin: 0 auto;
  padding: 0 25px;
}
body .notification-hero-bar .container .notification-pane-group {
  padding: 20px 0;
  border-bottom: 1px solid #c4cbd8;
}
body .notification-hero-bar .container .notification-pane {
  padding: 0;
  margin: 0;
  min-height: 80px;
  max-width: 535px;
  border-radius: 14px;
  background-color: #9863ED;
  display: flex;
  align-items: stretch;
  position: relative;
}
body .notification-hero-bar .container .notification-pane .Hero-close {
  position: absolute;
  top: 10px;
  right: 2px;
  padding: 8px;
  border: none;
  background-color: transparent;
  color: #ddccff;
}
body .notification-hero-bar .container .notification-pane .pane-content {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  color: #fff;
}
body .notification-hero-bar .container .notification-pane .pane-content .Hero-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
body .notification-hero-bar .container .notification-pane .pane-content .Hero-subtitle {
  font-size: 13px;
  color: #c4cbd8;
  color: #ddccff;
  font-weight: 500;
  margin: 0;
}
body .notification-hero-bar .container .notification-pane .pane-content .Hero-subtitle .Hero-subtitle-tag {
  color: #ddccff;
}
/* ------------------------ phone view ------------------------ */
@media (max-width: 767px) {
  body {
    /* header layout update */
    /* footer layout update */
    /* app navigation */
    /* secondary navigation */
    /*discussion page nav*/
    /* app index */
    /* welcome notification hero bar */
  }
  body header#header #header-secondary {
    display: none !important;
  }
  body footer#footer {
    padding: 40px 0;
    text-align: left;
  }
  body footer#footer .footer-mobile .mobile-footer-logo {
    margin-bottom: 1rem;
    display: block;
  }
  body footer#footer .footer-mobile .mobile-footer-logo img {
    height: 24px;
    width: auto;
  }
  body footer#footer .footer-mobile h2 {
    margin: 0 0 40px 0;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
  }
  body footer#footer .footer-mobile .social-links {
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 0;
  }
  body footer#footer .footer-mobile .footer-mobile-menus {
    margin-bottom: 20px;
  }
  body footer#footer .footer-mobile .footer-mobile-menus a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
    min-height: 48px;
    margin: 0;
    border-bottom: none;
    font-weight: 600;
  }
  body footer#footer .footer-mobile .footer-mobile-menus a i {
    display: none;
  }
  body footer#footer .footer-mobile .help-button {
    background-color: #ff0055;
    color: #fff;
    width: fit-content;
    font-weight: 400;
    font-size: 15px;
  }
  body footer#footer .copyright {
    padding-top: 60px;
    margin: 0;
    text-align: left;
  }
  body #app-navigation .Navigation.App-backControl {
    top: 0 !important;
    left: 0;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
  }
  body #app-navigation .Navigation.App-backControl .Mobile-Header-title {
    position: static;
    margin: 0;
  }
  body #app-navigation .Navigation.App-backControl .Button.Navigation-back {
    position: absolute;
    top: 50%;
    left: 25px;
    padding: 8px 0 !important;
    transform: translateY(-50%);
  }
  body #app-navigation .Navigation.App-backControl .mobile-header-user-info {
    display: flex;
    align-items: center;
    position: absolute;
    right: 17px;
  }
  body #app-navigation .Navigation.App-backControl .mobile-header-user-info .ButtonGroup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    right: unset;
    top: unset;
  }
  body #app-navigation .Navigation.App-backControl .mobile-header-user-info .ButtonGroup a {
    padding: 8px;
  }
  body #app-navigation .Navigation.App-backControl .mobile-header-user-info .ButtonGroup a .NotificationsDropdown-unread {
    left: 16px;
  }
  body #secondary-navigation.Header-secondary-navigation > .container {
    margin: 0;
    width: 100%;
  }
  body #secondary-navigation.Header-secondary-navigation .OverlaySearch.show {
    top: 160px;
    border-bottom: 1px solid #c4cbd8;
  }
  body #secondary-navigation.Header-secondary-navigation .OverlaySearch.show .Search-input > input {
    padding: 8px 40px 8px 25px;
  }
  body #secondary-navigation.Header-secondary-navigation .OverlaySearch.show .item-closeSearch {
    position: absolute;
    right: 25px;
    top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #secondary-navigation.Header-secondary-navigation .OverlaySearch.show .item-closeSearch a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #210826;
    font-size: 17px;
    padding: 4px 0;
  }
  body nav.DiscussionPage-nav {
    display: none;
  }
  body nav.DiscussionPage-nav > ul {
    top: 80px;
    display: flex;
    align-items: center;
    min-height: 40px;
  }
  body nav.DiscussionPage-nav > ul li {
    padding: 0 !important;
    height: auto !important;
  }
  body nav.DiscussionPage-nav > ul li .Button {
    margin: 0;
    min-height: unset !important;
    color: #210826 !important;
  }
  body nav.DiscussionPage-nav > ul li .Button i {
    color: #210826 !important;
  }
  body nav.DiscussionPage-nav > ul li .Button .Button-label {
    color: #210826 !important;
  }
  body ul.breadcrumbs li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
  }
  body #app {
    padding-top: 80px;
  }
  body #app.App--index {
    padding-top: 160px;
  }
  body #app.App--index:before {
    height: 160px;
    z-index: 0;
  }
  body #app.App--discussion {
    padding-top: 80px;
  }
  body #app.App--discussion:before {
    height: 80px;
    z-index: 0;
  }
  body .notification-hero-bar .container {
    padding: 0 10px;
  }
  body .notification-hero-bar .container .notification-pane .Hero-close {
    margin: 0;
    top: 0;
    right: 0;
  }
}
