/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger-box {
    top: 3px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    transition: none !important;
}
.hamburger--slider.is-active .hamburger-inner:before {
    display: none;
}
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    width: 22px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 22px;
    height: 2px;
    background-color: #ddbb62;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--slider .hamburger-inner {
    top: 1px;
}
.hamburger--slider .hamburger-inner:before {
    top: 7px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner:after {
    top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-3.1428571429px, -5px, 0);
    transform: rotate(-45deg) translate3d(-3.1428571429px, -5px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}
@font-face {
    font-family: AvantGarde;
    src: url(/hc/theming_assets/01HZKTC24R1EVB9DTP9GW30SK5) format("woff2"), url(/hc/theming_assets/01HZKTC20EAY7WTMMFRMGEEW1C) format("woff");
}
@font-face {
    font-family: HelveticaLight;
    src: url(/hc/theming_assets/01HZKTC5DSH8MWT1AJP2J0H22R) format("woff2"), url(/hc/theming_assets/01HZKTC58M6PQ1PJ5MPE2BMBBS) format("woff");
}
.section-subscribe > a,
.user-subscribe a {
    background: #fff;
    border: 1px solid #cecece;
    color: #0d0d0d;
    width: auto;
}
.section-subscribe > a:hover,
.user-subscribe a:hover {
    border-color: #ddbb62;
    color: #fff;
}
.section-subscribe > a[aria-selected="true"],
.user-subscribe a[aria-selected="true"] {
    background: #ddbb62 !important;
    border-color: #ddbb62 !important;
    color: #fff !important;
}
.display-flex {
    display: flex !important;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-1 {
    opacity: 1 !important;
}
.max-height-0 {
    max-height: 0 !important;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.margin-auto-lr {
    margin-left: auto !important;
    margin-right: auto !important;
}
::-webkit-input-placeholder {
    color: #cecece;
}
:-moz-placeholder,
::-moz-placeholder {
    color: #cecece;
}
:-ms-input-placeholder {
    color: #cecece;
}
.focus-visible,
.has-focus-upload-dropzone {
    outline: 5px auto #4d90fe !important;
}
body {
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    opacity: 0;
    position: relative;
}
@media (min-width: 1025px) {
    body {
        font-size: 15px;
        line-height: 20px;
    }
}
.btn,
.button,
[role="button"],
a,
button,
input[type="submit"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page-wrapper main[role="main"] .btn,
.page-wrapper main[role="main"] .button,
.page-wrapper main[role="main"] [role="button"],
.page-wrapper main[role="main"] button,
.page-wrapper main[role="main"] input[type="submit"] {
    background: #0d0d0d;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: HelveticaLight;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    max-width: 340px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    width: 100%;
}
.page-wrapper main[role="main"] .btn:focus,
.page-wrapper main[role="main"] .button:focus,
.page-wrapper main[role="main"] [role="button"]:focus,
.page-wrapper main[role="main"] button:focus,
.page-wrapper main[role="main"] input[type="submit"]:focus {
    background: #0d0d0d;
}
.page-wrapper main[role="main"] .btn[disabled],
.page-wrapper main[role="main"] .button[disabled],
.page-wrapper main[role="main"] [role="button"][disabled],
.page-wrapper main[role="main"] button[disabled],
.page-wrapper main[role="main"] input[type="submit"][disabled] {
    cursor: not-allowed;
    opacity: 0.25;
}
.page-wrapper main[role="main"] .btn:not([disabled]):hover,
.page-wrapper main[role="main"] .button:not([disabled]):hover,
.page-wrapper main[role="main"] [role="button"]:not([disabled]):hover,
.page-wrapper main[role="main"] button:not([disabled]):hover,
.page-wrapper main[role="main"] input[type="submit"]:not([disabled]):hover {
    background: #ddbb62;
}
.page-wrapper main[role="main"] .btn.article-vote:before,
.page-wrapper main[role="main"] .button.article-vote:before,
.page-wrapper main[role="main"] [role="button"].article-vote:before,
.page-wrapper main[role="main"] button.article-vote:before,
.page-wrapper main[role="main"] input[type="submit"].article-vote:before {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.page-wrapper main[role="main"] .btn.article-vote:after,
.page-wrapper main[role="main"] .button.article-vote:after,
.page-wrapper main[role="main"] [role="button"].article-vote:after,
.page-wrapper main[role="main"] button.article-vote:after,
.page-wrapper main[role="main"] input[type="submit"].article-vote:after {
    color: #fff;
}
.page-wrapper main[role="main"] .btn.article-vote[aria-selected="true"],
.page-wrapper main[role="main"] .button.article-vote[aria-selected="true"],
.page-wrapper main[role="main"] [role="button"].article-vote[aria-selected="true"],
.page-wrapper main[role="main"] button.article-vote[aria-selected="true"],
.page-wrapper main[role="main"] input[type="submit"].article-vote[aria-selected="true"] {
    background: #ddbb62;
}
.page-wrapper main[role="main"] .btn.dropdown-toggle,
.page-wrapper main[role="main"] .button.dropdown-toggle,
.page-wrapper main[role="main"] [role="button"].dropdown-toggle,
.page-wrapper main[role="main"] button.dropdown-toggle,
.page-wrapper main[role="main"] input[type="submit"].dropdown-toggle {
    background: none;
    border: 1px solid #cecece;
    color: #0d0d0d;
}
.page-wrapper main[role="main"] .btn.dropdown-toggle:hover,
.page-wrapper main[role="main"] .button.dropdown-toggle:hover,
.page-wrapper main[role="main"] [role="button"].dropdown-toggle:hover,
.page-wrapper main[role="main"] button.dropdown-toggle:hover,
.page-wrapper main[role="main"] input[type="submit"].dropdown-toggle:hover {
    background: #ddbb62;
    border: 1px solid #ddbb62;
    color: #fff;
}
.page-wrapper main[role="main"] .btn[data-action="edit-profile"],
.page-wrapper main[role="main"] .button[data-action="edit-profile"],
.page-wrapper main[role="main"] [role="button"][data-action="edit-profile"],
.page-wrapper main[role="main"] button[data-action="edit-profile"],
.page-wrapper main[role="main"] input[type="submit"][data-action="edit-profile"] {
    max-width: none;
    width: auto;
}
.page-wrapper main[role="main"] .btn.article-subscribe,
.page-wrapper main[role="main"] .btn.article-unsubscribe,
.page-wrapper main[role="main"] .button.article-subscribe,
.page-wrapper main[role="main"] .button.article-unsubscribe,
.page-wrapper main[role="main"] [role="button"].article-subscribe,
.page-wrapper main[role="main"] [role="button"].article-unsubscribe,
.page-wrapper main[role="main"] button.article-subscribe,
.page-wrapper main[role="main"] button.article-unsubscribe,
.page-wrapper main[role="main"] input[type="submit"].article-subscribe,
.page-wrapper main[role="main"] input[type="submit"].article-unsubscribe {
    background: #fff;
    border: 1px solid #cecece;
    color: #0d0d0d;
    width: auto;
}
.page-wrapper main[role="main"] .btn.article-subscribe:hover,
.page-wrapper main[role="main"] .btn.article-unsubscribe:hover,
.page-wrapper main[role="main"] .button.article-subscribe:hover,
.page-wrapper main[role="main"] .button.article-unsubscribe:hover,
.page-wrapper main[role="main"] [role="button"].article-subscribe:hover,
.page-wrapper main[role="main"] [role="button"].article-unsubscribe:hover,
.page-wrapper main[role="main"] button.article-subscribe:hover,
.page-wrapper main[role="main"] button.article-unsubscribe:hover,
.page-wrapper main[role="main"] input[type="submit"].article-subscribe:hover,
.page-wrapper main[role="main"] input[type="submit"].article-unsubscribe:hover {
    border-color: #ddbb62;
    color: #fff;
}
.page-wrapper main[role="main"] .btn.article-subscribe[aria-selected="true"],
.page-wrapper main[role="main"] .btn.article-unsubscribe[aria-selected="true"],
.page-wrapper main[role="main"] .button.article-subscribe[aria-selected="true"],
.page-wrapper main[role="main"] .button.article-unsubscribe[aria-selected="true"],
.page-wrapper main[role="main"] [role="button"].article-subscribe[aria-selected="true"],
.page-wrapper main[role="main"] [role="button"].article-unsubscribe[aria-selected="true"],
.page-wrapper main[role="main"] button.article-subscribe[aria-selected="true"],
.page-wrapper main[role="main"] button.article-unsubscribe[aria-selected="true"],
.page-wrapper main[role="main"] input[type="submit"].article-subscribe[aria-selected="true"],
.page-wrapper main[role="main"] input[type="submit"].article-unsubscribe[aria-selected="true"] {
    background: #ddbb62;
    border-color: #ddbb62;
    color: #fff;
}
@media (min-width: 1025px) {
    .page-wrapper main[role="main"] .btn,
    .page-wrapper main[role="main"] .button,
    .page-wrapper main[role="main"] [role="button"],
    .page-wrapper main[role="main"] button,
    .page-wrapper main[role="main"] input[type="submit"] {
        font-size: 14px;
    }
}
.page-wrapper form label {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1025px) {
    .page-wrapper form label {
        font-size: 15px;
        line-height: 20px;
    }
}
.page-wrapper form input[type="email"],
.page-wrapper form input[type="number"],
.page-wrapper form input[type="text"] {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cecece;
    border-radius: 0;
    height: 31px;
    padding: 5px;
}
@media (min-width: 1025px) {
    .page-wrapper form input[type="email"],
    .page-wrapper form input[type="number"],
    .page-wrapper form input[type="text"] {
        font-size: 15px;
        line-height: 20px;
    }
}
.page-wrapper form input[type="email"]:focus,
.page-wrapper form input[type="number"]:focus,
.page-wrapper form input[type="text"]:focus {
    border: 1px solid #cecece;
}
.page-wrapper form textarea {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cecece;
    border-radius: 0;
    height: 31px;
    padding: 5px;
    height: 155px;
}
@media (min-width: 1025px) {
    .page-wrapper form textarea {
        font-size: 15px;
        line-height: 20px;
    }
}
.page-wrapper form textarea:focus {
    border: 1px solid #cecece;
}
@media (min-width: 1025px) {
    .page-wrapper form textarea {
        height: 155px;
    }
}
.page-wrapper form .nesty-input,
.page-wrapper form select {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cecece;
    border-radius: 0;
    height: 31px;
    padding: 5px;
    z-index: 0;
    background: url(/hc/theming_assets/01HZKTC8CZDDK9GXY235XTVRB4) right -230px no-repeat #fff;
}
@media (min-width: 1025px) {
    .page-wrapper form .nesty-input,
    .page-wrapper form select {
        font-size: 15px;
        line-height: 20px;
    }
}
.nesty-input,
.page-wrapper form .nesty-input:focus,
.page-wrapper form select:focus {
    border: 1px solid #cecece;
}
.nesty-input {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 31px;
    padding: 5px;
    z-index: 0;
}
@media (min-width: 1025px) {
    .nesty-input {
        font-size: 15px;
        line-height: 20px;
    }
}
.nesty-input:focus,
.nesty-panel {
    border: 1px solid #cecece;
}
.nesty-panel {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 17px 0 0;
    padding: 0;
    width: 100%;
    z-index: 0;
}
.nesty-panel li {
    display: block;
    color: #000 !important;
    font-family: HelveticaLight;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px !important;
    text-decoration: none;
}
.nesty-panel li:focus,
.nesty-panel li:hover {
    background: #f5f5f5 !important;
    color: #181818 !important;
}
@media (min-width: 1025px) {
    .nesty-panel li {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
}
.dropdown-menu {
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    margin: 17px 0 0;
    padding: 0;
    width: 100%;
    width: auto;
}
.dropdown-menu a {
    display: block;
    color: #000 !important;
    font-family: HelveticaLight;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px !important;
    text-decoration: none;
}
.dropdown-menu a:focus,
.dropdown-menu a:hover {
    background: #f5f5f5 !important;
    color: #181818 !important;
}
@media (min-width: 1025px) {
    .dropdown-menu a {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
}
.html-article .breadcrumbs li:last-child i,
.html-request .breadcrumbs li:last-child i,
.html-section .breadcrumbs li:last-child i {
    display: none;
}
.breadcrumbs li,
.breadcrumbs li a {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumbs li:active,
.breadcrumbs li:focus,
.breadcrumbs li:visited,
.breadcrumbs li a:active,
.breadcrumbs li a:focus,
.breadcrumbs li a:visited {
    color: #4b4b4b;
}
.breadcrumbs li:hover,
.breadcrumbs li a:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .breadcrumbs li,
    .breadcrumbs li a {
        font-size: 13px;
    }
}
.breadcrumbs li + li:before {
    display: none;
}
.breadcrumbs li:hover {
    color: #4b4b4b;
}
.breadcrumbs li a {
    text-decoration: underline;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs li i {
    color: #4b4b4b;
    display: inline-block;
    font-size: 12px;
    margin: 0 10px;
}
.pagination li {
    margin: 0 5px;
}
.pagination li:hover:not(.pagination-current) a {
    background: #ddbb62;
    color: #fff;
}
.pagination li a,
.pagination li span {
    border-radius: 0;
    height: 100%;
    padding: 6px 12px;
    width: 100%;
}
@media (max-width: 767px) {
    .pagination li a,
    .pagination li span {
        line-height: 1.8;
    }
}
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover,
.pagination li a:visited {
    text-decoration: none;
}
.pagination li span {
    background: #0d0d0d;
    height: 100%;
    width: 100%;
}
zd-autocomplete {
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    z-index: 0 !important;
    margin: -50px 0 0;
}
@media (min-width: 1025px) {
    zd-autocomplete {
        margin: 0 !important;
    }
}
zd-autocomplete-header {
    display: none;
}
zd-autocomplete-option {
    display: block;
    color: #000 !important;
    font-family: HelveticaLight;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px !important;
    text-decoration: none;
}
zd-autocomplete-option:focus,
zd-autocomplete-option:hover {
    background: #f5f5f5 !important;
    color: #181818 !important;
}
@media (min-width: 1025px) {
    zd-autocomplete-option {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
}
zd-autocomplete-breadcrumbs {
    color: #4b4b4b !important;
}
* {
    box-sizing: border-box;
}
body {
    background-color: #fff;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
    body > main {
        min-height: 65vh;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
    font-weight: 600;
}
h4 {
    font-size: 16px;
}
a {
    color: #0d0d0d;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: underline;
}
input,
textarea {
    color: #000;
    font-size: 14px;
}
input {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border 0.12s ease-in-out;
}
input:focus {
    border: 1px solid #0d0d0d;
}
input[disabled] {
    background-color: #ddd;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/hc/theming_assets/01HZKTC39AKHM65VSYW7A8NMTJ) 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%;
}
select:focus {
    border: 1px solid #0d0d0d;
}
select::-ms-expand {
    display: none;
}
textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}
textarea:focus {
    border: 1px solid #0d0d0d;
}
.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}
@media (min-width: 1160px) {
    .container {
        padding: 0;
        width: 90%;
    }
}
.container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.error-page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}
@media (min-width: 1160px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}
.dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
    text-align: initial;
}
.dropdown-toggle:focus {
    outline: 0;
    text-decoration: underline;
}
.dropdown-toggle:after {
    color: inherit;
}
.button,
[role="button"] {
    border: 1px solid #0d0d0d;
    border-radius: 4px;
    color: #0d0d0d;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}
@media (min-width: 768px) {
    .button,
    [role="button"] {
        width: auto;
    }
}
.button:after,
[role="button"]:after {
    color: #0d0d0d;
}
.button:active,
.button:focus,
.button:hover,
.button[aria-selected="true"],
[role="button"]:active,
[role="button"]:focus,
[role="button"]:hover,
[role="button"][aria-selected="true"] {
    background-color: #0d0d0d;
    color: #fff;
    text-decoration: none;
}
.button[aria-selected="true"]:active,
.button[aria-selected="true"]:focus,
.button[aria-selected="true"]:hover,
[role="button"][aria-selected="true"]:active,
[role="button"][aria-selected="true"]:focus,
[role="button"][aria-selected="true"]:hover {
    background-color: #000;
    border-color: #000;
}
.button[data-disabled],
[role="button"][data-disabled] {
    cursor: default;
}
.button-large,
input[type="submit"] {
    background-color: #0d0d0d;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}
@media (min-width: 768px) {
    .button-large,
    input[type="submit"] {
        width: auto;
    }
}
.button-large:active,
.button-large:focus,
.button-large:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #000;
}
.button-large[disabled],
input[type="submit"][disabled] {
    background-color: #ddd;
}
.button-secondary {
    color: #333;
    border: 1px solid #ddd;
    background-color: transparent;
}
.button-secondary:active,
.button-secondary:focus,
.button-secondary:hover {
    color: #000;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}
.table {
    width: 100%;
    table-layout: fixed;
}
@media (min-width: 768px) {
    .table {
        table-layout: auto;
    }
}
.table th,
.table th a {
    color: #333;
    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 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;
    }
}
.form {
    max-width: 650px;
}
.form-field ~ .form-field {
    margin-top: 25px;
}
.form-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.form-field input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}
.form-field input:focus {
    border: 1px solid #0d0d0d;
}
.form-field input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.form-field input[type="text"]:focus {
    border: 1px solid #0d0d0d;
}
.form-field input[type="checkbox"] {
    width: auto;
}
.form-field .nesty-input {
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
}
.form-field .hc-multiselect-toggle:focus,
.form-field .nesty-input:focus {
    border: 1px solid #0d0d0d;
    text-decoration: none;
}
.form-field .hc-multiselect-toggle:focus {
    outline: none;
}
.form-field textarea {
    vertical-align: middle;
}
.form-field input[type="checkbox"] + label {
    margin: 0 0 0 10px;
}
.form-field.required > label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.form-field .optional {
    color: #333;
    margin-left: 4px;
}
.form-field p {
    color: #333;
    font-size: 12px;
    margin: 5px 0;
}
[data-loading="true"] input,
[data-loading="true"] textarea {
    background: transparent url(/hc/theming_assets/01HZKTC6QJ0FV550G1CDKXQT2P) 99% 50% no-repeat;
    background-size: 16px 16px;
}
.form footer {
    margin-top: 40px;
    padding-top: 30px;
}
.form footer a {
    color: #333;
    cursor: pointer;
    margin-right: 15px;
}
.form .suggestion-list {
    font-size: 13px;
    margin-top: 30px;
}
.form .suggestion-list label {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
}
.form .suggestion-list li {
    padding: 10px 0;
}
.form .suggestion-list li a:visited {
    color: #000;
}
.header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    align-items: center;
    display: flex;
    height: 71px;
    justify-content: space-between;
}
@media (min-width: 1160px) {
    .header {
        padding: 0;
        width: 90%;
    }
}
.logo img {
    max-height: 37px;
}
.user-nav {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}
.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    right: 0;
    left: 0;
    top: 71px;
    z-index: 1;
}
.user-nav[aria-expanded="true"] > a {
    display: block;
    margin: 20px;
}
.nav-wrapper a {
    border: 0;
    color: #0d0d0d;
    display: none;
    font-size: 14px;
    padding: 0 20px 0 0;
    width: auto;
}
@media (min-width: 768px) {
    .nav-wrapper a {
        display: inline-block;
    }
}
[dir="rtl"] .nav-wrapper a {
    padding: 0 0 0 20px;
}
.nav-wrapper a:active,
.nav-wrapper a:focus,
.nav-wrapper a:hover {
    background-color: transparent;
    color: #0d0d0d;
    text-decoration: underline;
}
.nav-wrapper a.login {
    display: inline-block;
}
.nav-wrapper .icon-menu {
    border: 0;
    color: #0d0d0d;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    width: auto;
}
@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}
[dir="rtl"] .nav-wrapper .icon-menu {
    margin-left: 10px;
    margin-right: 0;
}
.nav-wrapper .icon-menu:active,
.nav-wrapper .icon-menu:focus,
.nav-wrapper .icon-menu:hover {
    background-color: transparent;
    color: #0d0d0d;
}
.user-info {
    display: inline-block;
}
.user-info .dropdown-toggle:after {
    display: none;
}
@media (min-width: 768px) {
    .user-info .dropdown-toggle:after {
        display: inline-block;
    }
}
.user-info > [role="button"] {
    border: 0;
    color: #0d0d0d;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}
.user-info > [role="button"]:focus,
.user-info > [role="button"]:hover {
    color: #0d0d0d;
    background-color: transparent;
}
.user-info > [role="button"]:after {
    color: #0d0d0d;
    padding-right: 15px;
}
[dir="rtl"] .user-info > [role="button"]:after {
    padding-left: 15px;
    padding-right: 0;
}
#user #user-name {
    display: none;
    font-size: 14px;
}
@media (min-width: 768px) {
    #user #user-name {
        display: inline-block;
    }
}
#user #user-name:hover {
    text-decoration: underline;
}
.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: #0d0d0d;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    color: #fff;
    content: "\1F464";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 14px;
}
.footer {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding: 30px 0;
}
.footer a {
    color: #333;
}
.footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 1160px) {
    .footer-inner {
        padding: 0;
        width: 90%;
    }
}
.footer-language-selector {
    color: #333;
    display: inline-block;
    font-weight: 300;
}
.breadcrumbs {
    margin: 0 0 15px;
    padding: 0;
}
@media (min-width: 768px) {
    .breadcrumbs {
        margin: 0;
    }
}
.breadcrumbs li {
    color: #333;
    display: inline;
    font-weight: 300;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs li + li:before {
    content: ">";
    margin: 0 4px;
}
.breadcrumbs li a:visited {
    color: #0d0d0d;
}
.search {
    position: relative;
}
.search input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    color: #999;
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;
}
[dir="rtl"] .search input[type="search"] {
    padding-right: 40px;
    padding-left: 20px;
}
.search input[type="search"]:focus {
    border: 1px solid #0d0d0d;
    color: #555;
}
.search:before {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    color: #777;
    content: "\1F50D";
    font-size: 18px;
    position: absolute;
    left: 15px;
}
[dir="rtl"] .search:before {
    right: 15px;
    left: auto;
}
.search-full input[type="search"] {
    border: 1px solid #fff;
}
.hero {
    background-image: url(/hc/theming_assets/01HZKTCC72QW5FBNVNGV5EFGEN);
    background-position: 50%;
    background-size: cover;
    height: 300px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.hero-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 610px;
    margin: 0 auto;
}
.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}
@media (min-width: 768px) {
    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 0;
    }
}
.page-header .section-subscribe {
    flex-shrink: 0;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
}
.page-header h1 {
    flex-grow: 1;
    margin-bottom: 10px;
}
.page-header-description {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 30px;
    word-break: break-word;
}
@media (min-width: 1024px) {
    .page-header-description {
        flex-basis: 100%;
    }
}
.page-header .icon-lock:before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}
.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 50px;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .sub-nav input[type="search"] {
        min-width: 300px;
    }
}
.sub-nav input[type="search"]:after {
    font-size: 15px;
}
.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}
@media (min-width: 768px) {
    .blocks-list {
        margin: 0 -15px;
    }
}
.blocks-item {
    border: 1px solid #0d0d0d;
    border-radius: 4px;
    box-sizing: border-box;
    color: #0d0d0d;
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    .blocks-item {
        margin: 0 15px 30px;
    }
}
.blocks-item:active,
.blocks-item:focus,
.blocks-item:hover {
    background-color: #0d0d0d;
}
.blocks-item:active *,
.blocks-item:focus *,
.blocks-item:hover * {
    color: #fff;
    text-decoration: none;
}
.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}
.blocks-item-internal .icon-lock:before {
    content: "\1F512";
    font-size: 15px;
    bottom: 5px;
    position: relative;
}
.blocks-item-internal a {
    color: #000;
}
.blocks-item-link {
    color: #0d0d0d;
    padding: 20px 30px;
}
.blocks-item-link:active,
.blocks-item-link:focus,
.blocks-item-link:hover {
    text-decoration: none;
}
.blocks-item-title {
    margin-bottom: 0;
}
.blocks-item-description {
    font-weight: 300;
    margin: 0;
}
.blocks-item-description:not(:empty) {
    margin-top: 10px;
}
.section {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .section {
        margin-bottom: 60px;
    }
}
.section h2 {
    margin-bottom: 10px;
    text-align: center;
}
.promoted-articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .promoted-articles {
        flex-direction: row;
    }
}
.promoted-articles-item {
    flex: 1 0 auto;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
@media (min-width: 1024px) {
    .promoted-articles-item {
        align-self: flex-end;
        flex: 0 0 auto;
        margin-right: 30px;
        width: 33%;
    }
    [dir="rtl"] .promoted-articles-item {
        margin: 0 0 0 30px;
    }
}
.promoted-articles-item:nth-child(3n) {
    margin-right: 0;
}
.promoted-articles-item a {
    color: #000;
}
.promoted-articles-item .icon-lock:before {
    vertical-align: baseline;
}
.promoted-articles-item:last-child {
    border: 0;
}
@media (min-width: 1024px) {
    .promoted-articles-item:last-child {
        border-bottom: 1px solid #ddd;
    }
}
.community {
    text-align: center;
}
.community-image {
    min-height: 300px;
    background-image: url(/hc/theming_assets/01HZKTCCHJ2AXB6HH2ZBXWZSQV);
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 100%;
}
.activity,
.community {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.recent-activity-header {
    margin-bottom: 10px;
    text-align: center;
}
.recent-activity-list {
    padding: 0;
}
.recent-activity-item {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    padding: 20px 0;
}
.recent-activity-item-parent {
    font-size: 16px;
}
.recent-activity-item-link,
.recent-activity-item-parent {
    margin: 6px 0;
    color: #000;
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .recent-activity-item-link,
    .recent-activity-item-parent {
        width: 70%;
        margin: 0;
    }
}
.recent-activity-item-link {
    font-size: 14px;
    font-weight: 300;
}
.recent-activity-item-meta {
    margin: 15px 0 0;
    float: none;
}
@media (min-width: 768px) {
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }
    [dir="rtl"] .recent-activity-item-meta {
        float: left;
    }
}
.recent-activity-item-comment,
.recent-activity-item-time {
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}
.recent-activity-item-comment {
    padding-left: 5px;
}
[dir="rtl"] .recent-activity-item-comment {
    padding: 0 5px 0 0;
}
.recent-activity-item-comment:before {
    display: inline-block;
}
.recent-activity-item-comment span:before {
    color: #0d0d0d;
    content: "\1F4AC";
    display: inline-block;
    font-size: 15px;
    padding-right: 3px;
    vertical-align: middle;
}
[dir="rtl"] .recent-activity-item-comment span:before {
    padding-left: 3px;
}
.recent-activity-controls {
    padding-top: 15px;
}
.category-container {
    display: flex;
    justify-content: flex-end;
}
.category-content {
    flex: 1;
}
@media (min-width: 1024px) {
    .category-content {
        flex: 0 0 80%;
    }
}
.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .section-tree {
        flex-direction: row;
    }
}
.section-tree .section {
    flex: initial;
}
@media (min-width: 768px) {
    .section-tree .section {
        flex: 0 0 45%;
    }
}
.section-tree-title {
    margin-bottom: 0;
}
.section-tree-title a {
    color: #000;
}
.section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
}
.article-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
}
.article-list-item a {
    color: #000;
}
.article-list-item .icon-lock:before {
    vertical-align: baseline;
}
.icon-star:before {
    color: #0d0d0d;
    font-size: 18px;
}
.section-container {
    display: flex;
    justify-content: flex-end;
}
.section-content {
    flex: 1;
}
@media (min-width: 1024px) {
    .section-content {
        flex: 0 0 80%;
    }
}
.section-subscribe .dropdown-toggle:after {
    display: none;
}
.article {
    flex: 1 0 auto;
}
@media (min-width: 1024px) {
    .article {
        flex: 1 0 66%;
        max-width: 66%;
        min-width: 640px;
        padding: 0 30px;
    }
}
.article-container {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .article-container {
        flex-direction: row;
    }
}
.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .article-header {
        flex-direction: row;
        margin-top: 0;
    }
}
.article-avatar {
    margin-right: 10px;
}
.article-author {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .article-title {
        flex-basis: 100%;
    }
}
.article-title .icon-lock:before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}
.article [role="button"] {
    flex-shrink: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .article [role="button"] {
        width: auto;
    }
}
.article-info {
    max-width: 100%;
}
.article-meta {
    display: inline-block;
    vertical-align: middle;
}
.article-body img {
    height: auto;
    max-width: 100%;
}
.article-body ol,
.article-body ul {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}
[dir="rtl"] .article-body ol,
[dir="rtl"] .article-body ul {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}
.article-body li > ol,
.article-body li > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body ul > ul {
    margin: 0;
}
.article-body ul {
    list-style-type: disc;
}
.article-body a:visited {
    color: #000;
}
.article-body code {
    padding: 0 5px;
    margin: 0 2px;
}
.article-body code,
.article-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.article-body pre {
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}
.article-body blockquote {
    border-left: 1px solid #ddd;
    color: #333;
    font-style: italic;
    padding: 0 15px;
}
.article-body > p:last-child {
    margin-bottom: 0;
}
.article-content {
    line-height: 1.6;
    margin: 40px 0;
    word-wrap: break-word;
}
.article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.article-comment-count {
    color: #333;
    font-weight: 300;
}
.article-comment-count:hover {
    text-decoration: none;
}
.article-comment-count .icon-comments {
    color: #0d0d0d;
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}
.article-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}
@media (min-width: 1024px) {
    .article-sidebar {
        border: 0;
        flex: 0 0 17%;
        height: auto;
    }
}
.article-relatives {
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
@media (min-width: 768px) {
    .article-relatives {
        flex-direction: row;
    }
}
.article-relatives > * {
    flex: 1 0 auto;
    margin-right: 0;
}
.article-relatives > :last-child {
    margin: 0;
}
@media (min-width: 768px) {
    .article-relatives > * {
        margin-right: 20px;
    }
}
.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
}
.article-vote {
    background: transparent;
    border: 1px solid #0d0d0d;
    color: #0d0d0d;
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
}
.article-vote:before {
    font-size: 8px;
    margin-right: 10px;
}
[dir="rtl"] .article-vote:before {
    margin-right: 0;
    margin-left: 10px;
}
.article-vote:after {
    content: attr(title);
}
.article-vote:active,
.article-vote:focus {
    background-color: transparent;
    color: #0d0d0d;
}
.article-vote:hover {
    background-color: #0d0d0d;
}
.article-vote:hover:after,
.article-vote:hover:before,
.article-vote[aria-selected="true"]:after,
.article-vote[aria-selected="true"]:before {
    color: #fff;
}
.article-vote-up:before {
    content: "\2713";
}
.article-vote-down:before {
    content: "\2715";
}
.article-more-questions {
    margin: 10px 0 20px;
    text-align: center;
}
.article-return-to-top {
    border-top: 1px solid #ddd;
}
@media (min-width: 1024px) {
    .article-return-to-top {
        display: none;
    }
}
.article-return-to-top a {
    color: #000;
    display: block;
    padding: 20px 0;
}
.article-return-to-top a:focus,
.article-return-to-top a:hover {
    text-decoration: none;
}
.article-return-to-top .icon-arrow-up:before {
    font-size: 16px;
    margin-left: 5px;
}
[dir="rtl"] .article-return-to-top .icon-arrow-up:before {
    margin-right: 10px;
}
.article-unsubscribe {
    background-color: #0d0d0d;
    color: #fff;
    text-decoration: none;
}
.article-unsubscribe:hover {
    background-color: #000;
    border-color: #000;
}
.sidenav-title {
    font-size: 15px;
    position: relative;
}
.sidenav-item {
    border-radius: 4px;
    color: #000;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
}
.sidenav-item.current-article,
.sidenav-item:hover {
    background-color: #0d0d0d;
    color: #fff;
    text-decoration: none;
}
.recent-articles h3,
.related-articles h3 {
    font-size: 15px;
    margin: 20px 0;
}
.recent-articles li,
.related-articles li {
    margin-bottom: 15px;
}
.attachments .attachment-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
    margin-bottom: 0;
}
.attachments .attachment-item:before {
    color: #000;
    content: "\1F4CE";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 5px;
}
[dir="rtl"] .attachments .attachment-item {
    padding-left: 0;
    padding-right: 20px;
}
[dir="rtl"] .attachments .attachment-item:before {
    left: auto;
    right: 0;
}
.upload-dropzone span {
    color: #333;
}
.share {
    padding: 0;
    white-space: nowrap;
}
.share a,
.share li {
    display: inline-block;
}
.share a {
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 25px;
}
.share a:before {
    color: #333;
    display: block;
    font-size: 23px;
    text-align: center;
    width: 100%;
}
.share a:hover {
    text-decoration: none;
}
.share a:hover:before {
    color: #0d0d0d;
}
.share-twitter:before {
    content: "\E901";
}
.share-facebook:before {
    content: "\E903";
}
.share-linkedin:before {
    content: "\E900";
}
.share-googleplus:before {
    content: "\E902";
}
.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: #333;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}
.comment-callout a {
    color: #0d0d0d;
}
.comment-sorter {
    display: inline-block;
    float: right;
}
.comment-sorter .dropdown-toggle {
    color: #333;
    font-weight: 300;
    font-size: 13px;
}
[dir="rtl"] .comment-sorter {
    float: left;
}
.comment-wrapper {
    display: flex;
    position: relative;
}
.comment-wrapper.comment-official {
    border: 1px solid #0d0d0d;
    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: flex;
    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: flex;
    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-attachments,
.comment-ccs + textarea {
    margin-top: 10px;
}
.comment-attachments a {
    color: #0d0d0d;
}
.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
}
.comment-body img {
    height: auto;
    max-width: 100%;
}
.comment-body ol,
.comment-body ul {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}
[dir="rtl"] .comment-body ol,
[dir="rtl"] .comment-body ul {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}
.comment-body li > ol,
.comment-body li > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body ul > ul {
    margin: 0;
}
.comment-body ul {
    list-style-type: disc;
}
.comment-body a:visited {
    color: #000;
}
.comment-body code {
    padding: 0 5px;
    margin: 0 2px;
}
.comment-body code,
.comment-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.comment-body pre {
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}
.comment-body blockquote {
    border-left: 1px solid #ddd;
    color: #333;
    font-style: italic;
    padding: 0 15px;
}
.comment-mark-as-solved,
.vote {
    display: inline-block;
}
.vote {
    text-align: center;
    width: 35px;
}
.vote a {
    outline: none;
}
.vote a:active,
.vote a:focus,
.vote a:hover {
    text-decoration: none;
}
.vote-sum {
    color: #333;
    display: block;
    margin: 3px 0;
}
[dir="rtl"] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}
.vote-down:hover:before,
.vote-up:hover:before {
    color: #0d0d0d;
}
.vote-down:before,
.vote-up:before {
    color: #333;
    font-size: 24px;
}
.vote-up:before {
    content: "\2B06";
}
.vote-down:before {
    content: "\2B07";
}
.vote-voted:before {
    color: #0d0d0d;
}
.vote-voted:hover:before {
    color: #000;
}
.actions {
    text-align: center;
    flex-shrink: 0;
}
.actions .dropdown-toggle {
    font-size: 0;
    margin: 15px 0;
}
.actions .dropdown-toggle:active:before,
.actions .dropdown-toggle:focus:before,
.actions .dropdown-toggle:hover:before {
    background-color: #f7f7f7;
}
.actions .dropdown-toggle:before {
    background-color: transparent;
    border-radius: 50%;
    color: #333;
    content: "\2699";
    display: block;
    font-size: 13px;
    margin: auto;
    padding: 5px;
}
.community-hero {
    background-image: url(/hc/theming_assets/01HZKTCCC9ZWFB3W7YAK0GG97F);
    margin-bottom: 10px;
}
.community-footer {
    padding-top: 50px;
    text-align: center;
}
.community-activity,
.community-featured-posts {
    padding-top: 40px;
    width: 100%;
}
.community-header {
    margin-bottom: 30px;
}
.community-header h4 {
    margin-bottom: 0;
}
.post-to-community {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .post-to-community {
        margin: 0;
    }
}
.topics {
    max-width: none;
    width: 100%;
}
.topics-item .meta-group {
    justify-content: center;
    margin-top: 20px;
}
.topic-header {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
@media (min-width: 768px) {
    .topic-header {
        padding-bottom: 10px;
    }
}
.topic-header .dropdown {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
@media (min-width: 768px) {
    .topic-header .dropdown {
        border-top: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
    }
}
.no-posts-with-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.community-follow {
    margin-bottom: 10px;
    width: 100%;
}
@media (min-width: 768px) {
    .community-follow {
        margin-bottom: 0;
        width: auto;
    }
}
.community-follow .dropdown {
    width: 100%;
}
.community-follow [role="button"] {
    line-height: 30px;
    padding: 0 10px 0 15px;
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .community-follow [role="button"] {
        width: auto;
    }
}
.community-follow [role="button"]:hover {
    background-color: #0d0d0d;
}
.community-follow [role="button"]:focus:after,
.community-follow [role="button"]:hover:after {
    border-color: #fff;
    color: #fff;
}
.community-follow [role="button"][aria-selected="true"] {
    background-color: #0d0d0d;
    color: #fff;
}
.community-follow [role="button"][aria-selected="true"]:after {
    border-left: 1px solid #fff;
    color: #fff;
}
.community-follow [role="button"][aria-selected="true"]:hover {
    background-color: #000;
    border-color: #000;
}
.community-follow [role="button"]:after {
    border-left: 1px solid #0d0d0d;
    content: attr(data-follower-count);
    color: #0d0d0d;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    margin-left: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
}
@media (min-width: 768px) {
    .community-follow [role="button"]:after {
        position: static;
    }
}
[dir="rtl"] .community-follow [role="button"]:after {
    border-left: 0;
    border-right: 1px solid #0d0d0d;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
.striped-list {
    padding: 0;
}
.striped-list-item {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: flex;
    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: #0d0d0d;
    margin-bottom: 10px;
    margin-right: 5px;
}
.striped-list-title:active,
.striped-list-title:focus,
.striped-list-title:hover {
    text-decoration: underline;
}
.striped-list-title:visited {
    color: #000;
}
.striped-list .meta-group {
    margin: 5px 0;
}
.striped-list-count {
    color: #333;
    font-weight: 300;
    font-size: 13px;
    justify-content: flex-start;
    text-transform: capitalize;
}
@media (min-width: 768px) {
    .striped-list-count {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
}
.striped-list-count-item:after {
    content: "\B7";
    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: #000;
        display: block;
        font-weight: 400;
    }
}
.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:active,
.status-label:focus,
.status-label:hover {
    text-decoration: none;
}
.status-label-featured,
.status-label-official,
.status-label-pinned {
    background-color: #0d0d0d;
}
.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-not-planned,
.status-label-pending {
    background-color: #eee;
    color: #333;
}
.status-label-pending {
    text-align: center;
}
.status-label-open {
    background-color: #cc3340;
}
.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-answered,
.status-label-closed,
.status-label-hold,
.status-label-new,
.status-label-open,
.status-label-solved {
    text-transform: lowercase;
}
.post {
    flex: 1;
    margin-bottom: 10px;
}
@media (min-width: 1024px) {
    .post {
        flex: 1 0 70%;
        max-width: 70%;
    }
}
.post-container {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .post-container {
        flex-direction: row;
    }
}
.post-header {
    align-items: center;
    display: flex;
    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: flex;
    justify-content: space-between;
}
.post-avatar {
    margin-bottom: 30px;
}
.post-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    word-break: break-word;
}
.post-info-container {
    display: flex;
    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;
    flex: 1;
    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 ol,
.post-body ul {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}
[dir="rtl"] .post-body ol,
[dir="rtl"] .post-body ul {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}
.post-body li > ol,
.post-body li > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body ul > ul {
    margin: 0;
}
.post-body ul {
    list-style-type: disc;
}
.post-body a:visited {
    color: #000;
}
.post-body code {
    padding: 0 5px;
    margin: 0 2px;
}
.post-body code,
.post-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.post-body pre {
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}
.post-body blockquote {
    border-left: 1px solid #ddd;
    color: #333;
    font-style: italic;
    padding: 0 15px;
}
.post-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.post-comment-count {
    color: #333;
    font-weight: 300;
}
.post-comment-count:hover {
    text-decoration: none;
}
.post-comment-count .icon-comments {
    color: #0d0d0d;
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}
.post-sidebar {
    border-top: 1px solid #ddd;
    flex: 1;
    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;
    }
}
.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: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
}
.collapsible-nav-list li {
    color: #000;
    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: #000;
    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;
        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 #0d0d0d;
        order: 1;
        padding: 15px 0 11px;
    }
}
.collapsible-nav-list li[aria-selected="true"] a {
    color: #000;
}
.collapsible-nav-list li[aria-selected="true"]:after {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-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";
}
.collapsible-sidebar {
    flex: 1;
    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%;
    -webkit-transform: translateY(-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-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 20px;
}
.my-activities-sub-nav {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
@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: #0d0d0d;
}
.my-activities-table .striped-list-title {
    display: block;
    margin-bottom: 10px;
    max-width: 350px;
    white-space: normal;
}
@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 td:first-child,
.my-activities-table th:first-child {
    padding-left: 0;
}
@media (min-width: 1024px) {
    .my-activities-table td:first-child,
    .my-activities-table th:first-child {
        width: 500px;
    }
}
.my-activities-table td:last-child,
.my-activities-table th: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-search {
    width: 100%;
}
.requests-table-toolbar {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .requests-table-toolbar {
        flex-direction: row;
    }
}
.requests-table-toolbar .search {
    flex: 1;
    width: 100%;
}
.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 {
    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: #0d0d0d;
    color: #fff;
}
.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;
}
.subscriptions-unsubscribe a {
    background: #0d0d0d;
    border-radius: 4px;
    color: #fff;
    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: #000;
    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: flex;
    align-items: center;
}
.subscriptions-table .user-avatar {
    margin-right: 10px;
}
.subscriptions .striped-list-title {
    display: inline-block;
    vertical-align: middle;
}
.contributions-table td:last-child {
    color: #333;
    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 {
    color: #333;
}
.request-container {
    display: flex;
    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-ccs,
.request-main .comment-form-controls {
    display: block;
}
.request-main .comment-show-container {
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #333;
    text-align: inherit;
    padding: 8px 25px;
    width: 100%;
}
.request-main .comment-show-container.hidden {
    display: none;
}
.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 #0d0d0d;
}
.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 #0d0d0d;
}
.request-main input#mark_as_solved {
    display: none;
}
.request-title {
    width: 100%;
}
@media (min-width: 1024px) {
    .request-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        max-width: 66%;
        padding-bottom: 20px;
    }
}
.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: 30%;
    }
}
.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 dd,
.request-details dt {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 20px 0 0;
}
.request-details dd {
    padding: 0 10px;
    width: 60%;
}
.request-details dd:after {
    content: "\A";
    white-space: pre;
}
.request-details dt {
    color: #333;
    font-weight: 300;
    width: 40%;
}
.request-details .request-collaborators {
    display: inline-block;
}
.request-attachments dd,
.request-attachments dt {
    width: 100%;
}
.request-attachments dd {
    margin: 10px 0 0;
}
.request-form textarea {
    min-height: 120px;
}
.request-follow-up {
    padding-top: 20px;
}
.pagination {
    margin: 20px 0;
    text-align: center;
}
.pagination * {
    display: inline-block;
}
.pagination li {
    border-radius: 50%;
    height: 40px;
    float: left;
    margin-left: 5px;
    width: 40px;
}
@media (min-width: 768px) {
    .pagination li {
        height: 30px;
        width: 30px;
    }
}
[dir="rtl"] .pagination li {
    float: right;
}
.pagination li:hover:not(.pagination-current) {
    background-color: #f3f3f3;
}
.pagination li:hover:not(.pagination-current) a,
.pagination li:hover:not(.pagination-current) span {
    color: #000;
    text-decoration: none;
}
.pagination a,
.pagination span {
    font-size: 15px;
    color: #333;
    padding: 10px 12px;
}
@media (min-width: 768px) {
    .pagination a,
    .pagination span {
        font-size: 13px;
        padding: 5px 12px;
    }
}
.pagination-current {
    background-color: #0d0d0d;
}
.pagination-current a,
.pagination-current span {
    color: #fff;
}
.pagination-first {
    border-radius: 3px 0 0 3px;
}
.pagination-last,
[dir="rtl"] .pagination-first {
    border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
    border-radius: 3px 0 0 3px;
}
.meta-group {
    display: block;
}
.meta-group * {
    display: inline;
}
.meta-data {
    color: #333;
    font-size: 13px;
    font-weight: 300;
}
.meta-data:not(:last-child):after {
    content: "\B7";
    margin: 0 5px;
}
.actions .dropdown-toggle:before,
.article-vote:before,
.attachments .attachment-item:before,
.collapsible-nav-list li[aria-selected="true"]:after,
.collapsible-sidebar-title:after,
.icon,
.recent-activity-item-comment span:before,
.search-result-meta-count:before,
.search-result-votes:before,
.search:before,
.share a:before,
.vote-down:before,
.vote-up:before,
[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: copenhagen-icons;
    font-style: normal;
    font-weight: 400;
    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: "\D7";
}
.icon-notification-info:before {
    content: "\2139";
}
.icon-notification-success:before {
    content: "\2714";
}
.profile-header {
    padding: 30px 0;
    background-color: #f7f7f7;
}
.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }
}
.profile-header .profile-info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}
.profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
}
[dir="rtl"] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
}
.profile-avatar .icon-agent:before {
    bottom: 0;
    right: 0;
}
.profile-header .basic-info {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}
.profile-header .basic-info .name {
    margin: 0;
}
.profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
        margin-left: 10px;
    }
    [dir="rtl"] .profile-header .options {
        margin-left: 0;
        margin-right: 10px;
    }
    .profile-header .options > :not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
    [dir="rtl"] .profile-header .options > :not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }
}
.profile-header .options [data-action="edit-profile"] {
    background-color: #0d0d0d;
    border: 0;
    color: #fff;
    line-height: normal;
    padding: 8px 20px;
    outline-color: #0d0d0d;
}
.profile-header .description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    margin: 15px 0;
    flex-basis: 100%;
}
.profile-stats {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
.profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
}
.profile-stats .stat-label {
    color: #333;
    font-weight: 300;
    flex: 0 0 100px;
    margin-right: 10px;
}
[dir="rtl"] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
}
.profile-stats-activity {
    border-top: 1px solid #ddd;
    margin-top: 15px;
}
@media (min-width: 768px) {
    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .profile-stats-activity .stat {
        flex-direction: column;
    }
}
.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .profile-stats-activity .stat:not(:last-child) {
        margin-right: 40px;
    }
    [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}
.profile-stats-counters {
    border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
    .profile-stats-counters {
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }
    [dir="rtl"] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }
    [dir="rtl"] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}
.profile-private-badge {
    flex-basis: 100%;
    border: 1px solid #0d0d0d;
    border-radius: 4px;
    color: #0d0d0d;
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
}
.profile-private-badge:after {
    content: "\1F512";
    margin-left: 5px;
    font-family: copenhagen-icons;
    vertical-align: middle;
    line-height: 15px;
}
@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}
.profile-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 37px;
}
.profile-section {
    width: 100%;
}
@media (min-width: 1024px) {
    .profile-section {
        width: calc(100% - 330px);
    }
}
.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}
.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
}
.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    color: #333;
    font-weight: 300;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 50%;
        padding-bottom: 0;
    }
}
.profile-section-sorter {
    flex-basis: 100%;
    border-top: 1px solid #eee;
    font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
}
.profile-section-sorter .dropdown-toggle:after {
    position: absolute;
    right: 0;
}
[dir="rtl"] .profile-section-sorter .dropdown-toggle:after {
    left: 0;
    right: auto;
}
@media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle:after {
        position: relative;
    }
}
@media (min-width: 768px) {
    .profile-section-sorter {
        flex: 0 1 auto;
        padding-top: 0;
        border-top: 0;
        margin-left: 20px;
    }
    [dir="rtl"] .profile-section-sorter {
        margin-left: 0;
        margin-right: 20px;
    }
}
.profile-contribution {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    padding: 20px 0;
    position: relative;
}
.profile-contribution-header {
    margin-bottom: 5px;
}
.profile-contribution-title {
    margin: 0 0 5px;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}
.profile-contribution-body {
    margin: 10px 0;
}
.profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
}
@media (min-width: 768px) {
    .profile-contribution-list > .profile-contribution {
        padding-left: 30px;
    }
    [dir="rtl"] .profile-contribution-list > .profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}
.profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}
.profile-contribution-list > .profile-contribution:before {
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #ccc;
    font-family: copenhagen-icons;
    line-height: 25px;
}
[dir="rtl"] .profile-contribution-list > .profile-contribution:before {
    right: 0;
}
.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}
[dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}
@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }
    [dir="rtl"] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}
.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}
[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}
@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }
    [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}
.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
}
.profile-section .private-activity:before {
    content: "\1F512";
    font-family: copenhagen-icons;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 10px;
}
[dir="rtl"] .profile-section .private-activity:before {
    margin-right: 0;
    margin-left: 10px;
}
.profile-activity-list {
    margin-top: 25px;
}
.profile-activity {
    position: relative;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }
    [dir="rtl"] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .profile-activity:not(:last-child) {
        border-left: 1px solid #ddd;
    }
    [dir="rtl"] .profile-activity:not(:last-child) {
        border-left: 0;
        border-right: 1px solid #ddd;
    }
}
.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}
[dir="rtl"] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
}
@media (min-width: 768px) {
    .profile-activity-header {
        margin-left: 0;
    }
    [dir="rtl"] .profile-activity-header {
        margin-right: 0;
    }
}
.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    align-self: flex-start;
}
[dir="rtl"] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-activity-description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
}
.profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
}
.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f7f7f7;
}
@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }
    [dir="rtl"] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}
.profile-activity:before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: copenhagen-icons;
}
[dir="rtl"] .profile-activity:before {
    right: 0;
}
@media (min-width: 768px) {
    .profile-activity:before {
        left: -14px;
    }
    [dir="rtl"] .profile-activity:before {
        right: -14px;
    }
}
.profile-activity-list > li[class$="-article"]:before,
.profile-articles > .profile-contribution:before {
    content: "\1F4C4";
}
.profile-activity-list > li[class$="-post"]:before,
.profile-posts > .profile-contribution:before {
    content: "\1F4D4";
}
.profile-activity-list > li[class$="-comment"]:before,
.profile-comments > .profile-contribution:before {
    content: "\1F4AC";
    line-height: 35px;
}
.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 1024px) {
    .search-results {
        flex-direction: row;
    }
}
.search-results-column {
    flex: 1;
}
@media (min-width: 1024px) {
    .search-results-column {
        flex: 0 0 45%;
    }
}
.search-results-list {
    margin-bottom: 25px;
}
.search-results-list > li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.search-results-list > li:first-child {
    border-top: 1px solid #ddd;
}
.search-result-description {
    margin-top: 15px;
}
.search-result-meta-count,
.search-result-votes {
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px;
    position: relative;
}
.search-result-meta-count:before,
.search-result-votes:before {
    color: #0d0d0d;
}
[dir="ltr"] .search-result-meta-count,
[dir="ltr"] .search-result-votes {
    margin-left: 5px;
}
[dir="ltr"] .search-result-meta-count:before,
[dir="ltr"] .search-result-votes:before {
    margin-right: 3px;
}
[dir="rtl"] .search-result-meta-count,
[dir="rtl"] .search-result-votes {
    margin-right: 5px;
}
[dir="rtl"] .search-result-meta-count:before,
[dir="rtl"] .search-result-votes:before {
    margin-left: 3px;
}
.search-result-votes:before {
    content: "\1F44D";
}
.search-result-meta-count:before {
    content: "\1F4AC";
}
.search-result .meta-group {
    align-items: center;
}
.search-result-breadcrumbs {
    margin: 0;
}
.search-result-breadcrumbs li:last-child:after {
    content: "\B7";
    display: inline-block;
    margin: 0 5px;
}
.html-mobile-menu-open {
    overflow: hidden;
}
.html-mobile-menu-open .mobile-menu:before {
    background: #0d0d0d;
    content: "";
    display: block;
    height: 66px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.html-mobile-menu-open .container-header .logo {
    display: none;
}
.html-mobile-menu-open .container-header .mobile-menu-button {
    left: unset;
    right: -8px;
    top: 1.5px;
}
.html-mobile-menu-open .hamburger-inner,
.html-mobile-menu-open .hamburger-inner:after,
.html-mobile-menu-open .hamburger-inner:before {
    height: 1px;
    width: 25px;
}
.container-header .header {
    display: block;
    height: auto;
    max-width: none;
    padding: 0;
    width: 100%;
}
.container-header .header-inner {
    background: #0d0d0d;
    position: relative;
}
.container-header .notification-notice {
    background: #ddbb62;
    border: 0;
    display: flex;
    height: 60px;
    height: auto;
    padding: 16px;
}
@media (min-width: 1025px) {
    .container-header .notification-notice {
        height: 60px;
    }
}
.container-header .notification-notice .notification-inner {
    display: flex;
    margin: auto;
    max-width: none;
    padding: 0;
    width: 100%;
}
.container-header .notification-notice .notification-icon {
    color: #fff;
    margin: auto 0;
}
.container-header .notification-notice .notification-icon:before {
    border-color: #fff;
}
.container-header .notification-notice .notification-text {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
    color: #fff;
    line-height: 19px;
    margin: auto 0;
}
@media (min-width: 1025px) {
    .container-header .notification-notice .notification-text {
        font-size: 22px;
        line-height: 18px;
    }
}
.container-header .notification-notice .notification-dismiss {
    background: none;
    border: 0;
    left: 4px;
    margin: auto 0;
    padding: 0;
    position: relative;
    width: auto;
}
.container-header .notification-notice .notification-dismiss:before {
    color: #fff;
    opacity: 1;
}
.container-header .branding {
    align-items: center;
    display: flex;
    height: 66px;
}
@media (min-width: 1025px) {
    .container-header .branding {
        display: block;
        height: 117px;
    }
}
.container-header .row-1 {
    text-align: center;
    width: 100%;
}
@media (min-width: 1025px) {
    .container-header .row-1 {
        height: 100%;
        padding: 20px 0;
    }
}
.container-header .row-2 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
@media (min-width: 1025px) {
    .container-header .row-2:hover {
        background: #0d0d0d;
    }
}
@media (min-width: 1025px) {
    .container-header .row-2 {
        top: unset;
    }
}
.container-header .logo img {
    display: none;
    max-height: 42px;
    max-width: 100px;
    position: relative;
    top: 3px;
}
.container-header .logo img.show {
    display: inline !important;
}
@media (min-width: 1025px) {
    .container-header .logo img {
        max-height: 77px;
        max-width: 160px;
        top: unset;
    }
}
.container-header .link-country-selection {
    display: none;
    transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
    .container-header .link-country-selection {
        background-size: 20px !important;
        content: "";
        display: inline-block;
        height: 20px;
        left: 28px;
        position: absolute;
        top: 20px;
        width: 20px;
    }
    html[lang="en-AU"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC1VH5FX7DR019K9VQ47J), no-repeat;
    }
    html[lang="de"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC3528TEQ4ZPMDBRKK3W5), no-repeat;
    }
    html[lang="es-ES"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC3N92MV2HC7GKWY7GCGE), no-repeat;
    }
    html[lang="fr"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC478PAC80B81KF27EEAP), no-repeat;
    }
    html[lang="it"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC6JVAQKZHKT3VA6JK54S), no-repeat;
    }
    html[lang="en-NZ"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC848BPT2B40X8J38B6Q8), no-repeat;
    }
    html[lang="en-GB"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC9RTY9QK53RT0EV47P68), no-repeat;
    }
    html[lang="en-US"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTCAYCHF1FRWAWQCGRXR0A), no-repeat;
    }
    html[lang="en-ZA"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTCBMG7Y5G190EET986YTJ), no-repeat;
    }
    html[lang="en-ie"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC5RDC5JWDY21RGSEH64B), no-repeat;
    }
    html[lang="el"] .container-header .link-country-selection {
        background: url(/hc/theming_assets/01HZKTC3D4Q5H43V6NJSX6N0PW), no-repeat;
    }
    .container-header .link-country-selection:hover {
        opacity: 0.8;
    }
}
.container-header .link-home-link-submit-a-request {
    display: none;
    left: -2px;
    position: absolute;
    top: 19px;
}
.container-header .link-home-link-submit-a-request .link-home,
.container-header .link-home-link-submit-a-request .link-submit-a-request {
    border-left: 1px solid #fff;
    color: #fff;
    font-family: HelveticaLight;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 6px 20px 2px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}
.container-header .link-home-link-submit-a-request .link-home:active,
.container-header .link-home-link-submit-a-request .link-home:focus,
.container-header .link-home-link-submit-a-request .link-home:hover,
.container-header .link-home-link-submit-a-request .link-home:visited,
.container-header .link-home-link-submit-a-request .link-submit-a-request:active,
.container-header .link-home-link-submit-a-request .link-submit-a-request:focus,
.container-header .link-home-link-submit-a-request .link-submit-a-request:hover,
.container-header .link-home-link-submit-a-request .link-submit-a-request:visited {
    text-decoration: none;
}
.container-header .link-home-link-submit-a-request .link-home:hover,
.container-header .link-home-link-submit-a-request .link-submit-a-request:hover {
    color: #fff;
    opacity: 0.8;
}
.container-header .link-home-link-submit-a-request .link-home:hover:before,
.container-header .link-home-link-submit-a-request .link-submit-a-request:hover:before {
    display: none;
}
@media (min-width: 1025px) {
    .container-header .link-home-link-submit-a-request {
        display: block;
    }
}
.container-header nav .mobile-menu-button {
    left: 0;
    padding: 13px 20px;
    position: absolute;
    top: 7.5px;
    z-index: 2;
}
.container-header nav .mobile-menu-button:focus {
    outline: none;
}
@media (min-width: 1025px) {
    .container-header nav .mobile-menu-button {
        display: none;
    }
}
.container-header nav .mobile-menu {
    background: #0d0d0d;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    padding: 76px 20px 20px;
    width: 100%;
    z-index: 1;
}
.container-header nav .mobile-menu li.link-home,
.container-header nav .mobile-menu li.link-my-activities {
    border-top: 1px solid #444;
    margin-top: 24px;
    padding-top: 24px;
}
.container-header nav .mobile-menu li.link-change-password a,
.container-header nav .mobile-menu li.link-choose-your-site-mobile a,
.container-header nav .mobile-menu li.link-home a,
.container-header nav .mobile-menu li.link-my-activities a,
.container-header nav .mobile-menu li.link-my-profile a,
.container-header nav .mobile-menu li.link-sign-in a,
.container-header nav .mobile-menu li.link-submit-a-request a {
    color: #fff;
    font-family: AvantGarde;
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
}
.container-header nav .mobile-menu a {
    color: #fff;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 28px;
    line-height: 50px;
    text-transform: uppercase;
    width: 100%;
}
.container-header nav .mobile-menu a:hover {
    text-decoration: none;
}
@media (min-width: 1025px) {
    .container-header nav .mobile-menu {
        background: none;
        display: flex;
        height: auto;
        justify-content: space-between;
        margin: 0 auto;
        opacity: 1;
        overflow: hidden;
        max-width: 1024px;
        max-width: 1044px;
        padding: 0 10px;
        position: static;
    }
    .container-header nav .mobile-menu li {
        display: inline-block;
    }
    .container-header nav .mobile-menu li.link-change-password,
    .container-header nav .mobile-menu li.link-choose-your-site-mobile,
    .container-header nav .mobile-menu li.link-home,
    .container-header nav .mobile-menu li.link-my-activities,
    .container-header nav .mobile-menu li.link-my-profile,
    .container-header nav .mobile-menu li.link-sign-in,
    .container-header nav .mobile-menu li.link-submit-a-request {
        display: none;
    }
    .container-header nav .mobile-menu li a {
        color: #f5f5f5;
      	text-shadow: 0 0 3px rgb(0 0 0 / 65%);
        font-family: AvantGarde;
        font-size: 13px;
        line-height: 56px;
        text-transform: uppercase;
        display: inline-block;
        height: 100%;
        padding: 0 4px;
        position: relative;
    }
    .container-header nav .mobile-menu li a:hover {
        color: #ddbb62;
    }
    .container-header nav .mobile-menu li a:hover:before {
        color: #ddbb62;
        content: "\B7";
        display: inline-block;
        font-family: Times New Roman;
        font-size: 55px;
        height: 20px;
        left: -14px;
        position: absolute;
        top: 1px;
        width: 20px;
    }
}
@media (min-width: 1025px) {
    .container-header .login-user-info {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
}
.container-header .login-user-info:hover #user-name,
.container-header .login-user-info:hover .login {
    opacity: 0.8;
}
.container-header .login-user-info .login {
    padding: 0;
    transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
    .container-header .login-user-info .login {
        display: none;
    }
}
.container-header .login-user-info .login:before {
    background: url(/hc/theming_assets/01HZKTC2FKX48PXS81GJ1V4FTK) no-repeat;
    background-position: 50%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.container-header .login-user-info #user #user-avatar,
.container-header .login-user-info #user .dropdown-toggle:after {
    display: none;
}
.container-header .login-user-info #user #user-name {
    color: #fff;
    font-size: 10px;
    padding: 0 0 0 25px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}
.container-header .login-user-info #user #user-name:hover {
    text-decoration: none;
}
.container-header .login-user-info #user #user-name:before {
    background: url(/hc/theming_assets/01HZKTC2FKX48PXS81GJ1V4FTK) no-repeat;
    background-position: 50%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.container-header .hero {
    background: none;
    height: auto;
    padding: 0;
}
.container-header .hero .hero-inner {
    max-width: none;
    top: 0;
    -webkit-transform: none;
    transform: none;
}
.container-header .hero .hero-image {
    max-width: 100%;
}
.container-header .hero .hero-image-mobile {
    display: block;
}
.container-header .hero .hero-image-desktop {
    display: none;
}
@media (min-width: 1025px) {
    .container-header .hero .hero-image-mobile {
        display: none;
    }
    .container-header .hero .hero-image-desktop {
        display: block;
        width: 100%;
    }
}
.container-header .hero .hero-text {
    margin-top: 16px;
    padding: 0 16px;
    position: relative;
    top: -3px;
}
@media (min-width: 1025px) {
    .container-header .hero .hero-text {
        background: rgba(0, 0, 0, 0.3);
        left: 50%;
        padding: 20px 40px;
        position: absolute;
        margin-left: -480px;
        margin-top: 0;
        max-width: 960px;
        top: 20%;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container-header .hero .hero-text {
        padding: 25px 40px;
        top: 22%;
    }
}
@media (min-width: 1300px) {
    .container-header .hero .hero-text {
        top: 32%;
    }
}
@media (min-width: 1500px) {
    .container-header .hero .hero-text {
        top: 38%;
    }
}
@media (min-width: 1700px) {
    .container-header .hero .hero-text {
        top: 45%;
    }
}
.container-header .hero .heading {
    color: #000;
    font-family: AvantGarde;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
}
@media (min-width: 1025px) {
    .container-header .hero .heading {
        font-size: 30px;
        line-height: 38px;
        color: #fff;
    }
}
.container-header .hero p {
    display: none;
}
.container-header .hero form {
    display: flex;
}
.container-header .hero form:before {
    background: url(/hc/theming_assets/01HZKTC78FV3JSHAFKBGA9PAW7) no-repeat;
    content: "";
    height: 18px;
    width: 18px;
}
.container-header .hero #query {
    border-color: #cecece;
    border-radius: 0;
    border-right: 0;
    color: #000;
    font-size: 14px;
    height: 50px;
    flex: 1;
}
@media (min-width: 1025px) {
    .container-header .hero #query {
        border: 0;
    }
}
.container-header .hero button {
    background: #0d0d0d;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: HelveticaLight;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    max-width: 340px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    width: 100%;
    width: 85px;
}
.container-header .hero button:focus {
    background: #0d0d0d;
}
.container-header .hero button[disabled] {
    cursor: not-allowed;
    opacity: 0.25;
}
.container-header .hero button:not([disabled]):hover {
    background: #ddbb62;
}
.container-header .hero button.article-vote:before {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.container-header .hero button.article-vote:after {
    color: #fff;
}
.container-header .hero button.article-vote[aria-selected="true"] {
    background: #ddbb62;
}
.container-header .hero button.dropdown-toggle {
    background: none;
    border: 1px solid #cecece;
    color: #0d0d0d;
}
.container-header .hero button.dropdown-toggle:hover {
    background: #ddbb62;
    border: 1px solid #ddbb62;
    color: #fff;
}
.container-header .hero button[data-action="edit-profile"] {
    max-width: none;
    width: auto;
}
.container-header .hero button.article-subscribe,
.container-header .hero button.article-unsubscribe {
    background: #fff;
    border: 1px solid #cecece;
    color: #0d0d0d;
    width: auto;
}
.container-header .hero button.article-subscribe:hover,
.container-header .hero button.article-unsubscribe:hover {
    border-color: #ddbb62;
    color: #fff;
}
.container-header .hero button.article-subscribe[aria-selected="true"],
.container-header .hero button.article-unsubscribe[aria-selected="true"] {
    background: #ddbb62;
    border-color: #ddbb62;
    color: #fff;
}
@media (min-width: 1025px) {
    .container-header .hero button {
        font-size: 14px;
        background: #fff;
        color: #0d0d0d;
        margin-left: 7px;
        width: 200px;
    }
}
@media (min-width: 1025px) {
    .container-header .hero button:hover {
        color: #fff;
    }
    .container-header .hero button:focus {
        background: #fff;
    }
}
.has-fixed-nav .header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.has-fixed-nav .heroes {
    margin: 66px 0 0;
}
@media (min-width: 1025px) {
    .has-fixed-nav .heroes {
        margin: 117px 0 0;
    }
}
.has-fixed-nav.has-notification-notice .notification-notice {
    position: fixed;
    top: 0;
    z-index: 3;
}
.has-fixed-nav.has-notification-notice .header-inner {
    top: 60px;
}
.has-fixed-nav.has-notification-notice .heroes {
    margin: 126px 0 0;
}
@media (min-width: 1025px) {
    .has-fixed-nav.has-notification-notice .header-inner {
        top: 60px;
    }
    .has-fixed-nav.has-notification-notice .heroes {
        margin: 177px 0 0;
    }
}
#user .close-change-password {
    display: none;
}
#user-dropdown {
    border-color: #cecece !important;
    border-radius: 0 !important;
    box-shadow: none;
}
#user-password span[role="separator"] {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
    border-color: #cecece !important;
    margin-top: 28px !important;
}
@media (min-width: 1025px) {
    #user-password span[role="separator"] {
        font-size: 22px;
        line-height: 18px;
    }
}
#user-password li,
#user-password strong {
    color: #000 !important;
    font-family: HelveticaLight !important;
    font-size: 12px !important;
    line-height: 17px !important;
}
@media (min-width: 1025px) {
    #user-password li,
    #user-password strong {
        font-size: 14px !important;
        line-height: 19px !important;
    }
}
#user-password label {
    color: #000 !important;
    font-family: HelveticaLight !important;
    font-size: 12px !important;
    line-height: 17px !important;
}
@media (min-width: 1025px) {
    #user-password label {
        font-size: 14px !important;
        line-height: 19px !important;
    }
}
#user-password input {
    color: #000 !important;
    font-family: HelveticaLight !important;
    font-size: 12px !important;
    line-height: 17px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 1px solid #cecece !important;
    border-radius: 0 !important;
    height: 31px !important;
    padding: 5px !important;
}
@media (min-width: 1025px) {
    #user-password input {
        font-size: 14px !important;
        line-height: 19px !important;
    }
}
#user-password #password-submit {
    background: #0d0d0d;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: HelveticaLight;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    max-width: 340px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    width: 100%;
    background: #0d0d0d !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    height: 50px !important;
    margin-bottom: 20px !important;
}
#user-password #password-submit:focus {
    background: #0d0d0d;
}
#user-password #password-submit[disabled] {
    cursor: not-allowed;
    opacity: 0.25;
}
#user-password #password-submit:not([disabled]):hover {
    background: #ddbb62;
}
#user-password #password-submit.article-vote:before {
    font-size: 12px;
    position: relative;
    top: -1px;
}
#user-password #password-submit.article-vote:after {
    color: #fff;
}
#user-password #password-submit.article-vote[aria-selected="true"] {
    background: #ddbb62;
}
#user-password #password-submit.dropdown-toggle {
    background: none;
    border: 1px solid #cecece;
    color: #0d0d0d;
}
#user-password #password-submit.dropdown-toggle:hover {
    background: #ddbb62;
    border: 1px solid #ddbb62;
    color: #fff;
}
#user-password #password-submit[data-action="edit-profile"] {
    max-width: none;
    width: auto;
}
#user-password #password-submit.article-subscribe,
#user-password #password-submit.article-unsubscribe {
    background: #fff;
    border: 1px solid #cecece;
    color: #0d0d0d;
    width: auto;
}
#user-password #password-submit.article-subscribe:hover,
#user-password #password-submit.article-unsubscribe:hover {
    border-color: #ddbb62;
    color: #fff;
}
#user-password #password-submit.article-subscribe[aria-selected="true"],
#user-password #password-submit.article-unsubscribe[aria-selected="true"] {
    background: #ddbb62;
    border-color: #ddbb62;
    color: #fff;
}
@media (min-width: 1025px) {
    #user-password #password-submit {
        font-size: 14px;
    }
}
#user-password #password-submit:hover {
    background: #ddbb62 !important;
}
@media (max-width: 1024px) {
    #user {
        position: absolute;
    }
    #user,
    #user .dropdown-toggle {
        display: none;
    }
    #user .close-change-password {
        background: #0d0d0d;
        border: 0;
        display: inline-block;
        height: 28px !important;
        padding: 0 !important;
        position: absolute;
        right: -1px;
        top: -1px;
        width: 28px !important;
    }
    #user .close-change-password:hover {
        background: #0d0d0d !important;
    }
    #user .close-change-password:after {
        background: url(/hc/theming_assets/01HZKTC8CZDDK9GXY235XTVRB4) -6px -138px no-repeat;
        content: "";
        display: inline-block;
        height: 18px;
        position: absolute;
        right: 5px;
        top: 7px;
        width: 18px;
    }
    #user #user-dropdown {
        display: block;
        left: 0;
        margin-left: 16px;
        margin-right: 16px;
        position: fixed;
    }
    #user #user-dropdown:after,
    #user #user-dropdown:before,
    #user #user-menu {
        display: none;
    }
    #user #user-password {
        display: block;
        max-width: none;
    }
    #user #password-submit {
        margin: 0 !important;
        max-width: none;
    }
}
.container-footer {
    background: #0d0d0d;
}
.container-footer footer {
    border: 0;
    padding-bottom: 40px;
}
.container-footer .footer-inner {
    flex-direction: column;
    max-width: 1300px;
    padding: 16px;
    width: 100%;
}
@media (min-width: 1025px) {
    .container-footer .footer-inner {
        flex-direction: row;
        padding: 16px 50px;
    }
}
.container-footer .footer-links {
    margin: 0 0 9px;
    max-width: 320px;
}
@media (max-width: 1024px) {
    .container-footer .footer-links.is-open {
        margin: 0 0 30px;
    }
    .container-footer .footer-links.is-open .heading:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .container-footer .footer-links.footer-legal ul,
    .container-footer .footer-links.footer-support ul,
    .container-footer .footer-links.footer-useful-links ul {
        display: none;
    }
}
@media (min-width: 1025px) {
    .container-footer .footer-links {
        margin: 0;
        width: 100%;
    }
    .container-footer .footer-links.footer-find-us-on {
        margin: 0 0 0 auto;
        max-width: 140px;
    }
}
.container-footer .footer-links a {
    color: #f5f5f5;
    font-family: HelveticaLight;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}
.container-footer .heading {
    color: #fff;
    font-size: 19px;
    margin-bottom: 19px;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .container-footer .heading:after {
        background: url(/hc/theming_assets/01HZKTC42XQWCF2PRRDYZ1NX8E) no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 18px;
        position: absolute;
        right: 4px;
        top: 6px;
        width: 10px;
    }
}
@media (min-width: 1025px) {
    .container-footer .heading {
        font-family: AvantGarde;
        font-size: 13px;
        margin-bottom: 18px;
    }
}
.container-footer .footer-find-us-on .heading:after {
    display: none;
}
.container-footer .footer-find-us-on li {
    display: inline-block;
    margin: 0 0 0 5px;
}
.container-footer .footer-find-us-on li:first-child {
    margin: 0;
}
.container-footer .footer-find-us-on a {
    background: #fff;
    border-radius: 100%;
    color: #0d0d0d;
    display: inline-block;
    font-size: 22px;
    height: 42px;
    line-height: 1.95;
    text-align: center;
    width: 42px;
}
.container-footer .footer-find-us-on a:hover {
    background: #ac8c5f;
}
@media (min-width: 1025px) {
    .container-footer .footer-find-us-on a {
        font-size: 14px;
        height: 28px;
        line-height: 2;
        width: 28px;
    }
}
.container-footer.fixed-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}
.footer-find-us-on a {
    position: relative;
}
.fa-instagram:before,
.fa-youtube:before {
    content: "" !important;
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
}
.fa-instagram:before {
    background: url(/hc/theming_assets/01HZKTC6646AGSDAFNZ23V3AGV);
    background-size: cover;
    height: 20px;
    margin: -10px 0 0 -10px;
    width: 20px;
}
@media (min-width: 1025px) {
    .fa-instagram:before {
        height: 14px;
        margin: -7px 0 0 -7px;
        width: 14px;
    }
}
.fa-youtube:before {
    background: url(/hc/theming_assets/01HZKTCB6MJ85CWES01W5GVE1A);
    background-size: cover;
    height: 24px;
    margin: -12px 0 0 -12px;
    width: 24px;
}
@media (min-width: 1025px) {
    .fa-youtube:before {
        height: 16px;
        margin: -8px 0 0 -8px;
        width: 16px;
    }
}
html[lang="es-ES"] footer .international-distributors-link,
html[lang="es-ES"] footer .investors-link {
    display: none;
}
@media (max-width: 1024px) {
    html[lang="el"] .footer-support ul {
        display: block !important;
    }
}
html .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.html-article main,
.html-category main,
.html-error main,
.html-new-request main,
.html-search-results main,
.html-section main {
    margin: 0 auto;
    max-width: 1300px;
    padding: 16px;
}
.html-article .page-header,
.html-category .page-header,
.html-error .page-header,
.html-new-request .page-header,
.html-search-results .page-header,
.html-section .page-header {
    flex-direction: column;
    margin: 0 0 10px;
}
@media (min-width: 1025px) {
    .html-article .page-header,
    .html-category .page-header,
    .html-error .page-header,
    .html-new-request .page-header,
    .html-search-results .page-header,
    .html-section .page-header {
        margin: 0 0 15px;
    }
}
.html-article .page-header .heading,
.html-category .page-header .heading,
.html-error .page-header .heading,
.html-new-request .page-header .heading,
.html-search-results .page-header .heading,
.html-section .page-header .heading {
    color: #000;
    font-family: AvantGarde;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
    margin: 0 0 15px;
}
@media (min-width: 1025px) {
    .html-article .page-header .heading,
    .html-category .page-header .heading,
    .html-error .page-header .heading,
    .html-new-request .page-header .heading,
    .html-search-results .page-header .heading,
    .html-section .page-header .heading {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 25px;
    }
}
.html-article .page-header .page-header-description,
.html-category .page-header .page-header-description,
.html-error .page-header .page-header-description,
.html-new-request .page-header .page-header-description,
.html-search-results .page-header .page-header-description,
.html-section .page-header .page-header-description {
    display: none;
    margin: 0 0 15px;
}
@media (min-width: 1025px) {
    .html-article .page-header .page-header-description,
    .html-category .page-header .page-header-description,
    .html-error .page-header .page-header-description,
    .html-new-request .page-header .page-header-description,
    .html-search-results .page-header .page-header-description,
    .html-section .page-header .page-header-description {
        margin: 0 0 25px;
    }
}
.html-contributions .container,
.html-request .container,
.html-requests .container,
.html-subscriptions .container,
.html-user-profile .container {
    max-width: 1300px;
    padding: 0 16px;
}
.sub-nav {
    margin: 15px auto 20px;
    min-height: auto;
    padding: 0;
}
.sub-nav .breadcrumbs {
    margin: 0;
}
@media (min-width: 1025px) {
    .sub-nav {
        margin: 23px 0 44px;
    }
}
.category-container,
.section-container {
    display: block;
}
.category-container .article-list-item,
.section-container .article-list-item {
    border-color: #cecece;
}
.category-container .article-list-link,
.section-container .article-list-link {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
}
.category-container .article-list-link:active,
.category-container .article-list-link:focus,
.category-container .article-list-link:visited,
.section-container .article-list-link:active,
.section-container .article-list-link:focus,
.section-container .article-list-link:visited {
    color: #4b4b4b;
}
.category-container .article-list-link:hover,
.section-container .article-list-link:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .category-container .article-list-link,
    .section-container .article-list-link {
        font-size: 13px;
    }
}
.category-container .icon-star,
.section-container .icon-star {
    padding: 0 4px 0 0;
}
.category-container .icon-lock:before,
.category-container .icon-star:before,
.section-container .icon-lock:before,
.section-container .icon-star:before {
    color: #4b4b4b;
}
.category-container .see-all-articles,
.section-container .see-all-articles {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 25px 0 0;
    padding: 0;
}
.category-container .see-all-articles:active,
.category-container .see-all-articles:focus,
.category-container .see-all-articles:visited,
.section-container .see-all-articles:active,
.section-container .see-all-articles:focus,
.section-container .see-all-articles:visited {
    color: #4b4b4b;
}
.category-container .see-all-articles:hover,
.section-container .see-all-articles:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .category-container .see-all-articles,
    .section-container .see-all-articles {
        font-size: 13px;
    }
}
.category-container .article-list-link,
.category-container .article-list-link:active,
.category-container .article-list-link:focus,
.category-container .article-list-link:hover,
.category-container .article-list-link:visited,
.section-container .article-list-link,
.section-container .article-list-link:active,
.section-container .article-list-link:focus,
.section-container .article-list-link:hover,
.section-container .article-list-link:visited {
    text-decoration: none;
}
.html-home .knowledge-base {
    margin: 20px 0;
}
.html-home .knowledge-base .blocks-list {
    display: block;
    margin: 0;
    padding: 0 16px;
}
@media (min-width: 1025px) {
    .html-home .knowledge-base .blocks-list {
        display: flex;
        justify-content: space-between;
        margin: 40px auto 30px;
        max-width: 85%;
    }
}
.html-home .knowledge-base .blocks-item {
    background: #f5f5f5;
    border: 0;
    border-radius: 0;
    display: block;
    flex: none;
    margin: 0 0 12px;
}
@media (min-width: 1025px) {
    .html-home .knowledge-base .blocks-item {
        display: flex;
        margin: 0 0 12px;
        max-width: 49.5%;
        width: 100%;
    }
}
.html-home .knowledge-base .blocks-item:hover p {
    color: #000;
}
.html-home .knowledge-base .blocks-item-link {
    display: inline-block;
    padding: 30px 15px;
    width: 100%;
}
@media (min-width: 1025px) {
    .html-home .knowledge-base .blocks-item-link {
        padding: 46px 15px;
    }
}
.html-home .knowledge-base .blocks-item-link .heading {
    color: #000;
    font-family: AvantGarde;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
    font-size: 20px;
}
@media (min-width: 1025px) {
    .html-home .knowledge-base .blocks-item-link .heading {
        font-size: 30px;
        line-height: 38px;
        font-size: 35px;
    }
}
.html-home .section.activity,
.html-home .section.community,
.html-home section.articles {
    display: none;
}
.html-home .footer {
    margin-top: 0;
}
html[lang="el"] .knowledge-base .blocks-item-special,
html[lang="en-AU"] .knowledge-base .blocks-item-special,
html[lang="en-NZ"] .knowledge-base .blocks-item-special,
html[lang="en-GB"] .knowledge-base .blocks-item-special,
html[lang="en-IE"] .knowledge-base .blocks-item-special,
html[lang="en-US"] .knowledge-base .blocks-item-special,
html[lang="it"] .knowledge-base .blocks-item-special {
    background: none;
    flex-direction: row;
    justify-content: space-between;
    max-width: unset;
}
html[lang="el"] .knowledge-base .blocks-item-special .blocks-item-link,
html[lang="en-AU"] .knowledge-base .blocks-item-special .blocks-item-link,
html[lang="en-NZ"] .knowledge-base .blocks-item-special .blocks-item-link,
html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link,
html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link,
html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link,
html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link {
    background: #f5f5f5;
    display: flex;
    margin-bottom: 12px;
    padding: 24px 15px 25px;
    position: relative;
    width: 100%;
}
html[lang="el"] .knowledge-base .blocks-item-special .heading,
html[lang="en-AU"] .knowledge-base .blocks-item-special .heading,
html[lang="en-NZ"] .knowledge-base .blocks-item-special .heading,
html[lang="en-GB"] .knowledge-base .blocks-item-special .heading,
html[lang="en-IE"] .knowledge-base .blocks-item-special .heading,
html[lang="en-US"] .knowledge-base .blocks-item-special .heading,
html[lang="it"] .knowledge-base .blocks-item-special .heading {
    background: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin: auto;
    padding: 0 12px 5px;
}
html[lang="el"] .knowledge-base .blocks-item-special .heading:before,
html[lang="en-AU"] .knowledge-base .blocks-item-special .heading:before,
html[lang="en-NZ"] .knowledge-base .blocks-item-special .heading:before,
html[lang="en-GB"] .knowledge-base .blocks-item-special .heading:before,
html[lang="en-IE"] .knowledge-base .blocks-item-special .heading:before,
html[lang="en-US"] .knowledge-base .blocks-item-special .heading:before,
html[lang="it"] .knowledge-base .blocks-item-special .heading:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 25px;
    padding-right: 7px;
    position: relative;
    top: 5px;
    width: 25px;
}
html[lang="el"] .knowledge-base .blocks-item-special p {
    font-size: 14px;
    font-style: italic;
    left: 40%;
    margin-left: -100px;
    position: absolute;
    top: 42px;
    width: 300px;
}
html[lang="en-AU"] .knowledge-base .blocks-item-special p,
html[lang="en-NZ"] .knowledge-base .blocks-item-special p,
html[lang="en-GB"] .knowledge-base .blocks-item-special p,
html[lang="en-IE"] .knowledge-base .blocks-item-special p,
html[lang="en-US"] .knowledge-base .blocks-item-special p,
html[lang="it"] .knowledge-base .blocks-item-special p {
    font-size: 14px;
    font-style: italic;
    left: 46%;
    margin-left: -100px;
    position: absolute;
    top: 42px;
    width: 222px;
}
html[lang="el"] .knowledge-base .blocks-item-special .blocks-item-link-email .heading:before,
html[lang="en-AU"] .knowledge-base .blocks-item-special .blocks-item-link-email .heading:before,
html[lang="en-NZ"] .knowledge-base .blocks-item-special .blocks-item-link-email .heading:before,
html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link-email .heading:before,
html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link-email .heading:before,
html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link-email .heading:before,
html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link-email .heading:before {
    background-image: url(/hc/theming_assets/01HZKTC3H70CNH2PMVDHD47K1N);
}
html[lang="en-AU"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before,
html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before,
html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before,
html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before,
html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before {
    background-image: url(/hc/theming_assets/01HZKTCB2JJ1KAGC1T2B6WPZ8X);
}
html[lang="el"] .knowledge-base .blocks-item-special .blocks-item-link-telephone .heading:before {
    background-image: url(/hc/theming_assets/01HZKTC8SPPK889G1Z2HF8ABCQ);
  	
}
html[lang="en-AU"] .knowledge-base .blocks-item-special .blocks-item-link-chat .heading:before,
html[lang="en-NZ"] .knowledge-base .blocks-item-special .blocks-item-link-chat .heading:before,
html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link-chat .heading:before,
html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link-chat .heading:before,
html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link-chat .heading:before,
html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link-chat .heading:before {
    background-image: url(/hc/theming_assets/01HZKTC30DKNPC8NMHH4C82G12);
    top: 7px;
}
html[lang="el"] .knowledge-base .blocks-item-special .blocks-item-link-telephone .heading,
html[lang="en-AU"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading {
    position: relative;
    top: -8px;
}
@media (min-width: 1025px) {
    html[lang="el"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="en-AU"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="en-NZ"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link {
        margin-bottom: 0;
        padding: 40px 15px;
        width: 32.65%;
    }
    html[lang="el"] .knowledge-base .blocks-item-special .heading,
    html[lang="en-AU"] .knowledge-base .blocks-item-special .heading,
    html[lang="en-NZ"] .knowledge-base .blocks-item-special .heading,
    html[lang="en-GB"] .knowledge-base .blocks-item-special .heading,
    html[lang="en-IE"] .knowledge-base .blocks-item-special .heading,
    html[lang="en-US"] .knowledge-base .blocks-item-special .heading,
    html[lang="it"] .knowledge-base .blocks-item-special .heading {
        font-size: 22px;
        padding: 4px 20px 5px;
        top: 0;
    }
    html[lang="el"] .knowledge-base .blocks-item-special p,
    html[lang="en-AU"] .knowledge-base .blocks-item-special p,
    html[lang="en-NZ"] .knowledge-base .blocks-item-special p,
    html[lang="en-GB"] .knowledge-base .blocks-item-special p,
    html[lang="en-IE"] .knowledge-base .blocks-item-special p,
    html[lang="en-US"] .knowledge-base .blocks-item-special p,
    html[lang="it"] .knowledge-base .blocks-item-special p {
        top: 80px;
    }
  	html[lang="el"] .knowledge-base .blocks-item-special .blocks-item-link-telephone .heading,
    html[lang="en-AU"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
    html[lang="en-NZ"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
    html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
    html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
    html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading,
    html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading {
        position: relative;
        top: 0;
    }
  	html[lang="el"] .knowledge-base .blocks-item-special .blocks-item-link-telephone .heading:before {
        height: 25px;
        padding-right: 10px;
        top: 6px;
        width: 30px;
    }
    html[lang="en-AU"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before,
    html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before,
    html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before,
    html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before,
    html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link-whatsapp .heading:before {
        height: 30px;
        padding-right: 10px;
        top: 6px;
        width: 30px;
    }
}
@media (min-width: 1025px) {
  	html[lang="el"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="en-NZ"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="en-IE"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="en-US"] .knowledge-base .blocks-item-special .blocks-item-link,
    html[lang="it"] .knowledge-base .blocks-item-special .blocks-item-link {
        width: 49.5%;
    }
  html[lang="en-GB"] .knowledge-base .blocks-item-special .blocks-item-link {
    width: 32.65%;
  }
}
.html-category .section-tree {
    flex-direction: column;
}
.html-category .section-tree .section {
    margin-bottom: 50px;
}
@media (min-width: 1025px) {
    .html-category .section-tree {
        flex-direction: row;
    }
    .html-category .section-tree .section {
        flex: 0 0 49%;
    }
}
.html-category .section-tree-title a {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
    color: #4b4b4b;
    text-decoration: underline;
}
@media (min-width: 1025px) {
    .html-category .section-tree-title a {
        font-size: 22px;
        line-height: 18px;
    }
}
.html-category .section-tree-title a:hover {
    color: #ddbb62;
}
.html-section .page-header {
    display: flex;
}
.html-section .page-header .heading {
    order: 1;
}
.html-section .page-header .page-header-description {
    order: 2;
}
.html-section .page-header .section-subscribe {
    order: 3;
}
.html-article .article-author,
.html-article .article-more-questions,
.html-article .article-return-to-top {
    display: none;
}
.html-article .article-container {
    justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .html-article .article-container {
        flex-direction: column;
    }
    .html-article .article-container .article-sidebar,
    .html-article .article-container article {
        flex: 1 0 auto;
        max-width: none;
        min-width: auto;
    }
}
.html-article article {
    padding: 0;
}
.html-article .page-header .heading {
    margin: 0 0 5px;
}
.html-article .article-content {
    margin: 20px 0;
}
@media (min-width: 1025px) {
    .html-article .article-content {
        margin-bottom: 45px;
    }
}
.html-article .article-body {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1025px) {
    .html-article .article-body {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-article .article-body .wysiwyg-text-align-left {
    text-align: left;
}
.html-article .article-body .wysiwyg-text-align-center {
    text-align: center;
}
.html-article .article-body .wysiwyg-text-align-right {
    text-align: right;
}
.html-article .article-body h1,
.html-article .article-body h2,
.html-article .article-body h3,
.html-article .article-body h4,
.html-article .article-body h5,
.html-article .article-body h6 {
    text-align: left;
}
.html-article .article-body h1 {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .html-article .article-body h1 {
        font-size: 22px;
        line-height: 18px;
    }
}
.html-article .article-body h2,
.html-article .article-body h3,
.html-article .article-body h4,
.html-article .article-body h5,
.html-article .article-body h6 {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .html-article .article-body h2,
    .html-article .article-body h3,
    .html-article .article-body h4,
    .html-article .article-body h5,
    .html-article .article-body h6 {
        font-size: 22px;
        line-height: 18px;
    }
}
.html-article .article-body a {
    color: #0d0d0d;
    position: relative;
    text-decoration: underline;
}
.html-article .article-body a:active,
.html-article .article-body a:focus,
.html-article .article-body a:hover,
.html-article .article-body a:visited {
    color: #0d0d0d;
}
.html-article .article-body a:hover {
    color: #ddbb62;
}
.html-article .article-body table {
    width: 100%;
}
.html-article .article-body table td,
.html-article .article-body table th {
    border: 1px solid #cecece;
}
.html-article .article-body iframe {
    width: 100%;
}
.html-article .article-share a {
    border-radius: 0;
    font-size: 14px;
}
.html-article .article-share a:before {
    display: none;
}
.html-article .article-votes {
    border-color: #cecece;
    padding-top: 35px;
}
.html-article .article-votes-question {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}
@media (min-width: 1025px) {
    .html-article .article-votes-question {
        font-size: 22px;
        line-height: 18px;
    }
}
.html-article .article-votes-controls a {
    width: 150px !important;
}
.html-article .article-vote-label {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-top: 10px;
}
@media (min-width: 1025px) {
    .html-article .article-vote-label {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-article .article-relatives,
.html-article .article-sidebar .section-articles {
    padding: 30px 0;
}
.html-article .article-relatives .heading,
.html-article .article-sidebar .section-articles .heading {
    margin: 0 0 25px;
}
@media (min-width: 1025px) {
    .html-article .article-relatives .heading,
    .html-article .article-sidebar .section-articles .heading {
        margin: 0 0 30px;
    }
}
.html-article .article-relatives li,
.html-article .article-sidebar .section-articles li {
    margin: 0 0 15px;
}
.html-article .article-relatives li:last-child,
.html-article .article-sidebar .section-articles li:last-child {
    margin: 0;
}
.html-article .article-relatives a,
.html-article .article-sidebar .section-articles a {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
}
.html-article .article-relatives a:active,
.html-article .article-relatives a:focus,
.html-article .article-relatives a:visited,
.html-article .article-sidebar .section-articles a:active,
.html-article .article-sidebar .section-articles a:focus,
.html-article .article-sidebar .section-articles a:visited {
    color: #4b4b4b;
}
.html-article .article-relatives a:hover,
.html-article .article-sidebar .section-articles a:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .html-article .article-relatives a,
    .html-article .article-sidebar .section-articles a {
        font-size: 13px;
    }
}
.html-article .article-relatives {
    border-color: #cecece;
    flex-direction: column;
}
.html-article .article-relatives .recent-articles {
    margin: 0 0 45px;
}
.html-article .article-relatives .heading {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .html-article .article-relatives .heading {
        font-size: 22px;
        line-height: 18px;
    }
}
.html-article .article-sidebar {
    border-bottom: 0;
    border-top: 1px solid #cecece;
}
@media (min-width: 1025px) {
    .html-article .article-sidebar {
        border: 0;
        flex: 0 0 30%;
    }
}
.html-article .article-sidebar .section-articles {
    max-height: none;
}
@media (min-width: 1025px) {
    .html-article .article-sidebar .section-articles {
        background: #f5f5f5;
        padding: 30px 20px;
    }
}
.html-article .article-sidebar .heading {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .html-article .article-sidebar .heading {
        font-size: 22px;
        line-height: 18px;
    }
}
.html-article .article-sidebar .heading:after,
.html-article .article-sidebar li:nth-child(n + 5) {
    display: none;
}
.html-article .article-sidebar a.sidenav-item {
    margin: 0;
    padding: 0;
}
.html-article .article-sidebar a.sidenav-item.current-article,
.html-article .article-sidebar a.sidenav-item:hover {
    background: none;
}
.html-article .article-sidebar a.article-sidebar-item {
    margin-top: 12px;
}
@media (min-width: 1025px) {
    .html-article .article-relatives .heading,
    .html-article .article-sidebar .heading,
    .html-article .article-votes-question {
        font-size: 18px;
    }
}
.html-search-results .meta-data,
.html-search-results .search-results-subheading {
    display: none;
}
.html-search-results .page-header {
    margin-bottom: 0;
}
.html-search-results .page-header .page-header-description {
    display: block;
}
.html-search-results .search-results-column {
    flex: 0 0 100%;
}
.html-search-results .search-results-column + .search-results-column {
    display: none;
}
.html-search-results .search-result {
    border-bottom: 1px solid #cecece;
}
.html-search-results .search-result:first-child {
    border-top: 1px solid #cecece;
}
.html-search-results .search-result-link {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px;
}
.html-search-results .search-result-link:active,
.html-search-results .search-result-link:focus,
.html-search-results .search-result-link:visited {
    color: #4b4b4b;
}
.html-search-results .search-result-link:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .html-search-results .search-result-link {
        font-size: 13px;
        font-size: 15px;
    }
}
.html-search-results .search-result-votes:before {
    position: relative;
    top: -2px;
}
.html-search-results .search-result-breadcrumbs a,
.html-search-results .search-result-breadcrumbs li {
    font-size: 11px;
}
.html-search-results .search-result-breadcrumbs a:visited {
    color: #4b4b4b;
}
.html-error .page-header .heading {
    margin: 0;
}
.html-error .row-2 {
    background: #0d0d0d;
}
.html-error .page-doesnt-exist {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
@media (min-width: 1025px) {
    .html-error .page-doesnt-exist {
        font-size: 22px;
        line-height: 18px;
    }
}
.html-error .error-page {
    margin: 20px 0 0;
    max-width: none;
    padding: 0;
    width: 100%;
}
@media (min-width: 1025px) {
    .html-error .error-page {
        margin-top: 95px;
    }
}
.html-error .error-page a {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
}
.html-error .error-page a:active,
.html-error .error-page a:focus,
.html-error .error-page a:visited {
    color: #4b4b4b;
}
.html-error .error-page a:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .html-error .error-page a {
        font-size: 13px;
    }
}
.html-new-request .page-header .heading span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
}
@media (min-width: 1025px) {
    .html-new-request .page-header .heading span {
        font-size: 18px;
    }
}
.html-new-request .form-field.required .form-field-inner label:after {
    color: red;
    content: "*";
    margin-left: 2px;
}
.html-new-request .form-field {
    position: relative;
}
.html-new-request .form-field p {
    color: #000;
    font-size: 12px;
}
.html-new-request .form-field ~ .form-field {
    margin-top: 10px;
}
@media (min-width: 1025px) {
    .html-new-request .form-field ~ .form-field {
        margin-top: 20px;
    }
}
.html-new-request .nesty-input {
    line-height: 19px;
}
.html-new-request .nesty-input:after {
    display: none;
}
.html-new-request .nesty-panel {
    margin-top: -20px !important;
}
.html-new-request .suggestion-list .searchbox label {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
    width: 100%;
}
@media (min-width: 1025px) {
    .html-new-request .suggestion-list .searchbox label {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-new-request .suggestion-list .searchbox .searchbox-suggestions a {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
}
.html-new-request .suggestion-list .searchbox .searchbox-suggestions a:active,
.html-new-request .suggestion-list .searchbox .searchbox-suggestions a:focus,
.html-new-request .suggestion-list .searchbox .searchbox-suggestions a:visited {
    color: #4b4b4b;
}
.html-new-request .suggestion-list .searchbox .searchbox-suggestions a:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .html-new-request .suggestion-list .searchbox .searchbox-suggestions a {
        font-size: 13px;
    }
}
.html-new-request .notification-alert,
.html-new-request .notification-error {
    border-radius: 0;
    font-size: 12px;
}
.html-new-request .form-field-attachments .upload-dropzone {
    border: 1px solid #cecece;
    height: 100%;
}
.html-new-request .form-field-attachments .upload-dropzone:hover {
    background: #ddbb62;
    border: 1px solid #ddbb62;
}
.html-new-request .form-field-attachments .upload-dropzone:hover a,
.html-new-request .form-field-attachments .upload-dropzone:hover span,
.html-new-request .form-field-attachments .upload-dropzone:hover span:before {
    color: #fff;
}
.html-new-request .form-field-attachments .upload-dropzone input {
    padding: 50px;
}
@media (min-width: 1025px) {
    .html-new-request .form-field-attachments .upload-dropzone input {
        padding: 50px;
    }
}
.html-new-request .form-field-attachments .upload-dropzone a,
.html-new-request .form-field-attachments .upload-dropzone span {
    text-transform: uppercase;
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1025px) {
    .html-new-request .form-field-attachments .upload-dropzone a,
    .html-new-request .form-field-attachments .upload-dropzone span {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-new-request .form-field-attachments .upload-item {
    border-radius: 0;
}
.html-new-request .form-field-attachments .upload-item:hover {
    background: #f5f5f5;
}
.html-new-request .form-field-attachments .upload-item .upload-link {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1025px) {
    .html-new-request .form-field-attachments .upload-item .upload-link {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-new-request .form-field-attachments .upload-item .upload-link:before {
    color: #0d0d0d;
}
.html-new-request .form-field-attachments .upload-item .upload-progress {
    background-color: #ddbb62;
}
.html-new-request .form-field-attachments .upload-item .upload-remove:before,
.html-new-request .form-field-attachments .upload-item .upload-remove:hover:before {
    color: #0d0d0d;
}
.html-new-request form footer {
    margin-top: 5px;
}
.html-new-request form footer input.form-submit[type="submit"] {
    max-width: none;
}
.html-new-request .tooltip {
    background: #ddbb62;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 27px;
    left: 5px;
    line-height: 2.4;
    position: relative;
    text-align: center;
    width: 27px;
}
@media (min-width: 1025px) {
    .html-new-request .tooltip {
        left: unset;
        position: absolute;
        right: -40px;
        top: 1px;
    }
}
.html-new-request .tooltip-popout-wrapper {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
.html-new-request .tooltip-popout-wrapper .tooltip-popout {
    background: #fff;
    margin: auto;
    padding: 40px 20px;
    position: relative;
}
.html-new-request .tooltip-popout-wrapper .heading {
    color: #000;
    font-family: AvantGarde;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .html-new-request .tooltip-popout-wrapper .heading {
        font-size: 30px;
        line-height: 38px;
    }
}
.html-new-request .tooltip-popout-wrapper img {
    margin-top: 20px;
}
.html-new-request .tooltip-popout-wrapper button {
    background: #0d0d0d;
    border: 0;
    display: inline-block;
    height: 28px !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px !important;
}
.html-new-request .tooltip-popout-wrapper button:hover {
    background: #0d0d0d !important;
}
.html-new-request .tooltip-popout-wrapper button:after {
    background: url(/hc/theming_assets/01HZKTC8CZDDK9GXY235XTVRB4) -6px -138px no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 18px;
}
@media (min-width: 1025px) {
    .html-new-request .form-field .form-field-inner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .html-new-request .form-field label {
        flex: 0 0 39%;
        margin: auto 0;
    }
    .html-new-request .form-field.text label {
        margin-top: 7px;
    }
    .html-new-request .form-field .nesty-input,
    .html-new-request .form-field input[type="email"],
    .html-new-request .form-field input[type="number"],
    .html-new-request .form-field input[type="text"],
    .html-new-request .form-field select,
    .html-new-request .form-field textarea {
        flex: 0 0 60%;
        margin: auto 0 auto auto;
    }
    .html-new-request .form-field input[type="checkbox"] {
        left: 6px;
        margin: auto auto auto 0;
        position: relative;
        top: 1px;
    }
    .html-new-request .form-field .upload-dropzone {
        flex: 0 0 60%;
        position: relative;
        left: 7px;
    }
    .html-new-request .form-field .upload-pool {
        flex: 0 0 60%;
        margin-left: auto;
    }
    .html-new-request .form-field .upload-item {
        width: 100%;
    }
    .html-new-request .form-field .notification-error,
    .html-new-request .form-field p {
        flex: 0 0 60%;
        margin: 7px 0 0 auto;
        max-width: 390px;
    }
    .html-new-request form footer {
        text-align: right;
    }
    .html-new-request form footer input.form-submit[type="submit"] {
        max-width: none;
        width: 60%;
    }
}
.html-new-request[lang="en-ZA"] #rise {
    display: none !important;
}
.status-label,
.subscriptions-unsubscribe a {
    border-radius: 0;
    text-transform: uppercase;
}
.striped-list-title {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline !important;
}
.striped-list-title:active,
.striped-list-title:focus,
.striped-list-title:visited {
    color: #4b4b4b;
}
.striped-list-title:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .striped-list-title {
        font-size: 13px;
    }
}
.html-contributions .row-2,
.html-request .row-2,
.html-requests .row-2,
.html-subscriptions .row-2,
.html-user-profile .row-2 {
    background: #0d0d0d;
}
@media (min-width: 1025px) {
    .html-contributions .main-content,
    .html-requests .main-content,
    .html-subscriptions .main-content,
    .html-user-profile .main-content {
        margin-top: 56px;
    }
}
.html-request .sub-nav {
    margin: 97px auto 40px;
    max-width: 1300px;
    padding: 0 16px;
}
.html-request .comment-attachments .upload-dropzone {
    border: 1px solid #cecece;
    height: 100%;
}
.html-request .comment-attachments .upload-dropzone:hover {
    background: #ddbb62;
    border: 1px solid #ddbb62;
}
.html-request .comment-attachments .upload-dropzone:hover a,
.html-request .comment-attachments .upload-dropzone:hover span,
.html-request .comment-attachments .upload-dropzone:hover span:before {
    color: #fff;
}
.html-request .comment-attachments .upload-dropzone input {
    padding: 50px;
}
@media (min-width: 1025px) {
    .html-request .comment-attachments .upload-dropzone input {
        padding: 50px;
    }
}
.html-request .comment-attachments .upload-dropzone a,
.html-request .comment-attachments .upload-dropzone span {
    text-transform: uppercase;
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1025px) {
    .html-request .comment-attachments .upload-dropzone a,
    .html-request .comment-attachments .upload-dropzone span {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-request .comment-attachments .upload-item {
    border-radius: 0;
}
.html-request .comment-attachments .upload-item:hover {
    background: #f5f5f5;
}
.html-request .comment-attachments .upload-item .upload-link {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1025px) {
    .html-request .comment-attachments .upload-item .upload-link {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-request .comment-attachments .upload-item .upload-link:before {
    color: #0d0d0d;
}
.html-request .comment-attachments .upload-item .upload-progress {
    background-color: #ddbb62;
}
.html-request .comment-attachments .upload-item .upload-remove:before,
.html-request .comment-attachments .upload-item .upload-remove:hover:before {
    color: #0d0d0d;
}
.html-request .request-details dd {
    word-break: break-all;
}
.html-requests #quick-search {
    border-radius: 0;
    height: 50px;
}
.html-requests #request-status-select {
    height: 50px;
    max-height: 50px;
}
.html-user-profile .name.heading {
    line-height: 30px;
    text-transform: uppercase;
}
.html-user-profile .options {
    margin-top: 27px;
}
.html-user-profile .profile-activity-contribution {
    border-radius: 0;
}
.html-user-profile .profile-contribution-title a {
    color: #4b4b4b;
    display: inline-block;
    font-family: AvantGarde;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.231;
    text-decoration: underline;
    text-transform: uppercase;
}
.html-user-profile .profile-contribution-title a:active,
.html-user-profile .profile-contribution-title a:focus,
.html-user-profile .profile-contribution-title a:visited {
    color: #4b4b4b;
}
.html-user-profile .profile-contribution-title a:hover {
    color: #ddbb62;
}
@media (min-width: 1025px) {
    .html-user-profile .profile-contribution-title a {
        font-size: 13px;
    }
}
.html-user-profile .meta-group .meta-data {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1025px) {
    .html-user-profile .meta-group .meta-data {
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .html-user-profile .dropdown-toggle {
        border: 0 !important;
        max-width: none !important;
    }
    .html-user-profile .dropdown-toggle:hover {
        background: none !important;
        color: #0d0d0d !important;
    }
    .html-user-profile .dropdown-menu {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .html-user-profile .profile-section-sorter {
        position: relative;
        top: -10px;
    }
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a {
    border-radius: 0;
}
.html-user-profile ._3xXHV_tCulaeiyN9S2nwMU {
    border-color: #cecece;
}
.html-user-profile ._1FMHIpn9VvuHMLl6nMkr3T:after,
.html-user-profile ._1FMHIpn9VvuHMLl6nMkr3T:before {
    opacity: 1;
}
.html-user-profile ._3xXHV_tCulaeiyN9S2nwMU span {
    color: #000;
    font-family: AvantGarde;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.231;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .html-user-profile ._3xXHV_tCulaeiyN9S2nwMU span {
        font-size: 22px;
        line-height: 18px;
    }
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"] {
    background: #0d0d0d;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: HelveticaLight;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    max-width: 340px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    width: 100%;
    width: auto;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"]:focus {
    background: #0d0d0d;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"][disabled] {
    cursor: not-allowed;
    opacity: 0.25;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"]:not([disabled]):hover {
    background: #ddbb62;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-vote:before {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-vote:after {
    color: #fff;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-vote[aria-selected="true"] {
    background: #ddbb62;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].dropdown-toggle {
    background: none;
    border: 1px solid #cecece;
    color: #0d0d0d;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].dropdown-toggle:hover {
    background: #ddbb62;
    border: 1px solid #ddbb62;
    color: #fff;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"][data-action="edit-profile"] {
    max-width: none;
    width: auto;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-subscribe,
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-unsubscribe {
    background: #fff;
    border: 1px solid #cecece;
    color: #0d0d0d;
    width: auto;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-subscribe:hover,
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-unsubscribe:hover {
    border-color: #ddbb62;
    color: #fff;
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-subscribe[aria-selected="true"],
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"].article-unsubscribe[aria-selected="true"] {
    background: #ddbb62;
    border-color: #ddbb62;
    color: #fff;
}
@media (min-width: 1025px) {
    .html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"] {
        font-size: 14px;
    }
}
.html-user-profile ._35UhSvoBFfgLA5hMUd9u0a div[role="button"]:focus {
    box-shadow: none;
}
.html-user-profile #zd-edit-profile-description-label,
.html-user-profile #zd-edit-profile-description-label span,
.html-user-profile #zd-edit-profile-email-label,
.html-user-profile #zd-edit-profile-name-label,
.html-user-profile #zd-edit-profile-phone-label,
.html-user-profile #zd-edit-profile-phone-label span,
.html-user-profile #zd-edit-profile-photo-label,
.html-user-profile #zd-edit-profile-photo-label span {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1025px) {
    .html-user-profile #zd-edit-profile-description-label,
    .html-user-profile #zd-edit-profile-description-label span,
    .html-user-profile #zd-edit-profile-email-label,
    .html-user-profile #zd-edit-profile-name-label,
    .html-user-profile #zd-edit-profile-phone-label,
    .html-user-profile #zd-edit-profile-phone-label span,
    .html-user-profile #zd-edit-profile-photo-label,
    .html-user-profile #zd-edit-profile-photo-label span {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-user-profile #zd-edit-profile-description-label span,
.html-user-profile #zd-edit-profile-phone-label span,
.html-user-profile #zd-edit-profile-photo-label span {
    margin-left: 5px;
}
.html-user-profile #zd-edit-profile-email-label + input,
.html-user-profile #zd-edit-profile-name-label + input,
.html-user-profile #zd-edit-profile-phone-label + input {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cecece;
    border-radius: 0;
    height: 31px;
    padding: 5px;
}
@media (min-width: 1025px) {
    .html-user-profile #zd-edit-profile-email-label + input,
    .html-user-profile #zd-edit-profile-name-label + input,
    .html-user-profile #zd-edit-profile-phone-label + input {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-user-profile #zd-edit-profile-email-label + input:focus,
.html-user-profile #zd-edit-profile-name-label + input:focus,
.html-user-profile #zd-edit-profile-phone-label + input:focus {
    border: 1px solid #cecece;
}
.html-user-profile #zd-edit-profile-description-label + textarea {
    color: #000;
    font-family: HelveticaLight;
    font-size: 14px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cecece;
    border-radius: 0;
    height: 31px;
    padding: 5px;
    height: 155px;
    height: 150px;
}
@media (min-width: 1025px) {
    .html-user-profile #zd-edit-profile-description-label + textarea {
        font-size: 15px;
        line-height: 20px;
    }
}
.html-user-profile #zd-edit-profile-description-label + textarea:focus {
    border: 1px solid #cecece;
}
@media (min-width: 1025px) {
    .html-user-profile #zd-edit-profile-description-label + textarea {
        height: 155px;
    }
}
.html-user-profile #zd-edit-profile-description-hint {
    display: none;
}
.html-user-profile #zd-edit-profile-photo-label + div div:first-child {
    min-width: 45px;
}
:root .container-header .mobile-menu-button,
_:-ms-fullscreen {
    left: auto !important;
}
:root .article-header,
_:-ms-fullscreen {
    display: block;
}
@media (min-width: 1025px) {
    :root .container-header .row-2,
    _:-ms-fullscreen {
        top: auto;
    }
}

.contact-us-phone {
  color: white;
  display: flex;
}
.contact-us-phone span {
  color: white;
  margin-left: 10px;
}
.contact-us-phone:before {
  background-size: 100% 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/hc/theming_assets/01HZKTC5J4E2QKQV3MG5ZP81JV);
    height: 26px;
    margin-right: 13px;
    width: 15px;
}