/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Micro ClearFix Mixin */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container,
.segment__container,
main,
.header__container,
.notification .notification-inner {
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 1.5rem;
  max-width: 990px;
  max-width: 99rem;
}
@media (min-width: 33.75em) {
  .container,
  .segment__container,
  main,
  .header__container,
  .notification .notification-inner {
    padding: 0 3rem;
  }
}
@media (min-width: 60em) {
  .container,
  .segment__container,
  main,
  .header__container,
  .notification .notification-inner {
    padding: 0 6rem;
  }
}
.grid {
  *zoom: 1;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
}
.grid:before,
.grid:after {
  content: " ";
  display: table;
}
.grid:after {
  clear: both;
}
.grid > [class*="col-"] {
  display: block;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
}
.grid > .col-s4of4 {
  width: 100%;
}
.grid > .col-s3of4 {
  width: 75%;
}
.grid > .col-s2of4 {
  width: 50%;
}
.grid > .col-s1of4 {
  width: 25%;
}
.grid > .col-s3of3 {
  width: 100%;
}
.grid > .col-s2of3 {
  width: 66.66666666666667%;
}
.grid > .col-s1of3 {
  width: 33.333333333333336%;
}
.grid > .col-s2of2 {
  width: 100%;
}
.grid > .col-s1of2 {
  width: 50%;
}
.grid > .col-s1of1 {
  width: 100%;
}
.grid.reverse > [class*="col-"] {
  float: right;
}
.grid.gutter {
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
}
.grid.gutter > [class*="col-"] {
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}
.grid.gutter-narrow {
  margin-left: -7px;
  margin-left: -0.75rem;
  margin-right: -7px;
  margin-right: -0.75rem;
}
.grid.gutter-narrow > [class*="col-"] {
  padding-left: 7px;
  padding-left: 0.75rem;
  padding-right: 7px;
  padding-right: 0.75rem;
}
.grid.gutter-wide {
  margin-left: -30px;
  margin-left: -3rem;
  margin-right: -30px;
  margin-right: -3rem;
}
.grid.gutter-wide > [class*="col-"] {
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html,
body {
  background: #fff;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  margin: 0;
  line-height: 1.75;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  color: #47525d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
.segment,
.main-column {
  padding: 60px 0 42px;
  padding: 6rem 0 4.25rem;
}
.segment:first-child {
  margin-top: -100px;
  margin-top: -10rem;
  padding: 160px 0 42px;
  padding: 16rem 0 4.25rem;
}
.segment:last-child {
  padding-bottom: 0;
}
.segment--blue {
  background-color: #e7f2fc;
}
.segment--breadcrumbs:first-child {
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 0;
}
.segment--footer {
  padding: 0 0 30px;
  padding: 0 0 3rem;
}
.segment--hero {
  min-height: 250px;
  min-height: 25rem;
  background-color: #e7f2fc;
  background-image: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Landing_Header.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 812px 166px;
}
.segment--super {
  min-height: 400px;
  min-height: 40rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #7b8994;
  background-color: #e7f2fc;
}
.segment--announcement {
  padding: 14px 0;
  padding: 1.4rem 0;
  background: #fffaec;
  box-shadow: 0 0.2rem 0 -0.1rem rgba(123, 137, 148, 0.2), 0 -0.2rem 0 -0.1rem rgba(123, 137, 148, 0.2);
}
main {
  margin-top: 50px;
  margin-top: 5rem;
  padding-bottom: 42px;
  padding-bottom: 4.25rem;
}
main .segment {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dropbox-no-csstransforms main .segment {
  left: 0;
  width: auto;
}
@media (min-width: 45em) {
  main {
    margin-top: 10rem;
  }
}
.main-column {
  padding-top: 0;
}
.main-column + .post-to-wrap {
  display: none;
}
.page-header {
  zoom: 1;
}
.page-header:before,
.page-header:after {
  content: "";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header > h1 {
  color: #47525d;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.page-header > h1--center {
  text-align: center;
}
.page-header > h1--short {
  margin-bottom: 0;
}
.page-header > h1--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  .page-header > h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 37.5em) {
  .page-header > h1 {
    float: left;
    margin-bottom: 2rem;
    max-width: 50%;
    padding-right: 1.5rem;
  }
}
.page-header + p {
  min-height: 22px;
  min-height: 2.2rem;
  position: relative;
  margin-top: -25px;
  margin-top: -2.5rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
h1.page-header {
  color: #47525d;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
  text-align: center;
}
h1.page-header--center {
  text-align: center;
}
h1.page-header--short {
  margin-bottom: 0;
}
h1.page-header--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  h1.page-header {
    font-size: 2.8rem;
  }
}
.sub-nav {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.sub-nav form {
  display: none;
}
iframe {
  max-width: 100% !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  background-color: transparent;
  -webkit-transition: background 350ms;
          transition: background 350ms;
}
.header__container {
  position: relative;
  height: 50px;
  height: 5rem;
  background: #fff;
  -webkit-transition: border 350ms, height 350ms;
          transition: border 350ms, height 350ms;
}
.header__container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 990px;
  width: 99rem;
  max-width: 100%;
  border-bottom: 1px solid transparent;
  border-bottom: 0.1rem solid transparent;
}
@media (min-width: 45em) {
  .header__container {
    height: 10rem;
    background: transparent;
  }
}
.header #deflogo {
  display: none;
}
.header__logo {
  position: absolute;
  display: block;
  width: 300px;
  width: 30rem;
  height: 40px;
  height: 4rem;
  top: 6px;
  top: 0.6rem;
  -webkit-transition: all 350ms;
          transition: all 350ms;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
@media (min-width: 45em) {
  .header__logo {
    top: 3.9rem;
    -webkit-transform: scale(0.81);
        -ms-transform: scale(0.81);
            transform: scale(0.81);
  }
}
.header__logo #logo {
  width: 100%;
}
.header__logo #text {
  opacity: 1;
  -webkit-transition: opacity 350ms 350ms;
          transition: opacity 350ms 350ms;
}
.header__search {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 350ms, bottom 350ms, left 350ms;
          transition: opacity 350ms, bottom 350ms, left 350ms;
}
.header--fixed {
  background: #fff;
}
.header--fixed .header__container {
  height: 50px;
  height: 5rem;
}
.header--fixed .header__container:after {
  border-bottom: 1px solid #d4d8dc;
  border-bottom: 0.1rem solid #d4d8dc;
}
@media (min-width: 45em) {
  .header--fixed .header__container {
    height: 7.6rem;
  }
}
.header--fixed .header__logo {
  width: 300px;
  width: 30rem;
  -webkit-transition: all 350ms;
          transition: all 350ms;
}
@media (min-width: 45em) {
  .header--fixed .header__logo {
    top: 1.9rem;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.header--fixed .header__logo #text {
  opacity: 0;
  -webkit-transition: opacity 87.5ms;
          transition: opacity 87.5ms;
}
.header--fixed .header__search {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 350ms 233.33333333ms, bottom 350ms, left 350ms;
          transition: opacity 350ms 233.33333333ms, bottom 350ms, left 350ms;
}
.header__search {
  position: absolute;
  bottom: 11px;
  bottom: 1.1rem;
  left: 55px;
  left: 5.5rem;
  max-width: 35%;
  min-width: 180px;
  min-width: 18rem;
}
.header__search .search {
  margin: 0;
}
.header__search input[type="search"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 30px;
  height: 3rem;
  max-width: 100%;
  width: 395px;
  width: 39.5rem;
  padding: 0 10px;
  padding: 0 1rem;
  line-height: 30px;
  line-height: 3rem;
  font-size: 13px;
  font-size: 1.3rem;
}
.header__search input[type="search"]:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .header__search input[type="search"] {
    padding: 0 1rem;
  }
}
.header__search input[type="submit"] {
  display: none;
}
@media (min-width: 33.75em) {
  .header__search {
    left: 8rem;
  }
}
@media (min-width: 45em) {
  .header__search {
    bottom: 2.4rem;
    left: 10rem;
  }
}
@media (min-width: 60em) {
  .header__search {
    left: 14rem;
  }
}
.header__aside {
  position: absolute;
  top: 12px;
  top: 1.2rem;
  right: 15px;
  right: 1.5rem;
  -webkit-transition: top 350ms;
          transition: top 350ms;
}
@media (min-width: 33.75em) {
  .header__aside {
    right: 3rem;
  }
}
@media (min-width: 45em) {
  .header__aside {
    top: 4.8rem;
  }
}
@media (min-width: 60em) {
  .header__aside {
    right: 6rem;
  }
}
[class*="--fixed"] .header__aside {
  top: 12px;
  top: 1.2rem;
}
@media (min-width: 45em) {
  [class*="--fixed"] .header__aside {
    top: 2.4rem;
  }
}
.header__user,
.header__language {
  position: relative;
  display: inline-block;
  text-align: right;
}
.header__user .login,
.header__language .login {
  font-weight: 600;
}
.dropdown-toggle {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  padding-right: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 2.4rem;
  color: #007ee5;
  cursor: pointer;
}
.dropdown-toggle:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 12px;
  top: 1.2rem;
  right: 0;
  border: 4px solid transparent;
  border: 0.4rem solid transparent;
  border-top-color: #007ee5;
}
.dropdown-toggle:hover {
  color: #1e9cff;
}
.dropdown-toggle:hover:after {
  border-top-color: #1e9cff;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  top: 4rem;
  padding: 12px 20px;
  padding: 1.2rem 2rem;
  min-width: 165px;
  min-width: 16.5rem;
  text-align: left;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(61, 70, 77, 0.1);
  border: 0.1rem solid rgba(61, 70, 77, 0.1);
  border-radius: 0.5rem;
  background: #fff;
  z-index: 1;
}
.dropdown-menu [role="menuitem"] {
  display: block;
  padding: 5px 20px;
  padding: 0.5rem 2rem;
  margin: 0 -20px;
  margin: 0 -2rem;
}
.dropdown-menu [role="menuitem"]:hover {
  background-color: #e3f2ff;
}
.dropdown-menu [role="separator"] {
  display: block;
  margin: 17px 0;
  margin: 1.75rem 0;
  padding: 0;
  border-bottom: 1px solid #d4d8dc;
  border-bottom: 0.1rem solid #d4d8dc;
}
.dropdown-menu-caret {
  margin-top: 0;
}
.dropdown-menu-caret:before,
.dropdown-menu-caret:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.dropdown-menu-caret:before {
  top: -7px;
  top: -0.7rem;
  left: 9px;
  left: 0.9rem;
  border-right: 7px solid transparent;
  border-right: 0.7rem solid transparent;
  border-bottom: 7px solid #d8d8d8;
  border-bottom: 0.7rem solid #d8d8d8;
  border-left: 7px solid transparent;
  border-left: 0.7rem solid transparent;
}
.dropdown-menu-caret:after {
  top: -6px;
  top: -0.6rem;
  left: 10px;
  left: 1rem;
  border-right: 6px solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 6px solid #FFF;
  border-bottom: 0.6rem solid #FFF;
  border-left: 6px solid transparent;
  border-left: 0.6rem solid transparent;
}
.dropdown-menu-caret.dropdown-menu-end:before {
  left: auto;
  right: 9px;
  right: 0.9rem;
}
.dropdown-menu-caret.dropdown-menu-end:after {
  left: auto;
  right: 10px;
  right: 1rem;
}
.dropdown-menu[aria-expanded="true"] {
  display: block;
}
.header__user .btn.with-image {
  position: relative;
}
.header__user .btn.with-image img {
  display: inline-block;
  overflow: hidden;
  height: 24px;
  height: 2.4rem;
  width: 24px;
  width: 2.4rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  vertical-align: -30%;
  border-radius: 50%;
}
.header__user .btn.with-image span {
  display: none;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (min-width: 33.75em) {
  .header__user .btn.with-image span {
    display: inline;
  }
}
@media (max-width: 33.6875em) {
  .header__user .dropdown-toggle {
    padding-right: 0;
  }
  .header__user .dropdown-toggle:after {
    display: none;
  }
}
.header__language {
  margin-right: 20px;
  margin-right: 2rem;
}
@media (max-width: 44.9375em) {
  .header__language {
    display: none;
  }
}
.footer-shortcuts {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  border-top: 1px solid #d4d8dc;
  border-top: 0.1rem solid #d4d8dc;
  border-bottom: 1px solid #d4d8dc;
  border-bottom: 0.1rem solid #d4d8dc;
}
.footer-shortcuts__list {
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 37.5em) {
  .footer-shortcuts__list:before,
  .footer-shortcuts__list:after {
    content: '';
    position: absolute;
    top: 0;
    left: 33.33333333%;
    bottom: 0;
    width: 0.1rem;
    background: #d4d8dc;
  }
}
.footer-shortcuts__list:after {
  left: 66.66666667%;
}
.footer-shortcuts__item {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 30px 15px 12px;
  padding: 3rem 1.5rem 1.25rem;
  text-align: center;
}
@media (max-width: 37.4375em) {
  .footer-shortcuts__item:not(:first-child) {
    border-top: 1px solid #d4d8dc;
  }
}
@media (min-width: 37.5em) {
  .footer-shortcuts__item {
    width: 33.33333333%;
  }
}
@media (min-width: 60em) {
  .footer-shortcuts__item {
    padding: 3.999rem 3rem 2.249rem;
    text-align: left;
  }
}
.footer-shortcuts__link {
  position: relative;
  display: block;
  color: #47525d;
}
@media (min-width: 60em) {
  .footer-shortcuts__link {
    padding-left: 9rem;
  }
}
.footer-shortcuts__image {
  height: 60px;
  height: 6rem;
  width: 65px;
  width: 6.5rem;
  margin: 0 auto 17px;
  margin: 0 auto 1.75rem;
}
@media (min-width: 60em) {
  .footer-shortcuts__image {
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
  }
}
.footer-shortcuts__headline {
  font-weight: 600;
  color: #007ee5;
}
.footer-shortcuts__text {
  color: #47525d;
}
.footer-shortcuts__link:hover .footer-shortcuts__headline {
  color: #1e9cff;
}
.footer-shortcuts__link:hover .footer-shortcuts__text {
  color: #47525d;
}
.footer-navigation__list {
  float: left;
  list-style: none;
  width: 50%;
  vertical-align: top;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  padding: 0;
}
@media (min-width: 37.5em) {
  .footer-navigation__list {
    float: none;
    width: auto;
    display: inline-block;
    text-align: left;
  }
  .footer-navigation__list:not(:last-child) {
    margin-right: 5.5rem;
  }
}
.footer-navigation__item {
  line-height: 1.3;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  max-width: 150px;
  max-width: 15rem;
}
.footer-navigation__item--header {
  font-weight: 600;
}
.footer-navigation__link {
  color: #7b8994;
}
.footer-navigation__link:hover {
  color: #007ee5;
}
.footer-language {
  position: relative;
  float: right;
  margin-top: -5px;
  margin-top: -0.5rem;
  padding-left: 22px;
  padding-left: 2.2rem;
}
@media (max-width: 44.9375em) {
  .footer-language {
    zoom: 1;
    float: none;
    display: block;
    margin-bottom: 3rem;
  }
  .footer-language:before,
  .footer-language:after {
    content: "";
    display: table;
  }
  .footer-language:after {
    clear: both;
  }
}
.footer-language .header__language {
  margin-right: 20px;
  margin-right: 2rem;
}
@media (max-width: 44.9375em) {
  .footer-language .header__language {
    display: block;
    float: left;
  }
}
.footer-language:before {
  content: '';
  position: absolute;
  top: 5px;
  top: 0.5rem;
  left: 0;
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Language_Globe.png') no-repeat;
  background-size: 1.6rem 1.6rem;
}
.footer-language .dropdown-toggle {
  color: #47525d;
}
.footer-language .dropdown-toggle:after {
  top: 11px;
  top: 1.1rem;
  border-top-color: #47525d;
  border-bottom-color: transparent;
}
.text {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.text--center {
  text-align: center;
}
.text--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  max-width: 48rem;
}
.my-activities-header,
.sub-nav,
.breadcrumbs {
  line-height: 22px;
  line-height: 2.2rem;
}
.my-activities-header ol,
.sub-nav ol,
.breadcrumbs ol,
.my-activities-header__list,
.sub-nav__list,
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-activities-header li,
.sub-nav li,
.breadcrumbs li,
.my-activities-header__item,
.sub-nav__item,
.breadcrumbs__item {
  display: inline-block;
  color: #7b8994;
}
.my-activities-header li:not(:last-child):after,
.sub-nav li:not(:last-child):after,
.breadcrumbs li:not(:last-child):after,
.my-activities-header__item:not(:last-child):after,
.sub-nav__item:not(:last-child):after,
.breadcrumbs__item:not(:last-child):after {
  content: "›";
  margin-left: 7px;
  margin-left: 0.7rem;
  margin-right: 7px;
  margin-right: 0.7rem;
  font-size: 1.5em;
  vertical-align: -2%;
  color: #8f9da8;
}
.my-activities-header li:first-child,
.sub-nav li:first-child,
.breadcrumbs li:first-child,
.my-activities-header__item:first-child,
.sub-nav__item:first-child,
.breadcrumbs__item:first-child {
  display: none;
}
.my-activities-header a,
.sub-nav a,
.breadcrumbs a,
.my-activities-header__link,
.sub-nav__link,
.breadcrumbs__link {
  color: #7b8994;
}
.my-activities-header a:hover,
.sub-nav a:hover,
.breadcrumbs a:hover,
.my-activities-header__link:hover,
.sub-nav__link:hover,
.breadcrumbs__link:hover {
  color: #007ee5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #47525d;
}
.h1--center,
.h2--center,
.h3--center,
.h4--center,
.h5--center,
.h6--center {
  text-align: center;
}
.h1 {
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
}
.h1--short {
  margin-bottom: 0;
}
.h1--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  .h1 {
    font-size: 2.8rem;
  }
}
.h2 {
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (min-width: 45em) {
  .h2 {
    font-size: 2rem;
  }
}
.h3 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.h4 {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
}
.p,
p,
.error-page a {
  margin: 0 0 17px;
  margin: 0 0 1.75rem;
}
a {
  color: #007ee5;
  text-decoration: none;
  -webkit-transition: color 350ms;
          transition: color 350ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
a:hover {
  color: #1e9cff;
  -webkit-transition: color 0ms;
          transition: color 0ms;
}
hr {
  margin: 0 0 30px;
  margin: 0 0 3rem;
  border: none;
  border-top: 1px solid #d4d8dc;
  border-top: 0.1rem solid #d4d8dc;
}
.list {
  padding: 0 0 0 17px;
  padding: 0 0 0 1.75rem;
  margin: 0 0 17px;
  margin: 0 0 1.75rem;
}
.list--checkmark {
  padding: 0 0 0 27px;
  padding: 0 0 0 2.7rem;
  list-style: none;
}
.list--checkmark .list__item {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.list--checkmark .list__item:before {
  content: '';
  position: absolute;
  top: 5px;
  top: 0.5rem;
  left: -27px;
  left: -2.7rem;
  width: 15px;
  width: 1.5rem;
  height: 15px;
  height: 1.5rem;
  background: url('//p6.zdassets.com/hc/theme_assets/760268/200121468//checkmark.png');
  background-size: 1.5rem;
}
pre {
  padding: 20px;
  padding: 2rem;
  margin: 0 0 17px;
  margin: 0 0 1.75rem;
  background: #f5fafe;
}
.form {
  zoom: 1;
  position: relative;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  padding-top: 30px;
  padding-top: 3rem;
}
.form:before,
.form:after {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form__item {
  box-sizing: border-box;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.form__item--half {
  padding-right: 15px;
  padding-right: 1.5rem;
  padding-left: 15px;
  padding-left: 1.5rem;
}
@media (min-width: 30em) {
  .form__item--half {
    float: left;
    width: 50%;
  }
}
.form__item--agreement {
  float: left;
  margin: 14px 20px 14px 0;
  margin: 1.4rem 2rem 1.4rem 0;
}
.form__row {
  margin: 0 -15px;
  margin: 0 -1.5rem;
}
.form__label {
  display: block;
  margin-bottom: 2px;
  margin-bottom: 0.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7b8994;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form__label--hidden {
  display: none;
}
.form__label--small {
  font-size: 11px;
  font-size: 1.1rem;
}
.form__button {
  margin-top: 20px;
  margin-top: 2rem;
}
.form__button--right {
  float: right;
}
.form__button--super {
  margin-top: 0;
}
.form--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  max-width: 48rem;
}
@media (min-width: 22.5em) {
  .form--inline {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .form--inline:last-child {
    margin-right: 0;
  }
}
@media (min-width: 30em) {
  .form--inline {
    display: inline-block;
    margin-right: 4.5rem;
  }
}
.form--short {
  margin: 0;
  padding: 0;
}
select[class*="form__"],
textarea[class*="form__"],
input[type="text"][class*="form__"],
input[type="password"][class*="form__"],
input[type="datetime"][class*="form__"],
input[type="datetime-local"][class*="form__"],
input[type="date"][class*="form__"],
input[type="month"][class*="form__"],
input[type="time"][class*="form__"],
input[type="week"][class*="form__"],
input[type="number"][class*="form__"],
input[type="email"][class*="form__"],
input[type="url"][class*="form__"],
input[type="search"][class*="form__"],
input[type="tel"][class*="form__"],
input[type="color"][class*="form__"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select[class*="form__"]:focus,
textarea[class*="form__"]:focus,
input[type="text"][class*="form__"]:focus,
input[type="password"][class*="form__"]:focus,
input[type="datetime"][class*="form__"]:focus,
input[type="datetime-local"][class*="form__"]:focus,
input[type="date"][class*="form__"]:focus,
input[type="month"][class*="form__"]:focus,
input[type="time"][class*="form__"]:focus,
input[type="week"][class*="form__"]:focus,
input[type="number"][class*="form__"]:focus,
input[type="email"][class*="form__"]:focus,
input[type="url"][class*="form__"]:focus,
input[type="search"][class*="form__"]:focus,
input[type="tel"][class*="form__"]:focus,
input[type="color"][class*="form__"]:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  select[class*="form__"],
  textarea[class*="form__"],
  input[type="text"][class*="form__"],
  input[type="password"][class*="form__"],
  input[type="datetime"][class*="form__"],
  input[type="datetime-local"][class*="form__"],
  input[type="date"][class*="form__"],
  input[type="month"][class*="form__"],
  input[type="time"][class*="form__"],
  input[type="week"][class*="form__"],
  input[type="number"][class*="form__"],
  input[type="email"][class*="form__"],
  input[type="url"][class*="form__"],
  input[type="search"][class*="form__"],
  input[type="tel"][class*="form__"],
  input[type="color"][class*="form__"] {
    padding: 0 1rem;
  }
}
.form--container select,
.form--container textarea,
.form--container input[type="text"],
.form--container input[type="password"],
.form--container input[type="datetime"],
.form--container input[type="datetime-local"],
.form--container input[type="date"],
.form--container input[type="month"],
.form--container input[type="time"],
.form--container input[type="week"],
.form--container input[type="number"],
.form--container input[type="email"],
.form--container input[type="url"],
.form--container input[type="search"],
.form--container input[type="tel"],
.form--container input[type="color"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form--container select:focus,
.form--container textarea:focus,
.form--container input[type="text"]:focus,
.form--container input[type="password"]:focus,
.form--container input[type="datetime"]:focus,
.form--container input[type="datetime-local"]:focus,
.form--container input[type="date"]:focus,
.form--container input[type="month"]:focus,
.form--container input[type="time"]:focus,
.form--container input[type="week"]:focus,
.form--container input[type="number"]:focus,
.form--container input[type="email"]:focus,
.form--container input[type="url"]:focus,
.form--container input[type="search"]:focus,
.form--container input[type="tel"]:focus,
.form--container input[type="color"]:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .form--container select,
  .form--container textarea,
  .form--container input[type="text"],
  .form--container input[type="password"],
  .form--container input[type="datetime"],
  .form--container input[type="datetime-local"],
  .form--container input[type="date"],
  .form--container input[type="month"],
  .form--container input[type="time"],
  .form--container input[type="week"],
  .form--container input[type="number"],
  .form--container input[type="email"],
  .form--container input[type="url"],
  .form--container input[type="search"],
  .form--container input[type="tel"],
  .form--container input[type="color"] {
    padding: 0 1rem;
  }
}
[class*="--hero"] select,
[class*="--hero"] textarea,
[class*="--hero"] input[type="text"],
[class*="--hero"] input[type="password"],
[class*="--hero"] input[type="datetime"],
[class*="--hero"] input[type="datetime-local"],
[class*="--hero"] input[type="date"],
[class*="--hero"] input[type="month"],
[class*="--hero"] input[type="time"],
[class*="--hero"] input[type="week"],
[class*="--hero"] input[type="number"],
[class*="--hero"] input[type="email"],
[class*="--hero"] input[type="url"],
[class*="--hero"] input[type="search"],
[class*="--hero"] input[type="tel"],
[class*="--hero"] input[type="color"] {
  text-align: center;
  border-color: #d6e0ea;
  font-size: 13px;
  font-size: 1.3rem;
}
.form--nosub input[type="submit"] {
  display: none;
}
select.form__dropdown {
  padding: 0 36px 0 17px;
  padding: 0 3.6rem 0 1.75rem;
  outline: none;
  background: #fff url('//p4.zdassets.com/hc/theme_assets/624937/200093395/select-arrow.png') no-repeat right center;
  background-size: 2.2rem 0.4rem;
  -webkit-transition: border 350ms;
          transition: border 350ms;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select.form__dropdown::-ms-expand {
  display: none;
}
select.form__dropdown:hover {
  -webkit-transition: border 175ms;
          transition: border 175ms;
  border-color: #aaa;
}
select.form__dropdown--light {
  height: 40px;
  height: 4rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-color: #ebeced;
}
select.form__dropdown--placeholder {
  color: #7b8994;
}
textarea[class*="form__"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea[class*="form__"]:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  textarea[class*="form__"] {
    padding: 0 1rem;
  }
}
.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form select:focus,
.form textarea:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="color"]:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .form select,
  .form textarea,
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="datetime"],
  .form input[type="datetime-local"],
  .form input[type="date"],
  .form input[type="month"],
  .form input[type="time"],
  .form input[type="week"],
  .form input[type="number"],
  .form input[type="email"],
  .form input[type="url"],
  .form input[type="search"],
  .form input[type="tel"],
  .form input[type="color"] {
    padding: 0 1rem;
  }
}
.form select:not([class*="form__"]),
.form textarea:not([class*="form__"]),
.form input[type="text"]:not([class*="form__"]),
.form input[type="password"]:not([class*="form__"]),
.form input[type="datetime"]:not([class*="form__"]),
.form input[type="datetime-local"]:not([class*="form__"]),
.form input[type="date"]:not([class*="form__"]),
.form input[type="month"]:not([class*="form__"]),
.form input[type="time"]:not([class*="form__"]),
.form input[type="week"]:not([class*="form__"]),
.form input[type="number"]:not([class*="form__"]),
.form input[type="email"]:not([class*="form__"]),
.form input[type="url"]:not([class*="form__"]),
.form input[type="search"]:not([class*="form__"]),
.form input[type="tel"]:not([class*="form__"]),
.form input[type="color"]:not([class*="form__"]) {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.form label:not([class*="form__"]) {
  display: block;
  margin-bottom: 2px;
  margin-bottom: 0.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7b8994;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form select {
  padding: 0 36px 0 17px;
  padding: 0 3.6rem 0 1.75rem;
  outline: none;
  background: #fff url('//p4.zdassets.com/hc/theme_assets/624937/200093395/select-arrow.png') no-repeat right center;
  background-size: 2.2rem 0.4rem;
  -webkit-transition: border 350ms;
          transition: border 350ms;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block !important;
}
.form select::-ms-expand {
  display: none;
}
.form select:hover {
  -webkit-transition: border 175ms;
          transition: border 175ms;
  border-color: #aaa;
}
.form select--light {
  height: 40px;
  height: 4rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-color: #ebeced;
}
.form select--placeholder {
  color: #7b8994;
}
.form textarea {
  height: auto;
  min-height: 85px;
  min-height: 8.5rem;
}
.form footer {
  padding-top: 20px;
  padding-top: 2rem;
  text-align: right;
}
.form footer input[type="submit"] {
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  margin: 5px 0;
  margin: 0.5rem 0;
  padding: 0 30px;
  padding: 0 3rem;
  height: 42px;
  height: 4.2rem;
  min-width: 140px;
  min-width: 14rem;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: 0px;
  letter-spacing: 0.02rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0 solid #0083e3;
  border-radius: 0.3rem;
  background-color: #0083e3;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: color 500ms, border 500ms, background 500ms;
          transition: color 500ms, border 500ms, background 500ms;
}
.form footer input[type="submit"]--fill {
  padding: 0;
  width: 100%;
}
.form footer input[type="submit"]--large {
  height: 55px;
  height: 5.5125rem;
  line-height: 55px;
  line-height: 5.5125rem;
  font-weight: 700;
}
.form footer input[type="submit"]--outline {
  line-height: 40px;
  line-height: 4rem;
  color: #0083e3;
  border-width: 1px;
  border-width: 0.1rem;
  background-color: transparent;
}
.form footer input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background: #0f92f2;
  -webkit-transition: color 0ms, border 0ms, background 0ms;
          transition: color 0ms, border 0ms, background 0ms;
}
.form footer input[type="submit"]:active,
.form footer input[type="submit"]:focus {
  background: #199cfc;
  outline: none;
}
.form footer input[type="submit"].disabled,
.form footer input[type="submit"]:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.form [role="application"] {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.page-header + .form {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  max-width: 48rem;
}
.nesty-input {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  padding: 0 36px 0 17px;
  padding: 0 3.6rem 0 1.75rem;
  outline: none;
  background: #fff url('//p4.zdassets.com/hc/theme_assets/624937/200093395/select-arrow.png') no-repeat right center;
  background-size: 2.2rem 0.4rem;
  -webkit-transition: border 350ms;
          transition: border 350ms;
  -moz-appearance: none;
  -webkit-appearance: none;
  max-width: none;
}
.nesty-input:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .nesty-input {
    padding: 0 1rem;
  }
}
.nesty-input::-ms-expand {
  display: none;
}
.nesty-input:hover {
  -webkit-transition: border 175ms;
          transition: border 175ms;
  border-color: #aaa;
}
.nesty-input--light {
  height: 40px;
  height: 4rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-color: #ebeced;
}
.nesty-input--placeholder {
  color: #7b8994;
}
.nesty-input:after {
  display: none;
}
form.comment-form,
form.answer-form {
  position: relative;
  max-width: 643px;
  max-width: 64.3rem;
}
form.comment-form .comment-avatar,
form.answer-form .comment-avatar,
form.comment-form .answer-avatar,
form.answer-form .answer-avatar {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
form.comment-form .comment-avatar img,
form.answer-form .comment-avatar img,
form.comment-form .answer-avatar img,
form.answer-form .answer-avatar img {
  overflow: hidden;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  border-radius: 50%;
}
form.comment-form .comment-avatar + .comment-author,
form.answer-form .comment-avatar + .comment-author,
form.comment-form .answer-avatar + .comment-author,
form.answer-form .answer-avatar + .comment-author,
form.comment-form .comment-avatar + .answer-author,
form.answer-form .comment-avatar + .answer-author,
form.comment-form .answer-avatar + .answer-author,
form.answer-form .answer-avatar + .answer-author {
  position: absolute;
  top: 5px;
  top: 0.5rem;
  left: 50px;
  left: 5rem;
  font-weight: bold;
}
form.comment-form .comment-container,
form.answer-form .comment-container,
form.comment-form .answer-body,
form.answer-form .answer-body {
  padding-left: 50px;
  padding-left: 5rem;
}
form.comment-form .comment-container textarea,
form.answer-form .comment-container textarea,
form.comment-form .answer-body textarea,
form.answer-form .answer-body textarea {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: auto;
  min-height: 85px;
  min-height: 8.5rem;
  padding: 10px 15px !important;
  padding: 1rem 1.5rem !important;
  line-height: 1.75 !important;
}
form.comment-form .comment-container textarea:focus,
form.answer-form .comment-container textarea:focus,
form.comment-form .answer-body textarea:focus,
form.answer-form .answer-body textarea:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  form.comment-form .comment-container textarea,
  form.answer-form .comment-container textarea,
  form.comment-form .answer-body textarea,
  form.answer-form .answer-body textarea {
    padding: 0 1rem;
  }
}
form.comment-form .comment-container input[type="submit"],
form.answer-form .comment-container input[type="submit"],
form.comment-form .answer-body input[type="submit"],
form.answer-form .answer-body input[type="submit"] {
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  margin: 5px 0;
  margin: 0.5rem 0;
  padding: 0 30px;
  padding: 0 3rem;
  height: 32px;
  height: 3.2rem;
  min-width: 140px;
  min-width: 14rem;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0px;
  letter-spacing: 0.02rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0 solid #0083e3;
  border-radius: 0.3rem;
  background-color: #0083e3;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: color 500ms, border 500ms, background 500ms;
          transition: color 500ms, border 500ms, background 500ms;
  float: right;
  min-width: 50px;
  min-width: 5rem;
  padding: 0 20px;
  padding: 0 2rem;
}
form.comment-form .comment-container input[type="submit"]--fill,
form.answer-form .comment-container input[type="submit"]--fill,
form.comment-form .answer-body input[type="submit"]--fill,
form.answer-form .answer-body input[type="submit"]--fill {
  padding: 0;
  width: 100%;
}
form.comment-form .comment-container input[type="submit"]--large,
form.answer-form .comment-container input[type="submit"]--large,
form.comment-form .answer-body input[type="submit"]--large,
form.answer-form .answer-body input[type="submit"]--large {
  height: 42px;
  height: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-weight: 700;
}
form.comment-form .comment-container input[type="submit"]--outline,
form.answer-form .comment-container input[type="submit"]--outline,
form.comment-form .answer-body input[type="submit"]--outline,
form.answer-form .answer-body input[type="submit"]--outline {
  line-height: 30px;
  line-height: 3rem;
  color: #0083e3;
  border-width: 1px;
  border-width: 0.1rem;
  background-color: transparent;
}
form.comment-form .comment-container input[type="submit"]:hover,
form.answer-form .comment-container input[type="submit"]:hover,
form.comment-form .answer-body input[type="submit"]:hover,
form.answer-form .answer-body input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background: #0f92f2;
  -webkit-transition: color 0ms, border 0ms, background 0ms;
          transition: color 0ms, border 0ms, background 0ms;
}
form.comment-form .comment-container input[type="submit"]:active,
form.answer-form .comment-container input[type="submit"]:active,
form.comment-form .answer-body input[type="submit"]:active,
form.answer-form .answer-body input[type="submit"]:active,
form.comment-form .comment-container input[type="submit"]:focus,
form.answer-form .comment-container input[type="submit"]:focus,
form.comment-form .answer-body input[type="submit"]:focus,
form.answer-form .answer-body input[type="submit"]:focus {
  background: #199cfc;
  outline: none;
}
form.comment-form .comment-container input[type="submit"].disabled,
form.answer-form .comment-container input[type="submit"].disabled,
form.comment-form .answer-body input[type="submit"].disabled,
form.answer-form .answer-body input[type="submit"].disabled,
form.comment-form .comment-container input[type="submit"]:disabled,
form.answer-form .comment-container input[type="submit"]:disabled,
form.comment-form .answer-body input[type="submit"]:disabled,
form.answer-form .answer-body input[type="submit"]:disabled {
  pointer-events: none;
  opacity: 0.5;
}
form.comment-form .comment-container input[type="submit"]--fill,
form.answer-form .comment-container input[type="submit"]--fill,
form.comment-form .answer-body input[type="submit"]--fill,
form.answer-form .answer-body input[type="submit"]--fill {
  padding: 0;
  width: 100%;
}
form.comment-form .comment-container input[type="submit"]--large,
form.answer-form .comment-container input[type="submit"]--large,
form.comment-form .answer-body input[type="submit"]--large,
form.answer-form .answer-body input[type="submit"]--large {
  height: 42px;
  height: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-weight: 700;
}
form.comment-form .comment-container input[type="submit"]--outline,
form.answer-form .comment-container input[type="submit"]--outline,
form.comment-form .answer-body input[type="submit"]--outline,
form.answer-form .answer-body input[type="submit"]--outline {
  line-height: 30px;
  line-height: 3rem;
  color: #0083e3;
  border-width: 1px;
  border-width: 0.1rem;
  background-color: transparent;
}
form.comment-form .comment-container input[type="submit"]:hover,
form.answer-form .comment-container input[type="submit"]:hover,
form.comment-form .answer-body input[type="submit"]:hover,
form.answer-form .answer-body input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background: #0f92f2;
  -webkit-transition: color 0ms, border 0ms, background 0ms;
          transition: color 0ms, border 0ms, background 0ms;
}
form.comment-form .comment-container input[type="submit"]:active,
form.answer-form .comment-container input[type="submit"]:active,
form.comment-form .answer-body input[type="submit"]:active,
form.answer-form .answer-body input[type="submit"]:active,
form.comment-form .comment-container input[type="submit"]:focus,
form.answer-form .comment-container input[type="submit"]:focus,
form.comment-form .answer-body input[type="submit"]:focus,
form.answer-form .answer-body input[type="submit"]:focus {
  background: #199cfc;
  outline: none;
}
form.comment-form .comment-container input[type="submit"].disabled,
form.answer-form .comment-container input[type="submit"].disabled,
form.comment-form .answer-body input[type="submit"].disabled,
form.answer-form .answer-body input[type="submit"].disabled,
form.comment-form .comment-container input[type="submit"]:disabled,
form.answer-form .comment-container input[type="submit"]:disabled,
form.comment-form .answer-body input[type="submit"]:disabled,
form.answer-form .answer-body input[type="submit"]:disabled {
  pointer-events: none;
  opacity: 0.5;
}
[class*="nesty-"] {
  display: none;
}
.button {
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  margin: 5px 0;
  margin: 0.5rem 0;
  padding: 0 30px;
  padding: 0 3rem;
  height: 32px;
  height: 3.2rem;
  min-width: 140px;
  min-width: 14rem;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0px;
  letter-spacing: 0.02rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0 solid #0083e3;
  border-radius: 0.3rem;
  background-color: #0083e3;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: color 500ms, border 500ms, background 500ms;
          transition: color 500ms, border 500ms, background 500ms;
}
.button--fill {
  padding: 0;
  width: 100%;
}
.button--large {
  height: 42px;
  height: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-weight: 700;
}
.button--outline {
  line-height: 30px;
  line-height: 3rem;
  color: #0083e3;
  border-width: 1px;
  border-width: 0.1rem;
  background-color: transparent;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background: #0f92f2;
  -webkit-transition: color 0ms, border 0ms, background 0ms;
          transition: color 0ms, border 0ms, background 0ms;
}
.button:active,
.button:focus {
  background: #199cfc;
  outline: none;
}
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.thread__title {
  color: #47525d;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
}
.thread__title--center {
  text-align: center;
}
.thread__title--short {
  margin-bottom: 0;
}
.thread__title--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  .thread__title {
    font-size: 2.8rem;
  }
}
.post {
  position: relative;
  max-width: 643px;
  max-width: 64.3rem;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.post .post-vote {
  display: none;
}
.post .post-container {
  position: relative;
}
.post .post-header {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.post .post-header h1 {
  color: #47525d;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
}
.post .post-header h1--center {
  text-align: center;
}
.post .post-header h1--short {
  margin-bottom: 0;
}
.post .post-header h1--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  .post .post-header h1 {
    font-size: 2.8rem;
  }
}
.post .post-header .post-to-community {
  display: none;
}
.post .post-info {
  padding-left: 50px;
  padding-left: 5rem;
}
.post .post-info .post-avatar {
  position: absolute;
  left: 0;
  margin-top: -5px;
  margin-top: -0.5rem;
}
.post .post-info .post-avatar img {
  overflow: hidden;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  border-radius: 50%;
}
.post .post-info .post-meta p {
  font-size: 11px;
  font-size: 1.1rem;
  color: #f88e74;
}
.post .post-info .post-meta p a {
  color: #f88e74;
}
.post .post-info .post-meta p a:hover {
  color: #47525d;
}
.post .post-info .post-author a {
  color: #47525d;
}
.post .post-info .post-author:after {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.8rem;
  padding: 0 5px;
  padding: 0 0.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: 5%;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  border-radius: 0.3rem;
  border: 1px solid #d4d8dc;
  border: 0.1rem solid #d4d8dc;
}
.post .post-info .post-author.dropboxer:after {
  content: 'dropboxer';
  color: #007ee5;
}
.post .post-info .post-author.superuser:after {
  content: 'super user';
  color: #f88e74;
}
.post .post-info .post-published {
  float: right;
  color: #7b8994;
}
.post .post-status {
  display: none;
}
.post .post-follow {
  display: none;
}
.post .post-body {
  padding-left: 50px;
  padding-left: 5rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.post .post-body p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.post .post-share {
  display: none;
}
.post .post-stats {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #7b8994;
}
.post .post-stats .vote-sum {
  margin-right: 15px;
  margin-right: 1.5rem;
}
.post .post-stats .vote-sum:after {
  content: ' votes';
}
[lang="de"] .post .post-stats .vote-sum:after {
  content: ' Stimmen';
}
[lang="fr"] .post .post-stats .vote-sum:after {
  content: ' Votes';
}
[lang="pt"] .post .post-stats .vote-sum:after {
  content: ' Votos';
}
[lang="es"] .post .post-stats .vote-sum:after {
  content: ' Votos';
}
.post .post-stats .comment-count {
  display: inline-block;
}
.post .post-footer {
  zoom: 1;
  padding-left: 50px;
  padding-left: 5rem;
}
.post .post-footer:before,
.post .post-footer:after {
  content: "";
  display: table;
}
.post .post-footer:after {
  clear: both;
}
.post .post-footer .post-follow {
  display: block;
  float: left;
}
.post .post-footer .post-follow a:before {
  content: '';
  display: inline-block;
  height: 12px;
  height: 1.2rem;
  width: 12px;
  width: 1.2rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Thread-Follow.svg') no-repeat;
  background-size: 1.2rem;
  vertical-align: -5%;
}
.post .post-footer .post-vote {
  display: block;
  float: left;
  margin-right: 15px;
  margin-right: 1.5rem;
}
.post .post-footer .post-vote .vote-up:before {
  content: '';
  display: inline-block;
  height: 12px;
  height: 1.2rem;
  width: 12px;
  width: 1.2rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Thread-Upvote.svg') no-repeat;
  background-size: 1.2rem;
  vertical-align: -5%;
}
.post .post-footer .post-vote .vote-up:after {
  content: 'Upvote';
}
[lang="de"] .post .post-footer .post-vote .vote-up:after {
  content: 'Stimme vergeben';
}
[lang="fr"] .post .post-footer .post-vote .vote-up:after {
  content: 'Voter';
}
[lang="pt"] .post .post-footer .post-vote .vote-up:after {
  content: 'Votar';
}
[lang="es"] .post .post-footer .post-vote .vote-up:after {
  content: 'Votar';
}
.post .post-footer .post-vote .vote-up.vote-voted:after {
  content: 'Upvoted';
}
[lang="de"] .post .post-footer .post-vote .vote-up.vote-voted:after {
  content: 'Stimmen';
}
[lang="fr"] .post .post-footer .post-vote .vote-up.vote-voted:after {
  content: 'A voté';
}
[lang="pt"] .post .post-footer .post-vote .vote-up.vote-voted:after {
  content: 'Votado';
}
[lang="es"] .post .post-footer .post-vote .vote-up.vote-voted:after {
  content: 'Votado';
}
.post .post-footer .post-vote .vote-sum {
  display: none;
}
.comment-heading {
  display: none;
}
ul.comment-list {
  max-width: 643px;
  max-width: 64.3rem;
  list-style: none;
  padding: 35px 0 0;
  padding: 3.5rem 0 0;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  border-top: 1px solid #d4d8dc;
  border-top: 0.1rem solid #d4d8dc;
}
ul.comment-list li.comment {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ebeced;
  border-bottom: 0.1rem solid #ebeced;
}
ul.comment-list li.comment:last-child {
  border-bottom: 1px solid #d4d8dc;
  border-bottom: 0.1rem solid #d4d8dc;
}
ul.comment-list .comment-avatar {
  position: absolute;
  top: -3px;
  top: -0.3rem;
}
ul.comment-list .comment-avatar img {
  overflow: hidden;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  border-radius: 50%;
}
ul.comment-list .comment-avatar-agent + .comment-container .comment-author:after {
  content: 'dropboxer';
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.8rem;
  padding: 0 5px;
  padding: 0 0.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  color: #007ee5;
  vertical-align: 5%;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  border-radius: 0.3rem;
  border: 1px solid #d4d8dc;
  border: 0.1rem solid #d4d8dc;
}
ul.comment-list .comment-avatar-agent.moderator + .comment-container .comment-author:after {
  content: 'super user';
  color: #f88e74;
}
ul.comment-list .comment-container {
  padding-left: 50px;
  padding-left: 5rem;
}
ul.comment-list .comment-header {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
ul.comment-list .comment-header a {
  color: #47525d;
}
ul.comment-list .comment-header p {
  font-size: 11px;
  font-size: 1.1rem;
  color: #f88e74;
}
ul.comment-list .comment-header p a {
  color: #f88e74;
}
ul.comment-list .comment-header p a:hover {
  color: #47525d;
}
ul.comment-list .comment-author a {
  color: #47525d;
}
ul.comment-list .comment-official {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.8rem;
  padding: 0 5px;
  padding: 0 0.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  color: #007ee5;
  vertical-align: 5%;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  border-radius: 0.3rem;
  border: 1px solid #d4d8dc;
  border: 0.1rem solid #d4d8dc;
}
ul.comment-list .comment-published {
  float: right;
  color: #7b8994;
}
ul.comment-list .comment-body p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
ul.comment-list .comment-actions {
  position: absolute;
  padding: 0;
  bottom: 30px;
  bottom: 3rem;
  right: 0;
}
ul.comment-list .comment-actions .dropdown-toggle {
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/cog.svg') no-repeat;
  background-size: 1.2rem;
}
ul.comment-list .comment-actions .dropdown-toggle:after {
  top: 5px;
  top: 0.5rem;
}
ul.comment-list .comment-actions .dropdown-menu {
  left: auto;
}
ul.comment-list .comment-vote {
  display: none;
  padding-left: 50px;
  padding-left: 5rem;
}
ul.comment-list .comment-container + .comment-vote {
  display: block;
}
ul.comment-list .comment-container + .comment-vote .vote-sum {
  float: left;
  margin-right: 15px;
  margin-right: 1.5rem;
  color: #7b8994;
}
ul.comment-list .comment-container + .comment-vote .vote-sum:after {
  content: ' votes';
}
[lang="de"] ul.comment-list .comment-container + .comment-vote .vote-sum:after {
  content: ' Stimmen';
}
[lang="fr"] ul.comment-list .comment-container + .comment-vote .vote-sum:after {
  content: ' Vote(s)';
}
[lang="pt"] ul.comment-list .comment-container + .comment-vote .vote-sum:after {
  content: ' Voto(s)';
}
[lang="es"] ul.comment-list .comment-container + .comment-vote .vote-sum:after {
  content: ' Voto(s)';
}
ul.comment-list .comment-container + .comment-vote .vote-up:before {
  content: '';
  display: inline-block;
  height: 12px;
  height: 1.2rem;
  width: 12px;
  width: 1.2rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Thread-Upvote.svg') no-repeat;
  background-size: 1.2rem;
  vertical-align: -5%;
}
ul.comment-list .comment-container + .comment-vote .vote-up:after {
  content: 'Upvote';
}
[lang="de"] ul.comment-list .comment-container + .comment-vote .vote-up:after {
  content: 'Stimme vergeben';
}
[lang="fr"] ul.comment-list .comment-container + .comment-vote .vote-up:after {
  content: 'Voter';
}
[lang="pt"] ul.comment-list .comment-container + .comment-vote .vote-up:after {
  content: 'Votar';
}
[lang="es"] ul.comment-list .comment-container + .comment-vote .vote-up:after {
  content: 'Votar';
}
ul.comment-list .comment-container + .comment-vote .vote-up.vote-voted:after {
  content: 'Upvoted';
}
[lang="de"] ul.comment-list .comment-container + .comment-vote .vote-up.vote-voted:after {
  content: 'Stimmen';
}
[lang="fr"] ul.comment-list .comment-container + .comment-vote .vote-up.vote-voted:after {
  content: 'A voté';
}
[lang="pt"] ul.comment-list .comment-container + .comment-vote .vote-up.vote-voted:after {
  content: 'Votado';
}
[lang="es"] ul.comment-list .comment-container + .comment-vote .vote-up.vote-voted:after {
  content: 'Votado';
}
ul.comment-list + .pagination {
  max-width: 643px;
  max-width: 64.3rem;
}
.comment-sorter {
  display: inline-block;
  position: relative;
  max-width: 643px;
  max-width: 64.3rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  color: #7b8994;
  font-weight: 600;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.comment-sorter a {
  display: none;
  color: #7b8994;
  text-transform: lowercase;
}
.comment-sorter [aria-selected="false"] {
  display: inline-block;
}
.comment-sorter [aria-selected="false"]:before {
  content: 'Sort by ';
}
[lang="de"] .comment-sorter [aria-selected="false"]:before {
  content: 'Sortieren nach ';
}
[lang="fr"] .comment-sorter [aria-selected="false"]:before {
  content: 'Trier par ';
}
[lang="pt"] .comment-sorter [aria-selected="false"]:before {
  content: 'Ordenar por ';
}
[lang="es"] .comment-sorter [aria-selected="false"]:before {
  content: 'Ordenar por ';
}
[lang="de"] .comment-sorter [aria-selected="false"] {
  text-transform: capitalize;
}
.question-header {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.question-header h3 {
  display: none;
}
.question-header .question-meta {
  display: none;
}
.main-column > .question {
  overflow: hidden;
  position: relative;
  max-width: 643px;
  max-width: 64.3rem;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.main-column > .question .question-topic-list {
  display: none;
}
.main-column > .question .question-title {
  color: #47525d;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.main-column > .question .question-title--center {
  text-align: center;
}
.main-column > .question .question-title--short {
  margin-bottom: 0;
}
.main-column > .question .question-title--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  .main-column > .question .question-title {
    font-size: 2.8rem;
  }
}
.main-column > .question .question-avatar {
  position: absolute;
  left: 0;
  margin-top: -5px;
  margin-top: -0.5rem;
}
.main-column > .question .question-avatar img {
  overflow: hidden;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  border-radius: 50%;
}
.main-column > .question .question-body {
  overflow: hidden;
  padding-top: 40px;
  padding-top: 4rem;
}
.main-column > .question .question-meta {
  position: absolute;
  top: 110px;
  top: 11rem;
  left: 0;
  right: 0;
  padding-left: 50px;
  padding-left: 5rem;
}
.main-column > .question .question-meta .question-author {
  font-weight: bold;
}
.main-column > .question .question-meta .question-author a {
  color: #47525d;
}
.main-column > .question .question-meta .question-published {
  float: right;
  color: #7b8994;
}
.main-column > .question .question-meta p {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
}
.main-column > .question .question-text {
  padding-left: 50px;
  padding-left: 5rem;
}
.main-column > .question .question-share {
  display: none;
}
.main-column > .question .vote-sum {
  position: absolute;
  bottom: 0;
  left: 50px;
  left: 5rem;
  color: #7b8994;
}
.main-column > .question .vote-sum:after {
  content: 'votes';
}
.main-column > .question .vote {
  color: #7b8994;
}
.main-column > .question .vote .vote-sum {
  position: absolute;
  top: 55px;
  top: 5.5rem;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
}
.main-column > .question .vote .vote-sum:after {
  content: 'votes';
}
.main-column > .question .vote .vote-controls {
  position: absolute;
  bottom: 0;
  left: 50px;
  left: 5rem;
}
.main-column > .question .vote .vote-controls .vote-up:before {
  content: '';
  display: inline-block;
  height: 12px;
  height: 1.2rem;
  width: 12px;
  width: 1.2rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Thread-Upvote.svg') no-repeat;
  background-size: 1.2rem;
  vertical-align: -5%;
}
.main-column > .question .vote .vote-controls .vote-up:after {
  content: 'Upvote';
}
.main-column > .question .question-controls {
  float: right;
}
.main-column > .question .question-controls a {
  padding-right: 10px;
  padding-right: 1rem;
}
.main-column > .question .post-footer {
  zoom: 1;
  padding-left: 50px;
  padding-left: 5rem;
}
.main-column > .question .post-footer:before,
.main-column > .question .post-footer:after {
  content: "";
  display: table;
}
.main-column > .question .post-footer:after {
  clear: both;
}
.main-column > .question .post-footer .post-follow {
  display: block;
  float: left;
}
.main-column > .question .post-footer .post-follow:before {
  content: '';
  display: inline-block;
  height: 12px;
  height: 1.2rem;
  width: 12px;
  width: 1.2rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Thread-Follow.svg') no-repeat;
  background-size: 1.2rem;
  vertical-align: -5%;
}
.main-column > .question .post-footer .post-vote {
  display: block;
  float: left;
  margin-right: 15px;
  margin-right: 1.5rem;
}
.main-column > .question .post-footer .post-vote .vote-up:before {
  content: '';
  display: inline-block;
  height: 12px;
  height: 1.2rem;
  width: 12px;
  width: 1.2rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Thread-Upvote.svg') no-repeat;
  background-size: 1.2rem;
  vertical-align: -5%;
}
.main-column > .question .post-footer .post-vote .vote-up:after {
  content: 'Upvote';
}
.answer-list-heading {
  display: none;
}
.answers {
  max-width: 643px;
  max-width: 64.3rem;
  list-style: none;
  padding: 35px 0 0;
  padding: 3.5rem 0 0;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  border-top: 1px solid #d4d8dc;
  border-top: 0.1rem solid #d4d8dc;
}
.answers > .answer {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ebeced;
  border-bottom: 0.1rem solid #ebeced;
}
.answers > .answer:last-child {
  border-bottom: 1px solid #d4d8dc;
  border-bottom: 0.1rem solid #d4d8dc;
}
.answers .answer-meta {
  position: absolute;
  top: 0;
  left: 50px;
  left: 5rem;
  right: 0;
}
.answers .answer-meta p {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
}
.answers .answer-avatar-agent {
  position: absolute;
  top: -3px;
  top: -0.3rem;
}
.answers .answer-avatar-agent img {
  overflow: hidden;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  border-radius: 50%;
}
.answers .answer-avatar-agent-agent + .comment-container .comment-author:after {
  content: 'super user';
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.8rem;
  padding: 0 5px;
  padding: 0 0.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  color: #7edd94;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  border-radius: 0.3rem;
  border: 1px solid #d4d8dc;
  border: 0.1rem solid #d4d8dc;
}
.answers .answer-author {
  font-weight: bold;
}
.answers .answer-author a {
  color: #47525d;
}
.answers .answer-published {
  float: right;
  color: #7b8994;
}
.answers .answer-share {
  display: none;
}
.answers .answer-body {
  overflow: hidden;
  padding-top: 20px;
  padding-top: 2rem;
  padding-left: 50px;
  padding-left: 5rem;
}
.answers .vote {
  position: absolute;
  bottom: 30px;
  bottom: 3rem;
  left: 50px;
  left: 5rem;
  color: #7b8994;
}
.answers .vote .vote-sum {
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
}
.answers .vote .vote-sum:after {
  content: 'votes';
}
.answers .vote .vote-controls {
  display: inline-block;
}
.answers .vote .vote-controls .vote-up:before {
  content: '';
  display: inline-block;
  height: 12px;
  height: 1.2rem;
  width: 12px;
  width: 1.2rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Thread-Upvote.svg') no-repeat;
  background-size: 1.2rem;
  vertical-align: -5%;
}
.answers .vote .vote-controls .vote-up:after {
  content: 'Upvote';
}
.answers .answer-accept {
  display: none;
  position: absolute;
  bottom: 30px;
  bottom: 3rem;
  right: 0;
}
.answers .answer-controls {
  float: right;
}
.answers .answer-controls a {
  margin-left: 10px;
  margin-left: 1rem;
}
.related__title {
  color: #47525d;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.related__title--center {
  text-align: center;
}
.related__list {
  padding: 0;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  list-style: none;
}
.related__item {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}
.recent-articlesm h3,
.related-articles h3 {
  color: #47525d;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.recent-articlesm h3--center,
.related-articles h3--center {
  text-align: center;
}
.recent-articlesm ul,
.related-articles ul {
  padding: 0;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  list-style: none;
}
.recent-articlesm li,
.related-articles li {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}
.perks-list {
  *zoom: 1;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
  margin-top: 45px;
  margin-top: 4.5rem;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
}
.perks-list:before,
.perks-list:after {
  content: " ";
  display: table;
}
.perks-list:after {
  clear: both;
}
.perks-list__column {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
}
@media (min-width: 37.5em) {
  .perks-list__column {
    width: 50%;
  }
}
.perks-list__item {
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
}
.perks-list__title {
  font-weight: bold;
}
.perks-list__text {
  margin: 0;
}
.qualities-list {
  *zoom: 1;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
  margin-top: 45px;
  margin-top: 4.5rem;
}
.qualities-list:before,
.qualities-list:after {
  content: " ";
  display: table;
}
.qualities-list:after {
  clear: both;
}
.qualities-list__item {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
  text-align: center;
}
@media (min-width: 37.5em) {
  .qualities-list__item {
    width: 33.33333333%;
  }
}
.qualities-list__image {
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
}
.qualities-list__title {
  font-size: 16px;
  font-size: 1.6rem;
}
.qualities-list__text {
  margin: 0 auto 17px;
  margin: 0 auto 1.75rem;
  max-width: 250px;
  max-width: 25rem;
}
.categories-list {
  *zoom: 1;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
  position: relative;
  margin-top: 5px;
  margin-top: 0.5rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list__item {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 700ms 350ms;
          transition: opacity 700ms 350ms;
}
@media (min-width: 30em) {
  .categories-list__item {
    width: 50%;
  }
}
@media (min-width: 45em) {
  .categories-list__item {
    width: 33.33333333%;
  }
}
@media (max-width: 44.9375em) {
  .categories-list__item:nth-child(3n) {
    width: 100%;
  }
}
.categories-list__item--visible {
  opacity: 1;
  pointer-events: auto;
}
.categories-list__link {
  color: #47525d;
}
.categories-list__link .categories-list__title {
  color: #007ee5;
}
.categories-list__link:hover {
  color: #47525d;
}
.categories-list__link:hover .categories-list__title {
  color: #1e9cff;
}
.categories-list__image {
  margin-bottom: 0;
}
.categories-list__title {
  font-size: 16px;
  font-size: 1.6rem;
}
.categories-list__text {
  margin: 0;
  color: #7b8994;
}
.categories-list__text .meta-group span:not(:last-child):after {
  content: ' • ';
  font-size: 9px;
  font-size: 0.9rem;
  margin: 0 1px 0 2px;
  margin: 0 0.1rem 0 0.2rem;
}
.categories-list .loader-spinner {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: opacity 350ms;
          transition: opacity 350ms;
}
.categories-list--loaded .loader-spinner {
  opacity: 0;
}
div.search {
  position: relative;
}
div.search > * {
  opacity: 0;
  -webkit-transition: opacity 700ms 350ms;
          transition: opacity 700ms 350ms;
}
div.search .loader-spinner {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: opacity 350ms;
          transition: opacity 350ms;
}
div.search--visible > * {
  opacity: 1;
}
div.search--visible .loader-spinner {
  opacity: 0;
}
.search {
  margin-bottom: 75px;
  margin-bottom: 7.5rem;
}
.search__query {
  color: #47525d;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.search__query--center {
  text-align: center;
}
.search__query--short {
  margin-bottom: 0;
}
.search__query--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  .search__query {
    font-size: 2.8rem;
  }
}
@media (min-width: 37.5em) {
  .search__query {
    margin-bottom: 1rem;
  }
}
.search__row {
  *zoom: 1;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
}
.search__row:before,
.search__row:after {
  content: " ";
  display: table;
}
.search__row:after {
  clear: both;
}
.search__count {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  color: #7b8994;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 44px;
  line-height: 4.4rem;
}
@media (min-width: 37.5em) {
  .search__count {
    width: 50%;
  }
}
.search__box {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
}
@media (min-width: 37.5em) {
  .search__box {
    width: 50%;
  }
}
.search__box .search {
  margin: 0;
}
.search__field {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.search__field:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .search__field {
    padding: 0 1rem;
  }
}
.search-results-column:not(:last-child) {
  display: none;
}
.search-results-subheading {
  display: none;
}
.search-results-list {
  position: relative;
  padding: 0;
  margin: 60px 0 25px;
  margin: 6rem 0 2.5rem;
  list-style: none;
  border-top: 1px solid #d4d8dc;
  border-top: 0.1rem solid #d4d8dc;
}
.search-results-list:before {
  content: 'Post';
  position: absolute;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
  top: -25px;
  top: -2.5rem;
}
.search-results-list .search-result {
  position: relative;
  padding: 20px 0;
  padding: 2rem 0;
  border-bottom: 1px solid #ebeced;
  border-bottom: 0.1rem solid #ebeced;
}
.search-results-list .search-result-link,
.search-results-list .search-result-description {
  width: 100%;
}
@media (min-width: 37.5em) {
  .search-results-list .search-result-link,
  .search-results-list .search-result-description {
    width: 55%;
  }
}
@media (min-width: 48em) {
  .search-results-list .search-result-link,
  .search-results-list .search-result-description {
    width: 70%;
  }
}
.search-results-list .search-result-link {
  display: block;
  color: #47525d;
  font-weight: 600;
}
.search-results-list .search-result-link:hover {
  color: #007ee5;
}
.search-results-list .search-result-description {
  color: #7b8994;
}
.search-results-list .search-result-description p {
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 37.4375em) {
  .search-results-list .search-result-description p {
    margin-bottom: 1rem;
  }
}
.search-results-list .search-result-meta p {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #7b8994;
}
.search-results-list .search-result-meta-name {
  display: none;
}
@media (min-width: 37.5em) {
  .search-results-list .search-result-meta-time,
  .search-results-list .search-result-meta-count {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 2.2rem;
  }
}
@media (min-width: 48em) {
  .search-results-list .search-result-meta-time,
  .search-results-list .search-result-meta-count {
    width: 12.5%;
  }
}
.search-results-list .search-result-meta-time {
  left: 60%;
}
@media (max-width: 37.4375em) {
  .search-results-list .search-result-meta-time {
    font-size: 1.1rem;
    color: #7b8994;
  }
  .search-results-list .search-result-meta-time:before {
    content: 'Last updated';
    margin-right: 0.4rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 48em) {
  .search-results-list .search-result-meta-time {
    left: 75%;
  }
}
.search-results-list .search-result-meta-count {
  left: 80%;
  text-align: right;
}
@media (max-width: 37.4375em) {
  .search-results-list .search-result-meta-count {
    float: right;
    font-size: 1.1rem;
    color: #7b8994;
  }
}
@media (min-width: 48em) {
  .search-results-list .search-result-meta-count {
    left: 87.5%;
  }
}
.search-results-list .search-result:first-child:before,
.search-results-list .search-result:first-child:after {
  display: none;
  position: absolute;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
  top: -25px;
  top: -2.5rem;
  width: 20%;
}
@media (min-width: 37.5em) {
  .search-results-list .search-result:first-child:before,
  .search-results-list .search-result:first-child:after {
    display: block;
  }
}
@media (min-width: 48em) {
  .search-results-list .search-result:first-child:before,
  .search-results-list .search-result:first-child:after {
    width: 12.5%;
  }
}
.search-results-list .search-result:first-child:before {
  content: 'Last updated';
  left: 60%;
}
@media (min-width: 48em) {
  .search-results-list .search-result:first-child:before {
    left: 75%;
  }
}
.search-results-list .search-result:first-child:after {
  content: 'Replies';
  left: 80%;
  text-align: right;
}
@media (min-width: 48em) {
  .search-results-list .search-result:first-child:after {
    left: 87.5%;
  }
}
.topic-list {
  *zoom: 1;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
  overflow: hidden;
  padding: 0;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  -webkit-transition: opacity 700ms 525ms;
          transition: opacity 700ms 525ms;
}
.topic-list:before,
.topic-list:after {
  content: " ";
  display: table;
}
.topic-list:after {
  clear: both;
}
.topic-list--visible {
  opacity: 1;
  pointer-events: auto;
}
.topic-list li {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 30em) {
  .topic-list li {
    width: 50%;
  }
}
.topic-list li:before,
.topic-list li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  width: 1.5rem;
  background: #fff;
}
.topic-list li:before {
  left: 0;
}
.topic-list li:after {
  right: 0;
}
.topic-list li {
  display: block;
  padding: 35px 15px;
  padding: 3.5rem 1.5rem;
  background: #f5fafe;
}
.topic-list li:hover h3 {
  color: #1e9cff;
}
.topic-list h3 {
  color: #47525d;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #007ee5;
}
.topic-list h3--center {
  text-align: center;
}
.topic-list p {
  display: none;
}
.topic-list .meta-group {
  color: #7b8994;
}
.topic-list .meta-group span:not(:last-child):after {
  content: '•';
  font-size: 7px;
  font-size: 0.7rem;
  margin: 0 0 0 4px;
  margin: 0 0 0 0.4rem;
}
.question-list {
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  margin: 0 0 2.5rem;
  list-style: none;
  border-top: 1px solid #d4d8dc;
  border-top: 0.1rem solid #d4d8dc;
}
.question-list .question {
  display: block;
  position: relative;
  padding: 20px 0;
  padding: 2rem 0;
  border-bottom: 1px solid #ebeced;
  border-bottom: 0.1rem solid #ebeced;
  margin-right: 0;
}
@media (max-width: 37.4375em) {
  .question-list .question {
    padding-bottom: 4rem;
  }
}
.question-list .question:first-child:before,
.question-list .question:first-child:after {
  display: none;
  position: absolute;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
  top: -25px;
  top: -2.5rem;
  width: 20%;
}
@media (min-width: 37.5em) {
  .question-list .question:first-child:before,
  .question-list .question:first-child:after {
    display: block;
  }
}
@media (min-width: 48em) {
  .question-list .question:first-child:before,
  .question-list .question:first-child:after {
    width: 12.5%;
  }
}
.question-list .question:first-child:before {
  content: 'Votes';
  left: 60%;
  text-align: right;
}
@media (min-width: 48em) {
  .question-list .question:first-child:before {
    left: 75%;
  }
}
.question-list .question:first-child:after {
  content: 'Replies';
  left: 80%;
  text-align: right;
}
@media (min-width: 48em) {
  .question-list .question:first-child:after {
    left: 87.5%;
  }
}
.question-list .question-title {
  width: 100%;
  color: #47525d;
  font-weight: 600;
}
.question-list .question-title a {
  color: #47525d;
}
.question-list .question-title a:hover {
  color: #007ee5;
}
@media (min-width: 37.5em) {
  .question-list .question-title {
    width: 55%;
  }
}
@media (min-width: 48em) {
  .question-list .question-title {
    width: 70%;
  }
}
.question-list .question-meta {
  width: 100%;
  font-weight: normal;
}
.question-list .question-meta p {
  margin: 0;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
}
.question-list .question-meta a {
  color: #7b8994;
}
.question-list .question-meta a:hover {
  color: #007ee5;
}
@media (min-width: 37.5em) {
  .question-list .question-meta {
    width: 55%;
  }
}
@media (min-width: 48em) {
  .question-list .question-meta {
    width: 70%;
  }
}
.question-list .question-published {
  float: left;
  margin-right: 4px;
  margin-right: 0.4rem;
  font-weight: normal;
}
.question-list .question-published:after {
  content: ' by';
}
.question-list .question-author {
  margin: 0 4px 0 0;
  margin: 0 0.4rem 0 0;
  color: #7b8994;
  font-weight: normal;
}
@media (min-width: 37.5em) {
  .question-list .question-votes,
  .question-list .question-answers {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 2.2rem;
  }
}
@media (min-width: 48em) {
  .question-list .question-votes,
  .question-list .question-answers {
    width: 12.5%;
  }
}
.question-list .question-votes {
  left: 60%;
}
@media (max-width: 37.4375em) {
  .question-list .question-votes {
    position: absolute;
    bottom: 2rem;
    left: 0;
    font-size: 1.1rem;
    color: #7b8994;
  }
}
@media (min-width: 37.5em) {
  .question-list .question-votes {
    text-align: right;
  }
}
@media (min-width: 48em) {
  .question-list .question-votes {
    left: 75%;
  }
}
.question-list .question-answers {
  left: 80%;
  text-align: right;
}
@media (max-width: 37.4375em) {
  .question-list .question-answers {
    position: absolute;
    bottom: 2rem;
    right: 0;
    left: auto;
    font-size: 1.1rem;
    color: #7b8994;
  }
}
@media (min-width: 48em) {
  .question-list .question-answers {
    left: 87.5%;
  }
}
.topic-header {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.topic-header .dropdown-toggle {
  margin-right: 10px;
  margin-right: 1rem;
  color: #7b8994;
}
.topic-header .dropdown-toggle:after {
  border-top-color: #7b8994;
  top: 10px;
  top: 1rem;
}
.post-overview {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 0;
  padding: 2rem 0;
  border-top: 1px solid #d4d8dc;
  border-bottom: 1px solid #ebeced;
}
.post-overview:before,
.post-overview:after {
  display: none;
  position: absolute;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
  top: -25px;
  top: -2.5rem;
  width: 20%;
}
@media (min-width: 37.5em) {
  .post-overview:before,
  .post-overview:after {
    display: block;
  }
}
@media (min-width: 48em) {
  .post-overview:before,
  .post-overview:after {
    width: 12.5%;
  }
}
.post-overview:before {
  content: 'Votes';
  left: 60%;
  text-align: right;
}
@media (min-width: 48em) {
  .post-overview:before {
    left: 75%;
  }
}
.post-overview:after {
  content: 'Replies';
  left: 80%;
  text-align: right;
}
@media (min-width: 48em) {
  .post-overview:after {
    left: 87.5%;
  }
}
[lang="de"] .post-overview:before {
  content: 'Stimmen';
}
[lang="de"] .post-overview:after {
  content: 'Antworten';
}
[lang="fr"] .post-overview:before {
  content: 'Votes';
}
[lang="fr"] .post-overview:after {
  content: 'Réponse';
}
[lang="pt"] .post-overview:after {
  content: 'Votos';
}
[lang="pt"] .post-overview:after {
  content: 'Respostas';
}
[lang="es"] .post-overview:after {
  content: 'Votos';
}
[lang="es"] .post-overview:after {
  content: 'Respuestas';
}
.post-overview + .post-overview {
  border-top: 0;
}
.post-overview + .post-overview:before,
.post-overview + .post-overview:after {
  display: none;
}
.post-overview .post-overview-info {
  display: block;
  width: 100%;
  color: #47525d;
  font-weight: 600;
}
.post-overview .post-overview-info a {
  display: block;
  font-weight: 600;
  color: #47525d;
}
.post-overview .post-overview-info a:hover {
  color: #007ee5;
}
@media (min-width: 37.5em) {
  .post-overview .post-overview-info {
    width: 55%;
  }
}
@media (min-width: 48em) {
  .post-overview .post-overview-info {
    width: 70%;
  }
}
.post-overview .post-overview-info .meta-group {
  color: #7b8994;
  font-weight: 400;
}
.post-overview .post-overview-info .meta-group span:not(:last-child):after {
  content: ' • ';
  font-size: 9px;
  font-size: 0.9rem;
  margin: 0 1px 0 2px;
  margin: 0 0.1rem 0 0.2rem;
}
.post-overview.post-pinned .post-overview-info a:after {
  content: ' Pinned';
  display: inline-block;
  margin-left: 10px;
  margin-left: 1rem;
  padding: 0 10px;
  padding: 0 1rem;
  height: 22px;
  height: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
  vertical-align: 10%;
  border-radius: 0.3rem;
  background: #f1f3f4;
}
.post-overview .post-overview-status {
  display: inline-block;
}
.post-overview .post-overview-status .post-answered,
.post-overview .post-overview-status .post-completed {
  display: inline-block;
  margin-left: 10px;
  margin-left: 1rem;
  padding: 0 10px;
  padding: 0 1rem;
  height: 22px;
  height: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
  vertical-align: 10%;
  border-radius: 0.3rem;
  background: #f1f3f4;
}
.post-overview .post-overview-status .post-none {
  display: none;
}
.post-overview .post-overview-count strong {
  font-weight: normal;
}
@media (min-width: 37.5em) {
  .post-overview .post-overview-count {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 2.2rem;
  }
}
@media (min-width: 48em) {
  .post-overview .post-overview-count {
    width: 12.5%;
  }
}
.post-overview .post-overview-count + .post-overview-count {
  left: 60%;
}
@media (max-width: 37.4375em) {
  .post-overview .post-overview-count + .post-overview-count {
    position: absolute;
    bottom: 2rem;
    left: 0;
    font-size: 1.1rem;
    color: #7b8994;
  }
}
@media (min-width: 37.5em) {
  .post-overview .post-overview-count + .post-overview-count {
    text-align: right;
  }
}
@media (min-width: 48em) {
  .post-overview .post-overview-count + .post-overview-count {
    left: 75%;
  }
}
.post-overview .post-overview-count {
  left: 80%;
  text-align: right;
}
@media (max-width: 37.4375em) {
  .post-overview .post-overview-count {
    position: absolute;
    bottom: 2rem;
    right: 0;
    left: auto;
    font-size: 1.1rem;
    color: #7b8994;
  }
}
@media (min-width: 48em) {
  .post-overview .post-overview-count {
    left: 87.5%;
  }
}
.topic-overview {
  *zoom: 1;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  margin-bottom: -30px;
  margin-bottom: -3rem;
  height: 0;
  pointer-events: none;
  list-style: none;
  -webkit-transition: opacity 700ms 525ms;
          transition: opacity 700ms 525ms;
}
.topic-overview:before,
.topic-overview:after {
  content: " ";
  display: table;
}
.topic-overview:after {
  clear: both;
}
.topic-overview--visible {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}
.topic-overview li,
.topic-overview .topic {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 30em) {
  .topic-overview li,
  .topic-overview .topic {
    width: 50%;
  }
}
.topic-overview .topic-link {
  display: block;
  padding: 35px 15px;
  padding: 3.5rem 1.5rem;
  background: #f5fafe;
  border-radius: 0.3rem;
}
.topic-overview .topic-link:hover h3 {
  color: #1e9cff;
}
.topic-overview h3 {
  color: #47525d;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #007ee5;
}
.topic-overview h3--center {
  text-align: center;
}
.topic-overview p {
  display: none;
}
.topic-overview .meta-group {
  color: #7b8994;
}
.topic-overview .meta-group span:not(:last-child):after {
  content: '•';
  font-size: 7px;
  font-size: 0.7rem;
  margin: 0 0 0 4px;
  margin: 0 0 0 0.4rem;
}
.topic-toggle {
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  background: #f5fafe;
  -webkit-transition-duration: 525ms;
          transition-duration: 525ms;
  -webkit-transition-delay: 175ms;
          transition-delay: 175ms;
  -webkit-transition-property: padding, opacity, height;
          transition-property: padding, opacity, height;
}
.topic-toggle--visible {
  opacity: 1;
  height: 110px;
  height: 11rem;
  padding: 45px 0 15px;
  padding: 4.5rem 0 1.5rem;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.topic-search {
  box-sizing: border-box;
}
.topic-search form {
  margin: 0;
}
.topic-search input[type="search"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.topic-search input[type="search"]:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .topic-search input[type="search"] {
    padding: 0 1rem;
  }
}
.topic-search input[type="submit"] {
  display: none;
}
@media (min-width: 45em) {
  .topic-search {
    float: right;
    width: 50%;
    padding-left: 1.5rem;
  }
}
.pagination {
  margin: 25px 0 60px;
  margin: 2.5rem 0 6rem;
}
.pagination ul,
.pagination ol {
  cursor: default;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.pagination li {
  cursor: default;
  display: inline-block;
}
.pagination li a {
  cursor: pointer;
  padding: 0 7px;
  padding: 0 0.75rem;
}
.pagination li span {
  cursor: default;
  padding: 0 7px;
  padding: 0 0.75rem;
}
@media (min-width: 30em) {
  .pagination li a,
  .pagination li span {
    padding: 0 1.2rem;
  }
}
.pagination .pagination-current {
  font-weight: bold;
}
.error-page {
  margin: 0 0 60px;
  margin: 0 0 6rem;
  text-align: center;
}
.error-page__image {
  max-width: 530px;
  max-width: 53rem;
  margin: 0 auto 30px;
  margin: 0 auto 3rem;
}
.error-page__image img {
  width: 100%;
}
.error-page h1 {
  text-transform: capitalize;
}
.error-page h1,
.error-page h2 {
  color: #47525d;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
  display: inline-block;
}
.error-page h1--center,
.error-page h2--center {
  text-align: center;
}
.error-page h1--short,
.error-page h2--short {
  margin-bottom: 0;
}
.error-page h1--half,
.error-page h2--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  .error-page h1,
  .error-page h2 {
    font-size: 2.8rem;
  }
}
.error-page a {
  display: block;
}
.article {
  *zoom: 1;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
}
.article:before,
.article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.article .article__main {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 65%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
  margin-right: 10%;
}
.article .article__aside {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  min-height: 1px;
}
.la-ball-clip-rotate {
  position: relative;
}
.la-ball-clip-rotate > div {
  position: relative;
  box-sizing: content-box;
  color: #fff;
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
}
.la-ball-clip-rotate:after {
  display: table;
  line-height: 0;
  clear: both;
  content: "";
}
.la-ball-clip-rotate.la-dark > div {
  color: #007ee5;
  background: #007ee5;
  border-color: #007ee5;
}
/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.la-ball-clip-rotate {
  width: 32px;
  height: 32px;
}
.la-ball-clip-rotate > div {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  float: left;
  background: transparent !important;
  border-style: solid;
  border-width: 2px;
  border-bottom-color: transparent !important;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 0.75s linear infinite;
          animation: ball-clip-rotate 0.75s linear infinite;
}
.la-ball-clip-rotate.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-clip-rotate.la-sm > div {
  width: 14px;
  height: 14px;
  margin: 0;
  border-width: 1px;
}
.la-ball-clip-rotate.la-lg {
  width: 48px;
  height: 48px;
}
.la-ball-clip-rotate.la-lg > div {
  width: 42px;
  height: 42px;
  margin: 0;
  border-width: 3px;
}
.la-ball-clip-rotate.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-clip-rotate.la-2x > div {
  width: 56px;
  height: 56px;
  margin: 0;
  border-width: 4px;
}
.my-activities-sub-nav ul {
  list-style: none;
  padding: 20px 0 10px;
  padding: 2rem 0 1rem;
  margin: 0;
}
.my-activities-sub-nav li {
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
}
@media (min-width: 45em) {
  .my-activities-sub-nav ul {
    list-style: none;
    padding: 2rem 0 1rem;
    margin: 0;
  }
}
.nav-bordered {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 0;
  padding: 15px 0;
  padding: 1.5rem 0;
  border-top: 1px solid #d4d8dc;
  border-top: 0.1rem solid #d4d8dc;
}
.nav-bordered ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-bordered li {
  display: inline-block;
  margin-right: 15px;
  margin-right: 1.5rem;
  font-weight: 600;
}
.nav-bordered li:last-child {
  margin-right: 0;
}
@media (min-width: 45em) {
  .nav-bordered {
    margin-top: 6rem;
    margin-bottom: 3rem;
    padding: 1.5rem 0;
  }
}
.request-table-toolbar {
  zoom: 1;
  padding: 10px;
  padding: 1rem;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  background-color: #f8f9fa;
}
.request-table-toolbar:before,
.request-table-toolbar:after {
  content: "";
  display: table;
}
.request-table-toolbar:after {
  clear: both;
}
.request-table-toolbar .requests-search {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.request-table-toolbar .requests-search:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .request-table-toolbar .requests-search {
    padding: 0 1rem;
  }
}
.request-table-toolbar .request-table-filters {
  position: relative;
  box-sizing: border-box;
  float: right;
  width: 100%;
}
.request-table-toolbar .request-table-filters select {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 100%;
  height: 44px;
  height: 4.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #47525d;
  border: 1px solid #ebeced;
  border-radius: 0.4rem;
  padding: 0 36px 0 17px;
  padding: 0 3.6rem 0 1.75rem;
  outline: none;
  background: #fff url('//p4.zdassets.com/hc/theme_assets/624937/200093395/select-arrow.png') no-repeat right center;
  background-size: 2.2rem 0.4rem;
  -webkit-transition: border 350ms;
          transition: border 350ms;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.request-table-toolbar .request-table-filters select:focus {
  outline: none;
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .request-table-toolbar .request-table-filters select {
    padding: 0 1rem;
  }
}
.request-table-toolbar .request-table-filters select::-ms-expand {
  display: none;
}
.request-table-toolbar .request-table-filters select:hover {
  -webkit-transition: border 175ms;
          transition: border 175ms;
  border-color: #aaa;
}
.request-table-toolbar .request-table-filters select--light {
  height: 40px;
  height: 4rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-color: #ebeced;
}
.request-table-toolbar .request-table-filters select--placeholder {
  color: #7b8994;
}
@media (min-width: 45em) {
  .request-table-toolbar {
    margin-bottom: 0;
  }
  .request-table-toolbar .requests-search {
    float: left;
    max-width: 25rem;
    margin-bottom: 0;
  }
  .request-table-toolbar .request-table-filters {
    padding-left: 10rem;
    max-width: 35rem;
  }
  .request-table-toolbar .request-table-filters label {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 9rem;
    text-align: right;
    line-height: 4.4rem;
  }
}
@media (min-width: 52.5em) {
  .request-table-toolbar .requests-search {
    float: left;
    max-width: 30rem;
  }
  .request-table-toolbar .request-table-filters {
    max-width: 40rem;
  }
}
.following-table td:last-child {
  text-align: right;
}
.my-activities-table {
  margin: 30px 0 60px;
  margin: 3rem 0 6rem;
}
.my-activities-table table {
  width: 100%;
}
.my-activities-table th,
.my-activities-table td {
  padding: 12px 10px 12px 0;
  padding: 1.2rem 1rem 1.2rem 0;
  text-align: left;
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table th {
  font-size: 11px;
  font-size: 1.1rem;
  color: #7b8994;
  border-bottom: 1px solid #d4d8dc;
  border-bottom: 0.1rem solid #d4d8dc;
}
.my-activities-table td {
  border-bottom: 1px solid #ebeced;
  border-bottom: 0.1rem solid #ebeced;
}
.my-activities-table p {
  color: #7b8994;
}
.notification {
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 50px;
  max-height: 5rem;
  padding: 14px 0;
  padding: 1.4rem 0;
  border-top: 1px solid #cfdeeb;
  background-color: #e3f2ff;
  z-index: 5;
}
.notification + .notification {
  position: fixed;
  top: auto;
  bottom: 50px;
  bottom: 5rem;
  margin: 0;
}
.notification + .notification + .notification {
  position: fixed;
  top: auto;
  bottom: 100px;
  bottom: 10rem;
  margin: 0;
}
.community-nav {
  display: none;
}
.page-header {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.page-header .post-to-community {
  display: none;
}
.post-to-wrap {
  margin-top: 80px;
  margin-top: 8rem;
}
.topic-header .topic-heading {
  color: #47525d;
  margin-bottom: 17px;
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3d464d;
}
.topic-header .topic-heading--center {
  text-align: center;
}
.topic-header .topic-heading--short {
  margin-bottom: 0;
}
.topic-header .topic-heading--half {
  margin-bottom: 8px;
  margin-bottom: 0.875rem;
}
@media (min-width: 45em) {
  .topic-header .topic-heading {
    font-size: 2.8rem;
  }
}
.topic-header .topic-meta {
  margin-right: 10px;
  margin-right: 1rem;
  color: #7b8994;
}
.topic-header .topic-subscribe,
.topic-header .topic-unsubscribe {
  color: #007ee5;
}
.topic-header .topic-subscribe:hover,
.topic-header .topic-unsubscribe:hover {
  color: #1492f9;
}
.topic-header .topic-subscribe:before,
.topic-header .topic-unsubscribe:before {
  content: '';
  display: inline-block;
  height: 12px;
  height: 1.2rem;
  width: 12px;
  width: 1.2rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  background: url('//p4.zdassets.com/hc/theme_assets/624937/200093395/Thread-Follow.svg') no-repeat;
  background-size: 1.2rem;
  vertical-align: -5%;
}
.topic-description {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.topic-questions .community-sub-nav {
  color: #7b8994;
}
.topic-questions .community-sub-nav ul {
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  list-style: none;
  padding: 0;
  margin: 5px 0;
  margin: 0.5rem 0;
}
.topic-questions .community-sub-nav li {
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
}
.topic-questions .community-sub-nav a {
  color: #7b8994;
}
.announcement {
  text-align: center;
}
.announcement__title {
  display: inline;
  color: #7b8994;
}
.announcement__link {
  white-space: nowrap;
}

.formtext {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    min-width: 22.5em;
}

/* User Profiles */

.profile-header {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  font-family: PNR;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.profile-avatar {
  position: relative;
  margin-right: 10px;
}

[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.profile-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/assets/agent-marker.png");
  background-image: url("/hc/assets/agent-marker.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  bottom: 0;
  right: 0;
}

[dir=rtl] .profile-avatar-agent:after {
  left: 0;
}

.profile-header .basic-info {
  justify-content: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.profile-header .options :not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
  }
  .profile-header .options :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background: #444;
  border-color: #444 transparent #222;
  color: #fff;
  flex-basis: 100%;
  text-align: center;
}

.profile-header .description {
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #999;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #999;
  padding: 5px 10px;
}

.profile-private-badge:after {
  content: "\1f512";
  font-family: "Entypo";
  margin-left: 5px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  margin-bottom: 40.5px;
  border-bottom: 1px solid #eee;
  padding: 10.5px 0;
}

.profile-section {
  width: 100%;
  font-family: PNR;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 auto;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
  }
}

.profile-contribution {
  padding: 20px 0;
  word-wrap: break-word;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  vertical-align: middle;
}

.profile-contribution-breadcrumbs > li {
  display: inline;
  word-wrap: break-word;
}

.profile-contribution-body {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.5;
}

.profile-contribution-meta {
  display: flex;
  font-size: 11px;
  line-height: 18px;
  color: #ccc;
}

.profile-contribution-meta > .meta-data:not(:last-child)::after {
  content: "\00B7";
  padding: 0 5px;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 33px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 33px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  top: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 33px;
}

[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 33px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 33px;
}

[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 33px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity:before {
  content: "\1f512";
  font-family: "Entypo";
  margin-right: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

[dir=rtl] .profile-activity-header .avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  margin: 0;
}

.profile-activity-description span:first-child {
  font-weight: bold;
  display: block;
}

@media (min-width: 768px) {
  .profile-activity-description span:first-child {
    display: inline;
  }
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 40px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
}

[dir=rtl] .profile-activity:before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity:before {
    left: -14px;
  }
  [dir=rtl] .profile-activity:before {
    right: -14px;
  }
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  top: 16px;
  width: 28px;
  line-height: 28px;
}

[dir=rtl] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><g fill='#ccc'><path d='M54.8 0H9.2a3 3 0 0 0-3 3V61a3 3 0 0 0 3 3H54.8a3 3 0 0 0 3-3V3A3 3 0 0 0 54.8 0Zm-3 58H12.3V6h39.5V58Z'/><path d='M21.7 22.6H42.4a3 3 0 0 0 0-6H21.7A3 3 0 1 0 21.7 22.6Z'/><path d='M21.7 35H42.4a3 3 0 0 0 0-6H21.7A3 3 0 1 0 21.7 35Z'/><path d='M21.7 47.4H42.4a3 3 0 0 0 0-6H21.7A3 3 0 1 0 21.7 47.4Z'/></g></svg>");
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 64 64'><g fill='#ccc'><path d='M17 17.5H46.8a3 3 0 0 0 0-6H17A3 3 0 0 0 17 17.5Z'/><path d='M46.9 23.1H17.1a3 3 0 0 0 0 6H46.9A3 3 0 0 0 46.9 23.1Z'/><path d='M17 40.8H46.8a3 3 0 0 0 0-6H17A3 3 0 0 0 17 40.8Z'/><path d='M60.2 0H3.8a3 3 0 0 0-3 3V51.2a3 3 0 0 0 3 3H37.6l6.7 8.6a3 3 0 0 0 4.8 0l6.7-8.6H60.2a3 3 0 0 0 3-3V3A3 3 0 0 0 60.2 0Zm-3 48.2H54.2a3 3 0 0 0-2.4 1.2l-5.2 6.7-5.2-6.7A3 3 0 0 0 39 48.2H6.8V6H57.2V48.2Z'/></g></svg>");
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><g fill='#ccc'><path d='M46.7 64a2.9 2.9 0 0 1-0.6-0.1c-6.6-1.4-11.8-7.1-14-9.8H32C15.9 54.2 2.8 42 2.8 27.1S15.9 0 32 0 61.2 12.2 61.2 27.1A26.7 26.7 0 0 1 47.5 50a50.3 50.3 0 0 0 2.1 10A3 3 0 0 1 46.7 64Zm-4.5-8.4a27 27 0 0 1-0.7-7.7 3 3 0 0 1 1.7-2.4c7.4-3.7 12-10.8 12-18.4C55.1 15.5 44.8 6 32 6s-23.1 9.4-23.1 21 10.4 21 23.1 21c0.4 0 0.8 0 1.1 0A3.3 3.3 0 0 1 36 49.4 32 32 0 0 0 42.2 55.6Z'/></g></svg>");
}
