@charset "UTF-8";

/********* public:message.less ********/
.message + .message,
.message.message--bordered {
  border-top: 1px solid #34393c;
}
.message.is-mod-selected,
.block--messages .message.is-mod-selected {
  background: #34393c;
}
.message.is-mod-selected .message-cell--user,
.block--messages .message.is-mod-selected .message-cell--user,
.message.is-mod-selected .message-cell--vote,
.block--messages .message.is-mod-selected .message-cell--vote {
  background: #34393c;
}
.message.is-mod-selected .message-userArrow:after,
.block--messages .message.is-mod-selected .message-userArrow:after {
  border-right-color: #34393c;
}
.message-inner {
  display: flex;
}
.message-inner + .message-inner {
  border-top: 1px solid #34393c;
}
.message-cell {
  display: block;
  vertical-align: top;
  padding: 14px;
}
.message--quickReply .message-cell > .formRow:last-child > dd {
  padding-bottom: 0;
}
.message-cell.message-cell--closer {
  padding: 10px;
}
.message-cell.message-cell--closer.message-cell--user {
  flex: 0 0 180px;
}
.message--simple .message-cell.message-cell--closer.message-cell--user {
  flex: 0 0 90px;
}
.message-cell.message-cell--closer.message-cell--action {
  flex: 0 0 60px;
}
.message-cell.message-cell--user,
.message-cell.message-cell--action {
  position: relative;
  background: #2f3336;
  border-right: 1px solid #34393c;
  min-width: 0;
}
.message-cell.message-cell--vote {
  position: relative;
  background: #2f3336;
  border-left: 1px solid #34393c;
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.message--solution .message-cell.message-cell--vote {
  background: #e8fee7;
}
.message-cell.message-cell--vote .solutionIcon {
  margin-top: 10px;
}
.message-cell.message-cell--user {
  flex: 0 0 188px;
}
.message--simple .message-cell.message-cell--user {
  flex: 0 0 90px;
}
.message-cell.message-cell--action {
  flex: 0 0 68px;
}
.message-cell.message-cell--main {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.message-cell.message-cell--main.is-editing {
  padding: 0;
}
.message-cell.message-cell--main .block {
  margin: 0;
}
.message-cell.message-cell--main .block-container {
  margin: 0;
  border: none;
}
.message-cell.message-cell--alert {
  font-size: 13px;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  color: #49a1d8;
  background: #2b2f31;
  border: 1px solid #49a1d8;
}
.message-cell.message-cell--alert a {
  color: #49a1d8;
}
.message-cell.message-cell--extra {
  flex: 0 0 208px;
  border-left: 1px solid #34393c;
  background: #2f3336;
}
.message-cell.message-cell--extra .formRow-explain {
  margin: 10px 0 0;
  font-size: 13px;
  color: #818181;
  font-size: 80%;
}
.message-cell.message-cell--extra .formRow-explain a {
  color: inherit;
  text-decoration: underline;
}
.message-cell.message-cell--header,
.message-cell.message-cell--solutionHeader {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: 10px 10px;
  margin: 0;
}
.message-cell.message-cell--header {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background: #2371a2;
  border-bottom: 1px solid #3e4347;
  border-bottom: none;
}
.message-cell.message-cell--header a {
  color: inherit;
  text-decoration: none;
}
.message-cell.message-cell--header a:hover {
  text-decoration: underline;
}
.message-cell.message-cell--solutionHeader {
  color: #08910c;
  font-size: 1.1em;
  background: #e8fee7;
  border-left: 4px solid #3df543;
}
.message-main {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.message-content {
  flex: 1 1 auto;
  min-height: 1px;
}
.message-footer {
  margin-top: auto;
}
.message-expandWrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition:  -xf-height height ease;
  transition:  -xf-height height ease;
}
.message-expandWrapper .message-expandContent {
  max-height: 250px;
  overflow: hidden;
}
.message-expandWrapper .message-expandContent--small {
  max-height: 160px;
}
.message-expandWrapper.is-expandable .message-expandLink {
  display: block;
}
.message-expandWrapper.is-expanded .message-expandContent {
  max-height: none;
}
.message-expandWrapper.is-expanded .message-expandLink {
  display: none;
}
.message-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message-expandLink {
  display: none;
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
  background: transparent;
  background: linear-gradient(to bottom, rgba(43, 47, 49, 0) 0%, #2b2f31 70%);
}
.message-expandLink:empty {
  cursor: auto;
  background: transparent;
  background: linear-gradient(to bottom, rgba(43, 47, 49, 0) 0%, #2b2f31 100%);
}
.message-expandLink a {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  color: #49a1d8;
  text-decoration: none;
}
.message-microdata {
  display: none;
}
@media (max-width: 650px) {
  .message:not(.message--forceColumns) .message-inner {
    display: block;
  }
  .message:not(.message--forceColumns) .message-cell {
    display: block;
  }
  .message:not(.message--forceColumns) .message-cell:before,
  .message:not(.message--forceColumns) .message-cell:after {
    content: " ";
    display: table;
  }
  .message:not(.message--forceColumns) .message-cell:after {
    clear: both;
  }
  .message:not(.message--forceColumns) .message-cell.message-cell--user {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #34393c;
  }
  .message:not(.message--forceColumns) .message-cell.message-cell--vote {
    width: auto;
    border-left: none;
    border-top: 1px solid #34393c;
  }
  .message:not(.message--forceColumns) .message-cell.message-cell--vote .solutionIcon {
    margin-top: 0;
  }
  .message:not(.message--forceColumns) .message-cell.message-cell--main {
    padding-left: 14px;
  }
  .message:not(.message--forceColumns) .message-cell.message-cell--extra {
    width: auto;
    border-left: none;
    border-top: 1px solid #34393c;
  }
  .message:not(.message--forceColumns) .message-column {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .message--simple:not(.message--forceColumns) .message-cell.message-cell--user,
  .message--quickReply:not(.message--forceColumns) .message-cell.message-cell--user {
    display: none;
  }
}
.message-userArrow {
  position: absolute;
  top: 28px;
  right: -1px;
  border: 14px solid transparent;
  border-left-width: 0;
  border-right-color: #34393c;
}
.message-userArrow:after {
  position: absolute;
  top: -13px;
  right: -14px;
  content: "";
  border: 13px solid transparent;
  border-left-width: 0;
  border-right-color: #2b2f31;
}
.message-avatar {
  text-align: center;
}
.message-avatar .avatar {
  vertical-align: bottom;
}
.message-avatar-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: .5em;
}
.message-avatar-wrapper .message-avatar-online {
  position: absolute;
  left: 50%;
  margin-left: -.615em;
  bottom: -.5em;
}
.message-avatar-wrapper .message-avatar-online:before {
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/user-circle.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/user-circle.svg?v=5.15.3') no-repeat center;
  color: #7fb900;
  background: #2f3336;
  border: #2f3336 solid 2px;
  border-radius: 50%;
  display: inline-block;
}
.message-name {
  font-weight: 500;
  font-size: inherit;
  text-align: center;
  margin: 0;
}
.message-userTitle {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.message-userBanner.userBanner {
  display: block;
  margin-top: 3px;
}
.message-userExtras {
  margin-top: 3px;
  font-size: 12px;
}
.message--deleted .message-userDetails {
  display: none;
}
.message--deleted .message-avatar .avatar {
  width: 48px;
  height: 48px;
  font-size: 29px;
}
@media (max-width: 650px) {
  .message:not(.message--forceColumns) .message-userArrow {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 24px;
    border: none;
    border: 14px solid transparent;
    border-top-width: 0;
    border-bottom-color: #34393c;
  }
  .message:not(.message--forceColumns) .message-userArrow:after {
    top: auto;
    right: auto;
    left: -13px;
    bottom: -14px;
    border: none;
    border: 13px solid transparent;
    border-top-width: 0;
    border-bottom-color: #2b2f31;
  }
  .message:not(.message--forceColumns).is-mod-selected .message-userArrow:after {
    border-color: transparent;
    border-bottom-color: #34393c;
  }
  .message:not(.message--forceColumns) .message-user {
    display: flex;
  }
  .message:not(.message--forceColumns) .message-avatar {
    margin-bottom: 0;
  }
  .message:not(.message--forceColumns) .message-avatar .avatar {
    width: 48px;
    height: 48px;
    font-size: 29px;
  }
  .message:not(.message--forceColumns) .message-avatar .avatar + .message-avatar-online {
    left: auto;
    right: 0;
  }
  .message:not(.message--forceColumns) .message-userDetails {
    flex: 1;
    min-width: 0;
    padding-left: 14px;
  }
  .message:not(.message--forceColumns) .message-name {
    text-align: left;
  }
  .message:not(.message--forceColumns) .message-userTitle,
  .message:not(.message--forceColumns) .message-userBanner.userBanner {
    display: inline-block;
    text-align: left;
    margin: 0;
  }
  .message:not(.message--forceColumns) .message-userExtras {
    display: none;
  }
  .message:not(.message--forceColumns) .message--deleted .message-userDetails {
    display: block;
  }
}
.message-content {
  position: relative;
}
.message-content .js-selectToQuoteEnd {
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.message--multiQuoteList .message-content {
  min-height: 80px;
  max-height: 120px;
  overflow: hidden;
}
.message--multiQuoteList .message-content .message-body {
  pointer-events: none;
}
.message-attribution {
  color: #818181;
  font-size: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #393e42;
}
.message-attribution:before,
.message-attribution:after {
  content: " ";
  display: table;
}
.message-attribution:after {
  clear: both;
}
.message-attribution.message-attribution--plain {
  border-bottom: none;
  font-size: inherit;
  padding-bottom: 0;
}
.message-attribution.message-attribution--split {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.message-attribution.message-attribution--split .message-attribution-opposite {
  margin-left: auto;
}
.message-attribution-main {
  float: left;
}
.message-attribution-opposite {
  float: right;
}
.message-attribution-opposite.message-attribution-opposite--list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.message-attribution-opposite.message-attribution-opposite--list > li {
  margin-left: 14px;
}
.message-attribution-opposite.message-attribution-opposite--list > li:first-child {
  margin-left: 0;
}
.message-attribution-opposite a {
  color: inherit;
}
.message-attribution-opposite a:hover {
  text-decoration: none;
  color: #6bb2df;
}
.message-attribution-gadget {
  display: inline-block;
  margin: -3px -7px;
  padding: 3px 7px;
}
.message-attribution-source {
  font-size: 12px;
  margin-bottom: 6px;
}
.message-attribution-user {
  font-weight: 500;
}
.message-attribution-user .avatar {
  display: none;
}
.message-attribution-user .attribution {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.message-newIndicator,
a.message-newIndicator {
  font-size: 90%;
  color: #fff;
  background: #49a1d8;
  border-radius: 2px;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 4px;
  white-space: nowrap;
}
a.message-newIndicator:hover {
  color: #fff;
}
.message-minorHighlight {
  font-size: 13px;
  color: #49a1d8;
}
.message-fields {
  margin: 14px 0;
}
.message--simple .message-fields {
  margin-top: 10px;
  margin-bottom: 10px;
}
.message-fields:last-child {
  margin-bottom: 0;
}
.message-body {
  margin: 14px 0;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
}
.message-body:before,
.message-body:after {
  content: " ";
  display: table;
}
.message-body:after {
  clear: both;
}
.message--simple .message-body {
  margin-top: 10px;
  margin-bottom: 10px;
}
.message-body:last-child {
  margin-bottom: 0;
}
.message-body .message-title {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 0 14px 0;
  padding: 0;
}
.message-attachments {
  margin: .5em 0;
}
.message-attachments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.message-lastEdit {
  margin-top: .5em;
  color: #818181;
  font-size: 11px;
  text-align: right;
}
.message-signature {
  margin-top: 14px;
  font-size: 12px;
  color: #818181;
  border-top: 1px solid #3e4347;
  padding-top: 3px;
}
.message-actionBar .actionBar-set {
  margin-top: 14px;
  font-size: 13px;
}
.message--simple .message-actionBar .actionBar-set {
  margin-top: 10px;
}
.message .likesBar {
  margin-top: 14px;
  padding: 10px;
}
.message .reactionsBar {
  margin-top: 14px;
  padding: 10px;
}
.message-historyTarget {
  margin-top: 14px;
}
.message-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #2b2f31;
  background: linear-gradient(to bottom, rgba(43, 47, 49, 0) 0%, #2b2f31 90%);
}
.message-responses {
  margin-top: 10px;
  font-size: 13px;
}
.message-responses .editorPlaceholder .input {
  font-size: inherit;
}
.message-responseRow {
  margin-top: -1px;
  background: #2f3336;
  border: 1px solid #34393c;
  padding: 10px;
}
.message-responseRow.message-responseRow--likes,
.message-responseRow.message-responseRow--reactions {
  display: none;
  opacity: 0;
  -webkit-transition:  all 0.25s ease, -xf-opacity 0.25s ease;
  transition:  all 0.25s ease, -xf-opacity 0.25s ease;
  overflow-y: hidden;
  height: 0;
  -webkit-transition-property: all, -xf-height;
  transition-property: all, -xf-height;
  align-items: center;
}
.message-responseRow.message-responseRow--likes.is-active,
.message-responseRow.message-responseRow--reactions.is-active {
  display: flex;
  opacity: 1;
}
.message-responseRow.message-responseRow--likes.is-transitioning,
.message-responseRow.message-responseRow--reactions.is-transitioning {
  display: flex;
}
.message-responseRow.message-responseRow--likes.is-active,
.message-responseRow.message-responseRow--reactions.is-active {
  height: auto;
  overflow-y: visible;
}
.message-responseRow.message-responseRow--likes.is-transitioning,
.message-responseRow.message-responseRow--reactions.is-transitioning {
  overflow-y: hidden;
}
@media (max-width: 650px) {
  .message:not(.message--forceColumns) .message-attribution-user .avatar {
    display: inline-flex;
    width: 23.8px;
    height: 23.8px;
    font-size: 14px;
  }
  .message:not(.message--forceColumns) .message-content {
    min-height: 1px;
  }
}
@media (max-width: 480px) {
  .message-signature {
    display: none;
  }
}
.message-menuGroup {
  display: inline-block;
}
.message-menuTrigger {
  display: inline-block;
}
.message-menuTrigger:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.2em;
  mask: url('/styles/fa/solid/caret-down.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/caret-down.svg?v=5.15.3') no-repeat center;
  text-align: right;
}
.message-menuTrigger:hover:after {
  color: black;
}
.message-menu-section--editDelete .menu-linkRow {
  font-weight: 500;
  font-size: 14px;
}
.message-menu-link--delete i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/trash-alt.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/trash-alt.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--edit i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/edit.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/edit.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--report i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/frown.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/frown.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--warn i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/exclamation-triangle.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/exclamation-triangle.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--spam i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/ban.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/ban.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--ip i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/sitemap.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/sitemap.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--history i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/history.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/history.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--follow i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/user-plus.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/user-plus.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--ignore i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/user-times.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/user-times.svg?v=5.15.3') no-repeat center;
}
.message-menu-link--share i:after {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/share-alt.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/share-alt.svg?v=5.15.3') no-repeat center;
}
.message-articleUserInfo {
  background: #2f3336;
  border-top: 1px solid #34393c;
}
.message-articleUserInfo:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.message-articleUserInfo .contentRow-figure {
  width: 160px;
  text-align: center;
}
.message-articleUserInfo .contentRow-main {
  padding-left: 28px;
  text-align: left;
}
@media (max-width: 650px) {
  .message-articleUserInfo .contentRow-figure {
    width: auto;
  }
  .message-articleUserInfo .contentRow-main {
    padding-left: 14px;
  }
}
.message-articleWrittenBy {
  color: #818181;
  font-size: 13px;
}
.message-articleUserName {
  font-weight: 500;
  font-size: 1.2em;
  margin: 0;
  display: inline;
}
.message-articleUserBlurb,
.message-articleUserBlurb div {
  font-size: 13px;
  display: inline;
}
.message-articleUserAbout {
  font-size: 13px;
  margin: .5em 0;
}
.message-articleUserBanners .userBanner {
  margin-bottom: 3px;
}
.message-articleUserStats {
  font-size: 13px;
  color: #818181;
}
@media (max-width: 480px) {
  .message-articleUserStats {
    display: none;
  }
}
.comment-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comment-avatar {
  display: table-cell;
  width: 24px;
  vertical-align: top;
}
.comment-avatar .avatar,
.comment-avatar img {
  vertical-align: bottom;
}
.comment-main {
  display: table-cell;
  padding-left: 14px;
  vertical-align: top;
}
.comment-contentWrapper {
  margin-bottom: 10px;
}
.comment-user {
  font-weight: 500;
}
.comment-body {
  display: inline;
}
.comment-note {
  color: #818181;
  font-size: 11px;
}
.comment-input {
  display: block;
  height: 2.34em;
  margin-bottom: 10px;
}
.comment-actionBar .actionBar-set {
  margin-top: 10px;
  color: #818181;
}
.comment-likes,
.comment-reactions {
  display: none;
  opacity: 0;
  -webkit-transition:  all 0.25s ease, -xf-opacity 0.25s ease;
  transition:  all 0.25s ease, -xf-opacity 0.25s ease;
  overflow-y: hidden;
  height: 0;
  -webkit-transition-property: all, -xf-height;
  transition-property: all, -xf-height;
  margin-top: 10px;
  font-size: 12px;
  align-items: center;
}
.comment-likes.is-active,
.comment-reactions.is-active {
  display: flex;
  opacity: 1;
}
.comment-likes.is-transitioning,
.comment-reactions.is-transitioning {
  display: flex;
}
.comment-likes.is-active,
.comment-reactions.is-active {
  height: auto;
  overflow-y: visible;
}
.comment-likes.is-transitioning,
.comment-reactions.is-transitioning {
  overflow-y: hidden;
}
.formSubmitRow.formSubmitRow--messageQr .formSubmitRow-controls {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-left: 14px;
  margin-right: 14px;
}
@media (max-width: 540px) {
  .formSubmitRow.formSubmitRow--messageQr .formSubmitRow-controls {
    text-align: right;
  }
}
.messageNotice {
  margin: 10px 0;
  padding: 10px 14px;
  color: #49a1d8;
  background: #2b2f31;
  border: 1px solid #49a1d8;
  font-size: 12px;
  border-left: 2px solid #49a1d8;
}
.messageNotice.messageNotice--nested {
  border-left-width: 1px;
}
.messageNotice:not(.messageNotice--highlighted) a,
.messageNotice:not(.messageNotice--highlighted) a:hover {
  color: #49a1d8;
}
.messageNotice:before {
  display: inline-block;
  padding-right: .2em;
  font-size: 125%;
  color: #49a1d8;
}
.messageNotice.messageNotice--highlighted {
  color: #aaa;
  background: #34393c;
  border-left-color: #49a1d8;
}
.messageNotice.messageNotice--highlighted:before {
  color: #49a1d8;
}
.messageNotice.messageNotice--deleted:before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/trash-alt.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/trash-alt.svg?v=5.15.3') no-repeat center;
}
.messageNotice.messageNotice--moderated:before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/shield.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/shield.svg?v=5.15.3') no-repeat center;
}
.messageNotice.messageNotice--warning:before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/exclamation-triangle.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/exclamation-triangle.svg?v=5.15.3') no-repeat center;
}
.messageNotice.messageNotice--ignored:before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/microphone-slash.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/microphone-slash.svg?v=5.15.3') no-repeat center;
}
@media (min-width: 650px) {
  .block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:first-child > .message:first-child .message-inner:first-of-type .message-cell:first-child,
  .block:not(.block--messages) .block-topRadiusContent.message .message-inner:first-of-type .message-cell:first-child,
  .block:not(.block--messages) .block-topRadiusContent > .message:first-child .message-inner:first-of-type .message-cell:first-child {
    border-top-left-radius: 3px;
  }
  .block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:first-child > .message:first-child .message-inner:first-of-type .message-cell:last-child,
  .block:not(.block--messages) .block-topRadiusContent.message .message-inner:first-of-type .message-cell:last-child,
  .block:not(.block--messages) .block-topRadiusContent > .message:first-child .message-inner:first-of-type .message-cell:last-child {
    border-top-right-radius: 3px;
  }
  .block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:last-child > .message:last-child .message-inner:last-of-type .message-cell:first-child,
  .block:not(.block--messages) .block-bottomRadiusContent.message .message-inner:last-of-type .message-cell:first-child,
  .block:not(.block--messages) .block-bottomRadiusContent > .message:last-child .message-inner:last-of-type .message-cell:first-child {
    border-bottom-left-radius: 3px;
  }
  .block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:last-child > .message:last-child .message-inner:last-of-type .message-cell:last-child,
  .block:not(.block--messages) .block-bottomRadiusContent.message .message-inner:last-of-type .message-cell:last-child,
  .block:not(.block--messages) .block-bottomRadiusContent > .message:last-child .message-inner:last-of-type .message-cell:last-child {
    border-bottom-right-radius: 3px;
  }
}
.block--messages .block-container {
  background: none;
  border: none;
}
.block--messages .message,
.block--messages .block-row {
  color: #aaa;
  background: #2b2f31;
  border-width: 0;
  border-style: solid;
  border-radius: 4px;
}
.block--messages .message + .message,
.block--messages .block-row + .message,
.block--messages .message + .block-row,
.block--messages .block-row + .block-row {
  margin-top: 10px;
}
.block--messages .block-filterBar {
  border-radius: 4px;
  margin-bottom: 10px;
}
.block--messages .message-spacer + .message,
.block--messages .message-spacer + .block-row {
  margin-top: 10px;
}
.block--messages .message-inner .message-cell {
  border-radius: 0;
}
.block--messages .message-inner:first-of-type .message-cell:first-child {
  border-top-left-radius: 3px;
}
.block--messages .message-inner:first-of-type .message-cell:last-child {
  border-top-right-radius: 3px;
}
.block--messages .message-inner:last-of-type .message-cell:first-child {
  border-bottom-left-radius: 3px;
}
.block--messages .message-inner:last-of-type .message-cell:last-child {
  border-bottom-right-radius: 3px;
}
@media (max-width: 650px) {
  .block--messages .message-inner .message-cell {
    border-radius: 0;
  }
  .block--messages .message-inner:first-of-type .message-cell:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .block--messages .message-inner:last-of-type .message-cell:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .block--messages .message--simple .message-cell--user + .message-cell {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media (max-width: 650px) {
  .block--messages .message,
  .block--messages .block-row,
  .block--messages .block-filterBar {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .block--messages .message .message-inner .message-cell {
    border-radius: 0;
  }
  .block--messages .message .message-inner .message-cell:first-child,
  .block--messages .message .message-inner .message-cell:last-child {
    border-radius: 0;
  }
  .block--messages .message--simple .message-cell--user + .message-cell {
    border-radius: 0;
  }
}
.message--article.is-moderated {
  background: #34393c;
}
.message--article.is-deleted {
  opacity: .65;
}
.message--articlePreview {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 14px;
  overflow: hidden;
}
.message--articlePreview:last-child {
  margin-bottom: 0;
}
.message--articlePreview .articlePreview-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.message--articlePreview .articlePreview-image {
  flex: 0 0 auto;
  width: 100%;
  max-width: 750px;
  text-decoration: none;
}
.message--articlePreview .articlePreview-image > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.message--articlePreview .articlePreview-image + .articlePreview-text .bbImageWrapper,
.message--articlePreview .articlePreview-image + .articlePreview-text .bbImage {
  display: none;
}
.message--articlePreview .articlePreview-image + .articlePreview-text .bbWrapper {
  position: relative;
  max-height: 13.6em;
  overflow: hidden;
}
.message--articlePreview .articlePreview-image + .articlePreview-text .bbWrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  width: 75%;
  height: 1.7em;
  background: linear-gradient(to right, rgba(43, 47, 49, 0), #2b2f31);
}
.message--articlePreview .articlePreview-text {
  flex: 1 1 auto;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 14px;
}
.message--articlePreview .articlePreview-text .bbWrapper {
  position: relative;
  max-height: 13.6em;
  overflow: hidden;
}
.message--articlePreview .articlePreview-text .bbWrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  width: 75%;
  height: 1.7em;
  background: linear-gradient(to right, rgba(43, 47, 49, 0), #2b2f31);
}
.message--articlePreview .articlePreview-title {
  margin: 0;
  font-size: 1.1em;
}
.message--articlePreview .articlePreview-content {
  flex: 1 1 auto;
}
.message--articlePreview .articlePreview-links {
  text-align: right;
  padding-top: 10px;
}
.message--articlePreview .articlePreview-statuses {
  float: left;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.message--articlePreview .articlePreview-statuses > li {
  margin-right: 8px;
}
.message--articlePreview .articlePreview-statuses .message-newIndicator {
  font-size: 13px;
}
.message--articlePreview .articlePreview-footer {
  padding: 0 10px;
}
.message--articlePreview .articlePreview-meta {
  display: flex;
  align-items: center;
  border-top: solid 1px #34393c;
  padding: 10px 0;
  color: #818181;
  font-size: 13px;
}
.message--articlePreview .articlePreview-meta > li {
  margin-right: 10px;
}
.message--articlePreview .articlePreview-meta > li:last-child {
  margin-right: 0;
}
.message--articlePreview .articlePreview-replies {
  white-space: nowrap;
}
.message--articlePreview .articlePreview-by,
.message--articlePreview .articlePreview-repliesLabel {
  display: none;
}
.block--articles.block--messages.block--expanded .article-title {
  margin: 0 0 5px;
  font-size: 2em;
  font-weight: 400;
}
.block--articles.block--messages.block--expanded .message-snippet-link {
  margin-top: .5em;
  text-align: center;
}
.block--articles.block--messages.block--expanded .message + .message {
  margin-top: 20px;
}
@supports (display: grid) {
  @media (min-width: 650px) {
    .block--previews .block-body {
      display: grid;
      gap: 14px;
      grid-template-rows: auto;
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "a a";
    }
    .block--previews .block-body > .message:first-of-type:last-of-type {
      grid-area: a;
    }
    .block--previews .block-body > .message--articlePreview {
      margin-bottom: 0;
    }
    .block--previews .block-body > .message--articlePreview:nth-of-type(-n+5) .articlePreview-title {
      font-size: 1.2em;
    }
    .block--previews .block-body > .message--articlePreview:nth-of-type(-n+5) .articlePreview-image {
      max-width: none;
    }
    .block--previews .block-body > .message--articlePreview:nth-of-type(-n+5) .articlePreview-image > img {
      aspect-ratio: 5 / 3;
    }
    .block--previews .block-body > .message--articlePreview:nth-of-type(-n+5) .articlePreview-meta .articlePreview-by {
      display: block;
    }
    .block--previews .block-body > .message--articlePreview:first-of-type {
      grid-area: a;
    }
    .block--previews .block-body > .message--articlePreview:first-of-type .articlePreview-title {
      font-size: 2em;
    }
    .block--previews .block-body > .message--articlePreview:first-of-type .articlePreview-meta {
      border-top: none;
    }
    .block--previews .block-body > .message--articlePreview:first-of-type .articlePreview-main {
      flex-direction: row-reverse;
    }
    .block--previews .block-body > .message--articlePreview:first-of-type .articlePreview-image {
      width: 50%;
      height: 100%;
    }
    .block--previews .block-body > .message--articlePreview:first-of-type .articlePreview-image > img {
      height: 100%;
    }
  }
  @media (min-width: 900px) {
    .p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body {
      grid-template-columns: repeat(4, 1fr);
      grid-template-areas: "a a a a" "b_1 b_1 b_2 b_2" "b_3 b_3 b_4 b_4";
    }
    .p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body > .message:first-of-type:last-of-type {
      grid-area: a;
    }
    .p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body > .message--articlePreview:nth-of-type(1) {
      grid-area: a;
    }
    .p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body > .message--articlePreview:nth-of-type(2) {
      grid-area: b_1;
    }
    .p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body > .message--articlePreview:nth-of-type(3) {
      grid-area: b_2;
    }
    .p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body > .message--articlePreview:nth-of-type(4) {
      grid-area: b_3;
    }
    .p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body > .message--articlePreview:nth-of-type(5) {
      grid-area: b_4;
    }
  }
  @media (min-width: 1200px) {
    .p-body-main--withSidebar .block--previews .block-body {
      grid-template-columns: repeat(4, 1fr);
      grid-template-areas: "a a a a" "b_1 b_1 b_2 b_2" "b_3 b_3 b_4 b_4";
    }
    .p-body-main--withSidebar .block--previews .block-body > .message:first-of-type:last-of-type {
      grid-area: a;
    }
    .p-body-main--withSidebar .block--previews .block-body > .message--articlePreview:nth-of-type(1) {
      grid-area: a;
    }
    .p-body-main--withSidebar .block--previews .block-body > .message--articlePreview:nth-of-type(2) {
      grid-area: b_1;
    }
    .p-body-main--withSidebar .block--previews .block-body > .message--articlePreview:nth-of-type(3) {
      grid-area: b_2;
    }
    .p-body-main--withSidebar .block--previews .block-body > .message--articlePreview:nth-of-type(4) {
      grid-area: b_3;
    }
    .p-body-main--withSidebar .block--previews .block-body > .message--articlePreview:nth-of-type(5) {
      grid-area: b_4;
    }
  }
}
@media (max-width: 650px) {
  .message:not(.message--forceColumns) .message-cell.message-cell--user {
    color: #fff;
    background: #2371a2;
  }
}
.message-avatar-wrapper .message-avatar-online {
  margin-left: 0;
  transform: translateX(-50%);
}
.message-avatar-wrapper .message-avatar-online:before {
  background: #08910c;
  border-color: #08910c;
}
.message-name {
  font-weight: inherit;
  font-size: 1.2em;
  color: #fff;
  font-weight: 500;
  background: #1f2224;
  border-radius: 20px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  margin: 10px auto;
  display: inline-block;
}
.message-name a {
  color: inherit;
}
@media (max-width: 650px) {
  .message:not(.message--forceColumns) .message-name a {
    color: inherit;
  }
}
.block--messages .block-container {
  background: transparent none !important;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
}
.block--messages .message.is-mod-selected,
.block--messages .block-row.is-mod-selected {
  border-left: 4px solid #49a1d8;
}
.block--messages .message + .message:not(.message--article),
.block--messages .block-row + .message:not(.message--article),
.block--messages .message + .block-row,
.block--messages .block-row + .block-row {
  margin-top: ;
}
.messageButtonLinks .block:not(.block--articles) .actionBar-set--external .actionBar-action {
  font-weight: 500;
  border-radius: 2px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  font-size: 12px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
}
.messageButtonLinks .block:not(.block--articles) .actionBar-set--external .actionBar-action.has-reaction .reaction-text {
  color: inherit !important;
}
@media (min-width: 650px) {
  .message-userDetails {
    text-align: center;
  }
}
.message-userDetails .userTitle {
  border-radius: 8px;
}
.actionBar-action {
  font-size: 90%;
  color: #818181;
  font-weight: 500;
}
.actionBar-action.actionBar-action--inlineMod label.iconic {
  color: inherit;
}
.message-cell--user a.cxf-button.button--link,
.message-cell--user .offline,
.message-cell--user .online,
.message-cell--user .userBanner {
  display: block;
  margin-top: 4px;
}

/********* public:structured_list.less ********/
.structItemContainer {
  border-collapse: collapse;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.alternateRows .structItemContainer .structItem:not(form):hover,
.alternateRows .structItemContainer .structItem-wrapper:nth-of-type(even) .structItem {
  background: #2f3336;
}
.hoverRows .structItemContainer .structItem:not(form):hover,
.hoverRows .structItemContainer .structItem-wrapper:nth-of-type(even) .structItem:hover {
  background: #34393c;
}
.structItemContainer > .structItem:first-child,
.structItemContainer > .structItemContainer-group:first-child > .structItem:first-child {
  border-top: none;
}
.structItem {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #393e42;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #2b2f31;
  border-top: 1px solid #131516;
}
.structItem.is-highlighted,
.structItem.is-moderated {
  background: #34393c;
}
.structItem.is-deleted {
  opacity: .7;
}
.structItem.is-deleted .structItem-title > * {
  text-decoration: line-through;
}
.structItem.is-mod-selected {
  background: #34393c;
  opacity: 1;
}
.structItem-cell {
  display: table-cell;
  vertical-align: top;
  padding: 22px 14px;
}
.structItem--middle .structItem-cell {
  vertical-align: middle;
}
.structItem-cell.structItem-cell--vote {
  width: 68px;
}
.structItem-cell.structItem-cell--icon {
  width: 64px;
  position: relative;
}
.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded {
  width: 76px;
}
.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd {
  width: 52px;
  padding-left: 7px;
}
.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd .structItem-iconContainer {
  padding-top: 10px;
}
.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmall {
  width: 88px;
}
.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmallest {
  width: 52px;
}
.structItem-cell.structItem-cell--icon .solutionIcon {
  padding-left: 0;
  padding-right: 0;
}
.structItem-cell.structItem-cell--meta {
  width: 135px;
}
.structItem-cell.structItem-cell--latest {
  width: 190px;
  text-align: right;
  width: 150px;
  font-size: 13px;
  color: #969696;
}
.structItem-iconContainer {
  position: relative;
}
.structItem-iconContainer img {
  display: block;
  width: 100%;
}
.structItem-iconContainer .avatar {
  width: 36px;
  height: 36px;
  font-size: 22px;
}
.structItem-iconContainer .avatar.avatar--xxs {
  width: 24px;
  height: 24px;
  font-size: 14px;
}
.structItem-iconContainer .structItem-secondaryIcon {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.structItem-cell--iconExpanded .structItem-iconContainer .avatar {
  width: 48px;
  height: 48px;
  font-size: 29px;
}
.structItem-cell--iconExpanded .structItem-iconContainer .structItem-secondaryIcon {
  width: 22px;
  height: 22px;
  font-size: 13px;
}
.structItem-title {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #fff;
}
.structItem-title a {
  color: inherit;
}
.structItem-title .label {
  font-weight: 400;
}
.is-unread .structItem-title {
  font-weight: 500;
}
.structItem-minor {
  font-size: 12px;
  color: #818181;
}
.structItem-minor a {
  color: inherit;
  text-decoration: none;
}
.structItem-minor a:hover {
  text-decoration: underline;
}
.structItem-parts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.structItem-parts > li {
  display: inline;
  margin: 0;
  padding: 0;
}
.structItem-parts > li:nth-child(even) {
  color: #969696;
}
.structItem-parts > li:before {
  content: "\00B7\20";
}
.structItem-parts > li:first-child:before {
  content: "";
  display: none;
}
.structItem-pageJump {
  margin-left: 8px;
  font-size: 11px;
}
.structItem-pageJump a {
  color: #969696;
  background: #2f3336;
  border: 1px solid #34393c;
  text-decoration: none;
  border-radius: 2px;
  padding: 0 3px;
  opacity: .5;
  -webkit-transition:  all 0.25s ease;
  transition:  all 0.25s ease;
}
.structItem:hover .structItem-pageJump a,
.has-touchevents .structItem-pageJump a {
  opacity: 1;
}
.structItem-pageJump a:hover {
  text-decoration: none;
  background: #2b2f31;
}
.structItem-statuses,
.structItem-extraInfo {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.structItem-statuses > li,
.structItem-extraInfo > li {
  float: left;
  margin-left: 8px;
}
.structItem-statuses input[type=checkbox],
.structItem-extraInfo input[type=checkbox] {
  vertical-align: -2px;
}
.structItem-statuses .reactionSummary {
  vertical-align: -2px;
}
.structItem-extraInfo .reactionSummary {
  vertical-align: middle;
}
.structItem-status::before {
  display: inline-block;
  font-size: 90%;
  color: #818181;
}
.structItem-status.fa--xf svg {
  color: #818181;
}
.structItem-status--deleted::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 0.875em;
  mask: url('/styles/fa/solid/trash-alt.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/trash-alt.svg?v=5.15.3') no-repeat center;
}
.structItem-status--locked::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 0.875em;
  mask: url('/styles/fa/solid/lock.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/lock.svg?v=5.15.3') no-repeat center;
}
.structItem-status--moderated::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/shield.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/shield.svg?v=5.15.3') no-repeat center;
  color: #49a1d8;
}
.structItem-status--redirect::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/external-link.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/external-link.svg?v=5.15.3') no-repeat center;
}
.structItem-status--starred::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.125em;
  mask: url('/styles/fa/solid/star.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/star.svg?v=5.15.3') no-repeat center;
  color: #ffdd00;
}
.structItem-status--sticky::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 0.75em;
  mask: url('/styles/fa/solid/thumbtack.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/thumbtack.svg?v=5.15.3') no-repeat center;
}
.structItem-status--featured::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/medal.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/medal.svg?v=5.15.3') no-repeat center;
}
.structItem-status--watched::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 0.875em;
  mask: url('/styles/fa/solid/bell.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/bell.svg?v=5.15.3') no-repeat center;
}
.structItem-status--solved::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/check-circle.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/check-circle.svg?v=5.15.3') no-repeat center;
  color: #52e056;
}
.structItem-status--attention::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.125em;
  mask: url('/styles/fa/solid/bullhorn.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/bullhorn.svg?v=5.15.3') no-repeat center;
  color: #49a1d8;
}
.structItem-status--upvoted::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/thumbs-up.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/thumbs-up.svg?v=5.15.3') no-repeat center;
}
.structItem-status--downvoted::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/thumbs-down.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/thumbs-down.svg?v=5.15.3') no-repeat center;
}
.structItem.structItem--note {
  color: #aaa;
  background: #2b2f31;
}
.structItem.structItem--note .structItem-cell {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 900px) {
  .structItem-cell {
    vertical-align: top;
  }
  .structItem-cell.structItem-cell--meta {
    width: 115px;
    font-size: 12px;
  }
  .structItem-cell.structItem-cell--latest {
    width: 140px;
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  .structItem-cell {
    background: transparent none !important;
  }
  .structItem-cell + .structItem-cell.structItem-cell--icon {
    padding-left: 0;
    width: 50px;
  }
  .structItem-cell.structItem-cell--main,
  .structItem-cell.structItem-cell--newThread {
    display: block;
    padding-bottom: .2em;
  }
  .structItem-cell + .structItem-cell.structItem-cell--main,
  .structItem-cell + .structItem-cell.structItem-cell--newThread {
    padding-left: 0;
  }
  .structItem-cell.structItem-cell--meta {
    display: block;
    width: auto;
    float: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    color: #818181;
  }
  .structItem-cell.structItem-cell--meta .structItem-minor {
    display: none;
  }
  .structItem-cell.structItem-cell--meta .pairs > dt,
  .structItem-cell.structItem-cell--meta .pairs > dd {
    display: inline;
    float: none;
    margin: 0;
  }
  .structItem-cell.structItem-cell--latest {
    display: block;
    width: auto;
    float: left;
    padding-top: 0;
    padding-left: 0;
  }
  .structItem-cell.structItem-cell--latest:before {
    content: "\00A0\00B7\20";
    color: #818181;
  }
  .structItem-cell.structItem-cell--latest a {
    color: #818181;
  }
  .structItem-cell.structItem-cell--latest .structItem-minor {
    display: none;
  }
  .structItem-cell.structItem-cell--iconEnd {
    display: none;
  }
  .structItem-pageJump,
  .structItem-extraInfoMinor {
    display: none;
  }
  .is-unread .structItem-latestDate {
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  .structItem-parts .structItem-startDate {
    display: none;
  }
  .structItem.structItem--quickCreate .structItem-cell--icon,
  .structItem.structItem--quickCreate .structItem-cell--vote {
    display: none;
  }
  .structItem.structItem--quickCreate .structItem-cell--newThread {
    padding-left: 14px;
    padding-bottom: 14px;
  }
}

/********* public:znl_loader.less ********/
.anchor_wide_aboveFooter + .block {
  margin-top: 30px;
  margin-bottom: 0;
}
.hoverTransitions a {
  transition: 0.2s color;
}
.hoverTransitions .iconic > input[type=checkbox] + i:before,
.hoverTransitions .iconic > input[type=checkbox] + i:after {
  transition: 0.2s opacity;
}
.hoverTransitions button,
.hoverTransitions .button,
.hoverTransitions input[type="submit"],
.hoverTransitions .p-staffBar-link,
.hoverTransitions .menu-row,
.hoverTransitions a.menu-linkRow,
.hoverTransitions .blockLink,
.hoverTransitions .categoryList-itemRow,
.hoverTransitions .block-row.block-row--separated,
.hoverTransitions .pageNav-page,
.hoverTransitions .p-breadcrumbs--xf1 li,
.hoverTransitions .p-breadcrumbs--xf1 .arrow,
.hoverTransitions .p-breadcrumbs--xf1 .arrow span,
.hoverTransitions .tabs-tab,
.hoverTransitions .messageButtonLinks .actionBar-set--external .actionBar-action,
.hoverTransitions .inputGroup-text {
  transition: 0.2s all;
}
.hoverTransitions .pageNav-page a,
.hoverTransitions .p-breadcrumbs--xf1 > li a {
  transition: none;
}
.hoverTransitions input[type="search"],
.hoverTransitions input[type="email"],
.hoverTransitions input[type="password"] {
  transition: 0.2s background, 0.2s color, 0.2s box-shadow;
}
.hoverTransitions .hover-fx {
  position: relative;
  overflow: hidden;
}
.hoverTransitions .hover-fx.h-float-down,
.hoverTransitions .hover-fx.h-float-up {
  transition: 0.2s margin;
}
.hoverTransitions .hover-fx.h-float-up:hover {
  margin-top: -10px;
  margin-bottom: 10px;
}
.hoverTransitions .hover-fx.h-float-down:hover {
  margin-bottom: -10px;
  margin-top: 10px;
}
a.hoverTransitions .hover-fx {
  display: block;
}
.hoverTransitions .hover-fx > img {
  display: block;
}
.lSSlideOuter .lSPager.lSpg > li a {
  font-weight: 500;
  background: #969696;
  content: "";
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.2s linear 0s;
  top: -2px;
  opacity: .3;
  position: relative;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background: #6bb2df;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
}
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline {
  margin: 0 !important;
}
h1 > i:not(.hScroller-action),
h2 > i:not(.hScroller-action),
h3 > i:not(.hScroller-action),
h4 > i:not(.hScroller-action),
h5 > i:not(.hScroller-action) {
  margin-right: 8px;
}
.p-pageWrapper {
  z-index: 1;
}
.page_top,
.page_bot {
  width: 100%;
}
.p-body .block-container .p-title {
  margin-bottom: 0;
}
.p-body .p-body-header.block-container .p-title-value {
  margin: 0 auto 0 0;
}
.p-body .p-body-header.block-container .p-title-pageAction {
  margin-bottom: 0;
}
.p-title-pageAction {
  text-align: right;
}
.p-title-value {
  line-height: 1.4;
  font-size: 2em;
  color: #fff;
  font-weight: 500;
}
.p-title-pageAction {
  text-align: right;
}
.has-blockTitle .p-body .p-title {
  padding: 10px 10px;
  color: #aaa;
  background: #2b2f31;
  border-width: 0;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 30px;
}
.p-description:before,
.p-description:after {
  content: " ";
  display: table;
}
.p-description:after {
  clear: both;
}
.nlFeature_anchor {
  display: none;
}
.anchorOffset {
  display: block;
  margin-top: -60px;
  z-index: 99;
  height: 60px;
  clear: both;
}
.actionBar-action.actionBar-action--inlineMod label.iconic,
label.iconic i {
  font-weight: normal;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.button.button--scroll,
a.button.button--scroll {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.u-scrollButtons {
  bottom: 20px;
}
.lSAction > a:after {
  font-weight: 900;
}
.button.button--icon--cart > .button-text::before,
a.button.button--icon--cart > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/shopping-cart.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/shopping-cart.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--comment > .button-text::before,
a.button.button--icon--comment > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/comment.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/comment.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--email > .button-text::before,
a.button.button--icon--email > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/envelope.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/envelope.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--heart > .button-text::before,
a.button.button--icon--heart > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/heart.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/heart.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--help > .button-text::before,
a.button.button--icon--help > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/life-ring.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/life-ring.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--logout > .button-text::before,
a.button.button--icon--logout > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/sign-out.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/sign-out.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--register > .button-text::before,
a.button.button--icon--register > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/sign-in.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/sign-in.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--signout > .button-text::before,
a.button.button--icon--signout > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/sign-out.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/sign-out.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--support > .button-text::before,
a.button.button--icon--support > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/life-ring.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/life-ring.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
.button.button--icon--upgrade > .button-text::before,
a.button.button--icon--upgrade > .button-text::before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1em;
  mask: url('/styles/fa/solid/rocket.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/rocket.svg?v=5.15.3') no-repeat center;
  vertical-align: .025em;
}
a.button.button--icon--rotateHover:hover i {
  animation: fa-spin 2s infinite linear;
}
.p-body-sideNav .block a.button.button--fullWidth + a.button--fullWidth {
  margin-top: 10px;
}
.buttonGroup.buttonGroup--aligned .button--small + .button--small {
  margin-left: 4px;
}
.button--wide {
  max-width: 300px;
  width: 100%;
}
.headerProxy {
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 650px) {
  .headerFixed .p-topBarController,
  .headerFixed .p-header,
  .headerFixed .p-navController,
  .headerFixed .p-sectionLinks,
  .headerFixed .p-staffBar,
  .headerFixed .p-page-header {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
  }
  .headerStretch.headerFixedInner .p-staffBar-inner,
  .headerStretch.headerFixedInner .p-topBar-inner,
  .headerStretch.headerFixedInner .p-page-header-inner,
  .headerStretch.headerFixedInner.stretchNavigation .p-nav-inner {
    max-width: 1350px;
    width: 100%;
    margin: auto;
  }
  .headerStretch:not(.stretchNavigation) .p-navController,
  .headerStretch:not(.stretchNavigation) .p-sectionLinks {
    max-width: 1350px;
    width: 100%;
    margin: auto;
  }
  .headerStretch:not(.stretchNavigation) .p-page-header {
    max-width: 1350px;
    width: 100%;
    margin: auto;
  }
  .headerStretch.boxedContent .p-body {
    margin: 30px auto;
  }
}
.p-nav-smallLogo {
  position: relative;
  margin-right: 10px;
}
a.p-navEl-link[data-nav-id="home"] {
  font-size: 0;
}
a.p-navEl-link[data-nav-id="home"]:before {
  display: inline-block;
  content: "";
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  width: 1.28571429em;
  mask: url('/styles/fa/solid/home.svg?v=5.15.3') no-repeat center;
  -webkit-mask: url('/styles/fa/solid/home.svg?v=5.15.3') no-repeat center;
  font-size: 14px;
}
.p-navEl-splitTrigger:before {
  display: none;
}
a.p-navEl-link:before,
.p-navgroup-link.p-navgroup-link--iconic i:after {
  font-size: 16px;
}
.p-navgroup.p-discovery {
  margin: 0;
}
.p-navgroup.p-discovery a:last-of-type {
  margin-right: 0;
}
.p-navSticky.is-sticky .p-nav {
  position: relative;
  z-index: 200;
}
.p-navSticky.is-sticky.p-navSticky--all .p-sectionLinks {
  position: relative;
  z-index: 100;
}
.nav--forceMobileTrigger .p-nav-scroller {
  display: none;
}
.nav--forceMobileTrigger .p-nav-menuTrigger {
  display: inline-block;
  margin-left: 0;
}
.p-sectionLinks-list .p-navEl.is-menuOpen .p-navEl-link {
  color: #6bb2df;
}
.offCanvasMenu--nav .offCanvasMenu-content {
  height: auto;
  background: #2b2f31;
  padding: 0;
}
.offCanvasMenu--nav .offCanvasMenu-header img {
  max-width: 60%;
  vertical-align: middle;
}
.p-navgroup-link--search .p-navgroup-linkText {
  display: none;
}
img.img--center {
  display: block;
  margin: auto;
}
img.img--fullWidth {
  max-width: 100%;
  width: 100%;
}
.img-grow img {
  max-width: 100%;
  width: 100%;
}
.img--strip img,
.img--strip br {
  margin: 0;
  padding: 0;
  white-space: pre-line;
  display: inline-block;
  vertical-align: top;
}
.ad-wrapper {
  margin: auto;
  text-align: center;
}
.contentShadows.has-blockTitle .p-body .p-title,
.contentShadows .block:not(.block--messages) .block-container,
.contentShadows .blockMessage:not(.blockMessage--none),
.contentShadows .block-container--grid > .block-header,
.contentShadows .block-container--grid > .block-minorHeader,
.contentShadows .block-container--grid > .block-filterBar,
.contentShadows .noticeScrollContainer .lSSlideWrapper,
.contentShadows .p-breadcrumbs.xf1,
.contentShadows .p-breadcrumbs--xf1,
.contentShadows .gridNodes.separateNodes:not(.imgNodes) .node-body,
.contentShadows .gridNodes.separateNodes.imgNodes.nodeImgBehind .node-body,
.contentShadows .gridNodes.separateNodes.imgNodes.nodeImgAbove .node,
.contentShadows .gridNodes.separateNodes .node-category-header,
.contentShadows .thNodes__nodeList .block-container .node-body,
.contentShadows .block-outer-opposite .buttonGroup,
.contentShadows .block--messages article.message,
.contentShadows .js-quickReply .message.message--quickReply,
.contentShadows .p-body-content .productList-grid .productList-product-grid,
.contentShadows .p-body-content .block-container--grid .productList-product-grid.node,
.contentShadows .p-body-content .block-container--full-grid .productList-product-grid.node,
.contentShadows.media-itemDesc-below [data-type="xfmg_media"] .itemList-item,
.contentShadows .forum_view-articles-header,
.contentShadows .medio-grid .medio-tile-block.media-tile,
.contentShadows .gridItemContainer .gridItem {
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.contentShadows .block-container .blockMessage,
.contentShadows .thNodes__nodeList .block-container,
.contentShadows .block--previews .block-container--threadList,
.contentShadows .block--expanded .block-container--threadList,
.contentShadows .medio-grid .media-tile.media-tile--placeholder {
  box-shadow: none !important;
}
.popupShadows .menu,
.popupShadows .overlay,
.popupShadows .tooltip--preview .tooltip-content,
.popupShadows .tooltip--bookmark .tooltip-content,
.popupShadows .tooltip--member .tooltip-content,
.popupShadows .tooltip--share .tooltip-content {
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.popupCustomDropShadows.popupShadows .menu,
.popupCustomDropShadows.popupShadows .overlay,
.popupCustomDropShadows.popupShadows .tooltip--preview .tooltip-content,
.popupCustomDropShadows.popupShadows .tooltip--bookmark .tooltip-content,
.popupCustomDropShadows.popupShadows .tooltip--member .tooltip-content,
.popupCustomDropShadows.popupShadows .tooltip--share .tooltip-content {
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.25);
}
.blockStyle--flat .p-body .block-container,
.blockStyle--flat .p-body .productList-product-grid {
  border: none;
}
.blockStyle--flat .p-body .block-header,
.blockStyle--flat .p-body .block-minorHeader,
.blockStyle--flat .p-body .block-row,
.blockStyle--flat .p-body .porta-article-item .message-cell,
.blockStyle--flat .p-body .productList-product-grid.node .node-main,
.blockStyle--flat .p-body .productList-product-grid.node .productList-product-grid--clearfix,
.blockStyle--flat .p-body [data-widget-definition="new_threads"] .message .message-cell {
  padding-left: 0;
  padding-right: 0;
}
.blockStyle--flat.blockHeadStyle--blockMinorHeader .overlay .block-header {
  padding-left: 14px;
  padding-right: 14px;
}
.block-header,
.block-minorHeader {
  line-height: 1.4;
}
.block-header a,
.block-minorHeader a {
  color: inherit;
}
.block-row .block-textHeader {
  margin: 0;
}
.inline-blocks .block-container,
.inline-blocks .block {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none !important;
}
.inline-blocks .block-row {
  padding: 0;
}
.inline-blocks h2.block-minorHeader,
.inline-blocks h3.block-minorHeader,
.inline-blocks h2.block-header,
.inline-blocks h3.block-header {
  display: none;
}
.block-footer {
  line-height: 1.4;
}
.block-footer a:not(.button),
.block-footer a.button.button--plain {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
}
.block-footer a:not(.button):hover,
.block-footer a.button.button--plain:hover {
  color: #6bb2df;
  text-decoration: underline;
}
.categoryList-item .categoryList {
  padding-left: 0;
}
.categoryList-itemRow {
  flex-grow: 1;
  line-height: normal;
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  border-left: 0px solid #49a1d8;
}
.categoryList-itemRow.is-selected {
  color: #6bb2df;
  background: #34393c;
  border-left: 4px solid #49a1d8;
}
.categoryList-itemRow:hover {
  background: #34393c;
}
.categoryList-itemRow a {
  color: inherit;
  transition: none;
}
.noticeScrollContainer .lSSlideWrapper {
  border: none;
  background: #2b2f31;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0 !important;
}
.notices h1,
.notices h2,
.notices h3,
.notices h4,
.notices h5 {
  margin: 0;
  padding: 0;
}
.hideSidebar .p-body-main--withSidebar .p-body-content {
  padding: 0 !important;
}
.p-body-sidebar,
.p-body-sideNav,
.resourceBody-sidebar,
.columnContainer-sidebar {
  line-height: 1.4;
}
.p-body-sidebar .block-container,
.p-body-sideNav .block-container,
.resourceBody-sidebar .block-container,
.columnContainer-sidebar .block-container {
  font-size: 13px;
  color: #969696;
}
.p-body-sidebar .block-body:before,
.p-body-sideNav .block-body:before,
.resourceBody-sidebar .block-body:before,
.columnContainer-sidebar .block-body:before,
.p-body-sidebar .block-body:after,
.p-body-sideNav .block-body:after,
.resourceBody-sidebar .block-body:after,
.columnContainer-sidebar .block-body:after {
  content: " ";
  display: table;
}
.p-body-sidebar .block-body:after,
.p-body-sideNav .block-body:after,
.resourceBody-sidebar .block-body:after,
.columnContainer-sidebar .block-body:after {
  clear: both;
}
.p-body-sidebar iframe,
.p-body-sideNav iframe,
.resourceBody-sidebar iframe,
.columnContainer-sidebar iframe {
  max-width: 100%;
  width: auto;
  min-height: 225px;
}
@media (min-width: 480px) {
  .p-body-sidebar iframe,
  .p-body-sideNav iframe,
  .resourceBody-sidebar iframe,
  .columnContainer-sidebar iframe {
    height: auto;
  }
}
@media (max-width: 480px) {
  .p-body-sidebar iframe,
  .p-body-sideNav iframe,
  .resourceBody-sidebar iframe,
  .columnContainer-sidebar iframe {
    width: 100%;
  }
}
.p-body-sidebar .block-row:first-of-type:not(:only-of-type),
.p-body-sideNav .block-row:first-of-type:not(:only-of-type),
.resourceBody-sidebar .block-row:first-of-type:not(:only-of-type),
.columnContainer-sidebar .block-row:first-of-type:not(:only-of-type) {
  padding-bottom: 10px / 2;
}
.p-body-sidebar .block-row + .block-row:not(:last-of-type),
.p-body-sideNav .block-row + .block-row:not(:last-of-type),
.resourceBody-sidebar .block-row + .block-row:not(:last-of-type),
.columnContainer-sidebar .block-row + .block-row:not(:last-of-type) {
  padding-top: 10px / 2;
  padding-bottom: 10px / 2;
}
.p-body-sidebar .block-row + .block-row:last-of-type,
.p-body-sideNav .block-row + .block-row:last-of-type,
.resourceBody-sidebar .block-row + .block-row:last-of-type,
.columnContainer-sidebar .block-row + .block-row:last-of-type {
  padding-top: 10px / 2;
}
.p-body-sidebar .listInline a:not(.u-concealed):not(.u-cloaked):first-of-type,
.p-body-sideNav .listInline a:not(.u-concealed):not(.u-cloaked):first-of-type,
.resourceBody-sidebar .listInline a:not(.u-concealed):not(.u-cloaked):first-of-type,
.columnContainer-sidebar .listInline a:not(.u-concealed):not(.u-cloaked):first-of-type,
.p-body-sidebar .contentRow a:not(.u-concealed):not(.u-cloaked):first-of-type,
.p-body-sideNav .contentRow a:not(.u-concealed):not(.u-cloaked):first-of-type,
.resourceBody-sidebar .contentRow a:not(.u-concealed):not(.u-cloaked):first-of-type,
.columnContainer-sidebar .contentRow a:not(.u-concealed):not(.u-cloaked):first-of-type {
  font-size: inherit;
  font-size: 13px;
  font-weight: 500;
}
.p-body-sidebar .contentRow h3,
.p-body-sideNav .contentRow h3,
.resourceBody-sidebar .contentRow h3,
.columnContainer-sidebar .contentRow h3 {
  font-family: inherit;
}
.sidebarAltRows .p-body-sidebar .block-body > *:nth-child(even),
.sidebarAltRows .p-body-sideNav .block-body > *:nth-child(even),
.sidebarAltRows .resourceBody-sidebar .block-body > *:nth-child(even),
.sidebarAltRows .columnContainer-sidebar .block-body > *:nth-child(even) {
  background: ;
}
.p-body-sidebar .block-minorHeader i,
.p-body-sideNav .block-minorHeader i,
.resourceBody-sidebar .block-minorHeader i,
.columnContainer-sidebar .block-minorHeader i,
.flex_columns .block-minorHeader i {
  text-indent: 0;
}
.truncateSidebarLinks .p-body-sidebar .contentRow-main--close a:first-of-type,
.truncateSidebarLinks .p-body-sideNav .contentRow-main--close a:first-of-type,
.truncateSidebarLinks .resourceBody-sidebar .contentRow-main--close a:first-of-type,
.truncateSidebarLinks .columnContainer-sidebar .contentRow-main--close a:first-of-type,
.truncateSidebarLinks .flex_columns .contentRow-main--close a:first-of-type {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}
.p-body-sidebar .block .contentRow-lesser,
.p-body-sideNav .block .contentRow-lesser,
.resourceBody-sidebar .block .contentRow-lesser,
.columnContainer-sidebar .block .contentRow-lesser,
.flex_columns .block .contentRow-lesser {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}
.categoryList-label label {
  margin: 0;
}
.menu-separator {
  display: none;
}
.menu-row .inputGroup.inputGroup--joined .input + .input,
.menu-footer .inputGroup.inputGroup--joined .input + .input {
  border-left: ;
}
.menu-footer a:not(.button) {
  color: inherit;
}
.menu-footer a:not(.button):hover {
  color: #6bb2df;
}
.menu--structural .menu-content .menu-row {
  line-height: 1.4;
}
.menu--structural .menu-content .menu-row a {
  color: #fff;
  font-weight: 500;
}
.menu--structural .menu-content .menu-row a:hover {
  color: #6bb2df;
}
.menu--structural form .menu-row:hover {
  background: ;
}
.menu--account .menu-linkRow {
  background: transparent none;
  border-width: 0;
  border-style: solid;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  line-height: normal;
}
.menu--account .menu-linkRow:hover {
  background: #34393c;
  border-width: 0;
  border-style: solid;
}
.menu--account .menu-content .menu-row a.username {
  font-size: 1.2em;
  color: #fff;
  font-weight: 500;
}
.menu--account .menu-content .menu-row .contentRow-minor {
  font-size: 12px;
  margin-top: 8px;
}
.has-menuFollowIcons .menu-linkRow:after {
  font-size: 11px;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  float: right;
}
.overlay {
  color: #aaa;
  background: #2b2f31;
  border-width: 0;
  border-style: solid;
}
.overlay .block-container {
  box-shadow: none !important;
}
.overlay-title {
  line-height: 1;
}
.overlay-titleCloser {
  color: #fff;
}
.attachment-icon.attachment-icon--img img {
  transition: 0.25s opacity;
}
.attachment-icon.attachment-icon--img img:hover {
  opacity: 0.9;
}
.structItemContainer-group--sticky .structItem {
  border-left: 4px solid #49a1d8;
}
.structItem-cell--main .structItem-title {
  line-height: 1.4;
}
.structItem-cell--main .structItem-title:before,
.structItem-cell--main .structItem-title:after {
  content: " ";
  display: table;
}
.structItem-cell--main .structItem-title:after {
  clear: both;
}
.structItem-parts > li:nth-child(even) {
  color: inherit;
}
.structItem-cell--latest .structItem-cell--inner > a:first-of-type {
  color: inherit;
}
.structItem-cell--latest .structItem-cell--inner > a:first-of-type:hover {
  color: #6bb2df;
}
@media (min-width: 650px) {
  .structItem-cell.structItem-cell--meta .structItem-cell--inner {
    font-size: 12px;
    color: #969696;
  }
}
.structItem-cell.structItem-cell--meta .structItem-cell--inner .structItem-minor {
  color: inherit;
  font-size: inherit;
}
.structItem-cell.structItem-cell--meta .structItem-cell--inner .pairs.pairs--justified > dt {
  font-weight: 500;
}
@media (min-width: 650px) {
  .structItem-cell.structItem-cell--latest .structItem-cell--inner {
    width: 100%;
  }
}
.structItem-status:before {
  color: #969696;
}
@media (max-width: 650px) {
  .structItem-cell--inner {
    display: inline-block;
  }
}
.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd {
  text-align: right;
}
.inlineModBar button,
.inlineModBar .button.button--primary {
  color: inherit;
  background: #1e628d;
}
.inlineModBar button:hover,
.inlineModBar .button.button--primary:hover {
  color: inherit;
  background: #1a5478;
}
.inlineModBar .input,
.inlineModBar .button {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1;
  vertical-align: middle;
  border-radius: 2px;
}
.inlineModBar .button.button--primary span {
  line-height: 1;
}
.memberHeader-main .memberHeader-avatar .avatar {
  border-radius: 4px;
}
.memberHeader-main + .memberHeader-content {
  font-weight: 500;
}
.memberTooltip-headerInfo .memberTooltip-blurb {
  font-size: inherit;
}
.memberTooltip-info {
  font-weight: 500;
}
.p-body-content .message--simple .message-attribution .listInline.listInline--bullet > li:before {
  content: " ";
}
.p-body-content .message--simple .message-attribution .listInline > li:not(.message-attribution-user) {
  position: relative;
  margin-left: 8px;
  font-size: 88%;
  color: #818181;
  font-weight: 500;
  background: #2f3336;
  border: 1px solid #393e42;
  border-radius: 2px;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
}
.p-body-content .message--simple .message-attribution .listInline > li:not(.message-attribution-user) .ratingStars {
  vertical-align: middle;
  top: auto;
}
.p-body-content .message--simple .message-attribution .listInline > li:not(.message-attribution-user):before,
.p-body-content .message--simple .message-attribution .listInline > li:not(.message-attribution-user):after {
  content: "";
  position: absolute;
  top: 23%;
}
.p-body-content .message--simple .message-attribution .listInline > li:not(.message-attribution-user):before {
  left: -7px;
  border: 7px solid transparent;
  border-left-width: 0;
  border-right-color: #393e42;
}
.p-body-content .message--simple .message-attribution .listInline > li:not(.message-attribution-user):after {
  left: -6px;
  border: 7px solid transparent;
  border-left-width: 0;
  border-right-color: #2f3336;
}
.formRow label.formRow-label {
  font-weight: 500;
}
.form-inline label {
  margin: 6px 0;
  display: inline-block;
}
.form-inline .formSubmitRow-bar {
  background: none;
  border: none;
}
.form-inline .formSubmitRow-controls {
  padding: 0;
  margin: 30px 0 0;
}
input[type="search"] {
  color: #aaa;
}
select.input.hide {
  display: none !important;
}
.inputGroup.inputGroup--joined .input:focus + .inputGroup-text {
  border-color: #49a1d8;
}
.p-footer .contentRow-main a {
  font-weight: 500;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}
.p-footer .contentRow-muted {
  color: #818181;
}
.p-footer .contentRow-minor {
  color: #818181;
}
.p-footer .pairs > dt {
  color: #818181;
}
.p-footer textarea,
.p-footer .input {
  background: rgba(0, 0, 0, 0.05);
}
.footerFixed footer.p-footer {
  max-width: 1350px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  padding: 0;
}
.p-footer-row {
  position: relative;
}
.p-footer-row.p-footer-copyright a {
  color: inherit;
}
.p-footer-row.p-footer-copyright a:hover {
  color: #6bb2df;
}
.tabs-tab {
  position: relative;
}
.tabs--standalone .tabs-tab {
  line-height: 1.4;
}
.tab-markers-arrow .tabs-tab {
  border-bottom: none !important;
}
.tab-markers-arrow .tabs-tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -(8px / 2);
  border: 8px solid transparent;
  border-top-width: 0;
  border-bottom-color: transparent;
}
.tab-markers-arrow .block-tabHeader .tabs-tab:after {
  bottom: -1px;
}
.tab-markers-arrow .block-tabHeader .tabs-tab.is-active:after {
  border-bottom-color: #2b2f31;
}
.tab-markers-arrow .block-minorTabHeader .tabs-tab.is-active:after {
  border-bottom-color: #282c2e;
}
.tab-markers-arrow .tabs--standalone .tabs-tab.is-active:after {
  border-bottom-color: #131516;
}
.tab-markers-arrow .menu-tabHeader .tabs-tab.is-active:after {
  border-bottom-color: #2f3336;
}
.dataList-table {
  border-collapse: collapse;
}
.dataList-row.dataList-row--header .dataList-cell {
  border: none;
}
@media (min-width: 900px) {
  .fullWidth .p-staffBar,
  .fullWidth .p-topBarController,
  .fullWidth .p-navController,
  .fullWidth .p-sectionLinks,
  .fullWidth .p-page-header,
  .fullWidth .p-header,
  .fullWidth .p-page-header-inner,
  .fullWidth .p-body-inner,
  .fullWidth .p-row-inner,
  .fullWidth .p-footer,
  .fullWidth .p-footer-wrxapper,
  .fullWidth .p-footer-inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  .fullWidth .p-staffBar-inner,
  .fullWidth .p-topBar-inner,
  .fullWidth .p-nav-inner,
  .fullWidth .p-sectionLinks-inner,
  .fullWidth .p-header-inner,
  .fullWidth .top-row .top-row-item {
    width: auto !important;
    max-width: none !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  @supports (padding: max(0px)) {
    .fullWidth .p-staffBar-inner,
    .fullWidth .p-topBar-inner,
    .fullWidth .p-nav-inner,
    .fullWidth .p-sectionLinks-inner,
    .fullWidth .p-header-inner,
    .fullWidth .top-row .top-row-item {
      padding-left: max(20px, env(safe-area-inset-left));
      padding-right: max(20px, env(safe-area-inset-right));
    }
  }
  .fullWidth.headerStretch #header .p-topBar-inner,
  .fullWidth.headerStretch .p-sectionLinks-inner {
    max-width: none;
  }
}
.p-staffBar-inner,
.p-topBar-inner,
.p-header-inner,
.p-nav-inner,
.p-sectionLinks-inner,
.p-page-header-inner,
.p-body-inner,
.p-row-inner,
.footerFixed footer .p-footer-wraxpper,
.p-footer-inner,
.footerStretch .p-footer-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@supports (padding: max(0px)) {
  .p-staffBar-inner,
  .p-topBar-inner,
  .p-header-inner,
  .p-nav-inner,
  .p-sectionLinks-inner,
  .p-page-header-inner,
  .p-body-inner,
  .p-row-inner,
  .footerFixed footer .p-footer-wraxpper,
  .p-footer-inner,
  .footerStretch .p-footer-inner {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
}
@media (max-width: 650px) {
  .p-nav .p-nav-menuTrigger {
    margin: 0 10px 0 0;
  }
  .has-js .p-nav-opposite {
    margin-right: 0;
  }
  .has-js .p-nav-opposite .p-navgroup-link {
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media (min-width: 1350px) {
  .headerStretch.headerStretchInner .p-staffBar-inner,
  .headerStretch.headerStretchInner .p-topBar-inner,
  .headerStretch.headerStretchInner .p-header-inner,
  .headerStretch.headerStretchInner .p-page-header-inner,
  .headerStretch.headerStretchInner:not(.has-paddedNav) .p-nav-inner,
  .headerStretch.headerStretchInner .p-sectionLinks-inner {
    width: auto;
    max-width: none;
  }
  .fixedWidth.headerStretch.headerFixedInner .p-staffBar-inner,
  .fixedWidth.headerStretch.headerFixedInner .p-topBar-inner,
  .fixedWidth.headerStretch.headerFixedInner .p-header-inner,
  .fixedWidth.headerStretch.headerFixedInner .p-page-header-inner,
  .fixedWidth.headerStretch.headerFixedInner:not(.has-paddedNav):not(.has-paddedBoxedNav) .p-nav-inner,
  .fixedWidth.headerStretch.headerFixedInner .p-sectionLinks-inner,
  .fixedWidth.footerStretch .p-footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
  @supports (padding: max(0px)) {
    .fixedWidth.headerStretch.headerFixedInner .p-staffBar-inner,
    .fixedWidth.headerStretch.headerFixedInner .p-topBar-inner,
    .fixedWidth.headerStretch.headerFixedInner .p-header-inner,
    .fixedWidth.headerStretch.headerFixedInner .p-page-header-inner,
    .fixedWidth.headerStretch.headerFixedInner:not(.has-paddedNav):not(.has-paddedBoxedNav) .p-nav-inner,
    .fixedWidth.headerStretch.headerFixedInner .p-sectionLinks-inner,
    .fixedWidth.footerStretch .p-footer-inner {
      padding-left: max(0, env(safe-area-inset-left));
      padding-right: max(0, env(safe-area-inset-right));
    }
  }
  .boxedContent.fixedWidth.headerFixed:not(.has-paddedNav):not(.compactHeader):not(.has-paddedBoxedNav) .p-nav-inner,
  .boxedContent.fixedWidth.headerFixed .p-sectionxLinks-inner,
  .boxedContent.fixedWidth.defaultHeader:not(.has-paddedBoxedNav) .p-nav-inner {
    padding-left: 0;
    padding-right: 0;
  }
  @supports (padding: max(0px)) {
    .boxedContent.fixedWidth.headerFixed:not(.has-paddedNav):not(.compactHeader):not(.has-paddedBoxedNav) .p-nav-inner,
    .boxedContent.fixedWidth.headerFixed .p-sectionxLinks-inner,
    .boxedContent.fixedWidth.defaultHeader:not(.has-paddedBoxedNav) .p-nav-inner {
      padding-left: max(0, env(safe-area-inset-left));
      padding-right: max(0, env(safe-area-inset-right));
    }
  }
  .floatingContent.fixedWidth .p-body-inner,
  .floatingContent.fixedWidth .p-row-inner {
    padding-left: 0;
    padding-right: 0;
  }
  @supports (padding: max(0px)) {
    .floatingContent.fixedWidth .p-body-inner,
    .floatingContent.fixedWidth .p-row-inner {
      padding-left: max(0, env(safe-area-inset-left));
      padding-right: max(0, env(safe-area-inset-right));
    }
  }
}
@media (max-width: 1350px) {
  .p-staffBar-inner,
  .p-topBar-inner,
  .p-header-inner,
  .p-nav-inner,
  .p-sectionLinks-inner,
  .p-page-header-inner,
  .p-body-inner,
  .boxedContent .p-body-inner,
  .p-row-inner,
  .p-footer-inner,
  .footerStretch .p-footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  @supports (padding: max(0px)) {
    .p-staffBar-inner,
    .p-topBar-inner,
    .p-header-inner,
    .p-nav-inner,
    .p-sectionLinks-inner,
    .p-page-header-inner,
    .p-body-inner,
    .boxedContent .p-body-inner,
    .p-row-inner,
    .p-footer-inner,
    .footerStretch .p-footer-inner {
      padding-left: max(20px, env(safe-area-inset-left));
      padding-right: max(20px, env(safe-area-inset-right));
    }
  }
}
@media (max-width: 650px) {
  .p-staffBar-inner,
  .p-topBar-inner,
  .p-header-inner,
  .p-nav-inner,
  .p-sectionLinks-inner,
  .p-page-header-inner,
  .p-body-inner,
  .boxedContent .p-body-inner,
  .p-row-inner,
  .p-footer-inner,
  .footerStretch .p-footer-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
  @supports (padding: max(0px)) {
    .p-staffBar-inner,
    .p-topBar-inner,
    .p-header-inner,
    .p-nav-inner,
    .p-sectionLinks-inner,
    .p-page-header-inner,
    .p-body-inner,
    .boxedContent .p-body-inner,
    .p-row-inner,
    .p-footer-inner,
    .footerStretch .p-footer-inner {
      padding-left: max(14px, env(safe-area-inset-left));
      padding-right: max(14px, env(safe-area-inset-right));
    }
  }
}
@media (max-width: 480px) {
  .p-staffBar-inner,
  .p-topBar-inner,
  .p-header-inner,
  .p-nav-inner,
  .p-sectionLinks-inner,
  .p-page-header-inner,
  .p-body-inner,
  .boxedContent .p-body-inner,
  .p-row-inner,
  .p-footer-inner,
  .footerStretch .p-footer-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  @supports (padding: max(0px)) {
    .p-staffBar-inner,
    .p-topBar-inner,
    .p-header-inner,
    .p-nav-inner,
    .p-sectionLinks-inner,
    .p-page-header-inner,
    .p-body-inner,
    .boxedContent .p-body-inner,
    .p-row-inner,
    .p-footer-inner,
    .footerStretch .p-footer-inner {
      padding-left: max(10px, env(safe-area-inset-left));
      padding-right: max(10px, env(safe-area-inset-right));
    }
  }
}
_:-ms-lang(x),
.p-navSticky.is-sticky {
  left: 0;
  right: 0;
}
.message-cell--user .message-userExtras-popup:before,
.message-cell--user .message-userExtras-popup:after {
  content: " ";
  display: table;
}
.message-cell--user .message-userExtras-popup:after {
  clear: both;
}
.message-cell--user .profilefieldspopup_link {
  color: inherit;
}
.message-cell--user .profilefieldspopup_link:hover {
  color: inherit;
  opacity: 0.8;
}
.has-touchevents .itemList-itemOverlay,
.itemList-item:hover .itemList-itemOverlay {
  height: auto;
}
.resourceSidebarGroup-title {
  font-weight: 500;
}
.nodeList .siropuShoutbox .block-body {
  padding: 10px 10px;
  background: inherit;
}
#siropuChatOptions {
  margin-top: 0;
}
.siropuChatWidgetRooms > ul > li {
  border: none;
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  border-left: 0px solid #49a1d8;
}
.siropuChatWidgetRooms > ul > li:first-child {
  border: none;
}
.siropuChatWidgetRooms > ul > li:hover {
  border: none;
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  border-left: 0px solid #49a1d8;
  background: #34393c;
}
.siropuChatWidgetRooms > ul > li.siropuChatActiveRoom > span {
  color: green;
}
.siropuChatWidgetRooms > ul > li.siropuChatInactiveRoom > span {
  color: lightgrey;
}
.siropuChatWidgetRooms > ul > li > a {
  display: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  line-height: normal;
}
.siropuChatWidgetRooms > ul > li ul {
  display: none;
  margin-top: 10px;
}
.FTSlider_BlockBody {
  padding: 10px 10px;
}
.productList-product-grid.node .node-title {
  margin-bottom: 6px;
}
.p-body .productList-grid .block-footer {
  background: transparent none !important;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
}
.p-body .productList-product-grid.node .productList-product-grid--updateInfo {
  font-size: 12px;
  color: #969696;
  background: #2f3336;
  border-top: 1px solid #3e4347;
  padding: 10px;
}
.p-body .price {
  font-size: 1.1em;
  font-weight: 500;
}
.p-body .productList-product-grid--clearfix .price span,
.p-body .productList-product-grid--priceCartInfo .price span {
  line-height: normal;
}
.p-body .productList-product-grid--clearfix .price .old-price,
.p-body .productList-product-grid--priceCartInfo .price .old-price {
  text-decoration: line-through;
  color: #818181;
}
.p-body .productList-product-grid--clearfix .price span {
  display: block;
}
.productList-product-grid--priceCartInfo {
  display: flex;
}
.productList-product-grid--priceCartInfo .addToCart,
.productList-product-grid--priceCartInfo .costs {
  padding: 6px;
  flex: 1;
  line-height: 1.4;
}
.productList-product-grid--priceCartInfo .addToCart {
  flex: 0 0 auto;
}
.productList-product-grid--priceCartInfo .costs {
  text-align: right;
}
.productList-product-grid.node .productList-product-grid--icon {
  padding: 4px;
}
@media (min-width: 900px) {
  .template-dbtech_ecommerce_product_view .p-body-sidebar {
    width: ;
  }
}
.block-row--pricingInfo .pairs--price > dd {
  font-size: 1.2em;
  font-weight: 500;
}
.block-row--pricingInfo .pairs--price > dd .scrollindicator {
  background: #131516;
}
.block-row--pricingInfo .pairs--price > dd .scrollprogress {
  background: #2371a2;
}
.block-row--pricingInfo .pairs--price > dd .node--category .node-icon i,
.block-row--pricingInfo .pairs--price > dd .node--forum .node-icon i {
  background-position: center center;
}
@media (max-width: 650px) {
  .block-row--pricingInfo .pairs--price > dd .block.porta-features {
    margin-left: auto;
    margin-right: auto;
  }
  .block-row--pricingInfo .pairs--price > dd .porta-masonry {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .block-row--pricingInfo .pairs--price > dd .block.porta-features {
    margin-left: auto;
    margin-right: auto;
  }
  .block-row--pricingInfo .pairs--price > dd .porta-masonry {
    margin: 0 auto;
  }
}
.block-row--pricingInfo .pairs--price > dd .collapsible-nodes .block-header--left {
  line-height: 1.4;
}
.block-row--pricingInfo .pairs--price > dd .collapsible-nodes .block-header--left a {
  display: block;
}
.block-row--pricingInfo .pairs--price > dd .block--category .collapseTrigger {
  line-height: 1.4;
}
.block-row--pricingInfo .pairs--price > dd .thNodes__nodeList .block-container .block-body {
  margin-top: ;
}
@media (max-width: 650px) {
  .block-row--pricingInfo .pairs--price > dd .thNodes__nodeList .block-container .block-body {
    margin-left: -;
    margin-right: -;
  }
}
.nodeSeparateTitleDesc .block-row--pricingInfo .pairs--price > dd .thNodes__nodeList .block-container .block-header {
  margin-bottom: 0;
}
.block-row--pricingInfo .pairs--price > dd .thNodes__nodeList > .block.block--category:last-of-type {
  margin-bottom: 0;
}

/********* public:extra.less ********/
.c-ads-centered {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  text-align: center;
}
.c-ads-centered a {
  display: block;
}
.c-ads-centered img {
  width: 100%;
  height: 60px;
}
.c-ads-double {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.c-ads-double a {
  display: block;
  flex: 50%;
}
.c-ads-double img {
  width: 100%;
  height: 60px;
}
.c-ads-half-width {
  margin: auto;
  width: 50%;
}
.block.block--category.block--category1 .node-title {
  color: orange;
}
.block.block--category .node.node--id109 .node-title,
.block.block--category .node.node--id120 .node-title {
  color: green;
}