@charset "UTF-8";
/*
 *
 * Copyright (C) 2013-2018 Fonpit AG
 * 
 * ---
 * Comments will be removed in production. 
 * ---
 * _base.scss
 * 
 * This file contains all variables and mixins that are used on most pages or should be used on most pages (for consistency)
 * 
 * This file should be included *first* in every .scss file (unless the file itself is a partial/import) so that the file has access to these variables/mixins
 */
/**
 * DO NOT USE THIS MIXINS!
 * This mixins are from compass that added browser specific prefixed.
 * Since we are using postcss now, compass is not needed anymore.
 * However, I was to lazy to remove all compass. Therefore, this mixins exists.
 * If you touch a scss file that use one these mixins please remove it. ~ Daniil.
 */
/*
 *
 * Copyright (C) 2016 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016-2018 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016-2018 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016-2017 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2017 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2017-2018 Fonpit AG
 * 
 * ---
 * Comments will be removed in production. 
 * ---
 * 
 * Mixins for ad styles
 *
 */
/**
 * DO NOT USE THIS MIXINS!
 * This mixins are from compass that added browser specific prefixed.
 * Since we are using postcss now, compass is not needed anymore.
 * However, I was to lazy to remove all compass. Therefore, this mixins exists.
 * If you touch a scss file that use one these mixins please remove it. ~ Daniil.
 */
/* '▴' */
/* '▸' */
/* '▾' */
/* '◂' */
/* '★' */
/* '☆' */
/* '✓' */
/* '✕' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '\1f304' */
/* '\1f3ac' */
/* '\1f44d' use data-icon="iconCode" here! */
/* '\1f44e' use data-icon="iconCode" here! */
/* '' */
/* '\1f4f7' */
/* '\1f512' */
/* '\1f513' */
@-webkit-keyframes iconPulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes iconPulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes iconRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes iconRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/**
 * All options
 * 
 * Arrow is not added on mobile-sized viewports
 * 
 * $className:        String that will have "." prepended to it for the selector
 * $useArrow:         If true, will add a right-pointing arrow on hover
 * $tileColor:        Colour of the background; using null gives no colour
 * $hoverColor:       Background color on hover; defaulted to $color_hoverHightlight; using null gives no hover effect
 * $setDisplayBlock:  Set display:block here...
 */
/*
 *
 * Copyright (C) 2018 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2018 Fonpit AG
 * 
 */
@-webkit-keyframes saved-flash {
  0% {
    background-color: rgba(118, 156, 17, .8);
    color: white; }
  50% {
    background-color: rgba(118, 156, 17, .8);
    color: white; }
  100% {
    background-color: transparent;
    color: inherit; } }
@keyframes saved-flash {
  0% {
    background-color: rgba(118, 156, 17, .8);
    color: white; }
  50% {
    background-color: rgba(118, 156, 17, .8);
    color: white; }
  100% {
    background-color: transparent;
    color: inherit; } }

@-webkit-keyframes warning-flash {
  0% {
    background-color: rgba(254, 0, 0, .8);
    color: white; }
  50% {
    background-color: rgba(254, 0, 0, .8);
    color: white; }
  100% {
    background-color: transparent;
    color: inherit; } }

@keyframes warning-flash {
  0% {
    background-color: rgba(254, 0, 0, .8);
    color: white; }
  50% {
    background-color: rgba(254, 0, 0, .8);
    color: white; }
  100% {
    background-color: transparent;
    color: inherit; } }

.contrib-draft-status {
  padding-right: 13.2px;
  padding-right: 0.825rem;
  line-height: 1;
  text-align: right; }

.contrib-draft-status__saving,
.contrib-draft-status__saved,
.contrib-draft-status__disabled {
  visibility: hidden;
  font-style: italic;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5 !important; }
  @media all and (max-width: 34.3em) {
    .contrib-draft-status__saving,
    .contrib-draft-status__saved,
    .contrib-draft-status__disabled {
      font-size: 1.2rem; } }
  @media all and (max-width: 34.3em) {
    .contrib-draft-status__saving,
    .contrib-draft-status__saved,
    .contrib-draft-status__disabled {
      font-weight: 400; } }

.contrib-draft-status_active .contrib-draft-status__saving {
  visibility: visible;
  font-weight: 600; }

.contrib-draft-status_active .contrib-draft-status__saved,
.contrib-draft-status_active .contrib-draft-status__disabled {
  display: none; }

.contrib-draft-status_inactive .contrib-draft-status__saved {
  visibility: visible;
  -webkit-animation: saved-flash 1s 1;
          animation: saved-flash 1s 1; }

.contrib-draft-status_inactive .contrib-draft-status__saving,
.contrib-draft-status_inactive .contrib-draft-status__disabled {
  display: none; }

.contrib-draft-status_disabled .contrib-draft-status__disabled {
  visibility: visible;
  -webkit-animation: warning-flash 1s 1;
          animation: warning-flash 1s 1; }

.contrib-draft-status_disabled .contrib-draft-status__saving,
.contrib-draft-status_disabled .contrib-draft-status__saved {
  display: none; }

.hoverPreview {
  z-index: 600;
  position: absolute;
  top: -10em;
  padding: 0.6em 0.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e9eef2;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-box-shadow: 0.2em 0.2em 0.4em 0.1em #666;
          box-shadow: 0.2em 0.2em 0.4em 0.1em #666;
  word-wrap: break-word; }
  @media all and (max-width: 34.3em) {
    .hoverPreview {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .hoverPreview {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  .hoverPreview > p {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #272526;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 28.8px;
    line-height: 1.8rem; }
    @media all and (max-width: 34.3em) {
      .hoverPreview > p {
        font-weight: 400; } }
    @media all and (max-width: 34.3em) {
      .hoverPreview > p {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
  .hoverPreview > h4 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #1770aa;
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 52.8px;
    line-height: 3.3rem;
    margin-bottom: 0.5em; }
    @media all and (max-width: 34.3em) {
      .hoverPreview > h4 {
        font-weight: 400; } }
    @media all and (max-width: 34.3em) {
      .hoverPreview > h4 {
        font-size: 1.6rem;
        line-height: 2.2rem; } }

.forumThreadListTitleHover {
  min-width: 10em;
  max-width: 300px; }

/**
 * DO NOT USE THIS MIXINS!
 * This mixins are from compass that added browser specific prefixed.
 * Since we are using postcss now, compass is not needed anymore.
 * However, I was to lazy to remove all compass. Therefore, this mixins exists.
 * If you touch a scss file that use one these mixins please remove it. ~ Daniil.
 */
.moreButton {
  position: relative;
  margin: 0; }
  .moreButton > span:after {
    content: '\25BC';
    padding-left: 3px;
    vertical-align: 0.2em;
    font-size: 16px;
    font-size: 1rem; }
  .moreButton[class*="-small"] > span:after {
    vertical-align: 0; }

li[data-inmorebutton="true"] > a[class^="btn"],
li[data-inmorebutton="true"] > a[class*=" btn"] {
  display: none; }

.moreButtonDropdownVisible {
  display: block;
  opacity: 1; }

.moreButtonDropdownHidden {
  display: none;
  opacity: 0; }

.moreButtonDropdown {
  position: absolute;
  width: 12em;
  right: 0;
  z-index: 2000;
  background-color: white;
  -webkit-box-shadow: 0.2em 0.2em 0.4em 0.1em #666;
          box-shadow: 0.2em 0.2em 0.4em 0.1em #666;
  margin-top: 2px;
  cursor: default;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s; }
  .moreButtonDropdown > li {
    text-align: right; }
    .moreButtonDropdown > li > a {
      font-family: Open Sans, Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #272526;
      font-size: 19.2px;
      font-size: 1.2rem;
      line-height: 28.8px;
      line-height: 1.8rem;
      display: inline-block;
      width: 100%;
      height: 100%;
      text-align: center;
      border-bottom: 0;
      background-image: none;
      -webkit-transition: background-color 0.15s, color 0.15s;
      transition: background-color 0.15s, color 0.15s; }
      @media all and (max-width: 34.3em) {
        .moreButtonDropdown > li > a {
          font-weight: 400; } }
      @media all and (max-width: 34.3em) {
        .moreButtonDropdown > li > a {
          font-size: 1.2rem;
          line-height: 1.8rem; } }
      .moreButtonDropdown > li > a:hover {
        background-color: transparent; }
      .moreButtonDropdown > li > a > span {
        display: inline-block;
        width: 90%;
        width: calc(100% - 2rem);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0.8em 0;
        text-align: right; }
      .moreButtonDropdown > li > a.disabled {
        cursor: default;
        pointer-events: none;
        color: #aaa !important;
        background: #e9eef2; }
    .moreButtonDropdown > li > a:hover {
      background-color: #d9eef8; }
      .moreButtonDropdown > li > a:hover.disabled {
        background: #e9eef2; }
  .moreButtonDropdown > li:not(:first-of-type) > a > span {
    border-top: 1px solid #e9eef2; }
  .moreButtonDropdown > li:hover + li > a > span {
    border-color: transparent; }
  .moreButtonDropdown > li:not(:first-of-type) > a:hover > span {
    border-top: 1px solid #d9eef8; }

/* ------------------------------------------------------------------------ */
/* User device popup                                                        */
/* ------------------------------------------------------------------------ */
.userDevicePopup {
  /* 260 + 30 + 160 + 20 (+ 20 bonus for greedy IE, to prevent imageOptions from wrapping) */
  max-width: 490px; }

.userDevicePopup .deviceIntroText {
  margin-bottom: 20px; }

#userDevice {
  margin-top: 5px; }

#userDevice label {
  float: left;
  margin: 3px 10px 0 0;
  text-align: right;
  width: 110px; }

#userDevice select {
  float: left;
  width: 160px; }

#userDevice input {
  float: left;
  width: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#userDevice a {
  margin-left: 20px; }

/* ------------------------------------------------------------------------ */
/*
 * Transparent file chooser which can 
 * be placed over a styled button
 */
input.hiddenfileupload,
input.hiddenfileuploadError {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2; }

input.overlaybutton {
  position: relative;
  z-index: 1; }

.form, .form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form fieldset + fieldset {
  margin-top: 52.8px;
  margin-top: 3.3rem; }

.form label {
  display: inline-block;
  text-transform: none;
  margin: 0 0 .3em 0; }

.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=url],
.form input[type=date],
.form input[type=month],
.form input[type=time],
.form input[type=datetime],
.form input[type=datetime-local],
.form input[type=week],
.form input[type=number],
.form input[type=search],
.form input[type=tel],
.form input[type=color],
.form select,
.form textarea {
  padding: .3em .5em;
  border: 1px solid #666;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s; }
  .form input[type=text]:focus,
  .form input[type=password]:focus,
  .form input[type=email]:focus,
  .form input[type=url]:focus,
  .form input[type=date]:focus,
  .form input[type=month]:focus,
  .form input[type=time]:focus,
  .form input[type=datetime]:focus,
  .form input[type=datetime-local]:focus,
  .form input[type=week]:focus,
  .form input[type=number]:focus,
  .form input[type=search]:focus,
  .form input[type=tel]:focus,
  .form input[type=color]:focus,
  .form select:focus,
  .form textarea:focus {
    border: 1px solid #1770aa; }

.form select {
  margin-bottom: 10px;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.form input[type=checkbox],
.form input[type=radio] {
  margin: 10px 0 0 0;
  padding: 0;
  vertical-align: middle;
  position: absolute; }
  .form input[type=checkbox] + label,
  .form input[type=radio] + label {
    position: relative;
    padding-left: 20px;
    padding-left: 32px;
    padding-left: 2rem;
    display: block;
    cursor: pointer; }

.form legend {
  margin: .5em 0; }

.form .error {
  color: #CF2347 !important;
  display: block;
  padding: .5em 0; }

.form .error:before {
  display: none !important; }

.form input.Error,
.form textarea.Error {
  border-color: #CF2347 !important; }

.form .errorsFound > strong:before,
.form .error:not(:empty):before {
  font-family: 'selection_androidpit';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* No underline if icon is used in <a> element */
  text-decoration: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig", normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  content: '\2715';
  margin-right: 0.256em; }

.form .errorsFound {
  text-align: center;
  padding: 4px;
  padding: 6.4px;
  padding: .4rem;
  background-color: #CF2347;
  color: white; }

.form .hint {
  margin-top: 13.2px;
  margin-top: 0.825rem;
  margin-bottom: 26.4px;
  margin-bottom: 1.65rem;
  color: #666; }

.form legend + .hint {
  margin-top: 0; }

.form .field {
  position: relative; }
  .form .field label {
    display: block; }
    .form .field label span {
      vertical-align: middle; }
  .form .field .optional {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #aaa;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 28.8px;
    line-height: 1.8rem; }
    @media all and (max-width: 34.3em) {
      .form .field .optional {
        font-weight: 400; } }
    @media all and (max-width: 34.3em) {
      .form .field .optional {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
  .form .field.fluid input,
  .form .field.fluid textarea,
  .form .field.fluid select {
    width: 100%; }
  .form .field input[type=checkbox] + label {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }

.form .field + .field {
  margin-top: 52.8px;
  margin-top: 3.3rem; }

.form fieldset .field + .field {
  margin-top: 0; }

/* ERROR COLOURS */
.userErrorRow input, .userErrorRow select, .userErrorRow textarea {
  border: 1px solid #CF2347; }

.userErrorField {
  color: #CF2347;
  display: block !important;
  /* Hacky fix: When jQuery .show()s an element with this class, in IE it shows with display: inline for some reason */
  margin: 1em 0; }

.userErrorField:not(:empty):before {
  font-family: 'selection_androidpit';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* No underline if icon is used in <a> element */
  text-decoration: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig", normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  content: '\2715';
  margin-right: 0.256em; }

.errorsFound {
  text-align: center;
  padding: 4px;
  background-color: #CF2347;
  color: white; }

.errorsFound > span {
  padding-left: 25px;
  background-image: url("img/icoErrorWhite.png");
  background-repeat: no-repeat;
  background-position: 5px 0; }

.sessionExpired {
  text-align: center;
  padding: 4px;
  background-color: #CF2347; }

.sessionExpired > span {
  padding-left: 25px;
  background-image: url("img/icoErrorWhite.png");
  background-repeat: no-repeat;
  background-position: 5px 1px;
  color: white; }

.sessionExpired > .sessionExpiredInput {
  background-color: white;
  margin-top: 4px;
  padding: 8px; }

/* ------------------------------------------------------------------------ */
/* Variables                                                                */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* Styles                                                                   */
/* ------------------------------------------------------------------------ */
.flexTileContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.no-flexbox .flexTileContainer {
  display: block; }

.flexTileHeight {
  position: relative; }

.flexTileHalf {
  position: relative; }

.flexTileFillHeight {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }

.flexTileHalfContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flexTileHalf {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.no-flexbox .flexTileContainer:before,
.no-flexbox .flexTileContainer:after {
  content: "";
  display: table; }

.no-flexbox .flexTileContainer:after {
  clear: both; }

.no-flexbox .flexTileContainer {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.no-flexbox .flexTileContainer > div,
.no-flexbox .flexTileContainer > article {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: left; }

.flexTileLink {
  padding: 8px 15px;
  z-index: 2;
  border-bottom: 0;
  background-image: none; }
  .flexTileLink:hover {
    background-color: transparent; }

.flexTileHalf .flexTileLink {
  padding: 7px 15px; }

.flexTileFull > .flexTileHeight,
.flexTileHalf {
  background-size: cover; }

.flexTileBG {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-size: cover;
  background-position: 50% 50%; }

.flexTileFull:hover .flexTileBG,
.flexTileHalf:hover .flexTileBG {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  opacity: 0.05; }

.flexTileHalf .commentsBubble,
.flexTileHalf .commentsBubble,
.flexTileFull .commentsBubble,
.flexTileFull .commentsBubble {
  position: absolute;
  background-color: white;
  color: #1770aa; }

.flexTileHalf .commentsBubble:before,
.flexTileHalf .commentsBubble:before,
.flexTileFull .commentsBubble:before,
.flexTileFull .commentsBubble:before {
  border-top-color: white; }

.flexTileFull .commentsBubble {
  top: 13px;
  right: 15px; }

.flexTileHalf .commentsBubble {
  top: 11px;
  right: 15px; }

.flexTileTitle {
  display: block;
  max-height: 80%;
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: white;
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 54.4px;
  line-height: 3.4rem;
  text-shadow: 1px 1px 2px #272526;
  word-wrap: break-word; }
  .flexTileTitle a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
    background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .flexTileTitle a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .flexTileTitle a:hover {
      background-color: transparent; }
  .flexTileWithSubTitle1 .flexTileTitle {
    max-height: 60%; }
  @media all and (max-width: 50em) {
    .flexTileTitle {
      font-family: Hind, Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: white;
      font-size: 3.2rem;
      line-height: 3.8rem; }
      .flexTileTitle a {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, rgba(23, 112, 170, 0)), color-stop(72%, #1770aa), color-stop(77%, #1770aa), color-stop(77%, rgba(23, 112, 170, 0)));
        background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 72%, #1770aa 72%, #1770aa 77%, rgba(23, 112, 170, 0) 77%); }
        .flexTileTitle a:hover {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9.2%, rgba(23, 112, 170, 0)), color-stop(9.2%, #1770aa), color-stop(77%, #1770aa), color-stop(77%, rgba(23, 112, 170, 0)));
          background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 9.2%, #1770aa 9.2%, #1770aa 77%, rgba(23, 112, 170, 0) 77%); }
        .flexTileTitle a:hover {
          background-color: transparent; } }

.flexTileHalf .flexTileTitle {
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: white;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 38.4px;
  line-height: 2.4rem; }
  .flexTileHalf .flexTileTitle a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
    background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .flexTileHalf .flexTileTitle a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .flexTileHalf .flexTileTitle a:hover {
      background-color: transparent; }
  @media all and (max-width: 50em) {
    .flexTileHalf .flexTileTitle {
      font-family: Hind, Helvetica, Arial, sans-serif;
      font-weight: 600;
      color: white;
      font-size: 2.6rem;
      line-height: 3.2rem; }
      .flexTileHalf .flexTileTitle a {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, rgba(23, 112, 170, 0)), color-stop(72%, #1770aa), color-stop(77%, #1770aa), color-stop(77%, rgba(23, 112, 170, 0)));
        background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 72%, #1770aa 72%, #1770aa 77%, rgba(23, 112, 170, 0) 77%); }
        .flexTileHalf .flexTileTitle a:hover {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9.2%, rgba(23, 112, 170, 0)), color-stop(9.2%, #1770aa), color-stop(77%, #1770aa), color-stop(77%, rgba(23, 112, 170, 0)));
          background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 9.2%, #1770aa 9.2%, #1770aa 77%, rgba(23, 112, 170, 0) 77%); }
        .flexTileHalf .flexTileTitle a:hover {
          background-color: transparent; } }

.flexTileBackground {
  background: #1770aa none; }

.flexTileReview .flexTileTitle {
  max-height: 75%; }

.flexTileReview.flexTileWithSubTitle1 .flexTileTitle {
  max-height: 50%; }

.flexTileHalf.flexTileReview.flexTileWithSubTitle1 .flexTileTitle {
  max-height: 50%; }

.flexTileHalf.flexTileReview.flexTileWithSubTitle1 .flexTileSubTitle1 {
  max-height: 25%; }

.flexTileWithCommentBubble .flexTileLink:before {
  content: '';
  float: right;
  display: inline-block;
  width: 96px;
  width: 6rem;
  height: 56px;
  height: 3.5rem; }

.flexTileSubTitle1 {
  display: block;
  margin-top: 12.8px;
  margin-top: 0.8rem;
  max-height: 20%;
  color: white;
  text-shadow: 1px 1px 2px #272526; }

.flexTileUpdateTextLabel {
  padding-right: 1.6px;
  padding-right: 0.1rem;
  text-transform: uppercase; }

.flexTileSubTitle2 {
  display: block;
  margin-top: 12.8px;
  margin-top: 0.8rem;
  color: white;
  text-shadow: 1px 1px 2px #272526; }

.flexTileHalf .flexTileSubTitle2 {
  margin-top: 5px;
  margin-top: 8px;
  margin-top: 0.5rem; }

.flexTileRating {
  display: block;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  font-family: selection_androidpit;
  font-size: 19px; }

.flexTileRating:after,
.flexTileRating:before {
  width: calc(50% - 3.5em);
  display: inline-block;
  height: 2px;
  content: '';
  vertical-align: middle;
  margin-top: 2px; }

.flexTileRating:before {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }

.flexTileRating:after {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }

.flexTileRatingText {
  position: absolute;
  left: 100%; }

.flexTileRatingStars {
  height: 1.4em;
  width: 5.4em;
  vertical-align: middle;
  padding-right: .2em; }

.flexTileRatingStars:before,
.flexTileRatingStars:after {
  color: #ffc800;
  text-shadow: 1px 1px 2px #272526;
  letter-spacing: 0.16em; }

.flexTileRatingStars:after {
  color: white; }

/* ------------------------------------------------------------------------ */
/* Mixins and Variables                                                     */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* Styles                                                                   */
/* ------------------------------------------------------------------------ */
.homeTeaserTileColumn {
  width: 32.7%; }
  .homeTeaserTileColumn .flexTileHalf {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%; }
    .no-flexbox .homeTeaserTileColumn .flexTileHalf {
      height: 48.5%; }

.homeTeaserTileColumn .flexTileHeight {
  padding-bottom: 90%; }

.no-flexbox .flexTileHalf {
  height: 48.5%; }

.no-flexbox .homeTeaserTileColumn0 {
  margin-right: 0.95%; }

.no-flexbox .homeTeaserTileColumn2 {
  margin-left: 0.95%; }

.no-flexbox .flexTileHalf0 {
  margin-bottom: 3%; }

/* ------------------------------------------------------------------------ */
/* Media Queries                                                            */
/* ------------------------------------------------------------------------ */
.navigationTabsList,
.navigationTabsMoreDropdown {
  border-bottom: 1px solid #aaa; }
  .navigationTabsList > li,
  .navigationTabsMoreDropdown > li {
    display: inline-block; }
    .navigationTabsList > li > a,
    .navigationTabsMoreDropdown > li > a {
      display: inline-block;
      padding: 7px 15px;
      font-family: Open Sans, Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #666;
      font-size: 28.8px;
      font-size: 1.8rem;
      line-height: 52.8px;
      line-height: 3.3rem;
      line-height: 1.5 !important;
      text-transform: uppercase;
      background-color: #e9eef2;
      -webkit-transition: background-color 0.15s, color 0.15s;
      transition: background-color 0.15s, color 0.15s;
      border-bottom: 0;
      background-image: none; }
      @media all and (max-width: 34.3em) {
        .navigationTabsList > li > a,
        .navigationTabsMoreDropdown > li > a {
          font-weight: 400; } }
      @media all and (max-width: 34.3em) {
        .navigationTabsList > li > a,
        .navigationTabsMoreDropdown > li > a {
          font-size: 1.6rem;
          line-height: 3.3rem; } }
      .navigationTabsList > li > a:hover,
      .navigationTabsMoreDropdown > li > a:hover {
        background-color: transparent; }
    .navigationTabsList > li > a.navigationTabRequireLogin,
    .navigationTabsMoreDropdown > li > a.navigationTabRequireLogin {
      color: #aaa; }
    .navigationTabsList > li > a:hover,
    .navigationTabsMoreDropdown > li > a:hover {
      background-color: #d9eef8; }
    .navigationTabsList > li > a[aria-selected="true"],
    .navigationTabsList > li > a[aria-selected="true"]:hover,
    .navigationTabsMoreDropdown > li > a[aria-selected="true"],
    .navigationTabsMoreDropdown > li > a[aria-selected="true"]:hover {
      background-color: #fe351b;
      font-weight: 600;
      color: white; }

.navigationTabsList > li:not(:last-of-type) {
  margin-right: 6px; }

html.js .navigationTabsList:not(.navigationTabsListWithMore) {
  white-space: nowrap;
  overflow: hidden; }

.navigationTabsPanelView {
  position: relative;
  overflow: hidden; }

.navigationTabsPanelContainer {
  position: relative;
  white-space: nowrap; }

.navigationTabsPanel {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #e9eef2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 16em;
  margin-top: 1px; }

.navigationTabsPanelNotSelected {
  visibility: hidden; }

.navigationTabsMore {
  position: relative; }

.navigationTabsMore > a:after {
  font-family: 'selection_androidpit';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* No underline if icon is used in <a> element */
  text-decoration: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig", normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  content: '\F107';
  font-size: 1.2em;
  vertical-align: middle;
  text-align: right; }

.navigationTabsMoreDropdown {
  position: absolute;
  display: none;
  z-index: 200;
  right: 0;
  border: 0;
  -webkit-box-shadow: 0.2em 0.2em 0.4em 0.1em #666;
          box-shadow: 0.2em 0.2em 0.4em 0.1em #666; }
  .navigationTabsMoreDropdown > li {
    width: 100%; }
    .navigationTabsMoreDropdown > li > a {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: white;
      white-space: nowrap;
      text-align: right; }
  .navigationTabsMoreDropdown > li:not(:last-of-type) {
    border-bottom: 1px solid #aaa; }

.navigationTabsMoreOpen > ul {
  display: block; }

.navigationTabsList > .navigationTabsMoreOpen > a,
.navigationTabsList > .navigationTabsMoreOpen > a:hover {
  position: relative;
  z-index: 201;
  background-color: #d9eef8; }

.navigationTabsList > .navigationTabsMoreChildSelected > a,
.navigationTabsList > .navigationTabsMoreChildSelected > a:hover {
  background-color: #fe351b;
  font-weight: 600;
  color: white; }

/*
 *
 * Copyright (C) 2013-2018 Fonpit AG
 * 
 * ---
 * Comments will be removed in production. 
 * ---
 * _base.scss
 * 
 * This file contains all variables and mixins that are used on most pages or should be used on most pages (for consistency)
 * 
 * This file should be included *first* in every .scss file (unless the file itself is a partial/import) so that the file has access to these variables/mixins
 */
/**
 * DO NOT USE THIS MIXINS!
 * This mixins are from compass that added browser specific prefixed.
 * Since we are using postcss now, compass is not needed anymore.
 * However, I was to lazy to remove all compass. Therefore, this mixins exists.
 * If you touch a scss file that use one these mixins please remove it. ~ Daniil.
 */
/*
 *
 * Copyright (C) 2016 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016-2018 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016-2018 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2016-2017 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2017 Fonpit AG
 * 
 */
/*
 *
 * Copyright (C) 2017-2018 Fonpit AG
 * 
 * ---
 * Comments will be removed in production. 
 * ---
 * 
 * Mixins for ad styles
 *
 */
/**
 * DO NOT USE THIS MIXINS!
 * This mixins are from compass that added browser specific prefixed.
 * Since we are using postcss now, compass is not needed anymore.
 * However, I was to lazy to remove all compass. Therefore, this mixins exists.
 * If you touch a scss file that use one these mixins please remove it. ~ Daniil.
 */
/* '▴' */
/* '▸' */
/* '▾' */
/* '◂' */
/* '★' */
/* '☆' */
/* '✓' */
/* '✕' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '\1f304' */
/* '\1f3ac' */
/* '\1f44d' use data-icon="iconCode" here! */
/* '\1f44e' use data-icon="iconCode" here! */
/* '' */
/* '\1f4f7' */
/* '\1f512' */
/* '\1f513' */
@keyframes iconPulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes iconRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/**
 * All options
 * 
 * Arrow is not added on mobile-sized viewports
 * 
 * $className:        String that will have "." prepended to it for the selector
 * $useArrow:         If true, will add a right-pointing arrow on hover
 * $tileColor:        Colour of the background; using null gives no colour
 * $hoverColor:       Background color on hover; defaulted to $color_hoverHightlight; using null gives no hover effect
 * $setDisplayBlock:  Set display:block here...
 */
/* ------------------------------------------------------------------------ */
/* Mixins                                                                   */
/* ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------- */
/* Tiles                                                                  */
/* ---------------------------------------------------------------------- */
.tile {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }

.tile a img {
  display: block; }

/* Top tiles */
.topTiles {
  width: 100%;
  margin-bottom: 30px; }

.topTiles .tile {
  height: 100%;
  margin-bottom: 2.3%;
  background: #e9eef2; }

/*.topTiles */
.top_tile_full img, .top_tile_half img {
  width: 100%; }

/* Set heights for desktop version only, will be set to "auto" in other versions */
/*.topTiles */
.top_tile_full {
  height: auto;
  max-height: 293px; }

/*.topTiles */
.top_tile_half {
  height: auto;
  max-height: 143px; }

/* Columns */
#tile_column0,
#tile_column1,
#tile_column2 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: left; }

#tile_column0,
#tile_column1,
#tile_column2 {
  display: block;
  width: 32.7%; }

#tile_column0 {
  padding-right: 0.95%; }

#tile_column2 {
  padding-left: 0.95%; }

.pagerNew > a,
.pagerNew > .pagerNewActive {
  display: inline-block;
  padding: 0.3em 1em;
  margin-bottom: 0.5em;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 52.8px;
  line-height: 3.3rem;
  line-height: 1.5 !important;
  text-transform: uppercase; }
  @media all and (max-width: 34.3em) {
    .pagerNew > a,
    .pagerNew > .pagerNewActive {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .pagerNew > a,
    .pagerNew > .pagerNewActive {
      font-size: 1.6rem;
      line-height: 3.3rem; } }

.pagerNew > a {
  background-color: #e9eef2;
  border-bottom: 0;
  background-image: none; }
  .pagerNew > a:hover {
    background-color: transparent; }

.pagerNew > a:hover {
  background-color: #d9eef8; }

.pagerNew.bluePager > a {
  background-color: white;
  text-decoration: none;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 52.8px;
  line-height: 3.3rem;
  line-height: 1.5 !important;
  text-transform: uppercase;
  border: 1px solid #1770aa;
  margin: 0 5px; }
  @media all and (max-width: 34.3em) {
    .pagerNew.bluePager > a {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .pagerNew.bluePager > a {
      font-size: 1.6rem;
      line-height: 3.3rem; } }

.pagerNew.bluePager > a:hover {
  background-color: #d9eef8;
  text-decoration: none; }

.pagerNewBackIcon {
  margin-right: 0.5em; }

.pagerNewBack {
  margin-right: 2px; }

.pagerNewPrevious {
  margin-right: 2px; }

.pagerNewPrevious:before {
  content: '\AB';
  margin-right: 0.2em; }

.pagerNewInactive + .pagerNewInactive {
  margin-left: 2px; }

.pagerNew > .pagerNewActive {
  background: #8aa913;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8aa913), to(#769c11));
  background-image: linear-gradient(#8aa913, #769c11);
  font-weight: 600;
  color: white;
  margin-left: 2px;
  margin-right: 2px; }

.pagerNew.bluePager > .pagerNewActive {
  font-weight: 600;
  color: white;
  background-color: #1770aa;
  background-image: none;
  border: 1px solid #1770aa;
  margin-left: 2px;
  margin-right: 2px; }

.pagerNew > .pagerNewActive:first-child {
  margin-left: 0; }

.pagerNewSeparator {
  display: inline-block;
  width: 0.8em; }

.pagerNewNext {
  margin-left: 2px; }

.pagerNewNext:after {
  content: '\BB';
  margin-left: 0.2em; }

.threadPostContent {
  position: relative;
  margin: 16px;
  margin: 1rem; }

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

.threadPostContent:after {
  clear: both; }

.threadPostContent {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.threadPostEditorContainer {
  min-height: 12em;
  margin-top: 16px;
  margin-top: 1rem; }

.threadPostEditorContainerLoading {
  position: relative; }

.threadPostEditorContainerLoading:before {
  font-family: 'selection_androidpit';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* No underline if icon is used in <a> element */
  text-decoration: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig", normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  content: '\F110';
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  top: 50%;
  margin-top: -0.5em;
  font-size: 5em;
  -webkit-transform-origin: 51% 50% 0;
          transform-origin: 51% 50% 0;
  color: #666; }

.forumPostEditorPreview > h3:first-child,
.forumPostEditorPreview > .threadPostEleAboveContent + h3,
.forumPostEditorPreview > p:first-child:not(.threadPostEleAboveContent),
.forumPostEditorPreview > .threadPostEleAboveContent + p,
.forumPostEditorPreview h4,
.forumPostEditorPreview h5,
.threadPostContent > h3:first-child,
.threadPostContent > .threadPostEleAboveContent + h3,
.threadPostContent > p:first-child:not(.threadPostEleAboveContent),
.threadPostContent > .threadPostEleAboveContent + p,
.threadPostContent h4,
.threadPostContent h5 {
  margin-top: 26.4px;
  margin-top: 1.65rem; }

.forumPostEditorPreview h3,
.threadPostContent h3 {
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #272526;
  font-size: 57.6px;
  font-size: 3.6rem;
  line-height: 67.2px;
  line-height: 4.2rem; }
  @media all and (max-width: 34.3em) {
    .forumPostEditorPreview h3,
    .threadPostContent h3 {
      font-weight: 600; } }
  @media all and (max-width: 34.3em) {
    .forumPostEditorPreview h3,
    .threadPostContent h3 {
      font-size: 2.6rem;
      line-height: 3.2rem; } }
  .forumPostEditorPreview h3 a,
  .threadPostContent h3 a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, rgba(23, 112, 170, 0)), color-stop(72%, #1770aa), color-stop(77%, #1770aa), color-stop(77%, rgba(23, 112, 170, 0)));
    background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 72%, #1770aa 72%, #1770aa 77%, rgba(23, 112, 170, 0) 77%); }
    .forumPostEditorPreview h3 a:hover,
    .threadPostContent h3 a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9.2%, rgba(23, 112, 170, 0)), color-stop(9.2%, #1770aa), color-stop(77%, #1770aa), color-stop(77%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 9.2%, #1770aa 9.2%, #1770aa 77%, rgba(23, 112, 170, 0) 77%); }
    .forumPostEditorPreview h3 a:hover,
    .threadPostContent h3 a:hover {
      background-color: transparent; }

.forumPostEditorPreview h4,
.threadPostContent h4 {
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #272526;
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 54.4px;
  line-height: 3.4rem;
  margin-bottom: 13.2px;
  margin-bottom: 0.825rem; }
  @media all and (max-width: 34.3em) {
    .forumPostEditorPreview h4,
    .threadPostContent h4 {
      font-weight: 600; } }
  @media all and (max-width: 34.3em) {
    .forumPostEditorPreview h4,
    .threadPostContent h4 {
      font-size: 2.2rem;
      line-height: 2.8rem; } }
  .forumPostEditorPreview h4 a,
  .threadPostContent h4 a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
    background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .forumPostEditorPreview h4 a:hover,
    .threadPostContent h4 a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .forumPostEditorPreview h4 a:hover,
    .threadPostContent h4 a:hover {
      background-color: transparent; }

.forumPostEditorPreview h5,
.threadPostContent h5 {
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #272526;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  margin-bottom: 0; }
  @media all and (max-width: 34.3em) {
    .forumPostEditorPreview h5,
    .threadPostContent h5 {
      font-weight: 500; } }
  @media all and (max-width: 34.3em) {
    .forumPostEditorPreview h5,
    .threadPostContent h5 {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  .forumPostEditorPreview h5 a,
  .threadPostContent h5 a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
    background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .forumPostEditorPreview h5 a:hover,
    .threadPostContent h5 a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .forumPostEditorPreview h5 a:hover,
    .threadPostContent h5 a:hover {
      background-color: transparent; }

.forumPostEditorPreview h4 + *,
.forumPostEditorPreview h5 + *,
.threadPostContent h4 + *,
.threadPostContent h5 + * {
  margin-top: 0; }

.forumPostEditorPreview blockquote,
.threadPostContent blockquote {
  margin-top: 26.4px;
  margin-top: 1.65rem;
  margin-bottom: 26.4px;
  margin-bottom: 1.65rem;
  margin-left: 0;
  margin-right: 0; }

.forumPostEditorPreview ul, .forumPostEditorPreview ol,
.threadPostContent ul,
.threadPostContent ol {
  margin-top: 26.4px;
  margin-top: 1.65rem;
  margin-bottom: 26.4px;
  margin-bottom: 1.65rem;
  margin-left: 40px;
  margin-left: 2.5rem;
  margin-right: 40px;
  margin-right: 2.5rem; }

.forumPostEditorPreview p + ul,
.forumPostEditorPreview p + ol,
.threadPostContent p + ul,
.threadPostContent p + ol {
  margin-top: -26.4px;
  margin-top: -1.65rem; }

.forumPostEditorPreview p,
.threadPostContent p {
  word-break: break-word;
  word-wrap: break-word; }

.forumPostEditorPreview img,
.threadPostContent img {
  max-width: 100%; }

.forumPostEditorPreview ul > li,
.threadPostContent ul > li {
  list-style-type: disc; }

.forumPostEditorPreview ol > li,
.threadPostContent ol > li {
  list-style-type: decimal; }

.forumPostEditorPreview li > ul,
.forumPostEditorPreview li > ol,
.threadPostContent li > ul,
.threadPostContent li > ol {
  margin-left: 32px;
  margin-left: 2rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.forumPostEditorPreview dt,
.threadPostContent dt {
  font-weight: 600; }

.forumPostEditorPreview dd,
.threadPostContent dd {
  margin-left: 32px;
  margin-left: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.forumPostEditorPreview blockquote,
.forumPostEditorPreview .quote,
.threadPostContent blockquote,
.threadPostContent .quote {
  padding: 16px 32px 16px;
  padding: 1rem 2rem 1rem;
  margin-bottom: 26.4px;
  margin-bottom: 1.65rem;
  font-style: italic;
  background-color: #e9eef2;
  border-left: 1px solid #aaa; }

.forumPostEditorPreview .quote-title + .quote,
.threadPostContent .quote-title + .quote {
  padding-top: 32px;
  padding-top: 2rem; }

.forumPostEditorPreview .forumPostContentCite + *,
.threadPostContent .forumPostContentCite + * {
  padding-top: 16px;
  padding-top: 1rem; }

.forumPostEditorPreview blockquote > :last-child,
.threadPostContent blockquote > :last-child {
  margin-bottom: 0; }

.forumPostEditorPreview blockquote > :first-child:not(.forumPostContentCite),
.forumPostEditorPreview blockquote > .forumPostContentCite + :not(blockquote),
.threadPostContent blockquote > :first-child:not(.forumPostContentCite),
.threadPostContent blockquote > .forumPostContentCite + :not(blockquote) {
  margin-top: 0; }

.forumPostEditorPreview pre,
.threadPostContent pre {
  margin-left: 2em;
  position: relative;
  margin-top: 26.4px;
  margin-top: 1.65rem;
  margin-bottom: 26.4px;
  margin-bottom: 1.65rem;
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */ }

.forumPostEditorPreview pre:before,
.threadPostContent pre:before {
  font-family: 'selection_androidpit';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* No underline if icon is used in <a> element */
  text-decoration: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig", normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  content: '\E003';
  position: absolute;
  left: -1.5em;
  top: 50%;
  margin-top: -0.5em;
  color: #aaa; }

.forumPostEditorPreview hr,
.threadPostContent hr {
  border: 0;
  height: 1px;
  background: -ms-linear-gradient(left, rgba(170, 170, 170, 0) 0%, #aaaaaa 25%, #aaaaaa 75%, rgba(170, 170, 170, 0) 100%);
  /* IE10+ */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(170, 170, 170, 0)), color-stop(25%, #aaaaaa), color-stop(75%, #aaaaaa), to(rgba(170, 170, 170, 0)));
  background-image: linear-gradient(to left, rgba(170, 170, 170, 0) 0%, #aaaaaa 25%, #aaaaaa 75%, rgba(170, 170, 170, 0) 100%); }

.no-cssgradients .forumPostEditorPreview hr, .no-cssgradients
.threadPostContent hr {
  background-color: #aaa; }

.forumPostEditorPreview sub, .forumPostEditorPreview sup,
.threadPostContent sub,
.threadPostContent sup {
  position: relative;
  top: 0.3em; }

.forumPostEditorPreview sup,
.threadPostContent sup {
  top: -0.3em; }

.forumPostContentCite {
  margin: -5px 0 -5px -10px;
  font-weight: 600;
  font-style: italic; }

.forumPostYTContainerOuter,
.forumPostYTPreviewContainerOuter {
  display: inline-block;
  max-width: 100%;
  width: 420px; }

.forumPostYTContainerInner,
.forumPostYTPreviewContainerInner {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.forumPostYTContainerInner > iframe,
.forumPostYTPreview {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.forumPostYTPreview {
  background-color: #aaa;
  cursor: pointer; }
  .forumPostYTPreview > span {
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    color: #aaa; }
  .forumPostYTPreview > span:before {
    font-family: 'selection_androidpit';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity .8 */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* No underline if icon is used in <a> element */
    text-decoration: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-feature-settings: "liga","dlig";
    -ms-font-feature-settings: "liga","dlig";
    -o-font-feature-settings: "liga","dlig";
    font-feature-settings: "liga","dlig", normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 50%;
    margin-left: -0.5em;
    top: -1.2em;
    content: '\1F3AC';
    font-size: 80px;
    font-size: 5rem;
    color: #aaa; }

.forumPostSmiley {
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle; }

.forumPostSmiley + .forumPostSmiley {
  margin-left: 2px; }

.threadPostContentBBTag .quote-title {
  position: relative;
  display: table;
  top: 32px;
  top: 2rem;
  left: 0.25em;
  z-index: 2;
  font-weight: 600;
  font-style: italic;
  padding-left: 0.5em;
  padding-right: 0.5em; }

.threadPostContentBBTag .quote-content .quote-title {
  margin-top: -16px;
  margin-top: -1rem; }

.threadPostContentBBTag {
  word-wrap: break-word;
  word-break: break-word; }

.threadPostContentBBTag div.code {
  background: #fff;
  border: 1px solid #aaa;
  font-family: monospace;
  word-break: break-word; }

.threadPostContentBBTag span.code-lines {
  border-right: 1px solid #aaa;
  margin-right: 5px;
  padding: 0 5px 0 5px; }

.forumPostFormSection {
  max-width: 1280px;
  max-width: 80rem; }

.forumPostEditorForm {
  margin-top: 32px;
  margin-top: 2rem; }

.threadPostDialogStandaloneEditor .forumPostEditorForm {
  margin-top: 0; }

.forumPostFormCategories {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .forumPostFormCategories select {
    margin-left: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.forumPostFormRootCategorySelected {
  opacity: 0.7; }

.forumPostFormNotRootCategoryContainer > select {
  margin-top: 8px;
  margin-top: 0.5rem; }

.forumPostFormCategoriesSelectNotRootMessage {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .forumPostFormCategoriesSelectNotRootMessage {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumPostFormCategoriesSelectNotRootMessage {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumPostFormNotRootCategoryLevel1 {
  color: #666; }

.forumPostFormNotRootCategoryLevel2,
.forumPostFormNotRootCategoryLevel3,
.forumPostFormNotRootCategoryLevel4,
.forumPostFormNotRootCategoryLevel5,
.forumPostFormNotRootCategoryLevel6 {
  color: #aaa; }

.forumPostEditorForm .forumPostFormTitle {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  z-index: 2;
  position: relative; }
  .forumPostEditorForm .forumPostFormTitle > input {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }

.postEditorHeading {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1770aa;
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 54.4px;
  line-height: 3.4rem;
  margin: 0 0 0.5em; }
  @media all and (max-width: 34.3em) {
    .postEditorHeading {
      font-weight: 600; } }
  @media all and (max-width: 34.3em) {
    .postEditorHeading {
      font-size: 2rem;
      line-height: 3rem; } }

.threadPostInlineEditor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  padding: 1rem; }
  .threadPostInlineEditor .threadPostHeader {
    border: 1px solid #aaa;
    margin-bottom: 16px;
    margin-bottom: 1rem; }

.threadPostInlineEditorEditMode {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.forumEditor {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.forumEditorFocused {
  border-color: #1770aa;
  -webkit-box-shadow: 0 0 0 1px #1770aa;
          box-shadow: 0 0 0 1px #1770aa; }

.forumEditorDragDrop {
  border-color: #769c11;
  -webkit-box-shadow: 0 0 0 1px #769c11;
          box-shadow: 0 0 0 1px #769c11; }

.forumEditorLabel {
  display: block; }

.forumEditorButtonBar {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 52.8px;
  line-height: 3.3rem;
  background-color: #e9eef2; }
  @media all and (max-width: 34.3em) {
    .forumEditorButtonBar {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumEditorButtonBar {
      font-size: 1.6rem;
      line-height: 3.3rem; } }
  .forumEditorButtonBar > a {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    vertical-align: top;
    display: inline-block;
    border-bottom: 0;
    background-image: none;
    color: #272526; }
    .forumEditorButtonBar > a:hover {
      background-color: transparent; }
  .forumEditorButtonBar > a:hover {
    background-color: #d9eef8; }

.forumEditorButtonBarIcon {
  position: absolute;
  top: 50%;
  margin-top: -0.85em;
  left: 50%;
  margin-left: -0.5em; }

.forumEditor .forumEditorContent {
  height: 320px;
  height: 20rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  vertical-align: top; }
  @media all and (max-height: 30em) {
    .forumEditor .forumEditorContent {
      height: 15rem; } }

.youTubeEmbedDialog {
  margin-top: 32px;
  margin-top: 2rem; }
  .youTubeEmbedDialog > label {
    display: block; }
  .youTubeEmbedDialog > input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%; }

.youTubeEmbedPreview > p {
  margin-bottom: 0;
  border-top: 1px solid #e9eef2;
  padding-top: 8px;
  padding-top: 0.5rem;
  color: #666; }

@media all and (max-width: 500px) {
  .youTubeEmbedPreviewContainer {
    min-height: 120px; } }

.youTubeEmbedButtons {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: right; }
  .youTubeEmbedButtons > a {
    margin-left: 16px;
    margin-left: 1rem; }

.forumEditorSmileyPopup {
  position: absolute;
  width: 273px;
  top: 100%;
  right: 0;
  background-color: white;
  -webkit-box-shadow: 0.2em 0.2em 0.4em 0.1em #666;
          box-shadow: 0.2em 0.2em 0.4em 0.1em #666; }
  .forumEditorSmileyPopup > a {
    display: inline-block;
    min-width: 39px;
    min-height: 39px;
    line-height: 39px;
    text-align: center;
    border-bottom: 0;
    background-image: none; }
    .forumEditorSmileyPopup > a:hover {
      background-color: transparent; }
    .forumEditorSmileyPopup > a > img {
      max-width: 24px;
      max-height: 24px;
      vertical-align: -5px; }
  .forumEditorSmileyPopup > a:hover {
    background-color: #d9eef8; }

.forumEditorButtonBar > .forum-editor-button-smiley-selected:hover,
.forum-editor-button-smiley-selected {
  background-color: #aaa; }

.forumUploadImageFormButtons {
  text-align: right; }
  .forumUploadImageFormButtons > input[type=submit] {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
  .forumUploadImageFormButtons > span.btnLightGrey {
    margin-left: 8px;
    margin-left: 0.5rem; }

.forumPostEditorPreviewHeading {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 0; }

.threadPostDialogStandaloneEditor h2.forumPostEditorPreviewHeading {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-top: 32px;
  margin-top: 2rem; }

.forumPostEditorPreview {
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border: 1px dashed #666;
  background-color: white; }

.forumPostEditorPreview:empty {
  border: 0;
  padding: 0; }

.forumPostRecentPosts {
  margin-top: 64px;
  margin-top: 4rem; }
  .forumPostRecentPosts > h2:first-child {
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px; }

.contribRating > .contribRatingSourceSelf {
  display: none; }

.contribRating.contribRatingRated > .contribRatingSourceSelf {
  display: inline; }

.contribRatingShowAllBtn ~ .contribRatingSource,
.contribRatingShowAllBtn ~ .contribRatingSource.contribRatingSourceSelf {
  display: none; }
  .contribRatingShowAll > .contribRatingShowAllBtn ~ .contribRatingSource, .contribRatingShowAll >
  .contribRatingShowAllBtn ~ .contribRatingSource.contribRatingSourceSelf {
    display: inline; }

.contribRatingShowAll:not(.contribRatingRated) > .contribRatingShowAllBtn ~ .contribRatingSource.contribRatingSourceSelf {
  display: none; }

.contribRatingShowAll > .contribRatingShowAllBtn {
  display: none; }

.contribRatingBtn,
.contribRatingShowAllBtn {
  margin-left: -7.2px;
  margin-left: -0.45rem;
  padding: 7.2px;
  padding: 0.45rem;
  border: 0;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle; }
  @media all and (max-width: 34.3em) {
    .contribRatingBtn,
    .contribRatingShowAllBtn {
      font-size: 1.2rem; } }
  @media all and (max-width: 34.3em) {
    .contribRatingBtn,
    .contribRatingShowAllBtn {
      font-weight: 400; } }
  .contribRatingBtn > span,
  .contribRatingShowAllBtn > span {
    white-space: nowrap;
    vertical-align: middle; }

.contribRatingBtn:not(.contribRatingBtnOwn):hover,
.contribRatingShowAllBtn:hover {
  cursor: pointer;
  background-color: #d9eef8;
  color: #272526; }

.contribRatingShowAllBtn {
  background-color: transparent; }

.contribRatingBtn {
  margin-right: 11.2px;
  margin-right: 0.7rem;
  background-color: #e9eef2; }

.contribRatingBtn:not(.contribRatingThanks) > span[data-icon]:before {
  padding-right: 24px;
  padding-right: 1.5rem; }

.contribRatingBtn.contribRatingThanks > span[data-icon] {
  padding-left: 12px;
  padding-left: 0.75rem; }
  .contribRatingBtn.contribRatingThanks > span[data-icon]:before {
    padding-right: 4px;
    padding-right: 0.25rem; }

.contribRatingRated > .contribRatingBtn {
  background-color: #769c11;
  color: white; }

.contribRatingRated > .contribRatingSource.contribRatingSourceSelf + .contribRatingSource:before,
.contribRatingSource:not(.contribRatingSourceSelf) + .contribRatingSource:before {
  content: ', '; }

.contribRatingSource {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .contribRatingSource {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .contribRatingSource {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.contribRatingSource > a {
  padding: 4px 0;
  padding: 0.25rem 0;
  color: #272526;
  border-bottom: 0;
  background-image: none; }
  .contribRatingSource > a:hover {
    background-color: transparent;
    color: #272526; }
  .contribRatingSource > a:hover {
    text-decoration: underline; }

.postChangeAuthorForm label {
  display: block; }

.postChangeAuthorButtons {
  text-align: right; }

.postChangeAuthorForm label:not(:first-of-type),
.postChangeAuthorButtons {
  margin-top: 32px;
  margin-top: 2rem; }

.postChangeAuthorError {
  color: #fe0000;
  margin-top: 0; }

/**
 * DO NOT USE THIS MIXINS!
 * This mixins are from compass that added browser specific prefixed.
 * Since we are using postcss now, compass is not needed anymore.
 * However, I was to lazy to remove all compass. Therefore, this mixins exists.
 * If you touch a scss file that use one these mixins please remove it. ~ Daniil.
 */
/* '▴' */
/* '▸' */
/* '▾' */
/* '◂' */
/* '★' */
/* '☆' */
/* '✓' */
/* '✕' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '\1f304' */
/* '\1f3ac' */
/* '\1f44d' use data-icon="iconCode" here! */
/* '\1f44e' use data-icon="iconCode" here! */
/* '' */
/* '\1f4f7' */
/* '\1f512' */
/* '\1f513' */
@keyframes iconPulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes iconRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.threadPost.isThreadBestAnswer .threadPostNotEditor,
.threadPost.isThreadBestAnswer.isThreadAuthor .threadPostNotEditor {
  border: 2px solid #769c11; }

.threadPost.isThreadBestAnswer .threadPostHeader,
.threadPost.isThreadBestAnswer.isThreadAuthor .threadPostHeader {
  background-color: #edf2e9; }

.threadBestAnswerBadge {
  color: white;
  background: #769c11;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  padding-right: 32px; }
  .threadBestAnswerBadge::before {
    font-family: 'selection_androidpit';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity .8 */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* No underline if icon is used in <a> element */
    text-decoration: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-feature-settings: "liga","dlig";
    -ms-font-feature-settings: "liga","dlig";
    -o-font-feature-settings: "liga","dlig";
    font-feature-settings: "liga","dlig", normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    content: '\2713';
    line-height: 32px;
    width: 32px; }

.more-button {
  margin: 0 13.2px 0 0;
  margin: 0 0.825rem 0 0; }
  .more-button > span:after {
    content: '\25BC';
    padding-left: 3px;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: 0; }

.disc-post-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 39.6px 13.2px 13.2px;
  margin: 2.475rem 0.825rem 0.825rem; }
  @media only screen and (max-width: 33em) {
    .disc-post-options {
      display: block; } }

.disc-post-options__rating {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  @media only screen and (max-width: 33em) {
    .disc-post-options__rating {
      text-align: right;
      margin-bottom: 0.825rem; } }

.disc-post-options__other {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 39.6px;
  padding-left: 2.475rem;
  text-align: right;
  font-size: 0;
  line-height: 0; }

.forumPostRating {
  margin: 0 0 0 6.4px;
  margin: 0 0 0 0.4rem;
  line-height: 0;
  font-size: 0; }
  @media only screen and (max-width: 33em) {
    .forumPostRating {
      display: block; } }
  .forumPostRating > .contribRatingSource {
    vertical-align: middle;
    line-height: 1.8; }

@media only screen and (max-width: 33em) {
  .contribRatingBtn {
    margin-right: 0;
    margin-bottom: 0.4125rem; }
  .contribRatingBreak {
    display: block !important; } }

.disc-post-options__reply {
  margin: 0; }

.qa-button-icon,
.qa-button-icon-large {
  vertical-align: middle; }

.qa-button-icon {
  width: 15px;
  height: 15px; }

.qa-button-icon-large {
  width: 23px;
  height: 23px; }

.qa-more-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -moz-focus-inner: 0;
  -webkit-tap-highlight-color: transparent;
  background: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0 0.8em;
  padding-top: 0.15em;
  margin: 0;
  cursor: pointer;
  zoom: 1;
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #272526;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  color: #272526;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2px 5px;
  line-height: 0; }
  .qa-more-button:hover {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none; }
  .qa-more-button[disabled], .qa-more-button.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default; }
  .qa-more-button > .qa-button-icon,
  .qa-more-button > .qa-button-icon-large {
    fill: #272526; }
  .qa-more-button:hover {
    color: #fff;
    background-color: #272526; }
    .qa-more-button:hover > .qa-button-icon,
    .qa-more-button:hover > .qa-button-icon-large {
      fill: #fff; }
  .qa-more-button:hover:focus {
    color: #272526;
    background-color: #fff; }
    .qa-more-button:hover:focus > .qa-button-icon,
    .qa-more-button:hover:focus > .qa-button-icon-large {
      fill: #272526; }

.qa-post-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 13.2px 13.2px 0 13.2px;
  margin: 0.825rem 0.825rem 0 0.825rem;
  padding: 26.4px 0;
  padding: 1.65rem 0;
  border-top: 1px solid rgba(23, 112, 170, .2); }

.qa-post-options__rating {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1.6px;
  margin-top: 0.1rem; }

.qa-post-options__rating--self {
  margin-top: 0;
  -ms-flex-item-align: center;
      align-self: center; }

.qa-post-options__other {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 39.6px;
  padding-left: 2.475rem;
  text-align: right;
  font-size: 0;
  line-height: 0; }
  @media only screen and (max-width: 22em) {
    .qa-post-options__other {
      padding-left: 0;
      margin-right: -0.825rem; } }

.qa-post-options__other_no-rating {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.qa-post-options__reply-flat,
.qa-post-options__reply-solid,
.qa-post-options__more {
  -ms-flex-item-align: center;
      align-self: center; }

.qa-post-options__reply-flat {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -moz-focus-inner: 0;
  -webkit-tap-highlight-color: transparent;
  background: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0 0.8em;
  padding-top: 0.15em;
  margin: 0;
  cursor: pointer;
  zoom: 1;
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #272526;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  color: #272526;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2px 5px;
  line-height: 0; }
  .qa-post-options__reply-flat:hover {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none; }
  .qa-post-options__reply-flat[disabled], .qa-post-options__reply-flat.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default; }
  .qa-post-options__reply-flat > .qa-button-icon,
  .qa-post-options__reply-flat > .qa-button-icon-large {
    fill: #272526; }
  .qa-post-options__reply-flat:hover {
    color: #fff;
    background-color: #272526; }
    .qa-post-options__reply-flat:hover > .qa-button-icon,
    .qa-post-options__reply-flat:hover > .qa-button-icon-large {
      fill: #fff; }
  .qa-post-options__reply-flat:hover:focus {
    color: #272526;
    background-color: #fff; }
    .qa-post-options__reply-flat:hover:focus > .qa-button-icon,
    .qa-post-options__reply-flat:hover:focus > .qa-button-icon-large {
      fill: #272526; }
  .qa-post-options__reply-flat .qa-post-options__reply-text {
    display: none; }
  .qa-post-options__reply-flat .qa-post-options__reply-icon {
    position: relative;
    top: -1px; }

.qa-post-options__reply-solid {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -moz-focus-inner: 0;
  -webkit-tap-highlight-color: transparent;
  background: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0 0.8em;
  padding-top: 0.15em;
  margin: 0;
  cursor: pointer;
  zoom: 1;
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #272526;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #1770aa; }
  .qa-post-options__reply-solid:hover {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none; }
  .qa-post-options__reply-solid[disabled], .qa-post-options__reply-solid.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default; }
  .qa-post-options__reply-solid > .qa-button-icon,
  .qa-post-options__reply-solid > .qa-button-icon-large {
    fill: #fff; }
  .qa-post-options__reply-solid:hover {
    color: #1770aa;
    background-color: #fff; }
    .qa-post-options__reply-solid:hover > .qa-button-icon,
    .qa-post-options__reply-solid:hover > .qa-button-icon-large {
      fill: #1770aa; }
  .qa-post-options__reply-solid:hover:focus {
    color: #fff;
    background-color: #1770aa; }
    .qa-post-options__reply-solid:hover:focus > .qa-button-icon,
    .qa-post-options__reply-solid:hover:focus > .qa-button-icon-large {
      fill: #fff; }
  .qa-post-options__reply-solid .qa-post-options__reply-icon {
    display: inline-block;
    margin-right: -3px;
    vertical-align: middle;
    fill: white;
    width: 23px;
    height: 23px;
    top: -1px;
    position: relative; }

.qa-post-options__more {
  margin-left: 6.6px;
  margin-left: 0.4125rem;
  vertical-align: middle; }

.qa-raters__icon {
  position: relative;
  top: -1px;
  margin-right: 6.6px;
  margin-right: 0.4125rem;
  fill: #272526; }

.qa-raters__spacer {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 13.2px;
  margin-right: 0.825rem; }

.qa-raters__button {
  color: #272526;
  display: none;
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  vertical-align: middle;
  cursor: pointer; }
  .qa-raters__button:hover {
    background-color: #272526;
    color: white; }
  @media all and (max-width: 34.3em) {
    .qa-raters__button {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.qa-raters--hide {
  display: none; }

.qa-raters__list-full,
.qa-raters__list-condensed {
  display: inline-block;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  line-height: 38.4px !important;
  line-height: 2.4rem !important;
  vertical-align: middle; }
  @media all and (max-width: 34.3em) {
    .qa-raters__list-full,
    .qa-raters__list-condensed {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .qa-raters__list-full,
    .qa-raters__list-condensed {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.qa-raters__list--hide {
  display: none; }

.qa-raters__entry > a {
  border-bottom: 0;
  background-image: none;
  color: #272526; }
  .qa-raters__entry > a:hover {
    background-color: transparent; }
  .qa-raters__entry > a:hover {
    background-color: #272526;
    color: white; }

.qa-raters__entry-self--hidden {
  display: none; }

.qa-raters__entry-self--shown {
  display: inherit; }

.qa-rating--up .qa-raters__list-condensed .qa-raters__entry-self + .qa-raters__entry:before {
  content: ', '; }

.qa-rating .qa-raters__list-full .qa-raters__entry:nth-of-type(1):not(.qa-raters__entry-self) + .qa-raters__entry:before {
  content: ', '; }

.qa-rating--up .qa-raters__list-full .qa-raters__entry:nth-of-type(n + 2):before {
  content: ', '; }

.qa-rating:not(.qa-rating--up) .qa-raters__list-full .qa-raters__entry:nth-of-type(n + 3):before {
  content: ', '; }

.qa-rating {
  line-height: 0; }

.qa-rating__question {
  margin-right: 13.2px;
  margin-right: 0.825rem;
  vertical-align: middle;
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #272526;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  line-height: 1;
  position: relative;
  top: 2px; }
  @media all and (max-width: 34.3em) {
    .qa-rating__question {
      font-weight: 500; } }
  @media all and (max-width: 34.3em) {
    .qa-rating__question {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  .qa-rating__question a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
    background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .qa-rating__question a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .qa-rating__question a:hover {
      background-color: transparent; }
  @media only screen and (max-width: 26em) {
    .qa-rating__question {
      font-family: Hind, Helvetica, Arial, sans-serif;
      font-weight: 500;
      color: #272526;
      font-size: 1.4rem;
      line-height: 2.4rem; }
      .qa-rating__question a {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
        background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
        .qa-rating__question a:hover {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
          background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
        .qa-rating__question a:hover {
          background-color: transparent; } }
  @media only screen and (max-width: 22em) {
    .qa-rating__question {
      margin-right: 0.4125rem; } }

.qa-rating--none > .qa-rating__button-up {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -moz-focus-inner: 0;
  -webkit-tap-highlight-color: transparent;
  background: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0 0.8em;
  padding-top: 0.15em;
  margin: 0;
  cursor: pointer;
  zoom: 1;
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #272526;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  color: #272526;
  background-color: #fff; }
  .qa-rating--none > .qa-rating__button-up:hover {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none; }
  .qa-rating--none > .qa-rating__button-up[disabled], .qa-rating--none > .qa-rating__button-up.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default; }
  .qa-rating--none > .qa-rating__button-up > .qa-button-icon,
  .qa-rating--none > .qa-rating__button-up > .qa-button-icon-large {
    fill: #272526; }
  .qa-rating--none > .qa-rating__button-up:hover {
    color: #fff;
    background-color: #272526; }
    .qa-rating--none > .qa-rating__button-up:hover > .qa-button-icon,
    .qa-rating--none > .qa-rating__button-up:hover > .qa-button-icon-large {
      fill: #fff; }
  .qa-rating--none > .qa-rating__button-up:hover:focus {
    color: #272526;
    background-color: #fff; }
    .qa-rating--none > .qa-rating__button-up:hover:focus > .qa-button-icon,
    .qa-rating--none > .qa-rating__button-up:hover:focus > .qa-button-icon-large {
      fill: #272526; }

.qa-rating--down > .qa-rating__button-up {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -moz-focus-inner: 0;
  -webkit-tap-highlight-color: transparent;
  background: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0 0.8em;
  padding-top: 0.15em;
  margin: 0;
  cursor: pointer;
  zoom: 1;
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #272526;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  color: #666;
  background-color: #fff; }
  .qa-rating--down > .qa-rating__button-up:hover {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none; }
  .qa-rating--down > .qa-rating__button-up[disabled], .qa-rating--down > .qa-rating__button-up.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default; }
  .qa-rating--down > .qa-rating__button-up > .qa-button-icon,
  .qa-rating--down > .qa-rating__button-up > .qa-button-icon-large {
    fill: #666; }
  .qa-rating--down > .qa-rating__button-up:hover {
    color: #fff;
    background-color: #666; }
    .qa-rating--down > .qa-rating__button-up:hover > .qa-button-icon,
    .qa-rating--down > .qa-rating__button-up:hover > .qa-button-icon-large {
      fill: #fff; }
  .qa-rating--down > .qa-rating__button-up:hover:focus {
    color: #666;
    background-color: #fff; }
    .qa-rating--down > .qa-rating__button-up:hover:focus > .qa-button-icon,
    .qa-rating--down > .qa-rating__button-up:hover:focus > .qa-button-icon-large {
      fill: #666; }

.qa-rating--up > .qa-rating__button-up {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -moz-focus-inner: 0;
  -webkit-tap-highlight-color: transparent;
  background: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0 0.8em;
  padding-top: 0.15em;
  margin: 0;
  cursor: pointer;
  zoom: 1;
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #272526;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #417505; }
  .qa-rating--up > .qa-rating__button-up:hover {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none; }
  .qa-rating--up > .qa-rating__button-up[disabled], .qa-rating--up > .qa-rating__button-up.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default; }
  .qa-rating--up > .qa-rating__button-up > .qa-button-icon,
  .qa-rating--up > .qa-rating__button-up > .qa-button-icon-large {
    fill: #fff; }
  .qa-rating--up > .qa-rating__button-up:hover {
    color: #417505;
    background-color: #fff; }
    .qa-rating--up > .qa-rating__button-up:hover > .qa-button-icon,
    .qa-rating--up > .qa-rating__button-up:hover > .qa-button-icon-large {
      fill: #417505; }
  .qa-rating--up > .qa-rating__button-up:hover:focus {
    color: #fff;
    background-color: #417505; }
    .qa-rating--up > .qa-rating__button-up:hover:focus > .qa-button-icon,
    .qa-rating--up > .qa-rating__button-up:hover:focus > .qa-button-icon-large {
      fill: #fff; }

@media only screen and (max-width: 26em) {
  .qa-rating__button-up {
    font-family: Hind, Helvetica, Arial, sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    padding: 0 0.4em !important;
    padding-top: 0.08em !important; } }

.qa-rating__button-down {
  margin-left: 6.6px !important;
  margin-left: 0.4125rem !important; }
  .qa-rating--none > .qa-rating__button-down {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    -moz-focus-inner: 0;
    -webkit-tap-highlight-color: transparent;
    background: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    border: 0;
    padding: 0 0.8em;
    padding-top: 0.15em;
    margin: 0;
    cursor: pointer;
    zoom: 1;
    outline: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-family: Hind, Helvetica, Arial, sans-serif;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7;
    color: #272526;
    letter-spacing: .01em;
    text-align: center;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    color: #272526;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .qa-rating--none > .qa-rating__button-down:hover {
      -webkit-transition: all 0.15s;
      transition: all 0.15s;
      text-decoration: none; }
    .qa-rating--none > .qa-rating__button-down[disabled], .qa-rating--none > .qa-rating__button-down.disabled {
      opacity: 0.3;
      pointer-events: none;
      cursor: default; }
    .qa-rating--none > .qa-rating__button-down > .qa-button-icon,
    .qa-rating--none > .qa-rating__button-down > .qa-button-icon-large {
      fill: #272526; }
    .qa-rating--none > .qa-rating__button-down:hover {
      color: #fff;
      background-color: #272526; }
      .qa-rating--none > .qa-rating__button-down:hover > .qa-button-icon,
      .qa-rating--none > .qa-rating__button-down:hover > .qa-button-icon-large {
        fill: #fff; }
    .qa-rating--none > .qa-rating__button-down:hover:focus {
      color: #272526;
      background-color: #fff; }
      .qa-rating--none > .qa-rating__button-down:hover:focus > .qa-button-icon,
      .qa-rating--none > .qa-rating__button-down:hover:focus > .qa-button-icon-large {
        fill: #272526; }
  .qa-rating--down > .qa-rating__button-down {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    -moz-focus-inner: 0;
    -webkit-tap-highlight-color: transparent;
    background: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    border: 0;
    padding: 0 0.8em;
    padding-top: 0.15em;
    margin: 0;
    cursor: pointer;
    zoom: 1;
    outline: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-family: Hind, Helvetica, Arial, sans-serif;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7;
    color: #272526;
    letter-spacing: .01em;
    text-align: center;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    color: #417505;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 700;
    text-decoration: underline !important; }
    .qa-rating--down > .qa-rating__button-down:hover {
      -webkit-transition: all 0.15s;
      transition: all 0.15s;
      text-decoration: none; }
    .qa-rating--down > .qa-rating__button-down[disabled], .qa-rating--down > .qa-rating__button-down.disabled {
      opacity: 0.3;
      pointer-events: none;
      cursor: default; }
    .qa-rating--down > .qa-rating__button-down > .qa-button-icon,
    .qa-rating--down > .qa-rating__button-down > .qa-button-icon-large {
      fill: #417505; }
    .qa-rating--down > .qa-rating__button-down:hover {
      color: #fff;
      background-color: #417505; }
      .qa-rating--down > .qa-rating__button-down:hover > .qa-button-icon,
      .qa-rating--down > .qa-rating__button-down:hover > .qa-button-icon-large {
        fill: #fff; }
    .qa-rating--down > .qa-rating__button-down:hover:focus {
      color: #417505;
      background-color: #fff; }
      .qa-rating--down > .qa-rating__button-down:hover:focus > .qa-button-icon,
      .qa-rating--down > .qa-rating__button-down:hover:focus > .qa-button-icon-large {
        fill: #417505; }
    @media all and (max-width: 34.3em) {
      .qa-rating--down > .qa-rating__button-down {
        font-weight: 700; } }
  .qa-rating--up > .qa-rating__button-down {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    -moz-focus-inner: 0;
    -webkit-tap-highlight-color: transparent;
    background: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    border: 0;
    padding: 0 0.8em;
    padding-top: 0.15em;
    margin: 0;
    cursor: pointer;
    zoom: 1;
    outline: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-family: Hind, Helvetica, Arial, sans-serif;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7;
    color: #272526;
    letter-spacing: .01em;
    text-align: center;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    color: #272526;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .qa-rating--up > .qa-rating__button-down:hover {
      -webkit-transition: all 0.15s;
      transition: all 0.15s;
      text-decoration: none; }
    .qa-rating--up > .qa-rating__button-down[disabled], .qa-rating--up > .qa-rating__button-down.disabled {
      opacity: 0.3;
      pointer-events: none;
      cursor: default; }
    .qa-rating--up > .qa-rating__button-down > .qa-button-icon,
    .qa-rating--up > .qa-rating__button-down > .qa-button-icon-large {
      fill: #272526; }
    .qa-rating--up > .qa-rating__button-down:hover {
      color: #fff;
      background-color: #272526; }
      .qa-rating--up > .qa-rating__button-down:hover > .qa-button-icon,
      .qa-rating--up > .qa-rating__button-down:hover > .qa-button-icon-large {
        fill: #fff; }
    .qa-rating--up > .qa-rating__button-down:hover:focus {
      color: #272526;
      background-color: #fff; }
      .qa-rating--up > .qa-rating__button-down:hover:focus > .qa-button-icon,
      .qa-rating--up > .qa-rating__button-down:hover:focus > .qa-button-icon-large {
        fill: #272526; }
  @media only screen and (max-width: 26em) {
    .qa-rating__button-down {
      font-family: Hind, Helvetica, Arial, sans-serif !important;
      font-size: 1.2rem !important;
      font-weight: 600 !important;
      padding: 0 0.4em !important;
      padding-top: 0.08em !important; } }

.qa-rating__button-up-icon {
  position: relative;
  top: -1px;
  margin: 0 0.1em; }
  @media only screen and (max-width: 26em) {
    .qa-rating__button-up-icon {
      width: 12px;
      height: 12px; } }

.qa-rating__button-up-count--hidden,
.qa-rating__hidden-ratingcount-state {
  display: none; }

.qa-rating__button-up ~ .qa-rating__raters {
  margin-top: 9.6px;
  margin-top: 0.6rem; }

.more-dropdown {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

.more-dropdown__list {
  position: absolute;
  display: none;
  width: 16em;
  right: 0;
  z-index: 2000;
  background-color: white;
  -webkit-box-shadow: 0.2em 0.2em 0.4em 0.1em #666;
          box-shadow: 0.2em 0.2em 0.4em 0.1em #666;
  margin-top: 2px;
  cursor: default;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .more-dropdown__list {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .more-dropdown__list {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  .more-dropdown--open .more-dropdown__list {
    display: block; }

.more-dropdown__list-item {
  text-align: right;
  line-height: 1; }
  .more-dropdown__list-item:not(:first-of-type) {
    border-top: 1px solid #e9eef2; }
  .more-dropdown__list-item > a,
  .more-dropdown__list-item > button {
    display: inline-block;
    width: 100%;
    padding: 26.4px 13.2px;
    padding: 1.65rem 0.825rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    border: 0;
    text-align: right;
    background-color: white;
    -webkit-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s;
    border-bottom: 0;
    background-image: none;
    color: #272526;
    cursor: pointer; }
    .more-dropdown__list-item > a:hover,
    .more-dropdown__list-item > button:hover {
      background-color: transparent; }
    .more-dropdown__list-item > a[disabled], .more-dropdown__list-item > a.disabled,
    .more-dropdown__list-item > button[disabled],
    .more-dropdown__list-item > button.disabled {
      cursor: default;
      pointer-events: none;
      color: #aaa !important;
      background: #e9eef2; }
    .more-dropdown__list-item > a:hover,
    .more-dropdown__list-item > button:hover {
      color: #272526; }
  .more-dropdown__list-item > a:hover,
  .more-dropdown__list-item > button:hover {
    background-color: #d9eef8; }
    .more-dropdown__list-item > a:hover.disabled,
    .more-dropdown__list-item > button:hover.disabled {
      background: #e9eef2; }

.more-dropdown__list-item:not(:first-of-type) > a > span {
  border-top: 1px solid #e9eef2; }

.more-dropdown__list-item:hover + li > a > span {
  border-color: transparent; }

.more-dropdown__list-item:not(:first-of-type) > a:hover > span {
  border-top: 1px solid #d9eef8; }

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

.forumWrapper:after {
  clear: both; }

.forumWrapper {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

@media screen and (max-width: 799px) and (min-width: 550px) {
  .forumWrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px; } }

.pageWidth1200px .wrapper {
  max-width: 1220px;
  width: auto; }

.forumRightColumn {
  float: left;
  width: 100%; }

.forumRightColumn > * {
  margin-left: 220px; }
  @media all and (max-width: 55em) {
    .forumRightColumn > * {
      margin-left: 0; } }

.forumRightColumn > .forumRightColumnWithFavorite {
  margin-left: 250px; }
  @media all and (max-width: 55em) {
    .forumRightColumn > .forumRightColumnWithFavorite {
      margin-left: 30px;
      margin-left: 3rem; } }
  @media all and (max-width: 55em) {
    .forumRightColumn > .forumRightColumnWithFavorite {
      margin-left: 0; } }

.forumMainContent {
  margin-left: 230px; }
  @media all and (max-width: 55em) {
    .forumMainContent {
      margin-left: 0; } }

.forumErrorBar {
  position: relative;
  text-align: center;
  background-color: #e9eef2;
  width: 978px;
  max-width: 100%;
  margin: -16px auto 32px;
  margin: -1rem auto 2rem;
  padding: 12px 32px;
  padding: 0.75rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1770aa; }
  .forumErrorBar > p {
    margin: 0; }
  .forumErrorBar > a {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -20px;
    margin-top: -1.25rem;
    right: 4px;
    right: 0.25rem; }

.forumErrorBarCloseIcon:before {
  font-size: 24px;
  font-size: 1.5rem;
  color: #666;
  line-height: 40px;
  line-height: 2.5rem;
  width: 40px;
  width: 2.5rem; }

.forumThreadAdLeaderboardTop,
.forumThreadAdLeaderboardBottom {
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
  margin-bottom: 20px;
  text-align: center; }

.forumThreadAdLeaderboardTop > div > div:not(#idg_wallpaper),
.forumThreadAdLeaderboardBottom > div > div:not(#idg_wallpaper) {
  margin: 0 auto; }

.forumWrapper #idg_wallpaper {
  margin-left: 230px; }

.forumWrapper .leaderboardWallpaperFixSafari-iOS #idg_wallpaper #idg_wp_fb {
  margin-left: -105px; }

.forumWrapper .leaderboardWallpaperFixSafari-iOS #idg_wallpaper #idg_wp_sky_right,
.forumWrapper .leaderboardWallpaperFixSafari-iOS #idg_wallpaper #bgclick_sky_re {
  margin-left: 180px !important; }

.forumWrapper .leaderboardWallpaperFixAndroid #idg_wp_sky_sticky {
  z-index: 0 !important; }

.forumWrapper .leaderboardWallpaperFixAndroid #idg_wp_sky_right {
  position: relative !important; }

.forumWrapper .leaderboardWallpaperFixAndroid #idg_wallpaper #idg_wp_sky_right,
.forumWrapper .leaderboardWallpaperFixAndroid #idg_wallpaper #bgclick_sky_re {
  margin-left: 250px !important; }

.forumHeader {
  border-bottom: 1px solid #aaa;
  margin-bottom: 7px; }
  .forumHeader h1 {
    font-family: Hind, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #272526;
    font-size: 44.8px;
    font-size: 2.8rem;
    line-height: 54.4px;
    line-height: 3.4rem; }
    @media all and (max-width: 34.3em) {
      .forumHeader h1 {
        font-weight: 600; } }
    @media all and (max-width: 34.3em) {
      .forumHeader h1 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    .forumHeader h1 a {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
      .forumHeader h1 a:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
        background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
      .forumHeader h1 a:hover {
        background-color: transparent; }

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

.forumHeader:after {
  clear: both; }

.forumHeader {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.forumHeaderCategory > .forumHeadingWithFavorite,
.forumHeaderCategory > .forumHeadingWithoutFavorite,
.forumHeaderHome > .forumHeadingWithFavorite,
.forumHeaderHome > .forumHeadingWithoutFavorite,
.forumHeaderAllRecentPosts > .forumHeadingWithFavorite,
.forumHeaderAllRecentPosts > .forumHeadingWithoutFavorite {
  position: relative; }
  .forumHeaderCategory > .forumHeadingWithFavorite > h1,
  .forumHeaderCategory > .forumHeadingWithoutFavorite > h1,
  .forumHeaderHome > .forumHeadingWithFavorite > h1,
  .forumHeaderHome > .forumHeadingWithoutFavorite > h1,
  .forumHeaderAllRecentPosts > .forumHeadingWithFavorite > h1,
  .forumHeaderAllRecentPosts > .forumHeadingWithoutFavorite > h1 {
    margin-right: 816px;
    margin-right: 51rem; }
    @media all and (max-width: 67em) {
      .forumHeaderCategory > .forumHeadingWithFavorite > h1,
      .forumHeaderCategory > .forumHeadingWithoutFavorite > h1,
      .forumHeaderHome > .forumHeadingWithFavorite > h1,
      .forumHeaderHome > .forumHeadingWithoutFavorite > h1,
      .forumHeaderAllRecentPosts > .forumHeadingWithFavorite > h1,
      .forumHeaderAllRecentPosts > .forumHeadingWithoutFavorite > h1 {
        margin-right: 0; } }

@media all and (max-width: 55em) {
  .forumHeadingWithFavorite > h1 {
    margin-left: 3.6125rem; } }

.forumHeadingWithFavorite > h1,
.forumHeadingWithoutFavorite > h1 {
  margin-bottom: 0.3em; }

.forumHeadingWithFavorite,
.forumHeadingWithoutFavorite {
  margin-top: 26.4px;
  margin-top: 1.65rem; }

.forumHeadingWithFavorite > .forumHeadingFavoriteLink {
  position: absolute;
  width: 51.2px;
  width: 3.2rem;
  height: 51.2px;
  height: 3.2rem;
  top: -1px;
  right: 100%;
  display: inline-block;
  margin-right: 6.6px;
  margin-right: 0.4125rem;
  border-bottom: 0;
  background-image: none; }
  .forumHeadingWithFavorite > .forumHeadingFavoriteLink:hover {
    background-color: transparent; }
  @media all and (max-width: 55em) {
    .forumHeadingWithFavorite > .forumHeadingFavoriteLink {
      left: 0;
      right: auto; } }
  @media all and (max-width: 67em) {
    .forumHeadingWithFavorite > .forumHeadingFavoriteLink {
      top: -4px; } }
  .forumHeadingWithFavorite > .forumHeadingFavoriteLink > .forumThreadIconFavorite,
  .forumHeadingWithFavorite > .forumHeadingFavoriteLink > .forumThreadIconFavoriteNotLoggedIn,
  .forumHeadingWithFavorite > .forumHeadingFavoriteLink > .forumThreadIconNotFavorite {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: -25.6px 0 0;
    margin: -1.6rem 0 0;
    font-size: 51.2px;
    font-size: 3.2rem;
    line-height: 0; }

.forumOverviewCategories {
  margin-top: 2em; }
  .forumOverviewCategories > h1 {
    font-family: Hind, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #272526;
    font-size: 44.8px;
    font-size: 2.8rem;
    line-height: 54.4px;
    line-height: 3.4rem;
    margin-bottom: 0.6em; }
    @media all and (max-width: 34.3em) {
      .forumOverviewCategories > h1 {
        font-weight: 600; } }
    @media all and (max-width: 34.3em) {
      .forumOverviewCategories > h1 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    .forumOverviewCategories > h1 a {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
      .forumOverviewCategories > h1 a:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
        background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
      .forumOverviewCategories > h1 a:hover {
        background-color: transparent; }

.forumOptions {
  position: absolute;
  bottom: 0;
  right: 0; }
  .forumOptions > li {
    margin-right: 0;
    margin-left: 8px;
    display: inline-block; }

@media all and (max-width: 55em) {
  .forumOptions {
    margin-top: 1.5rem; } }

@media all and (max-width: 35em) {
  .forumHeaderHome .forumOptions,
  .forumHeaderAllRecentPosts .forumOptions {
    position: inherit;
    margin-bottom: 0.3em; }
    .forumHeaderHome .forumOptions > li,
    .forumHeaderAllRecentPosts .forumOptions > li {
      float: left;
      margin-left: 0;
      margin-right: 1rem; }
    .forumHeaderHome .forumOptions > .moreButtonListItem,
    .forumHeaderAllRecentPosts .forumOptions > .moreButtonListItem {
      float: right; }
  .forumHeaderHome .forumOptions:before,
  .forumHeaderHome .forumOptions:after,
  .forumHeaderAllRecentPosts .forumOptions:before,
  .forumHeaderAllRecentPosts .forumOptions:after {
    content: "";
    display: table; }
  .forumHeaderHome .forumOptions:after,
  .forumHeaderAllRecentPosts .forumOptions:after {
    clear: both; }
  .forumHeaderHome .forumOptions,
  .forumHeaderAllRecentPosts .forumOptions {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ } }

@media all and (max-width: 67em) {
  .forumHeaderCategory .forumOptions {
    position: inherit;
    margin-bottom: 0.3em; }
    .forumHeaderCategory .forumOptions > li {
      float: left;
      margin-left: 0;
      margin-right: 1rem; }
    .forumHeaderCategory .forumOptions > .moreButtonListItem {
      float: right; }
  .forumHeaderCategory .forumOptions:before,
  .forumHeaderCategory .forumOptions:after {
    content: "";
    display: table; }
  .forumHeaderCategory .forumOptions:after {
    clear: both; }
  .forumHeaderCategory .forumOptions {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ } }

.forumOptions .moreButtonDropdown {
  width: 320px;
  width: 20rem; }

.navigationTabsListForum > li {
  margin-top: 5px; }

.forumHeaderAllRecentPosts {
  margin-bottom: 0; }

.interestingThreadsAllRecentPosts .navigationTabsListForum {
  display: none; }

.forumThreadIconFavorite,
.forumThreadIconNotFavorite,
.forumThreadIconFavoriteNotLoggedIn {
  font-size: 2em; }

.forumThreadListAnchorFavorite {
  display: inline-block;
  width: 51.2px;
  width: 3.2rem;
  margin-left: -2px; }
  .forumThreadListAnchorFavorite > .forumThreadIconFavorite,
  .forumThreadListAnchorFavorite > .forumThreadIconNotFavorite,
  .forumThreadListAnchorFavorite > .forumThreadIconFavoriteNotLoggedIn {
    display: inline-block;
    width: 51.2px;
    width: 3.2rem;
    height: 51.2px;
    height: 3.2rem;
    font-size: 51.2px;
    font-size: 3.2rem; }

.forumThreadIconFavorite {
  color: #ffc800; }

.forumThreadIconNowFavorite {
  -webkit-animation: iconPulsate 0.5s 1;
          animation: iconPulsate 0.5s 1; }

.forumThreadIconNowNotFavorite {
  -webkit-animation: iconPulsate 0.5s 1;
          animation: iconPulsate 0.5s 1; }

.forumThreadIconNotFavorite,
.forumThreadIconFavoriteNotLoggedIn {
  color: #aaa; }

.forumHeadingFavoriteLink:hover > .forumThreadIconNotFavorite {
  color: #ffc800; }

.forumThreadListStatusClosed,
.forumThreadListStatusStickied,
.forumThreadListStatusAnswered {
  display: inline-block;
  margin-top: 0;
  font-size: 36.8px;
  font-size: 2.3rem;
  color: #fe351b; }

.forumThreadListStatusQuestionAnswered {
  display: inline-block;
  margin-top: 0;
  font-size: 36.8px;
  font-size: 2.3rem;
  color: #769c11; }

.forumThreadListStatusNotClosed,
.forumThreadListStatusNotStickied,
.forumThreadListStatusNotAnswered {
  display: inline-block;
  width: 0;
  overflow: hidden; }

.forumThreadListStatusStickied,
.forumThreadListStatusNotStickied {
  margin-left: 0; }

.forumThreadListHeader,
.forumThreadListRow,
.forumThreadListRowAd {
  display: table-row-group; }

.forumThreadListEmpty {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 54.4px;
  line-height: 3.4rem;
  padding-top: 3em;
  text-align: center;
  white-space: normal; }
  @media all and (max-width: 34.3em) {
    .forumThreadListEmpty {
      font-weight: 600; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListEmpty {
      font-size: 2rem;
      line-height: 3rem; } }

.forumThreadListHeaderList {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .forumThreadListHeaderList {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListHeaderList {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadListHeaderList > li {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #aaa; }

.forumThreadListHeaderList,
.forumThreadListRowLink {
  display: table-row;
  color: #272526;
  border-bottom: 0;
  background-image: none; }
  .forumThreadListHeaderList:hover,
  .forumThreadListRowLink:hover {
    background-color: transparent; }
  .forumThreadListHeaderList:hover, .forumThreadListHeaderList:active,
  .forumThreadListRowLink:hover,
  .forumThreadListRowLink:active {
    color: #272526; }
  .forumThreadListHeaderList > *,
  .forumThreadListRowLink > * {
    display: table-cell;
    float: none;
    vertical-align: middle; }

.forumThreadListMidMPU {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: -35.2px;
  margin-top: -2.2rem; }

.forumThreadListMPU,
.forumThreadListBottomMPU {
  margin-top: 16px;
  margin-top: 1rem; }

.forumThreadListMPU {
  display: table-cell;
  position: relative;
  left: 50%;
  padding: 16px 0;
  padding: 1rem 0; }

.forumThreadList {
  display: table;
  width: 100%;
  table-layout: fixed; }

.forumThreadListRowOdd > .forumThreadListRowLink > * {
  background-color: transparent; }

.forumThreadListRowEven > .forumThreadListRowLink > * {
  background-color: #e9eef2; }

.forumThreadListCreator,
.forumThreadListHeaderCreator,
.forumThreadListLastPost,
.forumThreadListHeaderLastPost,
.forumThreadListPosts,
.forumThreadListHeaderPosts,
.forumThreadListStatus,
.forumThreadListHeaderStatus {
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.forumThreadListHeaderFavorite,
.forumThreadListFavorite {
  width: 50px; }

.forumThreadListFavorite {
  text-align: center;
  line-height: 0;
  font-size: 0; }

.forumThreadListFavorite .appIcon {
  width: 36px; }

.forumThreadListTitle {
  padding-right: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.forumThreadListTitleThread {
  display: block;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  max-height: 57.6px;
  max-height: 3.6rem;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  overflow: hidden; }
  @media all and (max-width: 34.3em) {
    .forumThreadListTitleThread {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListTitleThread {
      max-height: 3.6rem; } }

.forumThreadListTitleThreadText {
  white-space: normal; }

.forumThreadListTitleThreadRead {
  color: #aaa; }

.forumThreadListRowLink:hover > * {
  background-color: #d9eef8;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s; }

.forumThreadListTitleCategory {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .forumThreadListTitleCategory {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListTitleCategory {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadListRowLink {
  height: 4em;
  height: 124.8px;
  height: 7.8rem;
  text-decoration: none; }
  @media all and (max-width: 34.3em) {
    .forumThreadListRowLink {
      height: 7.8rem; } }

.forumThreadListCreator,
.forumThreadListLastPost,
.forumThreadListPosts,
.forumThreadListStatus {
  padding-top: 0; }

.forumThreadListHeaderCreator,
.forumThreadListCreator {
  width: 192px;
  width: 12.0rem; }

.forumThreadListCreatorUser {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media all and (max-width: 34.3em) {
    .forumThreadListCreatorUser {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListCreatorUser {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadListHeaderLastPost,
.forumThreadListLastPost {
  width: 192px;
  width: 12.0rem; }

.forumThreadListLastPostUser {
  display: block;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media all and (max-width: 34.3em) {
    .forumThreadListLastPostUser {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListLastPostUser {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadListLastPostDate,
.forumThreadListCreationDate {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  display: block;
  white-space: normal; }
  @media all and (max-width: 34.3em) {
    .forumThreadListLastPostDate,
    .forumThreadListCreationDate {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListLastPostDate,
    .forumThreadListCreationDate {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadListLastPostDateClickable:hover {
  text-decoration: underline; }

.forumThreadListHeaderStatus {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.forumThreadListHeaderStatus,
.forumThreadListStatus {
  width: 89.6px;
  width: 5.6rem; }

.forumThreadListStatus > a {
  padding-right: 4px;
  padding-right: 0.25rem;
  text-align: right; }

.forumThreadListHeaderPosts,
.forumThreadListPosts {
  width: 96px;
  width: 6.0rem; }

.forumThreadListRowOdd .unreadCountBubble {
  border-color: white; }

.forumThreadListRowEven .unreadCountBubble {
  border-color: #e9eef2; }

.forumThreadListPostCountHover {
  display: table;
  min-width: 6em; }
  .forumThreadListPostCountHover > li {
    display: table-row; }

.forumThreadListPostCountHoverLabel,
.forumThreadListPostCountHoverValue {
  display: table-cell;
  padding-top: 0.25em;
  padding-bottom: 0.25em; }

.forumThreadListPostCountHoverValue {
  padding-left: 0.5em; }

@media all and (max-width: 45em) {
  .forumThreadListHeaderStatus,
  .forumThreadListStatus {
    width: 2.5rem; }
  .forumThreadListStatus {
    padding-top: 4px; }
  .forumThreadListStatus > a {
    text-align: left; }
  .forumThreadListStatusClosed,
  .forumThreadListStatusStickied,
  .forumThreadListStatusAnswered,
  .forumThreadListStatusQuestionAnswered {
    font-size: 1.9rem;
    line-height: 1; }
  .forumThreadListStatus > .forumThreadListStatusClosed,
  .forumThreadListStatus > .forumThreadListStatusNotClosed,
  .forumThreadListStatus > .forumThreadListStatusStickied,
  .forumThreadListStatus > .forumThreadListStatusNotStickied,
  .forumThreadListStatus > .forumThreadListStatusAnswered,
  .forumThreadListStatus > .forumThreadListStatusQuestionAnswered,
  .forumThreadListStatus > .forumThreadListStatusNotAnswered {
    display: block; } }

@media all and (max-width: 65em) {
  .forumThreadListHeaderCreator,
  .forumThreadListCreator,
  .forumThreadListHeaderLastPost,
  .forumThreadListLastPost {
    width: 9.9rem; } }

@media all and (max-width: 35em) {
  .forumThreadListHeaderCreator,
  .forumThreadListCreator,
  .forumThreadListHeaderLastPost,
  .forumThreadListLastPost {
    width: 7.2rem; } }

@media all and (max-width: 40em) {
  .forumThreadListAnchorFavorite {
    width: 2rem; }
    .forumThreadListAnchorFavorite > .forumThreadIconFavorite,
    .forumThreadListAnchorFavorite > .forumThreadIconNotFavorite,
    .forumThreadListAnchorFavorite > .forumThreadIconFavoriteNotLoggedIn {
      width: 2rem;
      height: 2rem;
      font-size: 2rem; }
  .forumThreadListHeaderFavorite,
  .forumThreadListFavorite {
    width: 4rem; }
  .forumThreadListTitle {
    padding-right: 1rem; }
  .forumThreadListHeaderPosts,
  .forumThreadListPosts {
    width: 5rem; } }

@media all and (max-width: 30em) {
  .forumThreadListHeaderFavorite,
  .forumThreadListFavorite {
    display: none; }
  .forumThreadListTitle, .forumThreadListHeaderTitle {
    padding-left: 5px; } }

@media all and (max-width: 25em) {
  .forumThreadListHeaderCreator,
  .forumThreadListCreator {
    display: none; } }

.forumThreadNewerThreadsLink > a {
  display: block;
  background-color: #e9eef2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.forumThreadNewerThreadsLink > a:hover {
  background-color: #d9eef8;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s; }

.forumThreadNewerThreadsLink > a {
  color: #666;
  display: inline-block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  text-align: center;
  text-decoration: none; }

.forumThreadListNavigation {
  margin-top: 10px;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 5px;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.forumThreadListNavigationPrevious {
  display: block;
  background-color: #e9eef2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.forumThreadListNavigationPrevious:hover {
  background-color: #d9eef8;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s; }

.forumThreadListNavigationNext {
  display: block;
  background-color: #e9eef2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.forumThreadListNavigationNext:hover {
  background-color: #d9eef8;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s; }

.forumThreadListNavigationPrevious,
.forumThreadListNavigationNext {
  display: inline-block;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  text-decoration: none; }

.forumThreadListNavigationPrevious {
  width: 49%; }

.forumThreadListNavigationNext {
  width: 49%;
  float: right; }

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

.forumThreadListNavigation:after {
  clear: both; }

.forumThreadListNavigation {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.forumThreadListLoadMore {
  display: block;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e9eef2;
  -webkit-transition: background-color, 0.15s;
  transition: background-color, 0.15s;
  border-bottom: 0;
  background-image: none; }
  @media all and (max-width: 34.3em) {
    .forumThreadListLoadMore {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListLoadMore {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  .forumThreadListLoadMore:hover {
    background-color: transparent; }

.forumThreadListLoadMore:hover {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color, 0.15s;
  transition: background-color, 0.15s;
  background-color: #d9eef8; }
  @media all and (max-width: 34.3em) {
    .forumThreadListLoadMore:hover {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListLoadMore:hover {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadListLoadMore.forumThreadListLoadMoreLoading,
.forumThreadListLoadMore.forumThreadListLoadMoreLoading:hover {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  color: #aaa;
  background-color: #e9eef2;
  -webkit-transition: none;
  transition: none;
  cursor: default; }
  @media all and (max-width: 34.3em) {
    .forumThreadListLoadMore.forumThreadListLoadMoreLoading,
    .forumThreadListLoadMore.forumThreadListLoadMoreLoading:hover {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListLoadMore.forumThreadListLoadMoreLoading,
    .forumThreadListLoadMore.forumThreadListLoadMoreLoading:hover {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadListLoadMore > span {
  position: relative; }

.forumThreadListLoadMore .icon-loading-rotating:before, .forumThreadListLoadMore .threadPostEditorContainerLoading:before {
  -webkit-transform-origin: 51% 52% 0;
          transform-origin: 51% 52% 0;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -13px; }

.forumThreadListPageLabelInline,
.forumThreadListPageLabelFixed {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  padding: 0.5em 1em;
  margin-bottom: 2px; }
  @media all and (max-width: 34.3em) {
    .forumThreadListPageLabelInline,
    .forumThreadListPageLabelFixed {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumThreadListPageLabelInline,
    .forumThreadListPageLabelFixed {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadListPageLabelInline {
  border-bottom: 1px solid #aaa;
  color: #aaa;
  text-align: center; }

.forumThreadListPageLabelFixed {
  border-bottom: 0;
  background-image: none;
  position: fixed;
  top: 10px;
  background-color: #fe351b;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 16px 32px;
  padding: 1rem 2rem;
  border: 2px solid white;
  border: 2px solid rgba(255, 255, 255, .9);
  -webkit-transform: translateZ(0); }
  .forumThreadListPageLabelFixed:hover {
    background-color: transparent; }
  .forumThreadListPageLabelFixed > .icon-up-open {
    font-size: 32px;
    font-size: 2rem; }

.forumThreadListPageLabelFixedPage {
  display: block;
  border-top: 1px solid white;
  text-decoration: none;
  padding: 12px 4px 8px;
  padding: 0.75rem 0.25rem 0.5rem;
  margin-top: 4px;
  margin-top: 0.25rem; }

.forumThreadListPageLabelFixed:hover {
  background-color: #d9eef8;
  color: #666; }

.forumThreadListPageLabelFixedInside {
  z-index: 100; }

.forumThreadList + .forumThreadListPageLabelInline {
  margin-top: 10px; }

.forumOverviewCategoryList {
  border: 1px solid #aaa; }
  .forumOverviewCategoryList > li {
    padding: 1px; }
  .forumOverviewCategoryList > li:not(:last-child) {
    border-bottom: 1px solid #aaa; }

.forumOverviewCategoryListLink {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 45px;
  background-color: #e9eef2;
  white-space: nowrap;
  border-bottom: 0;
  background-image: none; }
  .forumOverviewCategoryListLink:hover {
    background-color: transparent; }

.forumOverviewCategoryListLinkContent {
  padding: 8px 0;
  padding: 0.5rem 0;
  white-space: normal;
  word-break: break-word; }

.forumOverviewCategoryListImage {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 80px;
  opacity: 0.3;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  @media all and (max-width: 30em) {
    .forumOverviewCategoryListImage {
      display: none; } }

.forumOverviewCategoryListLinkDisplayed > .forumOverviewCategoryListLinkContent > .forumOverviewCategoryListImage {
  opacity: 0.5; }

.forumOverviewCategoryListLink:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.forumOverviewCategoryListLinkContent {
  display: inline-block;
  vertical-align: middle; }

.forumOverviewCategoryListLinkContent > h2 {
  margin: 0 0 2px 0;
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #272526;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  line-height: 1;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  @media all and (max-width: 34.3em) {
    .forumOverviewCategoryListLinkContent > h2 {
      font-weight: 500; } }
  @media all and (max-width: 34.3em) {
    .forumOverviewCategoryListLinkContent > h2 {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  .forumOverviewCategoryListLinkContent > h2 a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
    background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .forumOverviewCategoryListLinkContent > h2 a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .forumOverviewCategoryListLinkContent > h2 a:hover {
      background-color: transparent; }

.forumOverviewCategoryListLink:hover > .forumOverviewCategoryListLinkContent > h2,
.forumOverviewCategoryListLinkDisplayed > .forumOverviewCategoryListLinkContent > h2 {
  color: #fe351b; }

.forumOverviewCategoryListLinkContent > p {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  line-height: 1;
  margin: 0; }
  @media all and (max-width: 34.3em) {
    .forumOverviewCategoryListLinkContent > p {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumOverviewCategoryListLinkContent > p {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumOverviewCategoryListLinkContent > h2,
.forumOverviewCategoryListLinkContent > p {
  margin-left: 100px; }
  @media all and (max-width: 30em) {
    .forumOverviewCategoryListLinkContent > h2,
    .forumOverviewCategoryListLinkContent > p {
      margin-left: 5px; } }

.forumOverviewCategoryListLink:after {
  content: '\A0';
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 14px;
  height: 14px;
  border-left: 4px solid #aaa;
  border-bottom: 4px solid #aaa;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -14px;
  right: 15px;
  -webkit-transition: border-color 0.15s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: border-color 0.15s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: border-color 0.15s, transform 0.5s, margin-top 0.5s;
  transition: border-color 0.15s, transform 0.5s, margin-top 0.5s, -webkit-transform 0.5s; }

.forumOverviewCategoryListLink:hover:after,
.forumOverviewCategoryListLinkDisplayed:after {
  border-color: black; }

.forumOverviewCategoryListLinkDisplayed:after {
  content: '\A0';
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 14px;
  height: 14px;
  border-left: 4px solid #272526;
  border-bottom: 4px solid #272526;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.forumOverviewCategoryList > .forumOverviewCategoryListDisplayed {
  padding-bottom: 0; }

.forumOverviewSubcategoryList {
  display: none; }

.forumOverviewSubcategoryListItem {
  position: relative;
  padding: 15px 40px 15px 0; }

.forumOverviewSubcategoryListItemWithImage {
  padding: 5px 40px 5px 0;
  background-repeat: no-repeat;
  background-position: 18px 5px; }
  @media all and (max-width: 30em) {
    .forumOverviewSubcategoryListItemWithImage {
      background-image: none !important;
      padding-left: 0 !important;
      min-height: 0 !important; } }

.forumOverviewSubcategoryListItem {
  border-top: 1px solid #aaa; }

.forumOverviewSubcategoryListLink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 101;
  border-bottom: 0;
  background-image: none; }
  .forumOverviewSubcategoryListLink:hover {
    background-color: transparent; }

.forumOverviewSubcategoryListItem > p {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 52.8px;
  line-height: 3.3rem;
  margin: 13.2px 0 0;
  margin: 0.825rem 0 0;
  line-height: 1.5 !important; }
  @media all and (max-width: 34.3em) {
    .forumOverviewSubcategoryListItem > p {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumOverviewSubcategoryListItem > p {
      font-size: 1.6rem;
      line-height: 3.3rem; } }

.forumOverviewSubcategoryListItem > header {
  margin-bottom: 2px; }

.forumOverviewSubcategoryListItem > header,
.forumOverviewSubcategoryListItem > p,
.forumOverviewSubcategoryListItem > h4,
.forumOverviewSubsubcategoryList {
  margin-left: 18px; }
  @media all and (max-width: 30em) {
    .forumOverviewSubcategoryListItem > header,
    .forumOverviewSubcategoryListItem > p,
    .forumOverviewSubcategoryListItem > h4,
    .forumOverviewSubsubcategoryList {
      margin-left: 5px; } }

.forumOverviewSubcategoryListItemWithImage > header,
.forumOverviewSubcategoryListItemWithImage > p,
.forumOverviewSubcategoryListItemWithImage > h4,
.forumOverviewSubcategoryListItemWithImage > .forumOverviewSubsubcategoryList {
  margin-left: 38px; }
  @media all and (max-width: 30em) {
    .forumOverviewSubcategoryListItemWithImage > header,
    .forumOverviewSubcategoryListItemWithImage > p,
    .forumOverviewSubcategoryListItemWithImage > h4,
    .forumOverviewSubcategoryListItemWithImage > .forumOverviewSubsubcategoryList {
      margin-left: 5px; } }

.forumOverviewSubcategoryListItem > header > h3 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 54.4px;
  line-height: 3.4rem;
  display: inline-block;
  padding-right: 5px;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  margin-top: 0;
  margin-bottom: 0; }
  @media all and (max-width: 34.3em) {
    .forumOverviewSubcategoryListItem > header > h3 {
      font-weight: 600; } }
  @media all and (max-width: 34.3em) {
    .forumOverviewSubcategoryListItem > header > h3 {
      font-size: 2rem;
      line-height: 3rem; } }

.forumOverviewSubcategoryListItemWithImage > header > h3 {
  padding-top: 10px;
  margin-top: 0; }
  @media all and (max-width: 30em) {
    .forumOverviewSubcategoryListItemWithImage > header > h3 {
      padding-top: 0; } }

.forumOverviewSubcategoryListCounts {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  white-space: nowrap; }
  @media all and (max-width: 34.3em) {
    .forumOverviewSubcategoryListCounts {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumOverviewSubcategoryListCounts {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumOverviewSubcategoryListItem > h4 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 52.8px;
  line-height: 3.3rem;
  margin-top: 26.4px;
  margin-top: 1.65rem;
  margin-bottom: 0; }
  @media all and (max-width: 34.3em) {
    .forumOverviewSubcategoryListItem > h4 {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumOverviewSubcategoryListItem > h4 {
      font-size: 1.6rem;
      line-height: 2.2rem; } }

.forumOverviewSubcategoryListItem:hover {
  background-color: #d9eef8;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s; }

.forumOverviewSubcategoryListLink:hover:after,
.forumOverviewSubcategoryListItem:hover > .forumOverviewSubcategoryListLink:after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  margin-top: -0.5em;
  text-indent: 0;
  /* Override parent element value */
  font-weight: normal;
  font-size: 24px;
  color: #aaa;
  font-family: 'selection_androidpit';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* No underline if icon is used in <a> element */
  text-decoration: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig", normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  content: '\F105';
  text-decoration: none; }

.forumOverviewSubsubcategoryList {
  display: inline-block; }

.forumSubSubCategoryListLink {
  display: inline-block;
  padding: 8px 8px 8px 0;
  position: relative;
  z-index: 102;
  color: #666;
  text-decoration: none; }

.forumSubSubCategoryListLink:hover {
  color: #fe351b; }

.forumOverviewSubsubcategoryList > li {
  margin-left: 1.5em;
  position: relative;
  color: #666;
  line-height: 1.5; }
  .forumOverviewSubsubcategoryList > li > a {
    border-bottom: 0;
    background-image: none; }
    .forumOverviewSubsubcategoryList > li > a:hover {
      background-color: transparent; }

.forumSubSubCategoryListLink:before {
  display: inline-block;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -0.4em; }

.forumBreadcrumb {
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem; }

.forumBreadcrumbList > li {
  display: inline-block;
  margin-right: 2px; }
  .forumBreadcrumbList > li > a {
    display: inline-block;
    padding: 0.2em 0.3em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    border-bottom: 0;
    background-image: none;
    background-color: #e9eef2; }
    @media all and (max-width: 34.3em) {
      .forumBreadcrumbList > li > a {
        font-weight: 400; } }
    @media all and (max-width: 34.3em) {
      .forumBreadcrumbList > li > a {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
    .forumBreadcrumbList > li > a:hover {
      background-color: transparent; }
  .forumBreadcrumbList > li > a:hover {
    background-color: #666;
    color: white;
    -webkit-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s; }

.forumBreadcrumbArrow:after {
  margin-left: 0.3em;
  content: '\BB'; }

.forumSubcategories {
  margin-top: 38.4px;
  margin-top: 2.4rem;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem; }
  .forumSubcategories > h2 {
    margin-bottom: 0.5em; }
  .forumSubcategories > div {
    border: 1px solid #e9eef2;
    padding: 2px 0 0 2px; }

.forumSubcategory {
  border-bottom: 0;
  background-image: none;
  display: block;
  padding: 1em 2.5em 1em 1em;
  text-decoration: none;
  border-bottom: 2px solid white;
  margin-right: 2px; }
  .forumSubcategory:hover {
    background-color: transparent; }
  .forumSubcategory:hover {
    border-bottom: 2px solid white; }

.forumSubcategory {
  display: block;
  background-color: #e9eef2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media all and (min-width: 34.3em) {
    .forumSubcategory {
      position: relative;
      padding-right: 0.2em; } }

.forumSubcategory:hover {
  background-color: #d9eef8;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s; }

@media all and (min-width: 34.3em) {
  .forumSubcategory:hover:after {
    position: absolute;
    top: 50%;
    right: 0.2em;
    margin-top: -0.5em;
    font-weight: normal;
    font-size: 24px;
    color: #aaa;
    font-family: 'selection_androidpit';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity .8 */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* No underline if icon is used in <a> element */
    text-decoration: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-feature-settings: "liga","dlig";
    -ms-font-feature-settings: "liga","dlig";
    -o-font-feature-settings: "liga","dlig";
    font-feature-settings: "liga","dlig", normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    content: '\F105'; } }

.forumSubcategory > h3 {
  text-decoration: none;
  margin: 0; }

.forumSubcategory > p {
  margin: 0;
  color: #666; }

@media all and (max-width: 34.3em) {
  .forumSubcategory {
    padding-right: 1em; } }

@media all and (min-height: 50em) and (min-width: 50em) {
  .flexbox .forumSubcategoriesMoreThanFour.forumSubcategoriesWithThreads > div {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .flexbox .forumSubcategoriesMoreThanFour.forumSubcategoriesWithThreads > div > a {
      -moz-flex: 1 0 25em;
      -ms-flex: 1 0 25em;
      -webkit-box-flex: 1;
              flex: 1 0 25em;
      display: -moz-flex;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: 2px solid white;
      margin-right: 2px; } }
    @media all and (min-height: 50em) and (min-width: 50em) and (max-width: 25em) {
      .flexbox .forumSubcategoriesMoreThanFour.forumSubcategoriesWithThreads > div > a {
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        -webkit-box-flex: 1;
                flex: 1 0 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }

@media all and (max-height: 50em) and (min-width: 50em) {
  .flexbox .forumSubcategoriesMoreThanTwo.forumSubcategoriesWithThreads > div {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .flexbox .forumSubcategoriesMoreThanTwo.forumSubcategoriesWithThreads > div > a {
      -moz-flex: 1 0 25em;
      -ms-flex: 1 0 25em;
      -webkit-box-flex: 1;
              flex: 1 0 25em;
      display: -moz-flex;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: 2px solid white;
      margin-right: 2px; } }
    @media all and (max-height: 50em) and (min-width: 50em) and (max-width: 25em) {
      .flexbox .forumSubcategoriesMoreThanTwo.forumSubcategoriesWithThreads > div > a {
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        -webkit-box-flex: 1;
                flex: 1 0 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }

@media all and (max-width: 50em) {
  .forumSubcategories > div {
    border: 0;
    padding: 0; }
  .forumSubcategoriesMoreThanOne > div {
    border-bottom: 1px solid #e9eef2; }
  .forumSubcategory > p {
    display: none;
    speak: none; }
  .forumSubcategory:nth-of-type(even) {
    background-color: transparent; }
  .forumSubcategory:nth-of-type(even):hover {
    background-color: #d9eef8; } }

@media all and (max-width: 40em) {
  .forumSubcategory > h3 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #272526;
    font-size: 2rem;
    line-height: 3rem; } }
  @media all and (max-width: 40em) and (max-width: 34.3em) {
    .forumSubcategory > h3 {
      font-weight: 600; } }

.forumHeaderThread .forumHeadingWithFavorite {
  position: relative; }
  .forumHeaderThread .forumHeadingWithFavorite > h1 {
    padding-right: 192px;
    padding-right: 12rem; }
    @media all and (max-width: 45em) {
      .forumHeaderThread .forumHeadingWithFavorite > h1 {
        margin-left: 3.6125rem;
        margin-bottom: 0;
        padding-bottom: 1.8rem;
        padding-right: 0; } }

.forumHeaderThread .forumHeadingThreadWithModOptions > h1 {
  padding-right: 448px;
  padding-right: 28rem; }
  @media all and (max-width: 45em) {
    .forumHeaderThread .forumHeadingThreadWithModOptions > h1 {
      padding-right: 0; } }

.forumHeadingThreadStatus {
  position: absolute;
  bottom: -19.2px;
  bottom: -1.2rem;
  right: 0;
  background-color: white;
  padding-left: 16px;
  padding-left: 1rem;
  line-height: 1; }
  .forumHeadingThreadStatus > li {
    display: inline-block; }

.forumHeadingThreadStatusIcons {
  top: 2px;
  position: relative; }

.forumHeadingWithFavoritesOptions {
  margin-left: 5px; }

.forumHeadingThreadStatusIcons > .forumThreadListStatusClosed,
.forumHeadingThreadStatusIcons > .forumThreadListStatusStickied,
.forumHeadingThreadStatusIcons > .forumThreadListStatusAnswered,
.forumHeadingThreadStatusIcons > .forumThreadListStatusQuestionAnswered {
  margin-left: 5px; }

.forumThreadOptions .moreButtonDropdown {
  width: 272px;
  width: 17rem; }

.threadPost:first-child {
  margin-top: 32px;
  margin-top: 2rem; }

.threadPost,
.forumThreadPostsMPU {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.threadPostNotEditor {
  border: 1px solid #aaa; }
  .hasBestAnswerButton .threadPostNotEditor {
    padding-bottom: 22.4px;
    padding-bottom: 1.4rem; }

.threadPost.isThreadAuthor .threadPostNotEditor {
  border: 2px solid #1770aa; }

.threadPostHeader {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e9eef2; }
  .threadPostHeader > * {
    display: table-cell;
    vertical-align: middle; }

.threadPostAuthorImage {
  width: 45px; }

.threadPostAuthorImageLink {
  margin-right: 20px; }

.threadPostAuthorInfo {
  padding-right: 5px; }

.threadPostAuthorName {
  line-height: 1; }

.threadPostAuthorNameLink {
  vertical-align: middle;
  margin-right: 5px; }

.threadPostAuthorName .user-badges {
  vertical-align: middle;
  top: -2px; }
  .threadPostAuthorName .user-badges > li {
    margin: 0 0 0 3.2px;
    margin: 0 0 0 0.2rem; }

.threadPostAuthorName .user-badge {
  font-size: 16px;
  font-size: 1rem; }
  .threadPostAuthorName .user-badge .svg-icon {
    width: 1.4em;
    height: 1.4em; }
  .threadPostAuthorName .user-badge svg {
    top: 0 !important; }

.threadPostAuthorName .user-badges {
  top: -4px;
  margin-left: -2px;
  vertical-align: middle;
  line-height: 1; }

.threadPostAuthorName {
  display: block;
  width: 100%;
  margin: 0; }

.threadPostAuthorNameLink,
.threadPostAuthorNameContainer {
  border-bottom: 0;
  background-image: none;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  padding-top: 4px;
  padding-bottom: 4px; }
  .threadPostAuthorNameLink:hover,
  .threadPostAuthorNameContainer:hover {
    background-color: transparent;
    color: #272526; }
  @media all and (max-width: 34.3em) {
    .threadPostAuthorNameLink,
    .threadPostAuthorNameContainer {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .threadPostAuthorNameLink,
    .threadPostAuthorNameContainer {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.threadPostWarningInfo {
  width: 34px; }
  .threadPostWarningInfo > a {
    border-bottom: 0;
    background-image: none; }
    .threadPostWarningInfo > a:hover {
      background-color: transparent; }

.threadPostAuthorAdminInfoSmallScreen {
  display: none; }
  @media all and (max-width: 33em) {
    .threadPostAuthorAdminInfoSmallScreen {
      display: block;
      font-family: Open Sans, Helvetica, Arial, sans-serif;
      color: #666;
      font-size: 1.2rem;
      line-height: 1.8rem;
      margin-top: 2px; } }
  @media all and (max-width: 33em) and (max-width: 34.3em) {
    .threadPostAuthorAdminInfoSmallScreen {
      font-weight: 400; } }

.threadPostAuthorAdminInfo,
.threadPostAuthorDeactivatedUser {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  word-wrap: break-word;
  width: 18em; }
  @media all and (max-width: 34.3em) {
    .threadPostAuthorAdminInfo,
    .threadPostAuthorDeactivatedUser {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .threadPostAuthorAdminInfo,
    .threadPostAuthorDeactivatedUser {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  .threadPostAuthorAdminInfo > li,
  .threadPostAuthorDeactivatedUser > li {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
  @media all and (max-width: 33em) {
    .threadPostAuthorAdminInfo,
    .threadPostAuthorDeactivatedUser {
      display: none; } }

.threadPostAuthorAdminInfo > li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.threadPostAuthorAdminInfo > li:last-of-type {
  margin-bottom: 0; }

.threadPostAuthorCreationDate,
.threadPostAuthorCreationDateTwoLines {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  padding-right: 5px;
  width: 14em;
  text-align: right; }
  @media all and (max-width: 34.3em) {
    .threadPostAuthorCreationDate,
    .threadPostAuthorCreationDateTwoLines {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .threadPostAuthorCreationDate,
    .threadPostAuthorCreationDateTwoLines {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  .threadPostAuthorCreationDate > span,
  .threadPostAuthorCreationDateTwoLines > span {
    white-space: nowrap; }

.threadPostAuthorCreationDateTwoLines {
  display: none;
  width: 6em; }

@media all and (max-width: 38em) {
  .threadPostAuthorAdminInfo + .threadPostAuthorCreationDate {
    display: none; }
  .threadPostAuthorAdminInfo ~ .threadPostAuthorCreationDateTwoLines {
    display: table-cell; } }

@media all and (max-width: 25em) {
  .threadPostAuthorCreationDate {
    display: none; }
  .threadPostAuthorCreationDateTwoLines {
    display: table-cell; } }

.threadPostTitle {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #aaa;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-style: italic;
  margin-left: -5px;
  margin: -5px 0 0; }
  @media all and (max-width: 34.3em) {
    .threadPostTitle {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.threadPostBestAnswerButton {
  text-align: center;
  line-height: 0; }

.threadPostNotEditor--hide ~ .threadPostBestAnswerButton {
  display: none; }

.threadPost__best-answer-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -moz-focus-inner: 0;
  -webkit-tap-highlight-color: transparent;
  background: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0 0.8em;
  padding-top: 0.15em;
  margin: 0;
  cursor: pointer;
  zoom: 1;
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #272526;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  color: #417505;
  background-color: #fff;
  margin-top: -22.4px;
  margin-top: -1.4rem;
  box-sizing: border-box;
  padding-left: 52.8px;
  padding-left: 3.3rem;
  padding-right: 52.8px;
  padding-right: 3.3rem;
  max-width: calc(100% - 3.3rem); }
  .threadPost__best-answer-button:hover {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none; }
  .threadPost__best-answer-button[disabled], .threadPost__best-answer-button.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default; }
  .threadPost__best-answer-button > .qa-button-icon,
  .threadPost__best-answer-button > .qa-button-icon-large {
    fill: #417505; }
  .threadPost__best-answer-button:hover {
    color: #fff;
    background-color: #417505; }
    .threadPost__best-answer-button:hover > .qa-button-icon,
    .threadPost__best-answer-button:hover > .qa-button-icon-large {
      fill: #fff; }
  .threadPost__best-answer-button:hover:focus {
    color: #417505;
    background-color: #fff; }
    .threadPost__best-answer-button:hover:focus > .qa-button-icon,
    .threadPost__best-answer-button:hover:focus > .qa-button-icon-large {
      fill: #417505; }

.threadPost__best-answer-icon {
  position: relative;
  top: -1px; }

.threadPostEleAboveContent + .threadPostEleAboveContent {
  margin-top: 26.4px;
  margin-top: 1.65rem; }

.threadPostContentAd-topRight {
  float: right;
  min-width: 300px;
  min-height: 250px;
  border-left: 20px solid white;
  border-bottom: 20px solid white;
  background-color: white; }

.threadPostContentAd-bottomMiddle {
  display: none;
  margin: 32px 0;
  margin: 2rem 0;
  text-align: center; }

@media all and (max-width: 60em) {
  .threadPostContentAd-topRight {
    display: none; }
  .threadPostContentAd-bottomMiddle {
    display: block; } }

@media all and (max-width: 55em) {
  .threadPostContentAd-topRight {
    display: block; }
  .threadPostContentAd-bottomMiddle {
    display: none; } }

@media all and (max-width: 45em) {
  .threadPostContentAd-topRight {
    display: none; }
  .threadPostContentAd-bottomMiddle {
    display: block; } }

@media all and (max-width: 340px) {
  .threadPostContentAd-bottomMiddle {
    margin-left: -11px; } }

.threadPostContentSignature,
.threadPostContentModified {
  margin: 26.4px 0 0;
  margin: 1.65rem 0 0; }

.threadPostContentSignature > p,
.threadPostContentModified {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .threadPostContentSignature > p,
    .threadPostContentModified {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .threadPostContentSignature > p,
    .threadPostContentModified {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.threadPostContentSignature > p {
  margin: 0;
  color: #aaa; }

.threadPostContentSignature a,
.threadPostContentSignature a:link,
.threadPostContentSignature a:visited {
  color: #272526;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(23, 112, 170, 0)), color-stop(90%, #1770aa), color-stop(100%, #1770aa), to(rgba(23, 112, 170, 0)));
  background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 90%, #1770aa 90%, #1770aa 100%, rgba(23, 112, 170, 0) 100%);
  text-decoration: none;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #aaa;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  .threadPostContentSignature a:hover,
  .threadPostContentSignature a:link:hover,
  .threadPostContentSignature a:visited:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #1770aa;
    color: white;
    -webkit-transition: background 0.15s, color 0.15s, border 0.15s;
    transition: background 0.15s, color 0.15s, border 0.15s; }
  @media all and (max-width: 34.3em) {
    .threadPostContentSignature a,
    .threadPostContentSignature a:link,
    .threadPostContentSignature a:visited {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .threadPostContentSignature a,
    .threadPostContentSignature a:link,
    .threadPostContentSignature a:visited {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumThreadPagerTop {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem; }
  @media all and (max-width: 45em) {
    .forumThreadPagerTop {
      padding-top: 1.7rem; } }

.reportPostDialogReasons {
  margin-bottom: 32px;
  margin-bottom: 2rem; }
  .reportPostDialogReasons > li {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .reportPostDialogReasons > li > label {
      vertical-align: 1px; }

.reportPostDialogCommentLabel {
  margin-bottom: 0; }

.reportPostDialogCommentField {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.reportPostDialogButtons {
  text-align: right; }

.forumPostSubscriptionAndButtons {
  display: table;
  width: 100%; }

.forumPostSubscription {
  display: table-cell;
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.forumPostSubscriptionInfo {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin: 0; }
  @media all and (max-width: 34.3em) {
    .forumPostSubscriptionInfo {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumPostSubscriptionInfo {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumPostSubscriptionOption,
.forumPostRedirectOption {
  color: #666;
  margin: 0; }
  .forumPostSubscriptionOption > input[type=checkbox],
  .forumPostRedirectOption > input[type=checkbox] {
    vertical-align: -2px; }

.forumPostSubscriptionOption + .forumPostSubscriptionInfo {
  margin-top: 8px;
  margin-top: 0.5rem; }

.forumPostRedirectOption {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.forumPostButtons {
  display: table-cell;
  margin: 0;
  padding-left: 32px;
  padding-left: 2rem;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: right; }

.forumPostEditorCancelUndo {
  display: block;
  margin-top: 1em;
  padding: 0.5em;
  text-align: center;
  background-color: #d9eef8;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .forumPostEditorCancelUndo {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumPostEditorCancelUndo {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  .forumPostEditorCancelUndo > a {
    color: #272526; }

.forumPostEditorForm > .sessionExpired {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

@media all and (max-width: 30em) {
  .forumPostSubscriptionAndButtons,
  .forumPostSubscription,
  .forumPostButtons {
    display: block; }
  .forumPostButtons {
    padding-left: 0;
    white-space: inherit; } }

.forumRulesPopupMessage {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.forumRulesPopupButtons {
  text-align: center; }

.forumSidebar {
  width: 200px;
  float: left;
  margin-left: -100%;
  padding-top: 3px; }
  @media all and (max-width: 55em) {
    .forumSidebar {
      display: none; } }

.forumSidebox + .forumSidebox {
  margin-top: 64px;
  margin-top: 4rem; }

.forumSidebox > h2 {
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fe351b;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  background-color: #e9eef2;
  padding: 0.5em 0.5em 0.3em;
  margin: 0 0 2px 0; }
  @media all and (max-width: 34.3em) {
    .forumSidebox > h2 {
      font-weight: 500; } }
  @media all and (max-width: 34.3em) {
    .forumSidebox > h2 {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  .forumSidebox > h2 a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(23, 112, 170, 0)), color-stop(76%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
    background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 76%, #1770aa 76%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .forumSidebox > h2 a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2%, rgba(23, 112, 170, 0)), color-stop(7.2%, #1770aa), color-stop(82%, #1770aa), color-stop(82%, rgba(23, 112, 170, 0)));
      background-image: linear-gradient(to bottom, rgba(23, 112, 170, 0) 7.2%, #1770aa 7.2%, #1770aa 82%, rgba(23, 112, 170, 0) 82%); }
    .forumSidebox > h2 a:hover {
      background-color: transparent; }

.forumSideboxItem {
  border-bottom: 1px solid #aaa;
  position: relative; }

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

.forumSideboxItem:after {
  clear: both; }

.forumSideboxItem {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.forumSideboxItem > a {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  overflow: auto;
  border-bottom: 0;
  background-image: none; }
  .forumSideboxItem > a:hover {
    background-color: transparent; }

.forumSideboxItem > a {
  display: block;
  background-color: false;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.forumSideboxItem > a:hover {
  background-color: #d9eef8;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s; }

.forumSideboxItemImage {
  float: left;
  width: 35px;
  padding-left: 4px; }

.forumSideboxItemDesc {
  margin-left: 49px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .forumSideboxItemDesc {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumSideboxItemDesc {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  .forumSideboxItemDesc > p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis; }

.forumSideboxItemDescNextToComment {
  margin-right: 52px; }

.forumSideboxItemDescTitle {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .forumSideboxItemDescTitle {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumSideboxItemDescTitle {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumSideboxItemDescOneLine {
  white-space: nowrap; }

.forumSideboxItemDescTitleBold {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #272526;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .forumSideboxItemDescTitleBold {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumSideboxItemDescSublineFaded {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #aaa;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 28.8px;
  line-height: 1.8rem; }
  @media all and (max-width: 34.3em) {
    .forumSideboxItemDescSublineFaded {
      font-weight: 400; } }
  @media all and (max-width: 34.3em) {
    .forumSideboxItemDescSublineFaded {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.forumSideboxComment {
  position: absolute;
  right: 0px;
  top: 19px;
  min-width: 47px; }

@-webkit-keyframes mostThankedSelf_SlideIn {
  from {
    -webkit-transform: translate(35px);
            transform: translate(35px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes mostThankedSelf_SlideIn {
  from {
    -webkit-transform: translate(35px);
            transform: translate(35px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

.csstransforms .forumSideboxItemMostThankedSelf:before {
  font-family: 'selection_androidpit';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* No underline if icon is used in <a> element */
  text-decoration: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig", normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  content: '\E000';
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: -1.6em;
  font-size: 18px;
  color: #666;
  opacity: 0;
  z-index: -1;
  -webkit-animation: mostThankedSelf_SlideIn 1s 1s forwards;
          animation: mostThankedSelf_SlideIn 1s 1s forwards; }

.forumThreadAdSkyscraper {
  text-align: center;
  margin-top: 20px; }

.forumThreadAdSkyscraper:first-child {
  margin-top: 0; }

.outside120SkyAd {
  display: none; }
  @media all and (min-width: 1497px) and (max-width: 1576px) {
    .outside120SkyAd {
      display: block; } }

.outsideSkyscraperBanner,
.outside160SkyAd {
  display: none; }
  @media all and (min-width: 1577px) {
    .outsideSkyscraperBanner,
    .outside160SkyAd {
      display: block; } }

.afterPostsAd {
  margin-bottom: 20px;
  text-align: center; }

.restyledFileInputFieldset input[type=file] {
  display: none; }

.restyledFileInputFieldset input[type=text] {
  max-width: 100%; }
  @media all and (max-width: 500px) {
    .restyledFileInputFieldset input[type=text] {
      width: inherit; } }
