@font-face {
    font-family: 'Soleil';
    src: url(//theme.zdassets.com/theme_assets/212433/e87f6fb5bc18cfdecd20fa62f263ba1ee1b88728.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Soleil_Light';
    src: url(//theme.zdassets.com/theme_assets/212433/397d3b70ac34d6b8921213ac14e83e3be3f5039f.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Soleil_Book';
    src: url(//theme.zdassets.com/theme_assets/212433/83c868fc431343455ad59c0a4e825b090e71f550.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Soleil_Medium';
    src: url(//theme.zdassets.com/theme_assets/212433/cb48641492ea6deb097e474c7df9b3852f778137.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Soleil_Bold';
    src: url(//theme.zdassets.com/theme_assets/212433/e1ab814163b968a2e4547a8bf59ce4bc1aa88e6c.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ====================================================
   Base styles
   ==================================================== */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  color: #525e61;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  word-wrap: normal;
}

a {
  color: #2dbe60;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid transparent;
}

a:hover,
a:focus {
  border-bottom: 1px solid;
}

a:active {
  color: #23954b;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width],
img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0;
  font-weight: normal;
  line-height: 1.5em;
  color: #525e61;
}

h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: lighter;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  line-height: 24px;
  color: #2dbe60;
}

caption {
  font-size: 14px;
  line-height: 21px;
  color: #525e61;
}

blockquote {
  color: #7b868a;
}

.section-area h1 {
  text-transform: capitalize;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir="rtl"] table {
  text-align: right;
}

td,
th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input,
textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea,
input[type="text"] {
  width: 100%;
}

input,
textarea,
select {
  color: #555;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #bfbfbf;
}

:-ms-input-placeholder {
  color: #bfbfbf;
}

::-moz-placeholder {
  color: #bfbfbf;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* ====================================================
   Localization styles
   ==================================================== */

@media only print {
  :lang(ja) {
    font-family: "Kozuka Gothic Pro";
  }
  :lang(ko) {
    font-family: "대한체", "Deahan Chae", "Apple산돌고딕네오", "AppleSDGothicNeo", "나눔고딕",
      "NanumGothic", "맑은 고딕", "Malgun Gothic";
  }
  :lang(zh) {
    font-family: "Hiragino Sans GB";
  }
}

:lang(ja) {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
:lang(ko) {
  font-family: "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun Gothic", "돋움", "DotumChe", "Dotum",
    sans-serif;
}
:lang(zh) {
  font-family: "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", sans-serif;
}

:lang(ru),
:lang(bg),
:lang(sr),
:lang(uk) {
  font-family: sans-serif;
}

:lang(en) .f3,
:lang(da) .f3,
:lang(es) .f3,
:lang(fi) .f3,
:lang(id) .f3,
:lang(it) .f3,
:lang(nl) .f3,
:lang(ms) .f3,
:lang(fr) .f3,
:lang(sv) .f3,
:lang(pl) .f3,
:lang(pt) .f3,
:lang(tr) .f3,
:lang(ja) .app-layout .f3,
:lang(ko) .app-layout .f3,
:lang(zh) .app-layout .f3 {
  font-family: "Soleil_Light";
}

:lang(en) body,
:lang(en) .f4,
:lang(da) body,
:lang(da) .f4,
:lang(es) body,
:lang(es) .f4,
:lang(fi) body,
:lang(fi) .f4,
:lang(id) body,
:lang(id) .f4,
:lang(it) body,
:lang(it) .f4,
:lang(nl) body,
:lang(nl) .f4,
:lang(ms) body,
:lang(ms) .f4,
:lang(fr) body,
:lang(fr) .f4,
:lang(sv) body,
:lang(sv) .f4,
:lang(pl) body,
:lang(pl) .f4,
:lang(pt) body,
:lang(pt) .f4,
:lang(tr) body,
:lang(tr) .f4,
:lang(ja) .app-layout body,
:lang(ja) .app-layout .f4,
:lang(ko) .app-layout body,
:lang(ko) .app-layout .f4,
:lang(zh) .app-layout body,
:lang(zh) .app-layout .f4 {
  font-family: "Soleil";
}

:lang(en) h1,
:lang(en) .h1,
:lang(da) h1,
:lang(da) .h1,
:lang(de) h1,
:lang(de) .h1,
:lang(es) h1,
:lang(es) .h1,
:lang(fi) h1,
:lang(fi) .h1,
:lang(id) h1,
:lang(id) .h1,
:lang(it) h1,
:lang(it) .h1,
:lang(nl) h1,
:lang(nl) .h1,
:lang(ms) h1,
:lang(ms) .h1,
:lang(sv) h1,
:lang(sv) .h1,
:lang(ja) .app-layout h1,
:lang(ja) .app-layout .h1,
:lang(ko) .app-layout h1,
:lang(ko) .app-layout .h1,
:lang(zh) .app-layout h1,
:lang(zh) .app-layout .h1 {
  font-family: "Soleil";
}

:lang(en) h2,
:lang(da) h2,
:lang(de) h2,
:lang(es) h2,
:lang(fi) h2,
:lang(id) h2,
:lang(it) h2,
:lang(nl) h2,
:lang(ms) h2,
:lang(sv) h2,
:lang(en) .h2,
:lang(da) .h2,
:lang(de) .h2,
:lang(es) .h2,
:lang(fi) .h2,
:lang(id) .h2,
:lang(it) .h2,
:lang(nl) .h2,
:lang(ms) .h2,
:lang(sv) .h2,
:lang(ja) .app-layout .h2,
:lang(ko) .app-layout .h2,
:lang(zh) .app-layout .h2 {
  font-family: "Soleil";
}

:lang(en) h4,
:lang(en) h5,
:lang(en) .f5,
:lang(da) h4,
:lang(da) h5,
:lang(da) .f5,
:lang(es) h4,
:lang(es) h5,
:lang(es) .f5,
:lang(fi) h4,
:lang(fi) h5,
:lang(fi) .f5,
:lang(fr) h4,
:lang(fr) h5,
:lang(fr) .f5,
:lang(id) h4,
:lang(id) h5,
:lang(id) .f5,
:lang(it) h4,
:lang(it) h5,
:lang(it) .f5,
:lang(nl) h4,
:lang(nl) h5,
:lang(nl) .f5,
:lang(ms) h4,
:lang(ms) h5,
:lang(ms) .f5,
:lang(pt) h4,
:lang(pt) h5,
:lang(pt) .f5,
:lang(sv) h4,
:lang(sv) h5,
:lang(sv) .f5,
:lang(pl) h4,
:lang(pl) h5,
:lang(pl) .f5,
:lang(pt) h4,
:lang(pt) h5,
:lang(pt) .f5,
:lang(tr) h4,
:lang(tr) h5,
:lang(tr) .f5,
:lang(ja) .app-layout h4,
:lang(ja) .app-layout h5,
:lang(ja) .app-layout .f5,
:lang(ko) .app-layout h4,
:lang(ko) .app-layout h5,
:lang(ko) .app-layout .f5,
:lang(zh) .app-layout h4,
:lang(zh) .app-layout h5,
:lang(zh) .app-layout .f5 {
  font-family: "Soleil_Medium";
}

:lang(en) h4,
:lang(en) h5,
:lang(da) h4,
:lang(da) h5,
:lang(es) h4,
:lang(es) h5,
:lang(fi) h4,
:lang(fi) h5,
:lang(fr) h4,
:lang(fr) h5,
:lang(id) h4,
:lang(id) h5,
:lang(it) h4,
:lang(it) h5,
:lang(nl) h4,
:lang(nl) h5,
:lang(ms) h4,
:lang(ms) h5,
:lang(pt) h4,
:lang(pt) h5,
:lang(sv) h4,
:lang(sv) h5,
:lang(pl) h4,
:lang(pl) h5,
:lang(pt) h4,
:lang(pt) h5,
:lang(tr) h4,
:lang(tr) h5,
:lang(ja) .app-layout h4,
:lang(ja) .app-layout h5,
:lang(ko) .app-layout h4,
:lang(ko) .app-layout h5,
:lang(zh) .app-layout h4,
:lang(zh) .app-layout h5,
:lang(en) .f7,
:lang(da) .f7,
:lang(de) .f7,
:lang(es) .f7,
:lang(fi) .f7,
:lang(fr) .f7,
:lang(id) .f7,
:lang(it) .f7,
:lang(nl) .f7,
:lang(ms) .f7,
:lang(pt) .f7,
:lang(sv) .f7,
:lang(pl) .f7,
:lang(tr) .f7,
:lang(ja) .app-layout .f7,
:lang(ko) .app-layout .f7,
:lang(zh) .app-layout .f7 {
  font-family: "Soleil_Bold";
}

/* Bold font */
:lang(ja) h4,
:lang(ja) h5,
:lang(ja) .f5,
:lang(ko) h4,
:lang(ko) h5,
:lang(ko) .f5,
:lang(zh) h4,
:lang(zh) h5,
:lang(zh) .f5,
:lang(ja) .f7,
:lang(ko) .f7,
:lang(zh) .f7 {
  font-weight: 600;
}

/* Navigation menus */
.nav li,
.nav-bordered li,
.nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a,
.nav-bordered li a,
.nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir="rtl"] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Search box */
.search-box {
  position: relative;
}

.search-box:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

.search-box input {
  line-height: 1.2em;
  font-weight: lighter;
  padding: 0.75em 2.7em;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-box input[type="submit"] {
  display: none;
}

/* Breadcrumbs */

.breadcrumbs {
  display: none;
  position: relative;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumbs:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(70%, #ffffff)
  );
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#00ffffff",
      endColorstr="#ffffff",
      GradientType=1
    );
}

.breadcrumbs li {
  display: inline-block;
  font-size: 12px;
  color: #333842;
}

.breadcrumbs li + li:before {
  content: "/";
  margin: 0 8px;
  text-decoration: none;
  color: #7b868a;
}
.breadcrumbs li a {
  color: #7b868a;
  text-decoration: none;
  line-height: 18px;
}

.breadcrumbs li a:hover {
  border-bottom: 1px solid;
}

.breadcrumbs li a:active,
.breadcrumbs li a:focus {
  border-bottom: 1px solid;
  color: #333842;
}

.breadcrumbs .active span {
  color: #333842;
  line-height: 18px;
}

/* Labels */
.label,
.request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta,
.meta-group {
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */

[v-cloak] {
  display: none;
}

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

.clearfix:after,
.row:after {
  clear: both;
}

.divider,
.divider_line,
.article-body .divider_line {
  display: block;
  width: 100%;
  border-top: 1px solid #7b868a;
  height: 2px;
}

.article-body hr.divider,
.article-body hr.divider_line {
  height: 0;
  border: none;
  background-color: #7b868a;
}

.has_divider {
  margin-bottom: 3em;
  padding-bottom: 3.5em;
  border-bottom: 1px solid #7b868a;
}

.last,
.omega {
  margin-right: 0 !important;
}

.clearer {
  clear: both;
}

.clear {
  clear: both;
  height: 0;
}

.hidden_load {
  display: none;
}

.hidden_load.in {
  display: block;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li,
.share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
#pagination {
  text-align: center;
}

#pagination .pagination {
  margin: 0 0 40px;
  display: inline-block;
}

.pagination {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  color: #999;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  float: left;
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination a,
.pagination span {
  color: #999;
  padding: 5px 12px;
  cursor: pointer;
}

.pagination span:hover {
  color: #222;
}

.pagination .disabled span,
.pagination .active span,
.pagination-current span {
  cursor: default;
}

.pagination li:first-child.disabled span,
.pagination li:last-child.disabled span {
  display: none;
}

.pagination .active span,
.pagination-current span {
  color: #222;
}

.pagination .disabled span:hover {
  color: #999;
}

.pagination .disabled span:hover,
.pagination .active span:hover,
.pagination-current span:hover {
  background: none;
}

.pagination-first,
.pagination-last {
  display: none;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
  word-wrap: normal;
  line-height: 1.7;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
}
.markdown ul,
.markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/* ====================================================
   Sub Nav
   ==================================================== */
.sub-nav {
  margin-bottom: 15px;
}
.sub-nav form {
  display: none;
}

.page-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}
.page-header h1 {
}

/* ====================================================
   Content frame
   ==================================================== */
.header-inner,
.footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1160px;
  width: 100%;
}

main {
  display: block;
  margin: 25px auto 0;
  padding: 0 20px 225px;
  max-width: 1160px;
  width: 100%;
}

#dc,
#player-dc {
  display: none;
}

/* ====================================================
   Header
   ==================================================== */

.header-top {
  height: 75px;
  padding: 20px 0;
}

.header-bottom {
  background-color: #f0f0f0;
}

.logo {
  float: left;
}

.logo a {
  display: inline-block;
  border: none;
}

.logo img {
  max-height: 36px;
  vertical-align: middle;
}

.user-nav {
  padding: 0 20px;
}

.user-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.user-nav > a {
  border-left: 1px solid #ececec;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  float: right;
  font-size: 12px;
  line-height: 33px;
  margin-left: 15px;
  padding-left: 15px;
}

.user-nav > a.login {
  font-size: 13px;
  margin-left: 30px;
  padding: 0 15px;
}

.user-nav > a.my-activities {
  border: 0;
}

.user-info {
  display: block;
  float: right;
  margin-left: 30px;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #2dbe60;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/* Menu Drawer */

.header-sprite {
  display: block;
  background: url(/hc/theme_assets/212433/1591/header-sprite.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6/2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .header-sprite {
    background-image: url("//theme.zdassets.com/theme_assets/212433/d8c77826033b86c89c3e70501a18b7138502e729.png");
    background-size: 227px 96px;
  }
}

.header-top {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 20px 0px 20px 0px;
  padding: 1.25rem 0rem 1.25rem 0rem;
}

@media only screen and (max-width: 1310px) {
  .header-top {
    width: 100%;
    padding: 20px 15px 20px 15px;
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  }
}

.header-top h1 {
  float: left;
  line-height: 15px;
  line-height: 0.9375rem;
}

.header-top h1 a {
  width: 220px;
  height: 45px;
  text-decoration: none;
  color: white;
}

.header-top h1 a span {
  position: relative;
  text-indent: -99999px;
  display: inline-block;
}

.header-top h1 a .svg {
  width: 200px;
  width: 12.5rem;
  height: 42px;
  height: 2.625rem;
  margin-left: -7px;
  margin-left: -0.4375rem;
}

.header-top h1 .header-sprite {
  background-position: -100px -100px;
}

.header-top h1.yx a {
  width: 131px;
  height: 45px;
}

.header-top h1.yx .header-sprite {
  background-position: -97px 0;
}

.header-top .right-panel {
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  right: 0;
}

.header-top #header-menu {
  border: none;
}

.header-top .header-link {
  text-decoration: none;
  color: #848484;
  border: 1px solid #848484;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  -webkit-transition: border 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  -moz-transition: border 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  -o-transition: border 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  transition: border 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 768px) {
  .header-top .header-link {
    display: none !important;
  }
}

.header-top .header-link {
  margin-right: 10px;
  padding: 0;
  border: none;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.header-top .header-link:hover,
.header-top .header-link:focus {
  color: black;
  border-bottom: 1px solid #696969;
  -webkit-transition: border 0.3s ease-in-out 0s;
  -moz-transition: border 0.3s ease-in-out 0s;
  -o-transition: border 0.3s ease-in-out 0s;
  transition: border 0.3s ease-in-out 0s;
}

.header-top .right-panel .menu {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #848484;
  z-index: 4;
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 600px) {
  .header-top .right-panel .menu span.text {
    display: none;
  }
}

.header-top .right-panel .menu:focus,
.header-top .right-panel .menu:hover {
  color: black;
}

.header-top .right-panel .menu:focus .header-sprite,
.header-top .right-panel .menu:hover .header-sprite {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header-top .right-panel .menu .header-sprite {
  width: 20px;
  height: 20px;
  background-position: -28px -28px;
  margin-left: 10px;
  margin-left: 0.625rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

a.header-business-cta {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #848484;
  border-radius: 5px;
  border: 1px solid #eee;
  background: transparent;
  border-color: #848484;
  margin-left: 40px;
  padding: 10px 20px;
}

.white a.header-business-cta {
  border-color: white;
  color: white;
}

@media only screen and (max-width: 960px) {
  a.header-business-cta {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 700px) {
  a.header-business-cta {
    display: none;
  }
}

a.skip-link,
a.skip-link:hover,
a.skip-link a:visited {
  position: absolute;
  text-decoration: none;
  position: relative;
  text-indent: -99999px;
  display: inline-block;
  top: -5555px;
  top: -347.1875rem;
}

a.skip-link:focus {
  top: 0;
  text-decoration: none;
  text-indent: 0;
  color: #333333;
  border: 2px solid #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  padding: 0.3125rem;
}

.drawer-nav {
  display: none;
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.85) 0%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0% 0%, rgba(0, 0, 0, 0.98) 100% 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.85) 0%),
    color-stop(100%, rgba(0, 0, 0, 0.98) 100%)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0% 0%,
    rgba(0, 0, 0, 0.98) 100% 100%
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.85) 0% 0%, rgba(0, 0, 0, 0.98) 100% 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.85) 0% 0%, rgba(0, 0, 0, 0.98) 100% 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0% 0%, rgba(0, 0, 0, 0.98) 100% 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="rgba(0,0,0,0.85) 0%",
      endColorstr="rgba(0,0,0,0.98) 100%",
      GradientType=0
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#444444", EndColorStr="#000000");
  -webkit-transition: right 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: right 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  overflow: hidden;
}

.drawer-nav-inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.drawer-nav .container {
  padding: 0px 0px 0px 50px;
  padding: 0rem 0rem 0rem 3.125rem;
}

.drawer-nav-inner::-webkit-scrollbar {
  display: none;
}

.drawer-nav.open {
  right: -100px;
  -webkit-transition: right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.drawer-nav .container {
  position: relative;
  max-width: 600px;
  max-width: 37.5rem;
}

.drawer-nav .close {
  position: absolute;
  right: 46%;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #e3e3e3;
  top: 28px;
  top: 1.75rem;
  line-height: 27px;
  vertical-align: middle;
}

.drawer-nav .close:hover,
.drawer-nav .close:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.drawer-nav .close .header-sprite {
  width: 20px;
  height: 20px;
  background-position: 0 -6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.drawer-nav .download {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
}

.drawer-nav .download:hover,
.drawer-nav .download:focus {
  color: #20c05c;
  border-color: #20c05c;
}

.drawer-nav .download-item {
  border: none;
}

.drawer-nav .sub-upgrade {
  margin-top: -10px;
  margin-left: 15px;
  border: none;
  padding-bottom: 0;
}

.drawer-nav .sub-upgrade li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.drawer-nav .sub-upgrade li a {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
}

.drawer-nav ul {
  width: 50%;
  border-bottom: 1px solid #606060;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.drawer-nav ul:first-child {
  padding-top: 100px;
  padding-top: 6.25rem;
}

.drawer-nav ul li {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.drawer-nav ul a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
}

.drawer-nav a {
  font-weight: bold;
}

.drawer-nav ul a:hover,
.drawer-nav ul a:focus {
  color: #20c05c;
}

@media only screen and (max-width: 768px) {
  .drawer-nav {
    width: 100%;
    right: auto;
  }

  .drawer-nav .container {
    max-width: 100%;
    padding: 20px 40px;
  }

  .drawer-nav ul {
    width: 100%;
  }

  .drawer-nav .close {
    right: 15px;
    right: 0.9375rem;
  }
}

/* Buttons */

button,
[role="button"],
[type="button"],
[type="submit"],
.button {
  display: inline-block;
  position: relative;
  height: 45px;
  min-width: 180px;
  background: transparent;
  border: 1px solid #2dbe60;
  border-radius: 4px;
  cursor: pointer;
  font-weight: normal;
  line-height: 45px;
  padding: 0 4%;
  vertical-align: middle;
  white-space: nowrap;
  color: #00ac36;
  text-align: center;
  text-decoration: none;
  outline: none;
}

input[type="submit"][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

a[role="button"]:hover {
  text-decoration: none;
}

/*
* Dropdown carets
*/
button,
[role="button"],
[type="button"],
[type="submit"],
#user .dropdown-toggle,
.button {
  background: transparent;
}

#user .dropdown-toggle:hover,
.comment-form-controls input[type="submit"]:hover,
button:hover,
[role="button"]:hover,
[type="button"]:hover,
[type="submit"]:hover,
.button:hover,
#user .dropdown-toggle:focus,
.comment-form-controls input[type="submit"]:focus,
button:focus,
[role="button"]:focus,
[type="button"]:focus,
[type="submit"]:focus,
.button:focus {
  background: #f1fbf5;
  border-color: #28a956;
  color: #0c9d3f;
  text-decoration: none;
}

#user .dropdown-toggle:active,
.comment-form-controls input[type="submit"]:active,
button:active,
[role="button"]:active,
[type="button"]:active,
[type="submit"]:active,
.button:active {
  background: #e4f7ea;
  border-color: #23954b;
  color: #007a21;
}

.dropdown-toggle {
  display: inline-block;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #888;
  content: "\25BE";
  font-family: "entypo";
  font-size: 14px;
  margin-left: 5px;
  padding-right: 2px;
}

.section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe {
  background: #fafafa;
  color: #1a74b0;
  border: 0px;
  box-shadow: none;
}

.article-subscribe:hover,
.article-unsubscribe:hover {
  box-shadow: none;
}

.topic-follow [role="button"],
.post-follow [role="button"] {
  padding: 0 10px !important;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #585858;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th,
[dir="rtl"] .table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table th {
  border-top: none;
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/* ====================================================
   Footer Top
   ==================================================== */

.footer-secondary {
  text-align: center;
  padding: 0 20px;
}

.footer-secondary-header {
  margin-top: 40px;
}

.footer-top .contact-us {
  max-height: 215px;
  padding-top: 40px;
}

.article-footer .contact-us {
  margin: 1.5em 0;
  font-size: 14px;
}

/* ====================================================
   Footer
   ==================================================== */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.footer-secondary {
  display: block;
}

.hasContactFooter main {
  padding-bottom: 415px;
}

.inapp.hasContactFooter main {
  padding-bottom: 211px;
}

.footer-contact .contact-us {
  padding: 60px 0;
}

.home-support-options .link-button {
  display: inline-block;
  width: 23%;
  margin-bottom: 20px;
}

.home-support-3-col .link-button {
  width: 26%;
}

.home-support-options-large .link-button {
  width: 28%;
}

.home-support-options .link-button.hide {
  display: none;
}

.home-support-options-centered {
  justify-content: space-around !important;
}

.link-button a {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: auto;
  padding: 12px 6%;
  font-size: 12px;
  line-height: 1.5;
}

.link-button.has-icon a {
  height: auto;
  padding: 12px 6%;
}

.link-button-text {
  white-space: normal;
  text-align: left;
  word-break: break-word;
}

.link-button img {
  max-height: 30px;
  margin-right: 10px;
}

.link-button-desc {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}

.footer-nav {
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-top: 2.5rem;
  background-color: #f0f0f0;
}

@media only screen and (min-width: 601px) {
  .footer-nav {
    padding: 40px 0px;
    padding: 2.5rem 0rem;
  }
}

@media only screen and (min-width: 600px) {
  .footer-nav .top-nav {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 550px) {
  .footer-nav .top-nav {
    text-align: left;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}

@media only screen and (max-width: 760px) {
  .footer-nav .top-nav {
    margin-left: 0;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}

.footer-nav .top-nav li {
  display: inline;
  position: relative;
  margin: 0px 10px;
  margin: 0rem 0.625rem;
}

@media only screen and (max-width: 760px) {
  .footer-nav .top-nav li {
    width: 15%;
    margin: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
}

@media only screen and (max-width: 550px) {
  .footer-nav .top-nav li {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 760px) {
  .footer-nav .top-nav li:after {
    position: absolute;
    color: #696969;
    content: ".";
    top: -8px;
    top: -0.5rem;
    right: -12px;
    right: -0.75rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer-nav .top-nav {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}

.footer-nav .top-nav li:lang(ar):after,
.footer-nav .top-nav li:last-child:after {
  display: none;
}

.footer-nav .top-nav li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #20c05c;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: border 0.3s ease-in-out 0;
  -moz-transition: border 0.3s ease-in-out 0;
  -o-transition: border 0.3s ease-in-out 0;
  transition: border 0.3s ease-in-out 0;
}

.footer-nav .top-nav li a:hover,
.footer-nav .top-nav li a:focus {
  border-bottom: 1px solid #20c05c;
  -webkit-transition: border 0.3s ease-in-out 0;
  -moz-transition: border 0.3s ease-in-out 0;
  -o-transition: border 0.3s ease-in-out 0;
  transition: border 0.3s ease-in-out 0;
}

.footer-nav .second-nav {
  display: inline;
  padding: 5px 0px;
  padding: 0.3125rem 0rem;
}

@media only screen and (min-width: 960px) {
  .footer-nav .second-nav {
    padding: 0;
  }

  .china_site .footer-nav .second-nav {
    padding: 5px 0px 5px 0px;
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    margin-left: 0px;
    margin-left: 0rem;
  }
}

@media only screen and (max-width: 960px) {
  .footer-nav .second-nav {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (max-width: 550px) {
  .footer-nav .second-nav {
    text-align: left;
  }

  /*Custom CSS for Category Page*/
  .mobile-title {
    display: block;
  }

  .desktop-title,
  .category-tree ul,
  .category-tree .see-all-articles {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .footer-nav .second-nav {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    border-top: 1px solid #eff0ef;
    background: #f3f9f5;
    padding: 20px 0px 0px 0px;
    padding: 1.25rem 0rem 0rem 0rem;
  }
}

.footer-nav .second-nav li {
  display: inline;
  margin: 0px 5px;
  margin: 0rem 0.3125rem;
}

@media only screen and (max-width: 600px) {
  .footer-nav .second-nav li {
    width: 30%;
    margin: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
}

.footer-nav .second-nav li a {
  text-decoration: none;
  color: #333333;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-transition: border 0.3s ease-in-out 0;
  -moz-transition: border 0.3s ease-in-out 0;
  -o-transition: border 0.3s ease-in-out 0;
  transition: border 0.3s ease-in-out 0;
}

.footer-nav .second-nav li a:hover,
.footer-nav .second-nav li a:focus {
  border-bottom: 1px solid #20c05c;
  -webkit-transition: border 0.3s ease-in-out 0;
  -moz-transition: border 0.3s ease-in-out 0;
  -o-transition: border 0.3s ease-in-out 0;
  transition: border 0.3s ease-in-out 0;
}

.footer-nav .bottom-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media only screen and (max-width: 960px) {
  .footer-nav .bottom-section {
    margin-top: 0;
  }
}

.footer-nav .copyright {
  display: inline;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 3px 20px 3px 0px;
  padding: 0.1875rem 1.25rem 0.1875rem 0rem;
  margin-left: -78px;
  margin-left: -4.875rem;
}

@media only screen and (max-width: 768px) {
  .footer-nav .copyright {
    display: block;
    float: none;
    margin-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .footer-nav .copyright {
    margin-top: 0;
    border-top: 1px solid #eff0ef;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

.china_site .footer-nav .copyright {
  display: block;
  margin-left: 0;
}

@media only screen and (max-width: 550px) {
  .footer-nav .copyright .all-rights {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .footer-nav .copyright .all-rights {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

.languages {
  display: inline;
  border-left: 1px solid #696969;
  padding-left: 20px;
  padding-left: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .languages {
    display: none;
  }
}

.china_site .languages {
  display: none;
}

.language-selector {
  display: inline-block;
}

.language-selector .dropdown-toggle {
  display: inline;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 3px 20px 3px 0px;
  padding: 0.1875rem 1.25rem 0.1875rem 0rem;
  color: #696969;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s ease-in-out 0;
  -moz-transition: border 0.3s ease-in-out 0;
  -o-transition: border 0.3s ease-in-out 0;
  transition: border 0.3s ease-in-out 0;
}

.language-selector .dropdown-toggle:hover,
.language-selector .dropdown-toggle:focus {
  border-bottom: 1px solid #20c05c;
}

.language-selector .dropdown-menu {
  bottom: 100%;
  width: 450px;
  margin-bottom: 10px;
  box-shadow: none;
  font-size: 0;
}

.language-selector .dropdown-menu:after {
  content: "";
  height: 14px;
  width: 14px;
  border: 1px solid #d8d8d8;
  position: absolute;
  top: 100%;
  right: 35px;
  background-color: #fff;
  border-width: 0px 1px 1px 0;
  margin-top: -7px;
  border-radius: 0 0 1px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.language-selector .dropdown-menu a {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  font-family: sans-serif;
  color: #888;
  border: none;
}

.language-selector .dropdown-menu a:hover {
  background: #f1fbf5;
}

.dropdown-menu a:nth-child(odd) {
  border-right: 1px solid #eee;
}

.language-selector .dropdown-toggle:after {
  content: "";
  background-image: url(/hc/theme_assets/212433/1591/arrow.png);
  background-repeat: no-repeat;
  width: 6px;
  height: 3px;
}

/* ====================================================
   Custom Fonts
   ==================================================== */

:lang(en) th,
:lang(da) th,
:lang(de) th,
:lang(es) th,
:lang(fi) th,
:lang(fr) th,
:lang(id) th,
:lang(it) th,
:lang(nl) th,
:lang(ms) th,
:lang(pt) th,
:lang(pl) th,
:lang(tr) th,
:lang(sv) th {
  font-family: "Soleil_Medium";
}

/* ====================================================
   Home
   ==================================================== */
.hero-unit {
  padding: 25px 60px 70px 60px;
}

.help-center-name {
  font-size: 35px;
}

.page-home .container {
  max-width: 1120px;
  margin: auto;
}

.home-support-header {
  margin-top: 40px;
  text-align: center;
}

.home-support-options {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px 60px 40px;
}

.logo .evernote-link {
  display: flex;
  align-items: center;
}

.logo .evernote-logo {
  border-right: 1px solid #DDD;
  margin-right: 15px;
  padding-right: 15px;
}

.logo .evernote-home-link {
  font-size: 18px;
}


/* ====================================================
   Search
   ==================================================== */
.search {
  display: block;
  position: relative;
}

.search:before {
  display: none;
  content: "";
  position: absolute;
  top: 32%;
  left: 18px;
  width: 22px;
  height: 22px;
  background-image: url(/hc/theme_assets/212433/1591/Asset_Search.png);
  background-repeat: no-repeat;
  background-size: 22px;
  line-height: 30px;
  color: #aaa;
}

.search input[type="search"],
.search input[type="text"] {
  height: 60px;
  width: 100%;
  margin: 0;
  padding: 6px 20px;
  border-radius: 6px;
  border: 2px solid #e0e1e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search input[type="search"]:hover,
.search input[type="text"]:hover,
.search input[type="search"]:focus,
.search input[type="text"]:focus {
  border-color: #b5b7b8;
}

.search input[type="submit"] {
  display: none;
}

.search button[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 60px;
  padding: 0;
  border: none;
  background: transparent;
  color: #000;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  min-width: 0;
}

.search button[type="submit"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background-image: url(/hc/theme_assets/212433/1591/Asset_Search.png);
  background-repeat: no-repeat;
  background-size: 22px;
  line-height: 60px;
  color: #aaa;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.search button[type="submit"]:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.header-bottom .search {
  width: 86%;
  margin: 20px auto;
}

/* ====================================================
   Alert Bar
   ==================================================== */

.home-banner {
  margin-top: -10px;
  margin-bottom: 30px;
  padding: 0 15px 12px;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
  font-size: 12px;
}

.home-banner a {
  color: inherit;
}

.form-banner {
  margin-top: -10px;
  margin-bottom: 30px;
  padding: 0 15px 12px;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
  font-size: 12px;
  color: #e2757a;
}

.form-banner a {
  color: inherit;
}

.alert {
  margin-top: -10px;
  margin-bottom: 30px;
  padding: 0 15px 12px;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
  color: rgb(226, 117, 122);
  font-size: 12px;
}

.alert a {
  color: rgb(226, 117, 122);
}

.alert a:hover {
  color: rgb(199, 94, 98);
}

#dc-article-unavailable {
  margin-bottom: 20px;
}

.multiple-alerts .alert,
.multiple-alerts .banner {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 15px;
}

.multiple-alerts .alert:first-child,
.multiple-alerts .banner:first-child {
  margin-top: -10px;
  padding: 0 15px 12px;
}

.multiple-alerts .alert:last-child,
.multiple-alerts .banner:last-child {
  margin-bottom: 30px;
}

/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */

.home-navigation-header {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  color: #666;
}

.home-navigation {
  margin: 40px 0 20px;
  text-align: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-around;
  flex-wrap: wrap;
}

.home-nav-item {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: block;
  margin-bottom: 40px;
}

.home-nav-item-1 {
  -webkit-box-flex: 1 1 100%; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 100%; /* OLD - Firefox 19- */
  -webkit-flex: 1 1 100%; /* Chrome */
  -ms-flex: 1 1 100%; /* IE 10 */
  flex: 1 1 100%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.home-nav-item-2 {
  -webkit-box-flex: 1 1 50%; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 50%; /* OLD - Firefox 19- */
  -webkit-flex: 1 1 50%; /* Chrome */
  -ms-flex: 1 1 50%; /* IE 10 */
  flex: 1 1 50%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.home-nav-item-3 {
  -webkit-box-flex: 1 1 33%; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 33%; /* OLD - Firefox 19- */
  -webkit-flex: 1 1 33%; /* Chrome */
  -ms-flex: 1 1 33%; /* IE 10 */
  flex: 1 1 33%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.home-nav-item-4 {
  -webkit-box-flex: 1 1 25%; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 25%; /* OLD - Firefox 19- */
  -webkit-flex: 1 1 25%; /* Chrome */
  -ms-flex: 1 1 25%; /* IE 10 */
  flex: 1 1 25%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.home-nav-item-5 {
  -webkit-box-flex: 1 1 20%; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 20%; /* OLD - Firefox 19- */
  -webkit-flex: 1 1 20%; /* Chrome */
  -ms-flex: 1 1 20%; /* IE 10 */
  flex: 1 1 20%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.home-nav-item-6 {
  -webkit-box-flex: 1 1 16%; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 16%; /* OLD - Firefox 19- */
  -webkit-flex: 1 1 16%; /* Chrome */
  -ms-flex: 1 1 16%; /* IE 10 */
  flex: 1 1 16%; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}


.home-nav-link {
  display: inline-block;
  text-align: center;
}

.home-nav-title,
.home-nav-link img {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.home-nav-link:hover,
.home-nav-link:focus {
  border: none;
  text-decoration: none;
}

/* Icon Hover */

.desktop .home-nav-link:hover img,
.desktop .home-nav-link:focus img {
  opacity: 0.5;
}

.home-nav-title {
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.collapsable-text {
  word-spacing: 100vw;
}

/* Top Articles */

.home-top-article-header {
  margin-top: 40px;
}

.home-top-article-list h3 {
  display: none;
}

.home-top-article-list {
  margin-bottom: 40px;
  font-size: 0;
}

.home-top-article-list ul {
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
  column-fill: auto;
}

.home-top-article-list li {
  padding: 10px 0;
  vertical-align: top;
  font-size: 18px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.home-top-article-list li:nth-child(even) {
  margin-right: 0;
}

/* Community */

.community h4 {
  float: right;
  margin: 0;
}

.trending-questions + h4 {
  margin-top: 65px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2 {
  border-bottom: 1px solid #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.community h2 a {
  font-size: 12px;
  margin-left: 5px;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.section-area h1 {
  margin: 30px 0;
}

.section-tree {
  padding-top: 15px;
  padding-bottom: 50px;
}

.section-tree .section {
  display: inline-block;
  margin: 0 0 65px;
  vertical-align: top;
  width: 49%;
}

.section-tree h3 {
  margin: 10px 0;
}

.section-tree ul,
ul.article-list {
  color: #1a74b0;
  list-style-position: outside;
  list-style-type: disc;
}

.section-empty {
  display: none;
}

/*2-Column Sections*/

.page-category .section-tree {
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
  column-fill: auto;
}

.page-category .section-tree .section {
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.page-featured-guides .section-tree {
  -webkit-column-count: auto;
  -webkit-column-gap: 0;
  -webkit-column-fill: auto;
  -moz-column-count: auto;
  -moz-column-gap: 0;
  column-count: auto;
  column-gap: 0;
  column-fill: auto;
}

.knowledge-base h4:before,
.community h4:before {
  color: #d5d5d5;
  font-family: "entypo";
  margin-right: 10px;
  vertical-align: middle;
}

.article-list li,
.community li {
  margin-bottom: 0;
  padding-right: 30px;
}

.article-list li {
  padding: 10px 0;
  line-height: 1.5em;
  list-style: none;
}

.category-header {
  margin: 30px 0;
}

.category-list li {
  width: 296px;
  height: 203px;
  background: #333;
  display: block;
  margin-bottom: 25px;
  margin-right: 25px;
  overflow: hidden;
  text-align: center;
  color: #d5d5d5;
  float: left;
  font-weight: normal;
}

.category-list li:nth-child(3n) {
  margin-right: 0;
}

.category-list li a {
  border-bottom: 3px solid #ffffff;
  margin-top: 65px;
  padding: 11px;
}

.category-list li a:hover {
  text-decoration: none;
}

.category-tree .article-list li:nth-child(4) ~ li {
  display: none;
}

/*Featured Category*/

.featured-guides {
  margin-bottom: 50px;
  padding: 60px 0;
  border-bottom: 1px solid #ccc;
  font-size: 0; /* Remove whitespace between featured-guide */
}

.featured-guide {
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: top;
}

.featured-guide a {
  border-bottom: none;
}

.featured-guide.in {
  display: inline-block;
}

.featured-guide:hover,
.featured-guide:focus {
  color: #444;
}

.featured-guide-title {
  width: 120px;
  margin: 25px auto 0;
}

.featured-guide-title span {
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
}

.featured-guide:hover .featured-guide-title span,
.featured-guide:focus .featured-guide-title span {
  border-bottom: 1px solid;
}

.featured-guide-logo {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.featured-section-title {
  font-size: 22px;
  color: #555;
}

.page-featured-guides .section-tree {
  margin-bottom: 20px;
  padding-top: 0;
}

.page-featured-guides .section-tree .section {
  width: 31%;
  margin: 10px 0;
  margin-right: 2.5%;
}

.page-featured-guides .section:nth-child(3n) {
  margin-right: 0;
}

.page-featured-guides .section h3 {
  margin: 10px 0;
}

.page-featured-guides .section a {
  display: inline-block;
  color: #2dbe60;
}

.page-featured-guides .section a:hover,
.page-featured-guides .section a:focus {
  border-bottom: 1px solid;
}

.page-featured-guides .section a:active {
  color: #23954b;
}

.no-list .featured-guides {
  margin-bottom: 0px;
  border: none;
}

.section h3 a,
.section h3 span {
  color: inherit;
  font-weight: normal;
}

.section h3 a {
  display: none;
  border-bottom: none;
}

.article-promoted span {
  cursor: default;
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #fff;
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}

.see-all-articles:hover,
.see-all-articles:focus {
  text-decoration: none;
}

.category-description,
.section-description {
  color: #252525;
  font-size: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-subscribe,
.section-unsubscribe {
  float: right;
  margin-top: 5px;
}

.category-list a,
.section-list a {
  color: inherit;
  display: inline-block;
  margin-bottom: 10px;
}

/* ====================================================
   Article
   ==================================================== */
.article-header h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1.4em;
  color: #666;
}

.article-body .article-guide-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

.article-author {
  font-weight: bold;
}

.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative;
}

.article-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

.article-avatar img {
  max-height: 38px;
  max-width: 38px;
}

.article-updated {
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 5px;
}

.article-subscribe,
.article-unsubscribe {
  float: right;
}

.recent-articles h3 {
  display: none;
}

.recent-articles a {
  font-size: 13px;
}

.recent-article-header {
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
}

/* Guide Sidebar */
.guide-sidebar {
  width: 245px;
  max-width: 245px;
  position: relative;
  margin-right: 40px;
}

.guide-sidebar a,
.guide-sidebar .title {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 14px 20px;
  border-bottom: 1px solid #cbcbcb;
  color: #646469;
  font-size: 14px;
}

.guide-sidebar li:first-child a,
.guide-sidebar li:first-child .title {
  border-top: 1px solid #cbcbcb;
}

.guide-sidebar .active .title {
  background: #e4f7ea;
}

.guide-sidebar a:hover {
  color: #000;
}

.guide-select {
  display: none;
  position: relative;
  height: 60px;
  padding: 15px 80px 15px 20px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 10;
}

.guide-select span {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.guide-select .icon-arrow-down {
  position: absolute;
  top: 5px;
  right: 0;
  width: 60px;
  height: 50px;
  padding: 15px;
  border-left: 1px solid #cbcbcb;
}

.guide-select .icon-arrow-down:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 16px;
  width: 16px;
  margin: auto;
  background-image: url(/hc/theme_assets/212433/1591/Asset_Arrow_Down_2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

/*Fixed Guide Select*/
.guide-sidebar.fixed + .article-column {
  padding-top: 60px;
}

.guide-sidebar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 100;
}

.guide-sidebar.fixed .guide-links {
  top: 75px;
  left: 20px;
  right: 20px;
  width: auto;
  overflow-y: auto;
}

.guide-links {
  width: 100%;
  min-height: 1px;
}

.page-article-guide .breadcrumbs li:nth-child(3) {
  display: none;
}

/* Article Sidebar */

.main-column {
  float: left;
  width: 740px;
}

.side-column {
  float: left;
  width: 265px;
}

.article-sidebar {
  margin-left: 115px;
}

.article-sidebar.full-width {
  margin-left: 0px;
}

.article-sidebar ul {
  margin-bottom: 40px;
}

.section-area .article-list {
  margin-top: 6px;
}

.article-body {
  padding-top: 30px;
  border-top: 1px solid #cbcbcb;
  word-wrap: break-word;
}

.article-body,
.article-body a,
.article-body button {
  font-size: 16px;
}

.article-body .divider_line,
.article-body .divider {
  margin: 40px 0;
}

.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5 {
  margin: 1em 0 0.625em;
  font-weight: normal;
}

:lang(en) .article-body b,
:lang(en) .article-body strong,
:lang(da) .article-body b,
:lang(da) .article-body strong,
:lang(de) .article-body b,
:lang(de) .article-body strong,
:lang(es) .article-body b,
:lang(es) .article-body strong,
:lang(fi) .article-body b,
:lang(fi) .article-body strong,
:lang(fr) .article-body b,
:lang(fr) .article-body strong,
:lang(id) .article-body b,
:lang(id) .article-body strong,
:lang(it) .article-body b,
:lang(it) .article-body strong,
:lang(nl) .article-body b,
:lang(nl) .article-body strong,
:lang(ms) .article-body b,
:lang(ms) .article-body strong,
:lang(pt) .article-body b,
:lang(pt) .article-body strong,
:lang(pl) .article-body b,
:lang(pl) .article-body strong,
:lang(tr) .article-body b,
:lang(tr) .article-body strong,
:lang(sv) .article-body b,
:lang(sv) .article-body strong {
  font-family: "Soleil_Medium";
}

.article-body pre {
  background: #fbfbfb;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ececec;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

.article-body blockquote {
  border-left: 1px solid #ececec;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #7b868a;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-position: outside;
}

.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style: none;
  counter-reset: item;
}

.article-body ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  width: 1.25em;
  display: inline-block;
  margin-left: -1.25em;
}

.article-body li {
  margin-left: 20px;
  margin-bottom: 20px;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
  margin-top: 60px;
  padding: 0;
}

.article-nav-links {
  color: #9d9d9d;
}

.article-nav-links a {
  font-size: 14px;
}

.article-footer .article-nav-links {
  margin-bottom: 25px;
}

.article-body .video-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.article-body .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-votes {
  position: relative;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 4px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  align-items: center;
}

.article-vote-group {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-vote-question {
  margin-right: 40px;
  padding-top: 10px;
}

.article-votes-count {
  margin-top: 10px;
}

.article-vote {
  min-width: 130px;
  height: 50px;
  line-height: 50px;
  background: none;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  color: #515151;
  outline: none;
}

.article-vote-up,
.article-vote-down {
  min-width: 130px;
  height: 50px;
  line-height: 50px;
  background: none;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  color: #515151;
  outline: none;
}

.article-vote-up:hover,
.article-vote-down:hover,
.article-vote-up:focus,
.article-vote-down:focus {
  color: #515151;
  background: #fff;
  border-color: #cbcbcb;
}

.article-vote-up {
  margin-right: 15px;
}

.article-vote-up:hover {
  background: #fff;
  border: 1px solid #2dbe60;
}

.article-vote-down:hover {
  background: #fff;
  border: 1px solid #df494e;
}

.article-vote-up:active,
.article-vote-up[aria-selected="true"],
.article-vote-up.article-voted {
  background: #f0f8f0;
  border: 1px solid #2dbe60;
}

.article-vote-down:active,
.article-vote-down[aria-selected="true"],
.article-vote-down.article-voted {
  background: #fcefeb;
  border: 1px solid #df494e;
}

.article-vote-up:after,
.article-vote-down:after {
  content: attr(title);
}

.article-vote-up:before,
.article-vote-down:before {
  content: "";
  display: inline-block;
  height: 16px;
  margin-top: -2px;
  margin-right: 6px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.article-vote-up:before {
  width: 20px;
  background-image: url(/hc/theme_assets/212433/1591/Icon_Yes.png);
}

.article-vote-down:before {
  width: 16px;
  background-image: url(/hc/theme_assets/212433/1591/Icon_No.png);
}

.article-more-questions {
  margin-bottom: 30px;
}

.article-comments {
  margin-top: 50px;
}

.article-comments .subtle-wrap {
  padding: 30px 30px 5px;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 5px;
  padding: 8px 0;
  line-height: 1em;
}

@media only screen and (max-width: 960px) {
  .article-votes {
    flex-direction: column;
  }

  .article-vote {
    text-align: center;
  }

  .article-vote-question {
    display: block;
    margin: 0px 0 20px;
  }

  .article-vote .article-vote-up,
  .article-vote .article-vote-down {
    width: 150px;
    margin: 0 auto 15px;
  }

  .article-footer {
    padding: 25px 0;
  }
}

/* ====================================================
Forms
==================================================== */
label {
  display: inline-block;
  vertical-align: middle;
}

input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 5px;
}

input,
textarea {
  border: 1px solid #dbdbdb;
  border: 1px solid rgba(0, 0, 0, 0.13);
  outline: none;
  padding: 10px;
  vertical-align: middle;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea,
input[type="text"] {
  width: 100%;
}

input,
textarea,
select {
  color: #252525;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* ====================================================
   New Request Form
   ==================================================== */

.request-form > .form-field,
.request-form > footer {
  visibility: hidden;
}

.request-form.in > .form-field,
.request-form.in > footer,
.request-form > .request_ticket_form_id {
  visibility: visible;
}

.form-field {
  margin-bottom: 25px;
}

.form-field.restricted,
.form-field.hide {
  display: none !important;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  color: #20c05c;
  font-family: "Soleil_Light", Helvetica, Arial, sans-serif;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field p {
  font-family: "Soleil_italic", Helvetica, Arial, sans-serif;
  color: #a7a7a7;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.form-field input[type="number"],
.form-field input.datepicker {
  width: 150px;
}

.form form + form,
.searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/212433/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eeeeee;
  text-align: right;
}

.form-submit-legal {
  margin: 15px 0 20px;
  font-size: 13px;
  text-align: left;
}

.nesty-input,
.form input[type="text"],
.form textarea {
  height: auto;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: white;
  font-family: "Soleil_Light", Helvetica, Arial, sans-serif;
  color: #525257;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 5px;
  padding: 0.3125rem 0.8rem;
}

.nesty-input {
  width: 20rem;
}

.nesty-input:hover {
  border: 1px solid #e6e6e6;
}

.nesty-input:focus {
  border: 1px solid #20c05c;
}

.nesty-panel {
  height: 200px;
  border: 1px solid #ddd;
}

.nesty-panel li {
  min-height: 36px;
  padding: 0.65rem 0.8rem !important;
  font-size: 14px;
}

.nesty-panel li:focus {
  background: #f8f8f8;
}

.searchbox {
  display: none !important;
}

.options-divider {
  position: relative;
  display: block;
  text-align: center;
  margin: 30px 0 10px;
}

.options-divider-title {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #aaa;
  text-align: center;
  background: #fff;
  z-index: 10;
}

.options-divider:before {
  content: "";
  height: 1px;
  left: 0;
  border-bottom: 1px solid #ccc;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.no-channels .suggestion-continue,
.no-channels .options-divider {
  display: none !important;
}

/* Attachments */

.request-container .upload-dropzone {
  display: block;
}

.upload-dropzone {
  display: none;
}

.modal-btn {
  display: block;
  margin: 20px auto 0;
}

.request_attachments label {
  display: inline-block;
  margin: 0;
}

.browse {
  position: relative;
  display: inline-block;
  min-width: auto;
  height: 35px;
  margin-left: 10px;
  padding: 0 10px;
  border: 1px solid #aaa;
  line-height: 35px;
  font-size: 16px;
  color: #888;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}

.browse input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer;
}

/* Attachments Modal */
.legal-modal {
  display: none;
}

.legal-modal.in {
  display: block;
}

.legal-modal,
.legal-modal .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.legal-modal .modal-backdrop {
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  cursor: pointer;
}

.legal-modal .modal-body {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  padding: 30px;
  min-width: 100px;
  min-height: 50px;
  z-index: 1001;
  background: #fff;
  font-size: 16px;
}

/* Suggestion Fields */

.form-panels {
  max-width: 700px;
}

.form-panel {
  width: 100%;
}

.suggestion-fields.hide {
  display: block;
}

.suggestion-fields.hide .form-field {
  display: none;
}

.suggestion-fields.hide .request_ticket_form_id {
  display: block;
}

.suggestion-dc {
  margin: 25px 0;
  padding: 20px;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.suggestion-dc.article-body {
  padding: 20px;
  border: none;
}

.suggestion-search {
  margin: 60px 0 25px;
}

.suggestion-search-header {
  font-style: italic;
  color: #20c05c;
}

.form-btn {
  min-width: 0;
  background: #20c05c;
  border: 1px solid #1fb758;
  color: #fff;
}

.form-btn:hover,
.form-btn:focus {
  border: 1px solid #199447;
  background: #199447;
  color: #fff;
}

.ticket-fields {
  margin-bottom: 40px;
}

/* Support Channels */

.support-channels {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.support-channels-space {
  justify-content: space-around;
}

.support-channel {
  position: relative;
  display: block;
  width: 33%;
  text-align: center;
  margin-top: 20px;
}

.support-channel .channel-title {
  display: block;
  bottom: 100%;
  width: 100%;
  min-height: 18px;
  margin: 10px auto 0;
  font-size: 12px;
  color: #222;
  text-align: center;
}

.support-channel .channel-btn {
  width: 100%;
  margin: 10px 0;
  background: #20c05c;
  border: 1px solid #1fb758;
  color: #fff;
}

.support-channel .channel-btn:hover,
.support-channel .channel-btn:focus {
  border: 1px solid #199447;
  background: #199447;
  color: #fff;
}

.support-channel .channel-btn.upgrade,
.support-channel .channel-btn.disable,
.support-channel .channel-btn.disable:hover,
.support-channel .channel-btn.disable:focus {
  background: #e9e8e8;
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
}

.support-channel .channel-btn.disable .support-channel .channel-btn.disable:hover,
.support-channel .channel-btn.disable:focus {
  cursor: pointer;
}

.support-channel .channel-btn.upgrade:hover,
.support-channel .channel-btn.upgrade:focus {
  background: #eee;
}

.support-channel .channel-desc {
  display: block;
  font-size: 12px;
  color: #222;
}

.channel-box {
  padding: 0 20px 25px;
  border: 1px solid transparent;
}

.channel-recommended .channel-box {
  border-color: #2dbe60;
}

.channel-recommended-label {
  visibility: hidden;
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: #2dbe60;
  text-align: center;
  background: #fff;
  z-index: 10;
  top: -12px;
  font-size: 12px;
  font-weight: 600;
}

.channel-recommended .channel-recommended-label {
  visibility: visible;
}

/* Form Search Results */
.form-search {
  margin: 20px 0 40px;
  padding: 0;
  border-top: 1px solid #dbdbdb;
}

.form-search:before {
  display: table;
  position: relative;
  margin: 0 auto;
  content: "";
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  top: -8px;
  top: -0.5rem;
}

.form-search-title {
  margin: 20px 0 10px;
  color: #20c05c;
}

.form-search-results {
  margin-left: 40px;
}

.form-search-result {
  position: relative;
  margin-bottom: 20px;
}

.form-search-result-link {
  color: #666;
  font-size: 16px;
}

.form-search-result-link em {
  font-style: normal;
  color: black;
  background-color: rgba(255, 255, 0, 0.5);
}

.form-search-icon {
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 4px;
  width: 20px;
  height: 21px;
  background-image: url(/hc/theme_assets/212433/1591/support-sprite.png);
  background-repeat: no-repeat;
}

.index_helpcenter .form-search-icon {
  background-position: 0 0;
}

.index_dev_discussion .form-search-icon {
  background-position: 0 -59px;
}

/* Directly  */
.directly-rtm.is-minimized {
  display: none;
}

/* Request Submission */
.request-success .request-title {
  font-family: "Soleil_light_italic", Helvetica, Arial, sans-serif;
}

.request-message {
  margin: 25px 0;
  padding: 40px;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #222;
}

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */

/*
 * Column size
 */

.side-column-inner {
  border-top: 1px solid #cbcbcb;
  padding-top: 33px;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
}

.article-promoted span,
.visibility-internal {
  display: none;
  cursor: default;
  position: relative;
}
.article-promoted span:before,
.article-promoted span:after,
.visibility-internal:before,
.visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before,
.visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after,
.visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before,
.article-promoted span:hover:after,
.visibility-internal:hover:before,
.visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */
/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #585858;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #2dbe60;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #585858;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #2dbe60;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

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

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  /*margin-top: 15px;*/
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #2dbe60;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: $text_font;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul,
[dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  /*color: darken($link_color, 20%);*/
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #585858;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

.attachment-list,
.screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span,
.screencast-list span {
  color: #999999;
}
.attachment-list li,
.screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before,
.screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  margin-top: 30;
}

.my-activities-header .breadcrumbs li {
  color: black;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.my-activities-nav a,
.my-activities-sub-nav a {
  text-decoration: none;
  border-bottom: none;
}

.my-activities-table th {
  color: #2dbe60;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir="rtl"] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

/*.request-status {
  color: #fff;
  border-radius: 3px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}
*/
/* Community heading */
.community-heading {
  margin: 0;
  width: 100%;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir="rtl"] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: #1a74b0;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
[dir="rtl"] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header,
.question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *,
.question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta,
.question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading,
.question-heading,
.answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: normal;
}

.question,
.answer {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar,
.answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after,
.answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/212433/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/212433/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img,
.answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body,
.answer-body,
.answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p,
.answer-body p,
.answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title,
.topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a,
.topic-title a {
  font-weight: lighter;
}

.question-meta,
.answer-meta,
.topic-meta {
  color: #cccccc;
  font-size: 11px;
}

.topic-meta span + span:before,
.question-meta span + span:before,
.answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type="submit"] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share,
.answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #eeeeee;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum,
.vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #fff;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #bebebe;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #fff;
  border-color: #a6a6a6;
  color: #bbb;
}

.vote-controls a:hover,
.vote-controls [aria-selected="true"] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #ccc;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #bbb;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept,
.answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls,
.question-controls,
.answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before,
.question-delete:before,
.question-mark-as-spam:before,
.answer-delete:before,
.answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before,
.share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

/* ====================================================
   Contact Us
   ==================================================== */

/* ====================================================
   Search Results
   ==================================================== */

.search-results {
  padding-right: 100px;
}

.page-search.hasContactFooter main {
  padding-bottom: 200px;
}

.inapp.page-search.hasContactFooter main {
  padding-bottom: 0;
}

.page-search .footer-contact {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir="rtl"] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-heading {
  display: block;
  margin: 30px 0 25px;
  font-size: 22px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #cbcbcb;
  padding: 30px 0;
}
.search-results-list > *:first-child {
  border-top: 1px solid #cbcbcb;
}

.search-result-link {
  font-size: 22px;
}

.search-result-body {
  margin-top: 5px;
}

.search-result em {
  font-weight: bold;
  font-style: normal;
}

.search-result-description {
  display: none;
  padding-top: 16px;
}

.search-result-meta {
  padding: 6px 0;
  font-size: 12px;
  color: #888;
}

.search-result-meta a {
  color: #7b868a;
  font-size: 12px;
  line-height: 18px;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* ====================================================
   My Activities New
   ==================================================== */

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #2dbe60;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #585858;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #252525;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: #2dbe60;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending,
.status-label-not-planned {
  background-color: #eee;
  color: #585858;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: $text_font;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul,
[dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #000;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #585858;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #585858;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #2dbe60;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #252525;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #252525;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #2dbe60;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #252525;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #2dbe60;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  /*display: block;*/
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
}

.requests-table-toolbar .search input[type="search"] {
  height: 40px;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url($assets-dropdown-arrow-svg) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

.requests-table-toolbar select:focus {
  border: 1px solid #2dbe60;
}

.requests-table-toolbar select::-ms-expand {
  display: none;
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe,
  [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #2dbe60;
  color: #d5d5d5;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #2dbe60;
  border-radius: 4px;
  color: #d5d5d5;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #196c36;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #585858;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  margin: 20px 0;
  color: #585858;
}

/***** Request *****/
.request-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #585858;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #2dbe60;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #2dbe60;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

.request-title-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .request-title-mobile {
    display: none;
  }

  .request-title-desktop {
    display: block;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 31%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #585858;
  width: 40%;
  font-weight: bold;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #585858;
  font-size: 13px;
  font-weight: 300;
}

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

/* ====================================================
   Chat
   ==================================================== */

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -moz-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -ms-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -o-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  transition: bottom 0.5s ease-in, color 0.5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 5% 0;
}

.error-page.show {
  display: block;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: inline-block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #252525;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  border-bottom: 1px solid;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #f9f9f9 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/* ====================================================
   Accordion CSS
   ==================================================== */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* ====================================================
   Evernote CSS
   ==================================================== */

.row {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.last,
.omega {
  margin-right: 0 !important;
}

.col_1 {
  width: 7.4166666667%;
}

.col_2 {
  width: 15.8333333333%;
}

.col_3 {
  width: 24.25%;
}

.col_4 {
  width: 32.6666666667%;
}

.col_5 {
  width: 41.0833333333%;
}

.col_6 {
  width: 49.5%;
}

.col_7 {
  width: 57.9166666667%;
}

.col_8 {
  width: 66.3333333333%;
}

.col_9 {
  width: 74.75%;
}

.col_10 {
  width: 83.1666666667%;
}

.col_11 {
  width: 91.5833333333%;
}

.col_12 {
  width: 100%;
  margin-left: 0;
}

.article-body [class^="col_"] {
  margin-right: 3.8%;
}

.article-body .col_1 {
  width: 4.85%;
}

.article-body .col_2 {
  width: 13.5%;
}

.article-body .col_3 {
  width: 22.15%;
}

.article-body .col_4 {
  width: 30.8%;
}

.article-body .col_5 {
  width: 39.45%;
}

.article-body .col_6 {
  width: 48.1%;
}

.article-body .col_7 {
  width: 56.75%;
}

.article-body .col_8 {
  width: 65.4%;
}

.article-body .col_9 {
  width: 74.05%;
}

.article-body .col_10 {
  width: 82.7%;
}

.article-body .col_11 {
  width: 91.35%;
}

.article-body .col_12 {
  clear: both;
  width: 100%;
  float: left;
}

.img_centered,
.img_center,
.center_img,
.cntr_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img_border {
  background-color: #f9fcfc;
  border: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.img_shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.kb-meta-languages,
.keywords {
  display: none;
}

.clearer {
  clear: both;
}

.clear {
  clear: both;
  height: 0;
}

ol.no_bullets {
  margin-left: 0;
  padding-left: 0;
}

body.rtl ol.no_bullets {
  margin-right: 0;
  padding-right: 0;
}

ul.no_bullets li,
li.no_bullets,
ol.no_bullets li,
.img_list,
.img_list li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  background: none;
}

body.rtl ul.no_bullets li,
body.rtl li.no_bullets,
body.rtl ol.no_bullets li {
  margin-right: 0;
  padding-right: 0;
}

.inline_icon,
.inline_icon img,
.has_icons img,
.img_list img {
  display: inline-block;
  position: relative;
  margin: 0 0.5em 0.25em 0 !important;
}

.article-body .img_list {
  margin-left: 0;
}

.article-body .img_list .inline_icon {
  margin-right: 0.5em;
}

.article-body .text_center,
.article-body .text-center {
  text-align: center;
}

.article-body .button {
  display: table;
  margin: 0 auto 3em auto;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}

.article-body p .button {
  margin-bottom: 0;
}

.article-body .green_arrow:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-image: url(/hc/theme_assets/212433/1591/Icon_Arrow_Right.png);
  background-size: 10px;
  background-repeat: no-repeat;
}

.article-body table {
  width: 100%;
  border: 1px solid #ddd;
}

.article-body table th,
.article-body table td {
  border: 1px solid #ddd;
  text-align: left;
  white-space: pre-wrap;
}

.article-body table {
  margin: 2em 0;
  font-size: 0.75em;
}

.article-body table th {
  padding: 10px;
  background-color: #fafafa;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  color: #666;
  line-height: 1;
  white-space: normal;
  word-wrap: normal;
}

.article-body th h1,
.article-body th h2,
.article-body th h3 {
  font-size: 0.9em;
}

.article-body table td {
  padding: 10px;
  vertical-align: top;
  color: #888;
  word-wrap: break-word;
}

.text_center th,
.text_center td {
  text-align: center;
}

/* Guide Articles */

.guide_item .img_border {
  background-color: #f9fcfc;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Accordion List */

.accordion_list > li {
  position: relative;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #cbcbcb;
}

.accordion_list > li:hover,
.accordion_list > li.open {
  background: #f9f9f9;
}

.accordion_list > li:first-child {
  border-top: 1px solid #cbcbcb;
}

.accordion_list > li > h3:before,
.accordion_list > li > h4:before,
.accordion_list > li > .accordion_title:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  margin: 0 6px;
  background-image: url(/hc/theme_assets/212433/1591/Icon_Arrow_Right.png);
  background-size: 11px;
  background-repeat: no-repeat;
  font-size: 18px;
}

.accordion_list > li > h3,
.accordion_list > li > h4,
.accordion_list > li > .accordion_title {
  display: block;
  position: relative;
  margin: 0;
  padding: 25px 30px;
  padding-left: 50px;
  cursor: pointer;
}

.accordion_list > li > h3:before,
.accordion_list > li > h4:before,
.accordion_list > li > .accordion_title:before {
  position: absolute;
  top: 32px;
  left: 30px;
  margin: 0;
  margin-right: 8px;
}

.accordion_list > li:after {
  content: "";
  display: none;
  background-image: url(/hc/theme_assets/212433/1591/Icon_Arrow_Down.png);
}

.accordion_list > li.open > h3:before,
.accordion_list > li.open > h4:before,
.accordion_list > li.open > .accordion_title:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion_list > li > p,
.accordion_list > li > .accordion_content {
  display: none;
  padding: 0 25px 35px 50px;
}

/* ====================================================
   Video Playlist
   ==================================================== */

#player-data,
[data-type="playlist"] {
  display: none;
}

.hc-video-container {
  position: relative;
}

.hc-video-playlist-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.hc-video-playlist .hc-video-item {
  display: inline-block;
  position: relative;
  width: 50%;
  min-height: 100px;
  min-height: 6.25rem;
  margin: 0;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  cursor: pointer;
  overflow: hidden;
  vertical-align: top;
}

.hc-video-container .hc-video-playlist {
  margin: 30px 0;
  list-style-type: none;
}

@media only screen and (min-width: 960px) {
  .hc-video-playlist-container {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50%;
  }

  .hc-video-container .hc-video-playlist {
    margin: 30px 0;
    height: auto;
    max-height: 380px;
    max-height: 24rem;
    overflow-y: auto;
    list-style-type: none;
  }

  .hc-video-container .hc-video-playlist-container:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    height: 2.5rem;
    z-index: 4;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(70%, #ffffff)
    );
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#00ffffff",
        endColorstr="#ffffff",
        GradientType=0
      );
  }

  .hc-video-playlist .hc-video-item {
    width: 100%;
  }

  .hc-video-container .hc-video-playlist {
    margin: 0;
  }
}

@media only screen and (max-width: 960px) {
  .hc-video-container .hc-video-playlist-container:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hc-video-container .hc-video-playlist {
    max-height: none;
  }

  .hc-video-playlist .hc-video-item {
    width: 100%;
    min-height: 0;
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .hc-video-playlist .hc-video-snippet,
  .hc-video-playlist-container .hc-playlist-next,
  .hc-video-playlist-container .hc-playlist-prev {
    display: none;
  }
}

.hc-video-playlist .hc-video-item:hover .hc-video-thumbnail img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.hc-video-playlist .hc-current {
  background: #f0fcff;
}

.hc-video-index {
  float: left;
  width: 10%;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  font-weight: 600;
}

.hc-video-thumbnail {
  position: relative;
  float: left;
  width: 30%;
}

.hc-video-content {
  float: left;
  width: 60%;
  padding: 0 12px;
}

.hc-video-content span {
  display: block;
}

.hc-video-playlist .hc-video-title {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.hc-video-playlist .hc-video-snippet {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.65;
}

.hc-video-thumbnail .hc-play {
  display: none;
  position: absolute;
  top: 26%;
  left: 37%;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(/hc/theme_assets/212433/1591/play-button.svg);
}

/* Playlist Controls */
.hc-playlist-controls {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0px 16px;
  padding: 0rem 1rem;
  overflow: hidden;
}

.hc-video-status {
  float: left;
  margin: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #696969;
}

.hc-current-index {
  display: none;
}

.hc-playlist-prev,
.hc-playlist-next {
  display: block;
  float: right;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgb(0, 0, 238);
  font-size: 17px;
  line-height: 22.1000003814697px;
  position: relative;
  text-indent: -99999px;
  cursor: pointer;
}

.hc-playlist-next {
  margin-left: 6px;
  background-image: url(/hc/theme_assets/212433/1591/arrows-right.png);
}

.hc-playlist-prev {
  background-image: url(/hc/theme_assets/212433/1591/arrows-left.png);
}

.hc-playlist-next:hover,
.hc-playlist-next:focus,
.hc-playlist-next:before {
  background-image: url(/hc/theme_assets/212433/1591/arrows-right-hover.png);
}

.hc-playlist-prev:hover,
.hc-playlist-prev:focus,
.hc-playlist-prev:before {
  background-image: url(/hc/theme_assets/212433/1591/arrows-left-hover.png);
}

.hc-playlist-next:before,
.hc-playlist-prev:before {
  content: "";
  display: none;
}

@media only screen and (max-width: 960px) {
  .hc-playlist-controls {
    border-bottom: 1px solid #eff0ef;
    padding: 0 0 8px;
    padding: 0 0 0.45rem;
  }
}

/* Custom Guide Layout */
.page-article-guide .hc-video-playlist .hc-video-item {
  width: 50%;
}

.page-article-guide .hc-video-playlist-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .page-article-guide .hc-video-playlist .hc-video-item {
    width: 100%;
    height: auto;
  }
}

/* ====================================================
   Video Player
   ==================================================== */

.hc-video-container,
.hc-video-player-container {
  margin: 0rem auto 1.5625rem;
}

.hc-video-player-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.hc-video-container .hc-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video Controls */

.hc-video-player-controls {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.hc-video-player-container .hc-video-info-wrapper {
  color: #696969;
  margin-top: 50px;
  margin-top: 1rem;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .hc-video-player-container .hc-video-info-wrapper {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.hc-video-player-container .hc-video-info-wrapper h2 {
  clear: both;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.hc-video-player-container .hc-video-info-wrapper p {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.hc-video-player-wrapper {
  width: 100%;
  position: relative;
}

.hc-video-fullscreen .hc-video-player-wrapper {
  background: #000;
}

.hc-video-player-wrapper video {
  height: auto;
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.hide {
  display: none;
}

.show-inline {
  display: inline-block;
}

.hc-video-img-captions-container * {
  box-sizing: border-box;
}

.hc-video-img-captions-container {
  position: relative;
  z-index: 2;
}

.hc-video-fullscreen .hc-video-img-captions-container {
  top: 50%;
  transform: translateY(-50%);
}

.hc-video-progress-wrapper {
  width: 65%;
  margin-right: 5px;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .hc-video-progress-wrapper {
    width: 55%;
  }
}

.hc-video-progress {
  width: 100%;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hc-video-progress:hover,
.hc-video-progress:focus {
  cursor: pointer;
}

.hc-video-progress[value] {
  -webkit-appearance: none;
  border: none;
}

.hc-video-progress[value]::-webkit-progress-bar {
  background-color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hc-video-progress[value]::-webkit-progress-value {
  background-color: #8bddee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hc-video-time {
  max-width: 40px;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 12px;
  color: #696969;
  font-weight: 600;
}

.hc-video-captions {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 0.5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
}

.hc-video-captions.js-fullscreen-captions {
  bottom: 0px;
  min-height: 3.5em;
  font-size: 2.5em;
  padding: 1em;
  z-index: 2147483648;
}

.hc-video-controls {
  height: 44px;
  width: 100%;
  padding: 5px;
}

@media only screen and (max-width: 600px) {
  .hc-video-controls {
    display: none;
  }
}

.hc-video-controls button {
  cursor: pointer;
  background: transparent;
  padding: 0;
  margin-right: 5px;
  width: 25px;
  height: 20px;
  border: none;
  overflow: hidden;
  background-image: url("//theme.zdassets.com/theme_assets/212433/4dbad3b11e708a870ac27a74cd50fa10b1768b27.svg");
}

.hc-video-controls button:focus {
  outline: none;
}

.hc-video-controls .hc-volume-container {
  position: absolute;
  display: none;
  height: 115px;
  width: 32px;
  top: -123px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.hc-video-controls .hc-volume-container:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-left: -5px;
  content: "";
}

.hc-video-controls .hc-volume-container:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 10px;
  width: 100%;
}

.hc-video-controls .hc-volume-bar {
  position: absolute;
  left: 13px;
  bottom: 6px;
  background: #8bddee;
  width: 6px;
  height: 52px;
}

.hc-video-mute-btn-container:hover .hc-volume-container {
  display: block;
}

.hc-video-controls input[type="range"] {
  -webkit-appearance: none;
  height: 6px;
  width: 100px;
  margin-top: 8px;
  background-color: #e6e6e6;
  outline: none;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  top: 48px;
  left: -34px;
  border: none;
  padding: 0;
  vertical-align: inherit;
  border-radius: 0;
  cursor: pointer;
}

.hc-video-controls input[type="range"]:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
  z-index: 10;
}

.hc-video-controls input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #e6e6e6;
  border: none;
  z-index: 10;
}

.hc-video-controls input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 7px;
  z-index: 10;
}

.hc-video-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 16px;
  width: 7px;
  background-color: #666;
  z-index: 10;
}

.hc-video-controls .hc-video-play,
.hc-video-controls .hc-video-pause {
  min-width: 0;
}

.hc-video-controls .hc-video-play {
  width: 34px;
  height: 34px;
  background-position: 0 -460px;
}

.hc-video-controls .hc-video-play:hover {
  background-position: 0 -500px;
}

.hc-video-controls .hc-video-pause {
  width: 34px;
  height: 34px;
  background-position: 0 -270px;
}

.hc-video-controls .hc-video-pause:hover {
  background-position: 0 -310px;
}

.hc-video-captions-btn-container {
  display: none;
  margin-right: 15px;
  margin-top: 5px;
}

.hc-video-captions-btn-container label {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("//theme.zdassets.com/theme_assets/212433/4dbad3b11e708a870ac27a74cd50fa10b1768b27.svg");
  background-position: 0 0;
}

.hc-video-captions-btn-container label:hover {
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-position: 0 -30px;
}

.hc-video-captions-btn-container input[type="checkbox"]:checked + label {
  background-position: 0 -30px;
}

.hc-video-captions-btn-container input[type="checkbox"]:checked:hover + label {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.hc-video-mute-btn-container {
  margin-right: 15px;
  position: relative;
  margin-top: 5px;
}

.hc-video-mute-btn-container label {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("//theme.zdassets.com/theme_assets/212433/4dbad3b11e708a870ac27a74cd50fa10b1768b27.svg");
  background-position: 0 -790px;
}

.hc-video-mute-btn-container label:hover {
  cursor: pointer;
  background-position: 0 -820px;
}

.hc-video-mute-btn-container input[type="checkbox"] {
}

.hc-video-mute-btn-container input[type="checkbox"]:checked + label {
  background-position: 0 -730px;
}

.hc-video-mute-btn-container input[type="checkbox"]:checked:hover + label {
  cursor: pointer;
  background-position: 0 -760px;
}

.hc-video-fullscreen-btn-container {
  margin-top: 5px;
}

.hc-video-fullscreen-btn-container label {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("//theme.zdassets.com/theme_assets/212433/4dbad3b11e708a870ac27a74cd50fa10b1768b27.svg");
  background-position: 0 -140px;
}

.hc-video-fullscreen-btn-container label:hover {
  cursor: pointer;
  background-position: 0 -170px;
}

.hc-video-fullscreen-btn-container input[type="checkbox"]:checked + label {
  background-position: 0 -670px;
}

.hc-video-fullscreen-btn-container input[type="checkbox"]:checked + label:hover,
.hc-video-fullscreen-btn-container input[type="checkbox"]:checked + label:focus {
  background-position: 0 -700px;
}

/* Fullscreen Styles */

.hc-fullscreen .hc-video-player-container {
  width: 100%;
  height: 100%;
}

.hc-fullscreen .hc-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2147483648;
  background: white;
}

.hc-fullscreen .hc-video-player-wrapper {
  position: absolute;
  bottom: 44px;
  top: 0;
  width: 0;
  height: auto;
  padding-left: 100%;
  padding-top: 0;
}

.hc-fullscreen .hc-video-info-wrapper {
  display: none;
}

/* ====================================================
   Responsive CSS
   ==================================================== */

@media only screen and (max-width: 1171px) {
  /*  .home-top-article-list li {
    width: 47.3%;
    margin-right: 5.4%;
  }
*/
  .guide-sidebar {
    width: 24.25%;
  }

  .article-column {
    width: 66.3333333333%;
  }

  .article-sidebar {
    width: 24.25%;
    margin-left: 9.4%;
  }

  .form-panels {
    width: 100%;
  }

  .home-support-options {
    padding: 40px 0;
    justify-content: space-between;
  }

  .home-support-options .link-button {
    width: 50%;
    margin-bottom: 40px;
  }

  .link-button a {
    width: 70%;
    margin: auto;
  }
}

@media only screen and (max-width: 960px) {
  .col_md_hide {
    display: none !important;
  }
  .col_md_show {
    display: block;
  }
  .col_md_full {
    width: 100%;
  }

  .header-bottom .search {
    width: 100%;
  }

  .home-support-options {
    justify-content: space-between;
  }

  /*Article*/
  .page-article-guide .article-body {
    border-top: none;
  }

  .article-body .article-nav-links {
    display: none;
  }

  .article-nav-links {
    text-align: center;
  }

  .article-guide-title {
    display: none !important;
  }

  .guide-sidebar {
    float: none;
    max-width: none;
    margin: 0;
  }

  .guide-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #cbcbcb;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 100;
  }

  .guide-links.open {
    display: block;
  }

  .guide-sidebar .guide-links li a,
  .guide-sidebar .active .title {
    border: none !important;
    padding: 10px 20px;
    font-size: 18px;
  }

  .article-footer {
    padding: 25px 0;
  }

  /*Search*/
  #pagination .pagination {
    margin: 0 0 20px;
  }

  .page-search.hasContactFooter main {
    padding-bottom: 415px;
  }

  .page-search .footer-contact {
    display: block;
  }

  .search-results {
    padding: 0;
  }

  /*Section*/

  .page-category .section-tree {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-fill: auto;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    column-fill: auto;
  }

  /*Footer*/

  .inapp main {
    padding-bottom: 0 !important;
  }

  .inapp .footer {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  body,
  .article-body,
  .article-body a,
  .article-body button {
    font-size: 14px;
    line-height: 21px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5 {
    font-size: 12px;
    line-height: 24px;
  }
  caption {
    font-size: 12px;
    line-height: 18px;
  }

  main {
    padding-bottom: 300px;
  }

  .col_sm_hide {
    display: none !important;
  }
  .col_sm_show {
    display: block;
  }
  .col_sm_full {
    width: 100%;
  }

  /*Breadcrumbs*/

  .breadcrumbs li,
  .breadcrumbs li:before {
    display: none;
    position: relative;
  }

  .breadcrumbs a:before {
    content: "<";
    margin-right: 8px;
    color: #9d9d9d;
  }

  .page-category .breadcrumbs li:first-child {
    display: inline-block;
  }

  .page-search .breadcrumbs li:first-child {
    display: inline-block;
  }

  .page-section .breadcrumbs li:nth-child(2) {
    display: inline-block;
  }

  .page-article .breadcrumbs li:nth-child(3) {
    display: inline-block;
  }

  /* Categories */
  .section-tree .section {
    width: 100%;
  }

  /*Featured Category*/
  .page-featured-guides .section-tree .section,
  .page-featured-guides .section:nth-child(3n) {
    width: 47%;
    margin-right: 5%;
  }

  .page-featured-guides .section:nth-child(2n) {
    margin-right: 0;
  }

  .featured-guides {
    padding-bottom: 0;
  }

  .featured-guide {
    width: 33.33%;
    height: 200px;
  }

  /*Search*/

  .home-nav-item img {
    height: 130px;
  }

  .home-top-article-list ul {
    -webkit-column-count: auto;
    -webkit-column-gap: 0;
    -webkit-column-fill: auto;
    -moz-column-count: auto;
    -moz-column-gap: 0;
    column-count: auto;
    column-gap: 0;
    column-fill: auto;
  }

  .home-top-article-list li {
    float: none;
    width: 100%;
  }

  .home-top-article-list li:nth-child(even) {
    margin-left: 0;
  }

  /*Article*/
  .article-body .col_1,
  .article-body .col_2,
  .article-body .col_3,
  .article-body .col_4,
  .article-body .col_5,
  .article-body .col_6,
  .article-body .col_7,
  .article-body .col_8,
  .article-body .col_9,
  .article-body .col_10,
  .article-body .col_11 {
    float: none;
    width: 100%;
  }

  /* Footer */

  .footer-contact .contact-us {
    padding: 40px 0;
  }

  .hasContactFooter main,
  .page-search.hasContactFooter main {
    padding-bottom: 350px;
  }

  /*Ticket Form*/
  .legal-modal .modal-body {
    top: 10%;
  }

  .link-button a {
    width: 92%;
  }

  .support-channels .support-channel {
    width: 50%;
  }
}

@media only screen and (max-width: 650px) {
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_11,
  .col_12 {
    width: 50%;
  }

  .home-navigation {
    flex-direction: column;
  }
  
  .home-navigation .home-nav-item {
    margin-bottom: 0;    
  }

  .home-navigation .home-nav-item:not(:nth-child(1)) {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #cbcbcb;
  }
}

@media only screen and (max-width: 500px) {
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_11,
  .col_12 {
    width: 100%;
  }

  .home-navigation {
    margin: 0 0 48px;
    flex-direction: column;
  }

  .home-navigation .home-nav-item:not(:first-child) {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #cbcbcb;
  }

  .home-navigation .home-nav-item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #cbcbcb;
  }

  .home-navigation .home-nav-item:first-child {
    margin-top: 0;
    border-top: none;
  }

  .home-navigation-header {
    display: none;
  }

  .home-nav-item img {
    height: 160px;
  }

  .hasContactFooter main {
    padding-bottom: 430px;
  }

  .page-search.hasContactFooter main {
    padding-bottom: 432px;
  }

  .page-featured-guides .section-tree .section {
    width: 100%;
    margin: 0;
  }

  #pagination .pagination {
    margin: 0;
  }

  /* Ticket Form */

  .support-channels .support-channel {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  main {
    padding-bottom: 510px;
  }

  .col_xsm_hide {
    display: none !important;
  }
  .col_xsm_show {
    display: block;
  }
  .col_xsm_full {
    width: 100%;
  }

  /*Header*/

  /*Categories*/

  .section-empty {
    display: none;
  }

  .category-header {
    margin: 0px 0 20px;
  }

  .section-tree {
    padding: 0;
  }

  .section-tree .section {
    margin: 0;
  }

  .section-tree h3,
  .featured-guide {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
  }

  .section h3 span {
    display: none;
  }

  .section h3 a,
  .featured-guide a {
    position: relative;
    display: block;
    padding: 25px 0;
    color: #2dbe60;
    font-family: inherit;
    font-size: 16px;
  }

  .section h3 a:after,
  .featured-guide a:after {
    content: ">";
    position: absolute;
    right: 0;
    font-size: 22px;
    font-family: sans-serif;
    font-weight: lighter;
  }

  .section-tree .section:first-child h3,
  .featured-guide:first-child {
    border-top: 1px solid #cbcbcb;
  }

  .page-category .section-tree .article-list,
  .page-category .section-tree .see-all-articles {
    display: none;
  }

  .featured-guides {
    margin-bottom: 30px;
    padding: 0;
    border: none;
  }

  .featured-guide {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: left;
  }

  .featured-guide-title {
    display: inline-block;
    width: auto;
  }

  .featured-guide-logo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }

  .featured-guide a {
    padding: 15px 0;
  }

  .featured-guide a:after {
    top: 0;
    line-height: 80px;
    font-size: 18px;
    color: #515151;
  }

  .page-featured-guides .section:first-child h3,
  .page-featured-guides .section h3 {
    border: none;
  }

  .page-featured-guides .section a {
    padding: 0;
  }

  .page-featured-guides .section a:after {
    display: none;
  }

  .page-featured-guides .section-tree {
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbcbcb;
  }

  /*Sections*/

  .article-list li {
    padding: 0;
  }

  .article-list a {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #cbcbcb;
  }

  .article-list li:first-child a {
    border-top: 1px solid #cbcbcb;
  }

  /*Articles*/

  .article-header h1 {
    margin: 10px 0 20px;
    font-size: 34px;
  }

  .section-tree .pagination {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbcbcb;
  }

  table th {
    padding: 5px;
  }

  th h1,
  th h2,
  th h3 {
    font-size: 0.8em;
  }

  /*Search*/

  .search-results-heading {
    margin: 0 0 25px;
  }

  .page-search .footer-contact .divider {
    display: block;
  }

  /*Footer*/

  .footer-secondary {
    padding: 20px;
  }

  .footer-contact .contact-us {
    padding: 20px 0;
  }

  .hasContactFooter main,
  .page-search.hasContactFooter main {
    padding-bottom: 670px;
  }

  .hasContactFooter .divider {
    display: none;
  }

  .link-button a,
  button,
  [role="button"],
  [type="button"],
  [type="submit"] {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }

  .home-support-options .link-button {
    width: 100%;
    margin-bottom: 25px;
  }

  .link-button a {
    line-height: 1.5;
    width: 100%;
  }

  .link-button.has-icon a {
    justify-content: center;
    padding: 12px 4%;
  }

  /*Ticket Form*/
  .legal-modal .modal-body {
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
  }
}

@media only screen and (max-width: 420px) {
  .hasContactFooter main,
  .page-search.hasContactFooter main {
    padding-bottom: 695px;
  }
}

/* ====================================================
   Layout styles
   ==================================================== */

.inapp .header-top,
.inapp .home-support-row,
.inapp .footer-nav {
  display: none !important;
}

.tight .article-guide-title,
.tight .article-header {
  visibility: hidden;
  height: 20px;
  margin: 0;
  padding: 0;
}

.inapp .header-bottom .search {
  width: 100%;
}

.tight .header,
.tight .breadcrumbs,
.tight .sub-nav,
.tight .article-votes,
.tight .footer,
.tight .contact-us,
.tight .home-support-row {
  display: none !important;
}

.tight main {
  padding-bottom: 0 !important;
}

a.disabled {
  pointer-events: none;
}

button.disabled,
[role="button"].disabled,
[type="button"].disabled,
.button.disabled {
  border-color: #bbb;
  color: #bbb;
}

/* ====================================================
   Yinxiang styles
   ==================================================== */

.yinxiang .languages {
  display: none;
}

.yinxiang .footer-nav .copyright {
  margin: 0;
  padding: 0;
}

.logo .yinxiang_logo {
  width: 131px;
  height: 45px;
  background-image: url(/hc/theme_assets/212433/1591/header-sprite.png);
  background-repeat: no-repeat;
  background-position: -97px 0;
}

.yinxiang_logo span {
  position: relative;
  text-indent: -99999px;
  display: inline-block;
}

.article-body .exclude_china,
.article-body .only_china,
.article-body [class^="only_"],
.article-body [class^="exclude_"] {
  display: none;
}


/* ====================================================
   Rebrand
   ==================================================== */

.hc-rebrand *:lang(ru),
.global-header *:lang(ru),
.global-footer *:lang(ru) {
  font-family: sans-serif !important;
}

.hc-rebrand *:lang(jp),
.hc-rebrand *:lang(ja),
.global-header *:lang(jp),
.global-header *:lang(ja),
.global-footer *:lang(jp),
.global-footer *:lang(ja){
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}

.hc-rebrand *:lang(ko),
.global-header *:lang(ko),
.global-footer *:lang(ko) {
  font-family: "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun Gothic", "돋움", "DotumChe", "Dotum", sans-serif !important;
}

.hc-rebrand *:lang(zh-cn),
.hc-rebrand *:lang(zh-tw),
.global-header *:lang(zh-cn),
.global-header *:lang(zh-tw),
.global-footer *:lang(zh-cn),
.global-footer *:lang(zh-tw) {
  font-family: "Hiragino Sans GB", "STHeiti", "Microsoft Yahei", sans-serif !important;
}

/* REBRAND - HEADER */

.global-header {
  background: #00A82D;
  padding: 50px 20px;
}

.global-header * {
  font-family: 'Soleil';
}

.global-header .row:after {
  clear: both;
}

.evernote-hc-logo {
  display: inline-block;
}

.evernote-hc-logo:hover {
  border: 0;
}

.global-nav {
  float: right;
  position: relative;
  top: 8px;
}

@media only screen and (max-width: 960px) {
  .global-nav {
    display: none;
  } 
}

.global-nav a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 60px;
  transition: .1s border ease-in-out;
}

.global-nav a:hover {
  transition: .1s border ease-in-out;
}

.header-link-main-site {
  font-family: 'Soleil';
  background: url(//theme.zdassets.com/theme_assets/212433/3411603be6964b605991df22ab57a5a5b76a16a6.svg) center left no-repeat;
  padding-left: 25px;
}

.header-link {
  font-family: 'Soleil';
}

.header-link.sign-in {
  transition: .1s color ease-in-out, .1s background ease-in-out;
}

.header-link.sign-in:hover {
  background: #fff;
  color: #00A82D;
  transition: .1s color ease-in-out, .1s background ease-in-out;
}

.header-link.sign-in {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px 12px 6px;
}

@media only screen and (max-width: 960px) {
  .header-link.sign-in {
    font-size: 14px;
    border: 0;
    background: #00A82D;
    text-transform: uppercase;
    padding: 10px 14px 10px;
  }
  
  .header-link.sign-in:hover {
    background: #14CC45;
    color: #fff;
  }
}

.drawer-nav-open-btn {
  display: none;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(//theme.zdassets.com/theme_assets/212433/5e6f2e927028a11071a6f7fd77e0d2f5ae69299d.svg) center center no-repeat;
}

.drawer-nav-close-btn {
  position: absolute;
  top: 65px;
  right: 50px;
  height: 20px;
  width: 20px;
  background: url(//theme.zdassets.com/theme_assets/212433/209a321453f4c1bd2d859851d4f0b0164f710cc6.svg) center center no-repeat;
  border: 0;
  z-index: 998;
}

.drawer-nav-close-btn:hover {
  border: 0;
}

@media only screen and (max-width: 960px) {
  .drawer-nav-open-btn {
    display: block;
  }
}

.drawer-nav {
  display: none;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 120px 20px 0;
  z-index: 996;
}

@media only screen and (max-width: 960px) {
  .drawer-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    background: #fff;
    overflow: scroll;
    z-index: 998;
  }
}

.mobile-nav a {
  display: block;
  color: #000;
  padding: 12px 0 10px;
  border: 0;
}

.mobile-nav a:hover {
  color: #00A82D;
  border-bottom: 0;
}

/* REBRAND - HOME */

.icon {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon.phone {
  background-image: url(//theme.zdassets.com/theme_assets/212433/b0a8d2fecb53f61a9733f2ba8f53d833eb4fbee1.svg);
}

.icon.email {
  background-image: url(//theme.zdassets.com/theme_assets/212433/79c8bef86277fbba001eb8042b9062d5fb543103.svg);
}

.icon.chat {
  background-image: url(//theme.zdassets.com/theme_assets/212433/c9817142a8af030895e185e6ca7442c5e968c1b9.svg);
}

.icon.chat.offline {
  background-image: url(//theme.zdassets.com/theme_assets/212433/c9817142a8af030895e185e6ca7442c5e968c1b9.svg);
  opacity: .5;
}

.icon.logo {
  background-image: url(//theme.zdassets.com/theme_assets/212433/105fea82ec037abf4c9320b06147fc20e9b99a43.svg);
}

.hc-rebrand * {
  font-family: 'Soleil';
}

.hc-rebrand h1,
.hc-rebrand h2,
.hc-rebrand h3,
.hc-rebrand .f5 {
  font-family: 'Soleil_Medium';
}

.hc-rebrand .hero {
  background: url(//theme.zdassets.com/theme_assets/212433/9cb0bcc114ee19366e4de75408a108754ee24733.svg) center center;
  margin-top: -25px;
  padding: 100px 20px;
}

.hc-rebrand .hero h2 {
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.hc-rebrand .hero .search input[type="search"],
.hc-rebrand .hero .search input[type="search"]:hover {
  display: block;
  max-width: 830px;
  background: #FFF;
  border: 2px solid #00A82D;
  border-radius: 100px;
  margin: 0 auto 45px;
}

.hc-rebrand .hero .search::placeholder {
  opacity: 0.5;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
}

.hc-rebrand .hero .or {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.hc-rebrand .hero .home-support-options {
  text-align: center;
  padding: 0 40px;
  justify-content: space-evenly;
}

@media only screen and (max-width: 600px) {
  .hc-rebrand .hero .home-support-options {
    padding: 0;
  }
}

.hc-rebrand .hero .home-support-options > div {
  position: relative;
  display: inline-block;
  width: 315px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  margin-bottom: 15px;
  padding-left: 55px;
  transition: .3s box-shadow ease-in-out;
}

.hc-rebrand .hero .home-support-options > div:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
  transition: .1s box-shadow ease-in-out;
}

.hc-rebrand .hero .home-support-options a:link {
  display: block;
  text-align: left;
  padding: 15px;
}

.hc-rebrand .hero .home-support-options a:hover {
  text-decoration: none;
  border: 0;
}

.hc-rebrand .hero .home-support-options .icon {
  position: absolute;
  left: 20px;
  top: 20px;
}

.hc-rebrand .hero .home-support-options .label {
  font-size: 14px;
  color: #00A82D;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

.hc-rebrand .hero .home-support-options .time {
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  color: #00A82D;
  margin: 0;
}

.hc-rebrand .browse-help-topics {
  margin: 170px 0 110px;
}

.hc-rebrand .browse-help-topics h1 {
  text-align: center;
  color: #000;
  margin-bottom: 85px;
}

.hc-rebrand .browse-help-topics h3 {
  position: absolute;
  top: 220px;
  left: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #192026;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.hc-rebrand .browse-help-topics .home-navigation {
  display: block;
  text-align: center;
}

.hc-rebrand .browse-help-topics .home-nav-item {
  position: relative;
  display: inline-block;
  width: 265px;
  height: 340px;
  margin: 0 15px 30px;
}

@media only screen and (max-width: 650px) {
  .hc-rebrand .browse-help-topics .home-nav-item {
    display: block;
    border: 0;
    margin: 0 auto 30px;
    padding-top: 0;
  }
  
  .hc-rebrand .browse-help-topics h3 {
    top: 240px;
  }
}

.hc-rebrand .browse-help-topics .home-nav-link {
  display: block;
  height: 100%;
  background: #FCFCFC;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 70px 20px 0;
}

.hc-rebrand .browse-help-topics .home-nav-link:hover {
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

.desktop .home-nav-link:hover img,
.desktop .home-nav-link:focus img {
  opacity: 1;
}

.hc-rebrand .more-support-banner {
  background: #00A82D url(//theme.zdassets.com/theme_assets/212433/43a5aad54a0b76c1a819b0fdcbfd3d8e5b6f1878.svg) center center;
  border-radius: 4px;
  padding: 40px 20px;
}

.hc-rebrand .more-support-banner p,
.hc-rebrand .more-support-banner a:link,
.hc-rebrand .more-support-banner a:visited{
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.hc-rebrand .more-support-banner a:hover {
  border-bottom: 1px solid #fff;
}

.top-articles {
  margin-top: 140px;
}

.top-articles h2 {
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #000;
  margin-bottom: 85px;
}

.top-articles ul {
  overflow: hidden;
  padding: 0 20px 20px;
}

.top-articles li {
  float: left;
  display: block;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.top-articles li:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (max-width: 960px) {
  .top-articles li {
    width: 48%;
  }

  .top-articles li:nth-child(3n+1) {
    margin-left: 2%;
  }
  
  .top-articles li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .top-articles li {
    width: 100%;
    margin: 0 auto 40px;
  }

  .top-articles li:nth-child(3n+1) {
    margin-left: auto;
  }
  
  .top-articles li:nth-child(2n+1) {
    margin-left: auto;
  }
}

.top-articles li a {
  display: block;
  height: 160px;
  background: #FCFCFC;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10);
  border-radius: 5px;
  padding: 20px;
  transition: .1s box-shadow ease-in-out;
}

.top-articles li a:hover {
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.10);
	transition: .1s box-shadow ease-in-out;
}

.top-articles li .category {
  font-size: 12px;
  letter-spacing: 1px;
  color: #888B8D;
  margin-bottom: 10px;
}

.top-articles li .title {
  font-size: 24px;
  line-height: 30px;
}

/* REBRAND - FOOTER */

.global-footer {
  font-family: 'Soleil', Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  position: relative;
  margin-top: -100px;
  padding: 80px 20px; }
  .global-footer:lang(ko) {
    font-family: "\B098\B214\ACE0\B515", "NanumGothic", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", "DotumChe", "Dotum", sans-serif; }
  .global-footer:lang(ja), .global-footer:lang(jp) {
    font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, "MS P\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif; }
  .global-footer:lang(zh-cn), .global-footer:lang(zh-tw) {
    font-family: "Hiragino Sans GB", "STHeiti", "Microsoft Yahei", sans-serif; }
  .global-footer:lang(ru) {
    font-family: sans-serif; }
  @media only screen and (max-width: 600px) {
    .global-footer {
      padding: 120px 20px 80px; } }
  .global-footer a,
  .global-footer p,
  .global-footer ul {
    color: inherit;
    font-family: inherit;
    font-size: inherit; }
  .global-footer a:link,
  .global-footer a:visited {
    text-decoration: none;
    color: #000;
    transition: .1s color ease-in-out; }
  .global-footer a:hover,
  .global-footer a:focus {
    color: #00a82d; }
  .global-footer .nav-section .row {
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .global-footer .nav-section .row::after {
      content: '';
      display: block;
      clear: both; }
    .global-footer .nav-section .row.footer-logo {
      border-bottom: 3px solid #000;
      margin-bottom: 48px;
      padding-bottom: 48px; }
      @media only screen and (max-width: 600px) {
        .global-footer .nav-section .row.footer-logo {
          border-bottom-width: 2px;
          margin-bottom: 120px;
          padding-bottom: 60px; } }
      .global-footer .nav-section .row.footer-logo .logo {
        background-image: url(//theme.zdassets.com/theme_assets/212433/b8b0bd2ccb7f0d1a0f5bd06c5ef98857fd3c3258.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 40px;
        width: 170px; }
        @media only screen and (max-width: 600px) {
          .global-footer .nav-section .row.footer-logo .logo {
            height: 32px;
            width: 142px; } }
    .global-footer .nav-section .row.footer-flex {
      display: flex; }
      @media only screen and (max-width: 600px) {
        .global-footer .nav-section .row.footer-flex {
          flex-direction: column; } }
    .global-footer .nav-section .row.language-social {
      border-bottom: 1px solid rgba(136, 139, 141, 0.5);
      margin-bottom: 35px;
      padding-bottom: 35px; }
      @media only screen and (max-width: 600px) {
        .global-footer .nav-section .row.language-social {
          border-bottom: 0;
          display: flex;
          flex-direction: column;
          margin-bottom: 0;
          padding-bottom: 0; } }
  .global-footer .nav-section.footer-nav {
    margin-bottom: 100px; }
    @media only screen and (max-width: 600px) {
      .global-footer .nav-section.footer-nav {
        margin-bottom: 0; } }
  .global-footer .nav-section.footer-info {
    font-size: 12px; }
    @media only screen and (max-width: 600px) {
      .global-footer .nav-section.footer-info {
        font-size: 13px; } }
  .global-footer .link-section {
    display: block;
    flex: 1 1 16.666%;
    max-width: 16.666%; }
    @media only screen and (max-width: 600px) {
      .global-footer .link-section {
        font-size: 16px;
        flex: 1;
        margin-bottom: 40px;
        max-width: none; }
        .global-footer .link-section:last-child {
          margin-bottom: 0; } }
    .global-footer .link-section.signup-login {
      text-align: right; }
      @media only screen and (max-width: 600px) {
        .global-footer .link-section.signup-login {
          display: none; } }
    .global-footer .link-section ul {
      list-style-type: none; }
    .global-footer .link-section li {
      margin: 28px 0;
      line-height: normal; }
    .global-footer .link-section a {
      font-family: 'Soleil', Helvetica, Arial, sans-serif;
      position: relative; }
      .global-footer .link-section a:lang(ko) {
        font-family: "\B098\B214\ACE0\B515", "NanumGothic", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", "DotumChe", "Dotum", sans-serif; }
      .global-footer .link-section a:lang(ja), .global-footer .link-section a:lang(jp) {
        font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, "MS P\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif; }
      .global-footer .link-section a:lang(zh-cn), .global-footer .link-section a:lang(zh-tw) {
        font-family: "Hiragino Sans GB", "STHeiti", "Microsoft Yahei", sans-serif; }
      .global-footer .link-section a:lang(ru) {
        font-family: sans-serif;
        font-weight: lighter; }
      .global-footer .link-section a.footer-signup {
        font-family: "Soleil", Helvetica, Arial, sans-serif;
        color: #00a82d; }
        .global-footer .link-section a.footer-signup:lang(ko) {
          font-family: "\B098\B214\ACE0\B515", "NanumGothic", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", "DotumChe", "Dotum", sans-serif; }
        .global-footer .link-section a.footer-signup:lang(ja), .global-footer .link-section a.footer-signup:lang(jp) {
          font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, "MS P\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif; }
        .global-footer .link-section a.footer-signup:lang(zh-cn), .global-footer .link-section a.footer-signup:lang(zh-tw) {
          font-family: "Hiragino Sans GB", "STHeiti", "Microsoft Yahei", sans-serif; }
        .global-footer .link-section a.footer-signup:lang(ru) {
          font-family: sans-serif; }
        .global-footer .link-section a.footer-signup:hover {
          color: #14cc45; }
    .global-footer .link-section .button-outline {
      font-family: "Soleil_Medium", Helvetica, Arial, sans-serif;
      appearance: none;
      border-radius: 3px;
      border: 2px solid #00a82d;
      color: #00a82d;
      cursor: pointer;
      display: inline-block;
      font-size: 12px;
      line-height: normal;
      letter-spacing: .5px;
      padding: 12px 20px;
      text-transform: uppercase;
      transition: .1s all ease-in-out; }
      .global-footer .link-section .button-outline:lang(ko) {
        font-family: "\B098\B214\ACE0\B515", "NanumGothic", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", "DotumChe", "Dotum", sans-serif; }
      .global-footer .link-section .button-outline:lang(ja), .global-footer .link-section .button-outline:lang(jp) {
        font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, "MS P\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif; }
      .global-footer .link-section .button-outline:lang(zh-cn), .global-footer .link-section .button-outline:lang(zh-tw) {
        font-family: "Hiragino Sans GB", "STHeiti", "Microsoft Yahei", sans-serif; }
      .global-footer .link-section .button-outline:lang(ru) {
        font-family: sans-serif;
        font-weight: bold; }
      .global-footer .link-section .button-outline:hover {
        background-color: #00a82d;
        color: #fff; }
    .global-footer .link-section .signup-or {
      display: inline-block;
      margin-right: .5em; }
    .global-footer .link-section .new {
      position: absolute;
      top: -10px;
      left: 100%;
      font-family: "Soleil_Bold", Helvetica, Arial, sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      color: #00a82d;
      margin-left: -15px;
      white-space: nowrap; }
      .global-footer .link-section .new:lang(fr) {
        left: 0;
        margin-left: 10px; }
  .global-footer .link-section-header {
    font-family: "Soleil_Bold", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .global-footer .language-selector {
    float: left; }
    @media only screen and (max-width: 600px) {
      .global-footer .language-selector {
        border-bottom: 1px solid rgba(136, 139, 141, 0.5);
        border-top: 1px solid #000;
        display: inline-block;
        flex: 1;
        float: none;
        margin-bottom: 60px;
        order: 1;
        padding-bottom: 60px;
        padding-top: 60px;
        position: relative;
        width: 100%; } }
    .global-footer .language-selector .current-language {
      font-family: "Soleil", Helvetica, Arial, sans-serif;
      display: inline-block;
      margin-left: .5em; }
      @media only screen and (max-width: 600px) {
        .global-footer .language-selector .current-language {
          float: right; } }
  .global-footer .language-selector-toggle {
    color: #000;
    font-family: "Soleil_Bold", Helvetica, Arial, sans-serif;
    text-decoration: none; }
    @media only screen and (max-width: 600px) {
      .global-footer .language-selector-toggle {
        text-align: left; } }
    .global-footer .language-selector-toggle:active, .global-footer .language-selector-toggle:focus {
      color: #000; }
    .global-footer .language-selector-toggle .arrow {
      position: relative;
      top: -2px;
      display: inline-block;
      border-top: 6px solid #000;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      margin-left: 7px;
      transition: .1s border ease-in-out; }
  .global-footer .language-selector-options {
    display: none;
    position: absolute;
    left: 40px;
    bottom: 100%;
    width: 430px;
    background: #e7f0f4;
    margin-bottom: 8px;
    padding: 10px 0; }
    @media only screen and (max-width: 600px) {
      .global-footer .language-selector-options {
        position: static;
        width: 100%;
        text-align: center;
        background: transparent;
        margin: 0; } }
    .global-footer .language-selector-options.open {
      display: block; }
    .global-footer .language-selector-options ul {
      float: left;
      width: 50%;
      list-style-type: none; }
      @media only screen and (max-width: 600px) {
        .global-footer .language-selector-options ul {
          display: inline-block;
          float: none;
          width: 49%;
          text-align: left; } }
      @media only screen and (max-width: 600px) {
        .global-footer .language-selector-options ul {
          width: 100%; } }
    .global-footer .language-selector-options a {
      display: block;
      color: #000;
      text-decoration: none;
      padding: 4px 20px 6px; }
      .global-footer .language-selector-options a:hover {
        background: #00a82d;
        color: #fff; }
      @media only screen and (max-width: 960px) {
        .global-footer .language-selector-options a {
          padding: 7px 0 9px; }
          .global-footer .language-selector-options a:hover {
            background: transparent;
            color: #00a82d; } }
  .global-footer .social-links {
    float: right; }
    @media only screen and (max-width: 600px) {
      .global-footer .social-links {
        float: none;
        flex: 1;
        order: -1;
        margin-bottom: 80px; } }
    .global-footer .social-links ul {
      list-style-type: none;
      overflow: hidden; }
      @media only screen and (max-width: 600px) {
        .global-footer .social-links ul {
          align-items: center;
          display: flex;
          justify-content: space-between; } }
    .global-footer .social-links li {
      float: left;
      margin-left: 24px; }
      .global-footer .social-links li:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 600px) {
        .global-footer .social-links li {
          display: inline-block;
          float: none;
          flex: 0 0 auto;
          margin-left: 0; } }
    .global-footer .social-links a {
      display: block;
      height: 32px;
      overflow: hidden;
      text-align: center;
      width: 32px; }
      @media only screen and (max-width: 600px) {
        .global-footer .social-links a {
          height: 50px;
          width: 50px; } }
    .global-footer .social-links img {
      display: block;
      height: auto;
      max-width: 100%;
      width: auto; }
      @media only screen and (max-width: 600px) {
        .global-footer .social-links img {
          height: 100%;
          width: 100%; } }
    .global-footer .social-links span {
      position: absolute;
      right: 9999px; }
    .global-footer .social-links .youtube {
      margin-top: 2px; }
  .global-footer .legal {
    font-family: "Soleil_Light", Helvetica, Arial, sans-serif;
    color: #888b8d; }
    .global-footer .legal:lang(ko) {
      font-family: "\B098\B214\ACE0\B515", "NanumGothic", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", "DotumChe", "Dotum", sans-serif; }
    .global-footer .legal:lang(ja), .global-footer .legal:lang(jp) {
      font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, "MS P\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif; }
    .global-footer .legal:lang(zh-cn), .global-footer .legal:lang(zh-tw) {
      font-family: "Hiragino Sans GB", "STHeiti", "Microsoft Yahei", sans-serif; }
    .global-footer .legal:lang(ru) {
      font-family: sans-serif;
      font-weight: lighter; }
    @media only screen and (max-width: 600px) {
      .global-footer .legal {
        display: flex;
        flex-direction: column;
        text-align: center; } }
    .global-footer .legal a:link,
    .global-footer .legal a:visited {
      color: #888b8d; }
    .global-footer .legal a:hover,
    .global-footer .legal a:focus {
      color: #000; }
    .global-footer .legal .copyright {
      float: left; }
      @media only screen and (max-width: 600px) {
        .global-footer .legal .copyright {
          float: none;
          margin-bottom: 60px;
          order: 1; } }
    .global-footer .legal .links {
      float: right;
      list-style-type: none; }
      @media only screen and (max-width: 600px) {
        .global-footer .legal .links {
          float: none;
          margin-bottom: 60px;
          order: -1;
          display: flex;
          justify-content: space-between; } }
      .global-footer .legal .links li {
        display: inline-block;
        margin-left: 30px; }
        .global-footer .legal .links li:first-child {
          margin-left: 0; }
        @media only screen and (max-width: 600px) {
          .global-footer .legal .links li {
            margin-left: 0; } }
  .global-footer .mobile-logo {
    display: none; }
    @media only screen and (max-width: 600px) {
      .global-footer .mobile-logo {
        display: block;
        text-align: center; } }
    .global-footer .mobile-logo .logo-icon {
      background-image: url(//theme.zdassets.com/theme_assets/212433/105fea82ec037abf4c9320b06147fc20e9b99a43.svg);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 32px;
      width: 27px; }
.global-footer .footer-nav {
  background: #fff;
  text-align: left;
}
.global-footer .link-section .button-outline {
  display: inline;
}

.search-1 {
  display: none;
}