/*! 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: .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: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}


/*! 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: #111;
  font-family: 'helvetica neue', arial, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
  font-size: 14px;
  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: #75b5aa;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px solid #e7edf3
}

p {
  margin: 0 0 10px
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container:before, .container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .container {
    width: 992px
  }
}

@media (min-width: 1100px) {
  .container {
    width: 1100px
  }
}

.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: #111
}

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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.darkenBackground {
  background: rgba(0, 0, 0, 0.35)
}

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
}

.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: #667d99
  }
  .sideNav .Dropdown--select .Dropdown-menu > li > a:hover {
    background: none;
    color: #75b5aa;
    text-decoration: none
  }
  .sideNav .Dropdown--select .Dropdown-menu > li > a .Button-icon {
    float: left;
    margin-left: -30px;
    margin-top: 1px;
    font-size: 15px
  }
  .sideNav .Dropdown--select .Dropdown-menu > li.active > a {
    background: none;
    color: #75b5aa;
    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 #e7edf3
}

.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 #e7edf3
  }
  .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: 52px
  }
  .sideNav > ul > li {
    margin-bottom: 10px
  }
}

@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
  }
}

.App {
  position: relative !important;
  padding-top: 52px;
  padding-bottom: 50px;
  overflow-x: hidden;
  min-height: 100vh
}

@media (max-width: 767px) {
  .App {
    padding-top: 46px
  }
}

.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 #e7edf3;
  -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: 46px
  }
}

@media (min-width: 768px) {
  .App:before {
    height: 52px
  }
}

.affix.App:before {
  position: fixed
}

.scrolled.App:before {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35)
}

@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: 46px;
    width: auto;
    padding: 14px !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 .Button, .App-primaryControl.Dropdown .Button-caret {
    display: none !important
  }
  .App-primaryControl.Dropdown .Dropdown-toggle, .App-primaryControl.Dropdown .Button-icon {
    display: block !important
  }
  .App-primaryControl > .Button, .App-backControl > .Button {
    color: #667d99 !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-titleControl {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    color: #75b5aa !important
  }
  .App-titleControl, .App-titleControl > .Button {
    font-size: 16px
  }
  .App-titleControl > .Button {
    color: #75b5aa;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .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 .2s;
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    z-index: 1050
  }
  .drawerOpen .App-drawer {
    -webkit-transform: none !important;
    transform: none !important
  }
  .drawer-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(60, 86, 117, 0.9);
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity
  }
  .drawer-backdrop.in {
    opacity: 0.9
  }
}

.Header-controls {
  margin: 0;
  padding: 0;
  list-style: none
}

.Header-logo {
  max-height: 30px;
  vertical-align: middle
}

@media (max-width: 767px) {
  .App-header .container {
    padding: 0
  }
  .Header-navigation {
    display: none
  }
  .Header-title {
    padding: 14px 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 .FormControl, .Header-controls .ButtonGroup, .Header-controls .Button {
    width: 100%;
    text-align: left
  }
  .Header-controls .Dropdown-menu .ButtonGroup, .Header-controls .Dropdown-menu .Button {
    width: auto
  }
  .Header-secondary .Search {
    margin: 10px 0
  }
}

@media (min-width: 768px) {
  .App-navigation {
    display: none
  }
  .App-header {
    padding: 8px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
  }
  .affix .App-header {
    position: fixed
  }
  .Header-navigation {
    float: left;
    margin-right: 25px
  }
  .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
  }
}

.App-content {
  border-top: 1px solid #e7edf3
}

@media (max-width: 767px) {
  .App-content {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px
  }
  .IndexPage-nav {
	      position: fixed;
    bottom: 0;
  }
}

.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
}

.AlertManager {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1060
}

.AlertManager .Alert {
  display: inline-block;
  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)
}

.Avatar {
  display: inline-block;
  box-sizing: content-box;
  color: #fff;
  text-align: center;
  vertical-align: top;
  background-color: #e7edf3;
  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: #667d99;
  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: 12.32px
}

.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 {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 20px;
  padding: 8px 14px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #708ca9;
  background: #e7edf3;
  border: 0
}

.Button:hover, .Button:focus, .Button.focus {
  background-color: #d6e0ea
}

.Button:active, .Button.active, .open > .Dropdown-toggle.Button {
  background-color: #c5d4e2
}

.Button.disabled, .Button[disabled], fieldset[disabled] .Button {
  background: #e7edf3
}

.Button:hover {
  text-decoration: none
}

.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 .1s;
  -o-transition: margin-right .1s;
  transition: margin-right .1s
}

.Button .LoadingIndicator {
  color: inherit;
  margin: 0 -5px 0 -15px
}

.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: #75b5aa
}

.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: #75b5aa
}

.Button--text {
  background: transparent !important;
  padding: 0;
  color: inherit !important;
  line-height: inherit
}

.Button--text:hover {
  text-decoration: underline
}

.Button--text:active, .Button--text.active, .open > .Button--text.Dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none
}

.Button--primary {
  color: #fff;
  background: #75b5aa;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px
}

.Button--primary:hover, .Button--primary:focus, .Button--primary.focus {
  background-color: #64aca0
}

.Button--primary:active, .Button--primary.active, .open > .Dropdown-toggle.Button--primary {
  background-color: #56a194
}

.Button--primary.disabled, .Button--primary[disabled], fieldset[disabled] .Button--primary {
  background: #75b5aa
}

.Button--primary .Button-icon {
  display: none
}

.Button--danger {
  color: #fff;
  background: #ff4081
}

.Button--danger:hover, .Button--danger:focus, .Button--danger.focus {
  background-color: #ff2670
}

.Button--danger:active, .Button--danger.active, .open > .Dropdown-toggle.Button--danger {
  background-color: #ff0d5f
}

.Button--danger.disabled, .Button--danger[disabled], fieldset[disabled] .Button--danger {
  background: #ff4081
}

.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
}

.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
}

.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: #e7edf3;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s
}

.on.Checkbox--switch .Checkbox-display {
  background: #58A400
}

.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: #58A400
}

.off .Checkbox-display {
  color: #D0021B
}

.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: #111;
  font-size: 14px;
  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: #111;
  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: 14px;
  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: #e7edf3
}

.Dropdown-menu > li > a:focus, .Dropdown-menu > li > button:focus {
  outline: none
}

.Dropdown-menu > li.active > a, .Dropdown-menu > li.active > button {
  background: #e7edf3
}

.Dropdown-menu--top {
  top: auto;
  bottom: 100%
}

.Dropdown-menu--right {
  left: auto;
  right: 0
}

.Dropdown-header {
  padding: 10px 15px;
  color: #111;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  border-top: 1px solid #e7edf3;
  white-space: nowrap
}

.Dropdown-header:first-child {
  margin-top: -8px;
  border-top: 0
}

.Dropdown-separator {
  margin: 8px 0;
  background-color: #e7edf3;
  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: 4px !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: none
  }
}

@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: 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
  }
  .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: #e7edf3
  }
  .Dropdown .Dropdown-menu > .active > a, .Dropdown .Dropdown-menu > .active > button, .Dropdown .Dropdown-menu > .active > a:hover, .Dropdown .Dropdown-menu > .active > button:hover {
    background: #75b5aa !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(60, 86, 117, 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 .dropdown-backdrop {
    opacity: 1
  }
}

.Form-group {
  margin-bottom: 24px
}

.Form-group:last-child {
  margin-bottom: 0 !important
}

.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-group > label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
  display: block
}

.FormControl {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #667d99;
  background-color: #e7edf3;
  border: 2px solid transparent;
  border-radius: 4px;
  -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: #111;
  border-color: #75b5aa;
  outline: none
}

.FormControl::-moz-placeholder {
  color: #667d99;
  opacity: 1
}

.FormControl:-ms-input-placeholder {
  color: #667d99
}

.FormControl::-webkit-input-placeholder {
  color: #667d99
}

.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: #667d99
}

.LoadingIndicator {
  position: relative;
  color: #667d99
}

.LoadingIndicator--inline {
  display: inline-block;
  width: 25px
}

.LoadingIndicator--block {
  height: 100px
}

.modal-open {
  overflow: hidden
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(60, 86, 117, 0.9);
  opacity: 0;
  -webkit-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .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(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
  -o-transition: -o-transform .2s ease-out;
  transition: transform .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;
  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: #e7edf3;
  padding: 25px 30px;
  color: #667d99
}

.Modal-body .FormControl {
  background-color: #fff;
  color: #111
}

.Modal-body .Form--centered .helpText {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 25px;
  text-align: left
}

.Modal-footer {
  border: 0;
  padding: 20px;
  text-align: center;
  color: #667d99
}

.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 .2s;
  -o-transition: opacity .2s;
  transition: opacity .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 .2s;
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .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 #e7edf3;
    -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: 46px;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .Modal-header {
    padding: 0;
    border: 0;
    min-height: 0
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .ModalManager:before {
    height: 46px
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .ModalManager:before {
    height: 52px
  }
}

@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
  }
}

.Navigation-back {
  z-index: 3 !important;
  border-radius: 4px !important;
  -webkit-transition: border-radius .2s;
  -o-transition: border-radius .2s;
  transition: border-radius .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)
}

@media (min-width: 1100px) {
  .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: #75b5aa;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid #fff
}

.Placeholder {
  margin-top: 40px
}

.Placeholder p {
  font-size: 1.4em;
  color: #aaa;
  text-align: center
}

.Search {
  position: relative
}

@media (min-width: 768px) {
  .Search {
    -webkit-transition: margin-left .4s;
    -o-transition: margin-left .4s;
    transition: margin-left .4s
  }
  .Search.focused {
    margin-left: -400px
  }
  .Search.focused input, .Search.focused .Search-results {
    width: 400px
  }
}

.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: #667d99
}

.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 .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.Search-input .Button {
  float: left;
  margin-left: -36px;
  width: 36px !important;
  outline: none
}

.DiscussionSearchResult-excerpt {
  margin-top: 3px;
  color: #667d99;
  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: #667d99
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: .15s opacity linear;
  -o-transition: .15s opacity linear;
  transition: .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)
}

.PostsUserPage-loadMore {
  text-align: center
}

.PostsUserPage-loadMore .LoadingIndicator {
  height: 46px
}

.PostsUserPage-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.PostsUserPage-list > li {
  border-bottom: 1px solid #e7edf3
}

.PostsUserPage-list .Post {
  padding-top: 10px
}

.PostsUserPage-discussion {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1
}

.PostsUserPage-discussion, .PostsUserPage-discussion a {
  color: #667d99
}

.PostsUserPage-discussion a {
  font-style: italic
}

.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%
  }
}

.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: #e7edf3
}

.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: #3c5675
}

.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: 500px
}

.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 .2s;
  -o-transition: opacity .2s;
  transition: opacity .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: absolute;
    top: 0;
    height: 100vh !important;
    padding-top: 46px
  }
  .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 #e7edf3;
    -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(60, 86, 117, 0.9);
    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 #e7edf3;
    padding: 10px 15px
  }
  .minimized .ComposerBody-header > li {
    border-bottom: 0;
    padding: 15px
  }
  .normal .ComposerBody-header > li:first-child {
    margin: -46px 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: #667d99
  }
  .ComposerBody-header h3 input {
    width: 100% !important
  }
  .ComposerBody-editor {
    padding: 15px
  }
  .ComposerBody-editor .TextEditor-controls .item-submit {
    position: absolute !important
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .Composer:not(.minimized):before {
    height: 46px
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .Composer:not(.minimized):before {
    height: 52px
  }
}

@media (min-width: 768px) {
  .App-composer {
    z-index: 1020;
  }
  .Composer {
    border-radius: 4px 4px 0 0;
    background: rgba(255, 255, 255, 0.95);
    height: 300px;
  }
  .Composer.active {
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #75b5aa, 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 2px #75b5aa, 0 2px 6px rgba(0, 0, 0, 0.35)
  }
  .Composer-content {
    padding: 20px 20px 0
  }
  .minimized .Composer-content {
    padding: 12px 20px
  }
  .ComposerBody-avatar {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    font-size: 32px;
    line-height: 64px
  }
  .minimized .ComposerBody-avatar {
    display: none
  }
  .ComposerBody-content {
    margin-left: 85px
  }
  .minimized .ComposerBody-content {
    margin-left: 0
  }
  .ComposerBody--discussion .ComposerBody-header .item-title {
    display: none
  }
}

@media (min-width: 992px) {
  .App--index .Composer {
    margin-left: 220px;
    margin-right: -20px
  }
  .App--discussion .Composer {
    margin-left: -20px;
    margin-right: 205px
  }
}

@media (min-width: 1100px) {
  .hasPane.panePinned .App-composer {
    left: 400px
  }
}

.TextEditor textarea {
  border-radius: 0;
  padding: 0 0 10px;
  border: 0;
  resize: none;
  color: #111;
  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 #e7edf3
  }
  .TextEditor-controls li {
    margin-right: 5px
  }
}

.DiscussionHero .badges {
  margin-right: 10px;
  margin-bottom: -2px;
  vertical-align: 2px
}

.DiscussionHero-items {
  padding: 0;
  margin: 0;
  list-style: none
}

.DiscussionHero-items > li {
  display: inline-block
}

.DiscussionHero-title {
  display: inline;
  vertical-align: middle
}

.DiscussionList-discussions {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative
}

.DiscussionList-loadMore {
  text-align: center;
  margin-top: 10px
}

.DiscussionList-loadMore .LoadingIndicator {
  height: 46px
}

@media (max-width: 767px) {
  .DiscussionList {
    margin: 0 -15px
  }
}

.DiscussionListItem .tooltip .tooltip-inner {
  max-width: none
}

.DiscussionListItem--hidden .DiscussionListItem-content {
  opacity: 0.5
}

.DiscussionListItem a {
  text-decoration: none
}

.DiscussionListItem-content {
  position: relative;
  color: #667d99
}

.DiscussionListItem-main {
  color: inherit;
  text-decoration: none
}

.DiscussionListItem-author {
  float: left;
  margin-top: 14px
}

.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: #111;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis
}

.read .DiscussionListItem-title {
  color: #7c7c7c
}

.unread .DiscussionListItem-title {
  font-weight: 600
}

.DiscussionListItem-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px
}

.DiscussionListItem-info > li {
  display: inline;
  opacity: 0.7;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.DiscussionListItem:hover .DiscussionListItem-info > li, .DiscussionListItem.active .DiscussionListItem-info > li {
  opacity: 1
}

.DiscussionListItem-info .username {
  font-weight: bold
}

.DiscussionListItem-info .item-terminalPost .icon {
  font-size: 11px;
  margin-right: -1px
}

.DiscussionListItem-count {
  float: right;
  margin-top: 12px;
  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: #e7edf3;
  display: block;
  padding: 10px 15px;
  border-bottom: 2px dotted #fff;
  color: #667d99;
  transition: border-color .2s
}

.DiscussionListItem:hover .DiscussionListItem-relevantPosts .PostPreview {
  border-color: #f2f4f8
}

.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: #dde5ee;
  text-decoration: none
}

@media (max-width: 767px) {
  .DiscussionListItem-controls {
    display: none
  }
  .DiscussionListItem-content {
    padding-left: 60px;
    padding-right: 50px
  }
  .DiscussionListItem-content:active {
    background: #e7edf3
  }
  .DiscussionListItem-author {
    margin-left: -45px
  }
  .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: -14px
  }
  .DiscussionListItem-badges .badge, .DiscussionListItem-badges .badge .Badge-icon {
    font-size: 11.2px
  }
  .DiscussionListItem-main {
    margin-right: -45px
  }
  .DiscussionListItem-title {
    font-size: 14px;
    text-decoration: none !important
  }
  .DiscussionListItem-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .DiscussionListItem-count {
    margin-right: -35px;
    background: #e7edf3;
    color: #667d99;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 6px
  }
  .unread .DiscussionListItem-count {
    background: #75b5aa;
    color: #fff;
    font-weight: bold
  }
  .unread .DiscussionListItem-count:active {
    opacity: 0.5
  }
}

@media (min-width: 768px) {
  .DiscussionListItem {
    position: relative;
    margin-right: -15px;
    padding-right: 25px;
    padding-left: 15px;
    margin-left: -15px;
    border-radius: 4px;
    transition: background .2s
  }
  .DiscussionListItem:hover {
    background: #f6f6f6
  }
  .DiscussionListItem:hover .DiscussionListItem-controls, .DiscussionListItem .DiscussionListItem-controls.open {
    opacity: 1
  }
  .DiscussionListItem .DiscussionListItem-controls.open {
    z-index: 3
  }
  .DiscussionListItem-controls {
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s
  }
  .DiscussionListItem-controls .Dropdown-toggle {
    display: block
  }
  .DiscussionListItem-controls .Dropdown-menu {
    right: 0;
    left: auto
  }
  .DiscussionListItem-content {
    padding-left: 52px;
    padding-right: 80px
  }
  .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: 15px
  }
  .DiscussionListItem-count {
    margin-top: 21px;
    margin-right: -70px;
    width: 55px;
    color: #667d99;
    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: #111;
    font-weight: bold
  }
  .unread .DiscussionListItem-count:before {
    content: "\f075"
  }
  .unread .DiscussionListItem-count:hover:before {
    content: "\f00c"
  }
}

.DiscussionPage-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none
}

@media (max-width: 767px) {
  .DiscussionPage-nav {
    margin: 0 -15px;
    border-bottom: 1px solid #e7edf3
  }
  .DiscussionPage-nav > ul > li {
    margin: 15px;
    display: inline-block
  }
  .DiscussionPage-nav > ul > li.item-controls, .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
  }
}

@media (max-width: 767px) {
  .DiscussionPage-list {
    display: none
  }
}

@media (min-width: 768px) {
  .DiscussionPage-list {
    left: -406px;
    position: absolute;
    z-index: 1010;
    overflow: auto;
    top: 52px;
    height: calc(100vh - 52px);
    width: 400px;
    background: #fff;
    padding-bottom: 40px;
    border-top: 1px solid #e7edf3;
    -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 .2s;
    -o-transition: left .2s;
    transition: left .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: #e7edf3
  }
  .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: 1100px) {
  .panePinned .DiscussionPage-list {
    left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
  .hasPane.panePinned .App-content, .hasPane.panePinned .App-footer {
    margin-left: 400px
  }
  .hasPane.panePinned .App-content .container, .hasPane.panePinned .App-footer .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px
  }
  .App-header .container {
    transition: width .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
}

.Hero {
  margin-top: -1px;
  background: #e7edf3;
  text-align: center;
  color: #667d99
}

.Hero h2 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  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
}

@media (max-width: 767px) {
  .Hero-close {
    margin-right: -10px
  }
}

@media (min-width: 768px) {
  .Hero h2 {
    font-size: 22px
  }
  .Hero .container {
    padding-top: 40px;
    padding-bottom: 30px
  }
  .Hero-subtitle {
    font-size: 15px
  }
}

@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 {
  width: 200px;
  margin: 0 auto
}

.LogInButtons .LogInButton {
  margin-bottom: 5px
}

.LogInButtons .LogInButton:last-child {
  margin-bottom: 20px
}

.NotificationGrid {
  background: #e7edf3;
  border-radius: 4px
}

.NotificationGrid td, .NotificationGrid th {
  border-bottom: 1px solid #fff;
  color: #667d99
}

.NotificationGrid td, .NotificationGrid th, .NotificationGrid .Checkbox {
  padding: 10px 15px
}

.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: #dae2ec
}

.NotificationList .loading-indicator {
  height: 100px
}

@media (min-width: 768px) {
  .NotificationList-header {
    padding: 12px 15px;
    border-bottom: 1px solid #e7edf3
  }
  .NotificationList-header h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #667d99
  }
}

.NotificationList-header .Button {
  float: right;
  margin-top: -11px;
  margin-right: -11px
}

.NotificationList-empty {
  color: #667d99;
  text-align: center;
  padding: 50px 0;
  font-size: 16px
}

.NotificationGroup {
  border-top: 1px solid #e7edf3;
  margin-top: -1px
}

.NotificationGroup:not(:last-child) {
  margin-bottom: 20px
}

.NotificationGroup-header {
  font-weight: bold;
  color: #111 !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: -14px;
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 10.5px;
  line-height: 20px
}

.NotificationGroup-badges .Badge, .NotificationGroup-badges .Badge .Badge-icon {
  font-size: 11.76px
}

.NotificationGroup-content {
  list-style: none;
  margin: 0;
  padding: 0
}

.Notification {
  display: block;
  padding: 8px 15px 8px 70px;
  color: #667d99 !important;
  overflow: hidden
}

.unread.Notification {
  background: #e7edf3
}

.Notification:hover {
  text-decoration: none;
  background: #e7edf3
}

.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: #75b5aa
}

.NotificationsDropdown-unread {
  position: absolute;
  top: 1px;
  left: 17px;
  background: #667d99;
  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: 20px
  }
}

.new .NotificationsDropdown-unread {
  background: #75b5aa
}

.Post {
  padding: 20px;
  margin: -1px -20px;
  transition: .2s box-shadow, top .2s, opacity .2s;
  position: relative;
  top: 0;
  border-radius: 4px
}

.Post:before, .Post:after {
  content: " ";
  display: table
}

.Post:after {
  clear: both
}

.Post.editing {
  top: 5px;
  opacity: 0.5
}

.Post-header {
  margin-bottom: 15px;
  color: #667d99
}

.Post-header, .Post-header a {
  color: #667d99
}

.Post-header > ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.Post-header > ul > li {
  display: inline;
  margin-right: 10px
}

.PostUser {
  margin: 0;
  display: inline;
  font-weight: normal;
  position: relative
}

.PostUser h3 {
  display: inline
}

.PostUser h3, .PostUser h3 a {
  color: #111;
  font-weight: bold;
  font-size: 14px
}

.PostUser .UserOnline .icon {
  font-size: 12px
}

.PostUser .UserOnline .fa-circle {
  color: #7fba00
}

.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(.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: 16px;
  line-height: 1.6;
  position: relative;
  overflow: auto;
  overflow-wrap: break-word
}

.Post-body p, .Post-body ul, .Post-body ol, .Post-body blockquote {
  margin-bottom: 1em
}

.Post-body a {
  border-bottom: 1px solid #e7edf3;
  font-weight: 600
}

.Post-body a:hover, .Post-body a:focus, .Post-body a:active {
  text-decoration: none;
  border-color: #75b5aa
}

.Post-body blockquote {
  font-size: inherit;
  border: 0;
  background: #e7edf3;
  color: #667d99;
  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: #5e5e5e;
  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%
}

.Post-body img {
  border: 1px solid #ddd;
}

.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: #667d99
}

@media (max-width: 767px) {
  .PostMeta .Dropdown-menu {
    padding: 15px !important
  }
}

.PostMeta-number {
  color: #111;
  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: #667d99
}

.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: #667d99
}

.Post-footer a, .Post-actions a {
  display: inline-block
}

/*.Post-footer a .icon, .Post-actions a .icon {
  display: none
}*/

.Post-footer {
  margin-top: 5px;
  margin-bottom: 20px
}

.Post-footer > ul > li {
  margin-bottom: 5px
}

.Post-footer .icon {
  font-size: 14px;
  margin-right: 5px
}

.Post-actions {
  margin-top: -5px;
  float: right;
  position: relative;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.EventPost .Post-actions, .Post--hidden:not(.revealContent) .Post-actions {
  margin-top: -27px;
  margin-bottom: -15px
}

@media (min-width: 768px) {
  .no-touch .Post-actions {
    opacity: 0
  }
}

.Post-actions > ul > li {
  margin-right: 0;
  margin-left: -5px;
  display: inline-block;
  vertical-align: top
}

.Post:hover .Post-actions, .Post-actions.open {
  opacity: 1
}

.PostPreview {
  color: #667d99;
  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: #111;
  font-weight: bold;
  margin-right: 5px
}

.PostPreview time {
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600
}

@media (max-width: 767px) {
  .Post-header .Avatar {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 32px;
    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: -14px
  }
  .PostUser-badges .Badge, .PostUser-badges .Badge .Badge-icon {
    font-size: 11.2px
  }
  .EventPost {
    padding-left: 50px
  }
  .EventPost-icon {
    font-size: 18px;
    margin-left: -30px;
    margin-top: 2px
  }
}

@media (min-width: 768px) {
  .Post {
    padding-left: 105px
  }
  .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 #e7edf3;
  color: #667d99;
  border-radius: 10px
}

.ReplyPlaceholder .Post-header {
  margin: 0;
  color: inherit
}

@media (min-width: 768px) {
  .ReplyPlaceholder {
    border-color: transparent;
    transition: border-color .2s
  }
  .ReplyPlaceholder .Post-header {
    padding-top: 18px;
    position: relative
  }
  .ReplyPlaceholder .Avatar {
    margin-top: -18px
  }
  .ReplyPlaceholder:hover {
    border-color: #e7edf3
  }
  .LoadingPost .Post-header {
    position: relative
  }
}

@media (min-width: 768px) {
  .PostStream {
    margin-top: 10px
  }
}

.PostStream-item:not(:last-child) {
  border-bottom: 1px solid #e7edf3
}

@media (max-width: 767px) {
  .PostStream-item:not(: last-child) {
    margin: 0 -15px;
    padding: 0 15px
  }
}

@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: #e7edf3;
  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: #667d99;
  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 .2s ease-in-out;
  -o-animation: pulsate .2s ease-in-out;
  animation: pulsate .2s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.Scrubber a {
  margin-left: -5px;
  color: #667d99
}

.Scrubber a .fa {
  font-size: 14px;
  margin-right: 2px
}

.Scrubber a:hover, .Scrubber a:focus {
  text-decoration: none;
  color: #75b5aa
}

.Scrubber-scrollbar {
  margin: 8px 0 8px 3px;
  height: 300px;
  min-height: 50px;
  position: relative
}

.Scrubber-before, .Scrubber-after {
  border-left: 1px solid #e7edf3
}

.Scrubber-unread {
  position: absolute;
  border-left: 1px solid #8597ad;
  width: 100%;
  background-image: linear-gradient(to right, #e7edf3, rgba(231, 237, 243, 0) 10px, rgba(231, 237, 243, 0));
  display: flex;
  align-items: center;
  color: #667d99;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-left: 14px;
  overflow: hidden
}

.Scrubber-handle {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  padding: 5px 0
}

.Scrubber-bar {
  height: 100%;
  width: 5px;
  background: #75b5aa;
  border-radius: 4px;
  float: left;
  margin-left: -2px;
  transition: background .2s
}

.disabled .Scrubber-bar {
  background: #e7edf3
}

.Scrubber-info {
  margin-top: -1.5em;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 15px
}

.Scrubber-info strong {
  display: block
}

.Scrubber-description {
  color: #667d99
}

@media (max-width: 767px) {
  .PostStreamScrubber .Dropdown-toggle {
    font-size: 14px
  }
  .PostStreamScrubber .Dropdown-menu {
    padding: 30px;
    font-size: 14px
  }
  .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
  }
}

.SettingsPage {
  margin-top: 5px
}

.SettingsPage > ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.SettingsPage > ul > li {
  margin-bottom: 25px
}

.SettingsPage fieldset > ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.SettingsPage fieldset > ul > li {
  margin-bottom: 15px
}

.Settings-account li {
  display: inline-block;
  margin-right: 5px
}

.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: #3c5675 !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)
  }
}

.UserCard {
  background: #e7edf3;
  background-size: 100% 100%
}

.UserCard, .UserCard a {
  color: #fff
}

.UserCard .Button--link, .UserCard .Search-input {
  color: #fff
}

.UserCard .FormControl {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff
}

.UserCard .FormControl::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.UserCard .FormControl:-ms-input-placeholder {
  color: #fff
}

.UserCard .FormControl::-webkit-input-placeholder {
  color: #fff
}

.UserCard .FormControl:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.2)
}

.UserCard .Button, .UserCard .Button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1)
}

.UserCard .Button--flat {
  background: transparent
}

.UserCard .Button:active, .UserCard .Button.active, .UserCard .Button:focus, .UserCard .Button.focus, .UserCard .open > .Dropdown-toggle.Button {
  background: rgba(0, 0, 0, 0.15);
  color: #fff
}

.UserCard-controls {
  float: right
}

.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)
}

.UserCard--popover, .UserCard--popover .darkenBackground {
  border-radius: 4px
}

.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: 72px
  }
}

.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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35)
}

@media (max-width: 767px) {
  .UserCard-avatar .Avatar {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    font-size: 32px;
    line-height: 64px
  }
}

.UserCard-badges {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0
}

.UserCard-badges, .UserCard-badges > li {
  display: inline-block
}

.UserCard-info {
  margin: 15px 0 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 {
  margin: -10px -10px 10px;
  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
}

.UserBio-content {
  padding: 10px 10px 1px
}

.UserBio-placeholder {
  opacity: 0.3
}

.UserCard-lastSeen .icon {
  font-size: 14px
}

.UserCard-lastSeen.online .fa-circle {
  color: #7fba00
}

.UserCard-lastSeen.online .icon {
  font-size: 12px
}

.UserPage .UserCard-controls {
  float: right
}

.UserPage .UserCard-controls .Dropdown-toggle .Button-icon {
  display: none
}

.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
}

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: #111;
  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
}

.LogInButton--facebook {
  color: #fff;
  background: #3b5998
}

.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
}

.Post--flagged {
  padding-top: 0 !important;
  border: 2px solid #75b5aa
}

.Post-header .item-flagged {
  display: block;
  margin: 0
}

.Post-flagged {
  background: #75b5aa;
  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 (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: #111
}

.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
}

.PostLikesModal-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.PostLikesModal-list a {
  color: #111;
  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
}

.Badge--locked {
  background: #888
}

.DiscussionLockedPost .EventPost-icon, .DiscussionLockedPost .EventPost-info, .DiscussionLockedPost .EventPost-info a {
  color: #888
}

.PostMention, .UserMention {
  background: #e7edf3;
  color: #667d99;
  border-radius: 4px;
  padding: 2px 5px;
  border: 0 !important
}

blockquote .PostMention, blockquote .UserMention {
  background: #fff
}

.PostMention:hover, .UserMention:hover, .PostMention:active, .UserMention:active {
  color: #75b5aa
}

.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: #667d99
}

.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: #111;
  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;
  display: inline-block
}

.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
}

.PostQuoteButton {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.9)
}

.PostQuoteButton:hover, .PostQuoteButton:focus, .PostQuoteButton.focus {
  background-color: rgba(0, 0, 0, 0.95)
}

.PostQuoteButton:active, .PostQuoteButton.active, .open > .Dropdown-toggle.PostQuoteButton {
  background-color: #000
}

.PostQuoteButton.disabled, .PostQuoteButton[disabled], fieldset[disabled] .PostQuoteButton {
  background: rgba(0, 0, 0, 0.9)
}

.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;
  margin-right: 20px;
  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
}

.Badge--ignoring {
  background: #aaa
}

.SubscriptionMenu-button--follow {
  color: #de8e00;
  background: #fff2ae
}

.SubscriptionMenu-button--follow:hover, .SubscriptionMenu-button--follow:focus, .SubscriptionMenu-button--follow.focus {
  background-color: #ffee95
}

.SubscriptionMenu-button--follow:active, .SubscriptionMenu-button--follow.active, .open > .Dropdown-toggle.SubscriptionMenu-button--follow {
  background-color: #ffea7b
}

.SubscriptionMenu-button--follow.disabled, .SubscriptionMenu-button--follow[disabled], fieldset[disabled] .SubscriptionMenu-button--follow {
  background: #fff2ae
}

.SubscriptionMenu .Dropdown-menu {
  min-width: 260px
}

.SubscriptionMenuItem-label {
  padding-left: 25px;
  display: block;
  white-space: normal
}

.SubscriptionMenuItem-label strong {
  display: block
}

.SubscriptionMenuItem-description {
  display: block;
  color: #667d99;
  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
}

.TagLabel {
  font-size: 85%;
  font-weight: 600;
  display: inline-block;
  padding: .1em .5em;
  border-radius: 4px;
  background: #e7edf3;
  color: #667d99;
  text-transform: none
}

.TagLabel.untagged {
  background: transparent;
  border: 1px dotted #667d99;
  color: #667d99
}

.TagLabel.colored .TagLabel-text {
  color: #fff !important
}

.DiscussionHero .TagsLabel .TagLabel {
  background: transparent;
  border-radius: 4px !important;
  font-size: 14px
}

.DiscussionHero .TagsLabel .TagLabel.colored {
  margin-right: 5px;
  background: #fff !important;
  color: #667d99
}

.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:first-child {
  border-radius: 4px 0 0 4px
}

.TagsLabel .TagLabel:last-child {
  border-radius: 0 4px 4px 0
}

.TagsLabel .TagLabel:first-child:last-child {
  border-radius: 4px
}

.TagIcon {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 1px;
  background: #e7edf3
}

.TagIcon.untagged {
  border: 1px dotted #667d99;
  background: transparent
}

.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: #e7edf3;
    padding: 20px 20px 0
  }
  .TagDiscussionModal .Modal-header h3 {
    text-align: left;
    color: #667d99;
    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: 1099px), (min-width: 1100px) {
  .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 #e7edf3
}

.SelectTagList > li.child {
  padding-left: 45px
}

.SelectTagList > li.child .SelectTagListItem-name {
  width: 125px
}

.SelectTagList > li.active {
  background: #e7edf3
}

.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: #667d99;
  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
}

.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: #667d99;
  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: #e7edf3
}

.TagTile, .TagTile a {
  color: #667d99
}

.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 .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
}

.DiscussionHero .item-title {
  display: block;
  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
}

@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: 23px;
    max-width: 150px;
    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)
  }
  .IndexPage .DiscussionListItem-info > .item-tags:hover, .UserPage .DiscussionListItem-info > .item-tags:hover {
    max-width: 400px;
    -webkit-mask-image: none
  }
}

@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 #e7edf3
  }
  .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
  }
}

.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
}

.App-header {
  padding: 6px
}

.Header-title {
  margin-right: 20px
}

.Header-title img {
  vertical-align: -8px
}

/*.Header-primary li {
  margin-left: -8px
}*/

.Header-navigation {
  margin-right: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
  .Header-secondary .Search {
    margin-right: 0
  }
}

.PostStream-loadMore {
  padding: 20px 0;
  text-align: center;
}

.mt10 { margin-top: 10px }
.text-center { text-align: center !important }
.text-white{ color:#fff }
.f15 { font-size: 15px !important }
.f16 { font-size: 16px !important }
.f18 { font-size: 18px !important }

.hero-0, .nav-0>span{background:#09c !important}
.hero-1, .nav-1>span{background:#08599e !important}
.hero-2, .nav-2>span{background:#e7672e !important}
.hero-3, .nav-3>span{background:#B59E8C !important}
.hero-4, .nav-4>span{background:#EF564F !important}
.hero-5, .nav-5>span{background:#626C78 !important}
.hero-6, .nav-6>span{background:#B59E8C !important}
.hero-7, .nav-7>span{background:#D68B4F !important}
.hero-8, .nav-8>span{background:#6DBB3E !important}
.hero-9, .nav-9>span{background:#09c !important}

.DiscussionHero .TagsLabel .TagLabel.nav-0{color:#09c !important}
.DiscussionHero .TagsLabel .TagLabel.nav-1{color:#08599e !important}
.DiscussionHero .TagsLabel .TagLabel.nav-2{color:#e7672e !important}
.DiscussionHero .TagsLabel .TagLabel.nav-3{color:#B59E8C !important}
.DiscussionHero .TagsLabel .TagLabel.nav-4{color:#EF564F !important}
.DiscussionHero .TagsLabel .TagLabel.nav-5{color:#626C78 !important}
.DiscussionHero .TagsLabel .TagLabel.nav-6{color:#B59E8C !important}
.DiscussionHero .TagsLabel .TagLabel.nav-7{color:#D68B4F !important}
.DiscussionHero .TagsLabel .TagLabel.nav-8{color:#6DBB3E !important}
.DiscussionHero .TagsLabel .TagLabel.nav-9{color:#09c !important}

.Badge--group--1 { background: #B72A2A !important }
.Badge--group--2 { background: #80349E !important }
.Badge--sticky2 { background: #80349E !important }

.fa-action { color: #75b5aa !important }

/*luosimao人机验证码样式*/
.l-captcha { float: left; margin-right: 10px; }
.btn{
    display: inline-block;
    line-height: normal;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    
    color: #667d99;
    border: solid rgba(0, 0, 0, 0) 2px;
    background-color: #e7edf3;
    text-decoration: none;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: border-color .15s, background .15s;
    -o-transition: border-color .15s, background .15s;
    transition: border-color .15s, background .15s;
    -webkit-appearance: none;
    
}
.btn-primary{
    margin-top: 10px;
}
.bg-primary, a.bg-primary,.btn-primary {
    color: #fff;
    background-color: #09c;
}