@import 'https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i';

/*!
 * froala_editor v4.0.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url("https://static.helpjuice.com/helpjuice_production/uploads/upload/image/21485/4324634/LabGrotesque-Light.woff2") format("woff2");
    font-weight: 300
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url("https://static.helpjuice.com/helpjuice_production/uploads/upload/image/21485/4324633/LabGrotesque-Regular.woff2") format("woff2");
    font-weight: 400
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url("https://static.helpjuice.com/helpjuice_production/uploads/upload/image/21485/4324635/LabGrotesque-Medium.woff2") format("woff2");
    font-weight: 500
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url("https://static.helpjuice.com/helpjuice_production/uploads/upload/image/21485/4324632/LabGrotesque-Bold.woff2") format("woff2");
    font-weight: 700
}

:root {
    --headerHeight: 72px;
    --logoHeight: 28px;
    --heroHeight: 600px;
    --pointSize: 12px;
    --heightDifference: calc(100vw / 9);
    --negativeHeightDifference: calc(calc(100vw / -9) - 2px);
    --sectionPadding: 100px;
    --decoratorHeight: 40px;
    --contentWidth: 1180px;
  
    --spaceXXSmall: 4px;
    --spaceXSmall: 8px;
    --spaceSmall: 16px;
    --spaceMedium: 24px;
    --spaceLarge: 32px;
    --spaceXLarge: 48px;
    --spaceXXLarge: 40px;
  
    --primary: #ffce00;
  --primaryLight: #ffce00;
  --secondary: #FFB761;
  --secondaryLight: #ffc580;
  --danger: #f62459;
  --dangerLight: #f8547d;
  --dangerShop: #bd4355;
  --success: #91b496;
  --successLight: #b3cbb7;
  --blackDark: #111111;
  --black: #1D1D1B;
  --blackLight: #555555;
  --warmBlack: #5d5c57;
  --softBlack: black;
  --btcLightGray: #2d2d2d;
  --btcDarkGray: #595959;
  --btcLight: #dedede;
  --genericDark: #737373;
  --generic: #888888;
  --genericLight: #999999;
  --lightGray: #E5E5E5;
    --lighterGray: #b9b9b9;
    --white: #FFFFFF;
    --offWhite: #EFECE2;
    --blue: #6A90A0;
    --orange: #F5A04C;
  
    --defaultFontSize: 16px;
    --defaultFontSizeSmall: 14px;
    --defaultFontSizeSmall: 14px;
    --buttonFontSizeBig: 18px;
  
    --buttonWidth: 165px;
    --buttonWidthsmall: 80px;
  }

  @media (max-width: 768px) {
    :root {
      --heroHeight: 669px;
      --buttonWidth: 145px;
      --defaultFontSize: 14px;
      --defaultFontSizeSmall: 12px;
      --sectionPadding: 80px;
      --spaceLarge: 24px;
      --spaceXLarge: 32px;
      --spaceXXLarge: 48px;
    }
  }

.bg-gray {
    background: var(--lighterGray) !important
}

.bg-dark {
    background: var(--softBlack) !important
}

.with-space {
    padding-top: var(--sectionPadding) !important;
    padding-bottom: var(--sectionPadding) !important
}

.with-space-top {
    padding-top: var(--sectionPadding) !important
}

.with-space-bottom {
    padding-bottom: var(--sectionPadding) !important
}

.with-padding.topFlat,
.with-space.topFlat {
    padding-top: calc(var(--sectionPadding)) !important
}

.with-padding {
    padding: calc(var(--sectionPadding) * .5) 0 !important
}

.topFlat.p-none {
    padding-top: 0
}

.imported-header {
    /*! CSS Used from: https://bitbox.swiss/css/style-d5a853986628ebd623c3f2e01abf498c.css */
    /*! CSS Used fontfaces */
}

.imported-header * {
    box-sizing: border-box
}

.imported-header .row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.imported-header .col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.imported-header .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.imported-header .text-right,
.imported-header .text-right * {
    text-align: right
}

.imported-header .shadow {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2)
}

.imported-header .sr-only,
.imported-header .nav-dropdown>input[type="checkbox"] {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    left: -200vw !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.imported-header .content-width {
    margin: 0 auto;
    max-width: var(--contentWidth);
    width: 100%
}

.imported-header label {
    color: var(--warmBlack);
    font-weight: 300
}

.imported-header input {
    border: solid 1px var(--lightGray);
    border-radius: 2px;
    font-size: var(--defaultFontSize);
    font-weight: 300;
    height: 52px;
    padding: 0 var(--spaceMedium);
    color: var(--black);
    background-color: var(--white);
    -webkit-appearance: none
}

.imported-header input:disabled {
    opacity: 0.7
}

.imported-header input {
    transition: border ease 0.2s;
    background-color: var(--white)
}

.imported-header input:focus {
    outline: none;
    border: solid 1px var(--primary)
}

.imported-header input::placeholder {
    color: var(--generic);
    opacity: 1
}

.imported-header ul {
    list-style-type: none;
    margin: 0;
    padding-left: var(--spaceSmall)
}

.imported-header ul li {
    color: var(--warmBlack);
    font-weight: 300;
    font-size: var(--defaultFontSize);
    line-height: 1.4
}

.imported-header ul li:not(:last-child) {
    margin-bottom: var(--spaceSmall)
}

.imported-header .mobile-icon {
    cursor: pointer
}

.imported-header .nav-container {
    z-index: 20;
    width: 100%;
    transition: background-color ease-in 0.2s;
    background-color: var(--white)
}

.imported-header .nav-content {
    height: var(--headerHeight);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.imported-header .nav-content .logo {
    width: 72px;
    height: 100%;
    padding: 0.3em
}

.imported-header .nav-menu,
.imported-header .cart-menu {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.imported-header .nav-menu {
    flex-grow: 1
}

.imported-header .nav-dropdown {
    position: relative
}

.imported-header .nav-dropdown>input[type="checkbox"]:checked~.nav-dropdown-content {
    display: block
}

.imported-header .nav-dropdown-toggle {
    background: none;
    border: none;
    color: var(--blackLight);
    cursor: pointer;
    display: block;
    font-family: 'labRegular', sans-serif;
    font-size: var(--defaultFontSize);
    font-weight: 300;
    line-height: var(--headerHeight);
    padding: 0 var(--spaceXSmall)
}

.imported-header .nav-dropdown>input[type="checkbox"]:focus+.nav-dropdown-toggle {
    outline: 1px solid var(--primary)
}

.imported-header .nav-dropdown-toggle svg {
    margin-left: 2px;
    vertical-align: text-bottom
}

.imported-header .nav-dropdown-content {
    background: var(--white);
    display: none;
    margin-top: 0;
    min-width: 160px;
    position: absolute;
    right: 0;
    z-index: 2
}

.imported-header .nav-dropdown-content ul {
    padding: var(--spaceSmall) 0
}

.imported-header .nav-dropdown-content ul li {
    margin: 0
}

.imported-header .cart-menu .nav-dropdown-content a {
    display: block;
    line-height: inherit;
    padding: var(--spaceXSmall) var(--spaceLarge)
}

.imported-header .cart-menu {
    margin-right: 16px
}

.imported-header .nav-menu>li,
.imported-header .cart-menu>li {
    display: inline-block;
    margin: 0 !important;
    padding: 0
}

.imported-header .nav-menu a,
.imported-header .cart-menu a {
    color: var(--blackLight);
    display: inline-block;
    font-family: 'labRegular', sans-serif;
    line-height: var(--headerHeight);
    padding: 0 var(--spaceXSmall);
    text-decoration: none
}

.imported-header .nav-content .nav-menu>li>a:hover,
.imported-header .nav-content .cart-menu>li>a:hover {
    color: var(--black)
}

.imported-header .mobile-icon {
    padding: 0;
    margin: 5px 16px 0 0;
    z-index: 10;
    display: none
}

.imported-header .mobile-menu {
    margin: 0;
    padding: var(--spaceMedium) 0;
    background-color: var(--white);
    border-radius: 2px;
    overflow: scroll
}

.imported-header .mobile-menu>li {
    background-color: var(--white);
    padding: 0;
    margin: 0 var(--spaceSmall) !important
}

.imported-header .mobile-menu>li:not(:last-child) {
    border-bottom: solid 1px var(--lighterGray)
}

.imported-header .mobile-menu a,
.imported-header .mobile-language-menu-icon {
    color: var(--black);
    display: block;
    font-family: 'labRegular', sans-serif;
    font-weight: 300;
    height: 100%;
    padding: var(--spaceSmall) var(--spaceLarge);
    text-decoration: none;
    width: 100%
}

.imported-header .mobile-container {
    z-index: 30;
    position: fixed;
    top: var(--headerHeight);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    animation-duration: .2s;
    padding: var(--spaceSmall);
    overflow: scroll
}

.imported-header .mobile-language-menu ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 0
}

.imported-header .mobile-language-menu ul li {
    margin: 0
}

.imported-header .hide {
    display: none
}

.imported-header a {
    color: var(--primary);
    cursor: pointer;
    text-decoration: none;
    transition: color ease 0.2s
}

.imported-header a.active {
    color: black;
    text-decoration: underline
}

.imported-header a:focus {
    outline: none
}

.imported-header a:not(.button):hover {
    color: var(--primaryLight)
}

@media print {
    .imported-header * {
        -webkit-transition: none !important;
        transition: none !important
    }

    .imported-header .nav-container,
    .imported-header .nav-container * {
        display: none !important
    }
}

@media (max-width: 768px) {
    .imported-header a:hover {
        color: var(--primary) !important
    }
}

@media (max-width: 740px) {

    .imported-header .nav-menu,
    .imported-header .cart-menu {
        display: none
    }

    .imported-header .mobile-icon {
        display: block
    }
}

@font-face {
    .imported-header {
        font-family: 'labRegular';
        src: url("https://bitbox.swiss/assets/fonts/LabGrotesque-Regular.woff2") format("woff2"), url("https://bitbox.swiss/assets/fonts/LabGrotesque-Regular.woff") format("woff"), url("https://bitbox.swiss/assets/fonts/LabGrotesque-Regular.otf") format("otf")
    }
}

.imported-header .cart-menu .nav-current a {
    position: relative
}

.imported-header .cart-menu .nav-current a::before {
    background-color: #e30613;
    border-radius: 1px;
    bottom: 14px;
    content: "";
    display: block;
    left: 10px;
    height: 3px;
    position: absolute;
    right: 10px
}

@media (min-width: 361px) {
    .imported-header .cart-menu .nav-current a::before {
        left: 12px;
        right: 12px
    }
}

.imported-header .nav li:not(.nav-blog, .nav-current) a:hover::before {
    right: 12px;
    opacity: 0.5
}

.imported-footer {
    /*! CSS Used from: https://bitbox.swiss/css/style-d5a853986628ebd623c3f2e01abf498c.css */
}

.imported-footer * {
    box-sizing: border-box
}

.imported-footer .row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.imported-footer .col-xs-12,
.imported-footer .col-xs-4,
.imported-footer .col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.imported-footer .col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.imported-footer .col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.imported-footer .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.imported-footer .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.imported-footer .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

@media only screen and (min-width: 48em) {

    .imported-footer .col-sm-10,
    .imported-footer .col-sm-3,
    .imported-footer .col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .imported-footer .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .imported-footer .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .imported-footer .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
}

@media only screen and (min-width: 64em) {

    .imported-footer .col-md-10,
    .imported-footer .col-md-12,
    .imported-footer .col-md-2,
    .imported-footer .col-md-5,
    .imported-footer .col-md-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .imported-footer .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .imported-footer .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .imported-footer .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .imported-footer .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .imported-footer .col-md-offset-1 {
        margin-left: 8.33333333%
    }
}

.imported-footer img {
    height: auto;
    width: 100%
}

.imported-footer img+p {
    margin-top: 24px
}

.imported-footer .text-left,
.imported-footer .text-left * {
    text-align: left
}

.imported-footer .text-right,
.imported-footer .text-right * {
    text-align: right
}

.imported-footer .sr-only {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    left: -200vw !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.imported-footer img {
    width: 100%;
    height: auto
}

.imported-footer .h-padding {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.imported-footer .p-left-none {
    padding-left: 0 !important
}

.imported-footer .p-right-none {
    padding-right: 0 !important
}

.imported-footer .m-top-none {
    margin-top: 0 !important
}

.imported-footer .m-top-large {
    margin-top: 32px !important
}

.imported-footer .m-right {
    margin-right: 16px !important
}

.imported-footer .m-bottom {
    margin-bottom: 16px !important
}

.imported-footer .m-left {
    margin-left: 16px !important
}

.imported-footer .content-width {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%
}

.imported-footer .inline {
    overflow: auto;
    margin-bottom: calc(16px * -1);
    margin-right: calc(16px * -1)
}

.imported-footer .inline>* {
    display: inline-block;
    margin: 0 16px 16px 0
}

@media (max-width: 768px) {
    .imported-footer .inline {
        margin-bottom: calc(var(--spaceXSmall) * -1);
        margin-right: calc(var(--spaceXSmall) * -1)
    }

    .imported-footer .inline>* {
        margin: 0 var(--spaceXSmall) var(--spaceXSmall) 0
    }
}

.imported-footer ul {
    list-style-type: none;
    margin: 0;
    padding-left: 16px
}

.imported-footer ul li {
    color: var(--warmBlack);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4
}

.imported-footer ul.inline li {
    margin: 0 48px 16px 0
}

.imported-footer ul li:not(:last-child) {
    margin-bottom: 16px
}

.imported-footer .with-space {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding)
}

.imported-footer .footer {
    background-color: #333333;
    padding-top: calc(48px * 3) !important;
    padding-bottom: calc(48px * 1.5) !important
}

.imported-footer .footer-label {
    font-weight: bold;
    text-transform: uppercase
}

.imported-footer .footer ul {
    list-style-type: none;
    padding: 0
}

.imported-footer .footer ul li {
    color: #fff
}

.imported-footer .footer a {
    color: #e5e5e5 !important
}

.imported-footer .footer a:hover {
    color: #fff !important
}

.imported-footer .footer-logo {
    height: 36px;
    width: auto;
    max-width: 100%
}

.imported-footer .footer-subnav {
    align-self: flex-end;
    padding: 0 .5rem;
    vertical-align: baseline
}

.imported-footer .footer-subnav .rss-button {
    margin-left: 1em;
    padding: 0;
    position: relative;
    top: 4px
}

.imported-footer .footer-inline-icon svg {
    margin: -3px .5rem 0 0;
    vertical-align: middle
}

.imported-footer .rss-button:hover {
    opacity: 1
}

.imported-footer .rss-button svg {
    margin-bottom: 1px;
    height: 21px;
    fill: #e5e5e5
}

.imported-footer a.rss-button:hover svg {
    fill: #fff
}

.imported-footer .open-cookie-monster button {
    background: none;
    border: none;
    color: #e5e5e5;
    cursor: pointer;
    line-height: 1.4;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 0
}

.imported-footer .open-cookie-monster button:focus,
.imported-footer .open-cookie-monster button:hover {
    color: #fff;
    outline: none
}

.imported-footer p {
    color: var(--warmBlack);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left
}

.imported-footer .meta {
    color: var(--generic);
    font-size: var(--defaultFontSizeSmall)
}

.imported-footer a {
    color: var(--primary);
    cursor: pointer;
    text-decoration: none;
    transition: color ease 0.2s
}

.imported-footer a:focus {
    outline: none
}

.imported-footer a:not(.button):hover {
    color: var(--primaryLight)
}

@media print {
    .imported-footer * {
        -webkit-transition: none !important;
        transition: none !important
    }

    .imported-footer footer,
    .imported-footer footer * {
        display: none !important
    }
}

@media (max-width: 768px) {
    .imported-footer a:hover {
        color: var(--primary) !important
    }

    .imported-footer .h-padding {
        padding-left: 24px;
        padding-right: 24px
    }

    .imported-footer .footer-logo {
        height: 28px
    }
}

@media (min-width: 1921px) {
    .imported-footer .with-space>.content-width {
        padding: 20px 0
    }
}

.imported-footer .payment-icon {
    margin: 0 !important;
    padding-right: 5px
}

.imported-footer .payment-icon img {
    height: 25px;
    width: auto
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-view img.fr-rounded,
.fr-view .fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-view img.fr-shadow,
.fr-view .fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc
}

.fr-view img.fr-bordered,
.fr-view .fr-img-caption.fr-bordered img {
    border: solid 5px #ccc
}

.fr-view img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fr-view .fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fr-view {
    word-wrap: break-word
}

.fr-view span[style~="color:"] a {
    color: inherit
}

.fr-view strong {
    font-weight: 700
}

.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%
}

.fr-view table td {
    min-width: 5px
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: whitesmoke
}

.fr-view table td,
.fr-view table th {
    border: 1px solid #ddd
}

.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double red
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px
}

.fr-view table th {
    background: #ececec
}

.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    break-after: always;
    page-break-after: always
}

.fr-view .fr-file {
    position: relative
}

.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: normal
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible
}

.fr-view[dir="rtl"] blockquote {
    border-left: none;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0
}

.fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00bcd4
}

.fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43a047
}

.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047
}

.fr-view span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
    display: inline;
    line-height: 0
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle
}

.fr-view .fr-text-gray {
    color: #aaa !important
}

.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase
}

.fr-view .fr-class-highlighted {
    background-color: #ffff00
}

.fr-view .fr-class-code {
    border-color: #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f5f5f5;
    padding: 10px;
    font-family: "Courier New", Courier, monospace
}

.fr-view .fr-class-transparency {
    opacity: 0.5
}

.fr-view img {
    position: relative;
    max-width: 100%
}

.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%
}

.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .fr-video {
    text-align: center;
    position: relative
}

.fr-view .fr-video.fr-rv {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.fr-view .fr-video.fr-rv>iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fr-view .fr-video>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-view .fr-video.fr-dvi {
    display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}

.fr-view a.fr-strong {
    font-weight: 700
}

.fr-view a.fr-green {
    color: green
}

.fr-view .fr-img-caption {
    text-align: center
}

.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap a {
    display: block
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap>span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    text-align: center
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px
}

.fr-view .fr-class-highlighted {
    background-color: #ffff00
}

.fr-view .fr-class-code {
    border-color: #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-clip: padding-box;
    background: #f5f5f5;
    padding: 10px;
    font-family: "Courier New", Courier, monospace
}

.fr-view .fr-class-transparency {
    opacity: 0.5
}

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    position: relative;
    max-width: 100%
}

img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%
}

span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.toc {
    overflow-y: auto
}

.toc>.toc-list {
    overflow: hidden;
    position: relative
}

.toc>.toc-list li {
    list-style: none
}

.toc-list {
    margin: 0;
    padding-left: 10px
}

a.toc-link {
    color: currentColor;
    height: 100%
}

.is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    transition: all 300ms ease-in-out
}

.is-collapsed {
    max-height: 0
}

.is-position-fixed {
    position: fixed !important;
    top: 0
}

.is-active-link {
    font-weight: 700
}

.toc-link::before {
    background-color: #EEE;
    content: ' ';
    display: inline-block;
    height: inherit;
    left: 0;
    margin-top: -1px;
    position: absolute;
    width: 2px
}

.is-active-link::before {
    background-color: #54BC4B
}

* {
    box-sizing: border-box;
    outline: none
}

*:before,
*:after {
    box-sizing: inherit
}

::selection {
    background-color: #b3d4fc;
    text-shadow: none
}

.hidden {
    display: none !important;
    visibility: hidden
}

@media only screen and (max-width: 735px) {
    .hidden-small {
        display: none
    }
}

@media only screen and (min-width: 736px) {
    .hidden-medium {
        display: none
    }
}

.visually-hidden {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    font-size: 0 !important
}

.row {
    margin: 0
}

.container {
    width: 100%;
    max-width: 1275px;
    padding: 0 16px;
    margin: 0 auto
}

.wrapper {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 940px
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.button {
    width: 100%;
    max-width: 250px;
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 40px;
    color: #FFF;
    background: #ffce00;
    border: 1px solid #ffce00;
    transition: background-color 300ms ease-out;
    margin: 0 auto;
}

.button:active,
.button:focus,
.button:hover {
    color: #FFF;
    background-color: #437ba7;
    text-decoration: none
}

.button.icon i {
    margin-right: 5px
}

.button.follow_category {
    background: #FFFFFF;
    color: #5A7AB8;
    border: 1px solid #6488CC
}

.button.follow_category:hover,
.button.follow_category:focus {
    color: #FFFFFF;
    background: #6488CC
}

.button.outline {
    background: transparent;
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.button.outline:hover,
.button.outline:focus {
    background: #f5f5f5;
    color: #FFF
}

.button.btn-white {
    border-color: white;
    background: #FFF;
    color: #4D4F51
}

button#sort-by-newest,
button#sort-by-likes,
button#sort-by-views {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
    color: #747474
}

button#sort-by-newest:hover,
button#sort-by-likes:hover,
button#sort-by-views:hover {
    color: #ffce00
}

button#sort-by-newest.active,
button#sort-by-likes.active,
button#sort-by-views.active {
    color: #ffce00
}

@media (max-width: 735px) {

    button#sort-by-newest,
    button#sort-by-likes,
    button#sort-by-views {
        margin-top: 20px
    }
}

.back_to_top {
    display: inline-block;
    margin: 17px 10px;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #3E5B95
}

.get_quote {
    position: absolute
}

.get_quote a {
    margin-top: 15px;
    margin-left: -40px
}

.show_all_results {
    text-align: left;
    margin-top: -10px;
    padding: 10px 25px 19px 25px
}

.show_all_results a {
    color: #3E5B95;
    font-size: 12px;
    font-weight: 500
}

.show_all_results a i {
    font-size: 10px;
    margin-left: 8px;
    color: inherit
}

.show_all_results a:hover,
.show_all_results a:focus {
    text-decoration: none
}

.admin-toolbar {
    display: none;
    align-items: center;
    gap: 16px;
    background: #44678d;
    padding: 0 16px;
    position: relative
}

@media only screen and (min-width: 736px) {
    .admin-toolbar {
        padding: 0 24px
    }
}

@media only screen and (min-width: 980px) {
    .admin-toolbar {
        display: flex
    }
}

.admin-toolbar .toolbar-menu-icon {
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    padding: 7px 0;
    margin-left: auto
}

@media only screen and (min-width: 736px) {
    .admin-toolbar .toolbar-menu-icon {
        display: none
    }
}

.admin-toolbar .toolbar-menu-icon i {
    color: inherit
}

.admin-toolbar .admin-toolbar-container {
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex: 1
}

@media only screen and (min-width: 736px) {
    .admin-toolbar .admin-toolbar-container {
        display: flex
    }
}

.admin-toolbar .admin-toolbar-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    display: flex
}

@media only screen and (min-width: 736px) {
    .admin-toolbar .admin-toolbar-container ul {
        align-items: center
    }
}

.admin-toolbar .admin-toolbar-container ul li {
    display: flex;
    align-items: center
}

.admin-toolbar .admin-toolbar-container ul a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    font-weight: 500;
    transition: 0.3s ease
}

.admin-toolbar .admin-toolbar-container ul a:hover,
.admin-toolbar .admin-toolbar-container ul a:focus,
.admin-toolbar .admin-toolbar-container ul a:active {
    text-decoration: none
}

.admin-toolbar .admin-toolbar-container ul.user-navigation {
    margin-left: auto
}

.admin-toolbar .admin-navigation {
    gap: 20px
}

.admin-toolbar .user-navigation {
    gap: 13px
}

.admin-toolbar .edit-article {
    display: inline-block;
    padding: 0 4px
}

.admin-toolbar .user-avatar {
    width: 32px;
    height: 32px;
    display: inline-flex
}

.admin-toolbar .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.admin-toolbar .user-item {
    position: relative
}

.admin-toolbar .user-item .open-dropdown {
    display: inline-block;
    font-size: 20px
}

.admin-toolbar .user-item .open-dropdown i {
    font-size: inherit
}

@media only screen and (min-width: 736px) {
    .admin-toolbar .user-item .user-dropdown {
        display: none;
        padding: 10px 20px;
        position: absolute;
        z-index: 9999;
        top: 100%;
        right: 0;
        min-width: 200px;
        max-width: 250px;
        background-color: #223141;
        border-radius: 0 0 5px 5px
    }

    .admin-toolbar .user-item .user-dropdown.active {
        display: block
    }
}

@media (max-width: 786px) {
    .admin-toolbar .admin-toolbar-container {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999;
        background-color: inherit;
        padding: 16px;
        padding-top: 4px
    }

    .admin-toolbar .admin-toolbar-container ul {
        flex-direction: column;
        gap: 0px
    }

    .admin-toolbar .admin-toolbar-container ul a {
        display: inline-block;
        padding: 8px 0
    }

    .admin-toolbar .admin-toolbar-container .user-avatar {
        display: none
    }

    .admin-toolbar .user-item .open-dropdown {
        display: none
    }
}

body {
    font-family: "Lab Grotesque", "Muli", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-size-adjust: 100%;
    tap-highlight-color: #000;
    font-smoothing: antialiased;
    font-smooth: always;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeSpeed !important;
    color: #454540;
    overflow: hidden auto;
    margin: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 200dpi),
only screen and (min-resolution: 1.25dppx) {
    body {
        -webkit-font-smoothing: subpixel-antialiased
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lab Grotesque", "Muli", sans-serif;
    color: #333
}

h1 {
    font-weight: 700
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

a {
    color: #ffce00;
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #437ba7
}

@media print {
    * {
        background: transparent !important;
        color: #454540 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        -webkit-text-decoration: underline;
        -moz-text-decoration: underline;
        -ms-text-decoration: underline;
        -o-text-decoration: underline;
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.navbar {
    background: #f5f5f5;
    width: 100%;
    padding: 24px 20px;
    position: relative
}

.navbar .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.navbar .branding .logo {
    display: inline-block;
    background-image: url("https://static.helpjuice.com/helpjuice_production/uploads/template/brand_image/21485/29132/03b%2Bdb-BitBox%2Binverted%2Bbkg-transparent.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 200px
}

.navbar .navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto
}

.navbar .navigation .navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #FFF
}

@media (max-width: 786px) {
    .navbar .navigation .navigation-list {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        padding: 16px;
        display: flex;
        flex-direction: column;
        text-align: left;
        background-color: #fff;
        align-items: flex-start;
        z-index: 9998;
        display: none;
        box-shadow: 0px 3px 12px rgba(14, 104, 202, 0.06);
        color: #ffce00
    }

    .navbar .navigation .navigation-list a {
        padding: 8px 0;
        display: inline-block
    }

    .navbar .navigation .navigation-list a.button {
        color: inherit;
        padding: 4px 0
    }
}

.navbar .navigation .button {
    background: #FFF;
    color: #f5f5f5;
    transition: transform .3s ease;
    border: none
}

.navbar .navigation .button:hover {
    transform: translateY(-3px)
}

.navbar .navigation a {
    color: inherit;
    font-size: inherit
}

.navbar .menu-icon {
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    border: none;
    outline: none;
    padding: 7px 0
}

@media only screen and (min-width: 736px) {
    .navbar .menu-icon {
        display: none
    }
}

.navbar .menu-icon i {
    color: inherit
}

#header {
    background: #f5f5f5;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--heightDifference)), 0 100%)
}

#header .wrapper {
    min-height: 50px
}

#header h1,
#header h2,
#header h3,
#header h4,
#header p {
    margin: 0;
    line-height: 1.5
}

#header .left {
    padding: 0
}

#header .left .header-title {
    position: relative;
    margin: 24px 0 0
}

#header .left .header-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: -72px;
    width: 48px;
    height: 48px;
    font-size: 44px;
    transform: translateY(-50%);
    color: #ffce00
}

#header .left .header-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media only screen and (min-width: 736px) {
    #header .left .header-icon {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

#header .left .header-desc {
    position: relative;
    margin: 28px 0 0
}

#header .left .header-desc p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--generic)
}

#header .left .header-date {
    margin: 32px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: var(--generic)
}

#header .right {
    padding: 0;
    position: relative
}

#header .right .search-form {
    display: flex;
    flex-wrap: nowrap
}

#header .right .search-form .fa-search {
    flex-basis: 50px
}

#header .right .search-form input {
    flex-basis: calc(100% - 100px)
}

#header .right .search-form .fa-times {
    flex-basis: 50px
}

#header h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 32px
}

@media only screen and (min-width: 736px) {
    #header h1 {
        font-size: 48px;
        margin-bottom: 48px
    }
}

#header p {
    font-size: 18px
}

.landing_page #header {
    padding: 55px 0 calc(160px + var(--heightDifference));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--heightDifference)), 0 100%)
}

@media only screen and (min-width: 980px) {
    .landing_page #header {
        padding: 110px 0 calc(160px + var(--heightDifference))
    }
}

.question_page .text-block--contact,
.category_page .text-block--contact,
.contact_us .text-block--contact {
    padding-top: 80px !important
}

.question_page #header,
.category_page #header,
.contact_us #header {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.question_page #header .flex-container,
.category_page #header .flex-container,
.contact_us #header .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px
}

.question_page #header .flex-container .left,
.question_page #header .flex-container .right,
.category_page #header .flex-container .left,
.category_page #header .flex-container .right,
.contact_us #header .flex-container .left,
.contact_us #header .flex-container .right {
    flex-basis: 100%
}

@media only screen and (min-width: 736px) {

    .question_page #header .flex-container .left,
    .category_page #header .flex-container .left,
    .contact_us #header .flex-container .left {
        flex-basis: calc(70% - 24px)
    }
}

@media only screen and (min-width: 980px) {

    .question_page #header .flex-container .left,
    .category_page #header .flex-container .left,
    .contact_us #header .flex-container .left {
        flex-basis: calc(75% - 24px)
    }
}

@media only screen and (min-width: 736px) {

    .question_page #header .flex-container .right,
    .category_page #header .flex-container .right,
    .contact_us #header .flex-container .right {
        flex-basis: 30%
    }
}

@media only screen and (min-width: 980px) {

    .question_page #header .flex-container .right,
    .category_page #header .flex-container .right,
    .contact_us #header .flex-container .right {
        flex-basis: 25%
    }
}

.landing_page #header {
    text-align: center
}

.landing_page .text-block--contact {
    padding-top: 80px !important
}

.search-form {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 100%;
    max-width: 620px;
    height: 60px;
    background: #FFF;
    border-radius: 25px
}

@media only screen and (min-width: 736px) {
    .search-form {
        width: 100%
    }
}

.search-form.visible {
    display: flex
}

@media only screen and (min-width: 736px) {
    .search-form {
        display: flex
    }
}

.search-form:hover i.fa-times,
.search-form:focus i.fa-times {
    display: inline-block;
    cursor: pointer;
    order: 99
}

.search-form>i {
    line-height: 50px;
    width: 50px;
    color: #a4b0bc;
    text-align: center;
    margin-left: 5px
}

.search-form>i.fa-search {
    position: absolute;
    left: -5px
}

.search-form>i.fa-times {
    display: none;
    position: absolute;
    right: 10px
}

.search-form input#search {
    padding-left: 60px;
    border-radius: 25px;
    background: #fff;
    color: #454540;
    font-size: 16px;
    flex-grow: 1;
    border: none;
    -webkit-appearance: none;
    width: 100%
}

.search-form input#search:focus {
    border: .5px solid white;
    -webkit-box-shadow: 0px 0px 6px #FFF;
    -moz-box-shadow: 0px 0px 6px #FFF;
    box-shadow: 0px 0px 6px #FFF
}

.search-form #search::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
    opacity: 0.8
}

.search-form #search::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    opacity: 0.8
}

.search-form #search:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    opacity: 0.8
}

.search-form #search:-moz-placeholder {
    color: inherit;
    font-size: inherit;
    opacity: 0.8
}

.search-form #search:placeholder {
    color: inherit;
    font-size: inherit;
    opacity: 0.8
}

.landing_page .search-form input#search {
    padding: 0 10px 0 50px;
    border-radius: 25px;
    background: #fff
}

.landing_page .search-form input#search:focus {
    border: .5px solid white;
    -webkit-box-shadow: 0px 0px 6px #FFF;
    -moz-box-shadow: 0px 0px 6px #FFF;
    box-shadow: 0px 0px 6px #FFF
}

.landing_page .search-form i.fa-search {
    position: absolute;
    left: -5px
}

#search_results {
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 52px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    max-width: 620px;
    z-index: 99
}

#search_results>div {
    background: #FFF;
    border-radius: 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.1);
    z-index: 999
}

#search_results .page_title h1 {
    margin-bottom: 0;
    padding: 15px 25px 5px 25px;
    font-size: 16px;
    text-align: left;
    color: #888
}

#search_results .page_title h1 img {
    margin-left: 10px
}

#results .search-results {
    margin: 0;
    padding: 5px 0 10px 0;
    list-style: none;
    text-align: left
}

#results .search-results .list_item {
    background: #FFF;
    position: relative;
    padding: 10px 25px 7px 25px;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#results .search-results .list_item:nth-child(n+4) {
    display: none
}

#results .search-results .list_item:hover,
#results .search-results .list_item:focus {
    background: #f2f2f2
}

#results .search-results .list_item .icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    background: #F5F6F7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

#results .search-results .list_item h2 {
    font-size: 15px;
    margin: 0 0 3px 0;
    color: #333;
    flex-basis: calc(100% - 40px)
}

#results .search-results .list_item h2 a {
    color: inherit
}

#results .search-results .list_item h2 a:hover,
#results .search-results .list_item h2 a:focus {
    text-decoration: none
}

#results .search-results .list_item p {
    margin: 0 0 0 40px;
    font-size: 13px;
    color: #888 !important;
    flex-basis: 100%
}

#no-result#new_question {
    position: relative
}

#new_question {
    background: #FFF;
    z-index: 999
}

#new_question fieldset {
    border: none;
    padding: 0 25px 25px 25px
}

#new_question fieldset p {
    color: #454540;
    margin-bottom: 25px
}

#new_question fieldset .field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #D1D7DD;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: inherit
}

#new_question fieldset div {
    text-align: right
}

.cards {
    position: relative;
    margin-top: 200px;
    padding: 0 20px 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 48px
}

@media (min-width: 980px) {
    .cards {
        padding: 0 0 100px
    }
}

.cards .category {
    padding: 0;
    width: 100%
}

@media only screen and (min-width: 736px) {
    .cards .category {
        width: calc(50% - 24px)
    }
}

.cards .card {
    display: block;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 2px 2px 8px 0px #0000001A;
    text-align: center;
    margin: 0;
    padding: 40px 20px;
    border: 1px solid transparent;
    transition: box-shadow .25s ease-in-out
}

@media only screen and (min-width: 736px) {
    .cards .card {
        height: 100%
    }
}

@media only screen and (min-width: 980px) {
    .cards .card {
        padding: 40px 60px
    }
}

.cards .card:hover,
.cards .card:focus {
    text-decoration: none;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07), 0 7px 29px 0 rgba(0, 0, 0, 0.1)
}

.cards .card .icon {
    display: block;
    color: var(--primary);
    font-size: 50px
}

.cards .card .icon i {
    font-size: inherit;
    font-weight: 300
}

.cards .card .icon img {
    max-height: 50px
}

.cards .card h2 {
    margin: 15px 0;
    font-size: 27px;
    font-weight: 500
}

.cards .card p {
    margin: 0;
    line-height: 1.6;
    color: #888D92;
    text-align: center;
}

.cards .card p.description {
    margin-bottom: 20px;
    font-size: 16px
}

.cards .card p.category-info {
    font-size: 10px;
    font-weight: 500;
    color: #888D92
}

.cards .card .avatars img {
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin-left: -10px
}

.popular,
section.followed-articles {
    background: #f5f5f5;
    padding: 58px 0
}

.popular h2,
section.followed-articles h2 {
    font-size: 22px;
    margin: 0 0 22px 0
}

.popular h2 .fa-heart,
section.followed-articles h2 .fa-heart {
    color: #FC6464;
    font-size: 20px
}

.popular a,
section.followed-articles a {
    color: #ffce00;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    margin-bottom: 15px;
    align-items: center
}

.popular a:hover,
.popular a:focus,
section.followed-articles a:hover,
section.followed-articles a:focus {
    color: #437ba7;
    text-decoration: none
}

.popular a:hover i,
.popular a:focus i,
section.followed-articles a:hover i,
section.followed-articles a:focus i {
    color: #a4b0bc
}

.popular a i,
section.followed-articles a i {
    color: #d1d7dd;
    margin: 3px 10px 0 0
}

.text-block {
    padding: 60px 0 100px;
    background-color: #ffffff
}

.text-block__title {
    margin: 0 0 24px;
    text-align: center;
}

.text-block__desc {
    margin: 0;
    text-align: center;
}

.text-block__button {
    margin-top: 40px
}

.external {
    padding: 100px 0;
    background-color: #b9b9b9
}

.external h2 {
    font-size: 22px;
    margin: 0 0 22px 0;
    padding: 0 10px;
    text-align: center;
}

@media only screen and (min-width: 736px) {
    .external h2 {
        padding: 0
    }
}

.external .row {
    display: flex;
    flex-wrap: wrap
}

.external .row .category {
    margin-bottom: 20px;
    flex-basis: 100%;
    background: #FFF;
    border-radius: 10px;
    transition: transform .3s ease;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.09)
}

.external .row .category:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px)
}

@media only screen and (min-width: 736px) {
    .external .row .category {
        flex-basis: 48%
    }

    .external .row .category:nth-child(2n) {
        margin-left: 4%
    }
}

@media only screen and (min-width: 980px) {
    .external .row .category {
        flex-basis: 32%
    }

    .external .row .category:nth-child(2n) {
        margin-left: 0%
    }

    .external .row .category:nth-child(3n + 2) {
        margin-left: 2%
    }

    .external .row .category:nth-child(3n + 3) {
        margin-left: 2%
    }
}

.external .card {
    position: relative;
    display: block;
    text-align: center;
    padding: 28px 20px 28px;
    border-radius: 10px;
    border: 1px solid transparent
}

@media only screen and (min-width: 736px) {
    .external .card {
        height: 100%
    }
}

.external .card .icon {
    display: flex;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    border-radius: 30px;
    background: rgba(224, 224, 224, 0.25);
    font-size: 24px;
    line-height: 55px
}

.external .card .icon i {
    font-size: inherit
}

.external .card .icon img {
    max-height: 24px
}

.external .card h2 {
    color: #333;
    margin: 15px 0;
    font-size: 22px
}

.external .card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #888D92;
    text-align: center;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333
}

@media only screen and (min-width: 736px) {
    .breadcrumbs {
        margin-top: 0;
        font-size: 20px
    }
}

.breadcrumbs a {
    position: relative;
    color: inherit
}

.breadcrumbs a:not(:last-child)::after {
    content: '›';
    margin-left: 4px
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
    text-decoration: none
}

.breadcrumbs a {
    display: none
}

@media only screen and (min-width: 736px) {
    .breadcrumbs a {
        display: inline
    }
}

.breadcrumbs a:last-of-type {
    display: inline
}

@media only screen and (min-width: 736px) {
    .breadcrumbs .fa.fa-angle-left {
        display: none
    }
}

.question_page .breadcrumbs a {
    font-weight: 400
}

.question_page .follow-article-form .fas.fa-heart {
    font-size: 24px
}

.question_page .header-date {
    font-weight: 100
}

footer {
    background: #f5f6f7;
    padding: 55px 20px 0;
    font-size: 13px;
    color: #999
}

@media only screen and (min-width: 980px) {
    footer {
        padding: 55px 0 0
    }
}

footer .footer-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

footer .footer-sections .column:first-child {
    flex-basis: 100%
}

@media only screen and (min-width: 736px) {
    footer .footer-sections .column:first-child {
        flex-basis: 46%;
        padding-right: 20px
    }
}

@media only screen and (min-width: 736px) {
    footer .footer-sections .column:first-child {
        padding-right: 40px
    }
}

footer .footer-sections .column:nth-child(2),
footer .footer-sections .column:nth-child(3),
footer .footer-sections .column:nth-child(4) {
    flex-basis: 48%;
    color: #888D92
}

@media only screen and (min-width: 736px) {

    footer .footer-sections .column:nth-child(2),
    footer .footer-sections .column:nth-child(3),
    footer .footer-sections .column:nth-child(4) {
        flex-basis: 18%;
        padding-right: 20px
    }
}

footer .footer-sections .column:nth-child(2) a,
footer .footer-sections .column:nth-child(3) a,
footer .footer-sections .column:nth-child(4) a {
    display: block;
    color: inherit;
    margin-bottom: 12px
}

footer .footer-sections .column:nth-child(2) a:hover,
footer .footer-sections .column:nth-child(3) a:hover,
footer .footer-sections .column:nth-child(4) a:hover {
    color: #4D4F51
}

footer .footer-sections h2 {
    color: #444;
    font-size: 13px;
    margin: 0 0 15px 0
}

footer .socket {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px
}

footer .socket .column {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px
}

footer .socket .column p {
    margin: 0 0 10px 0
}

footer .socket .column.social {
    color: #A4B0BC;
    font-size: 18px;
    display: flex
}

footer .socket .column.social a {
    margin: 0 10px;
    color: inherit;
    font-size: inherit
}

footer .socket .column.social a i {
    color: inherit;
    font-size: inherit
}

footer .socket .column.privacy li {
    display: inline-block
}

footer .socket .column.privacy li:not(:last-child):after {
    content: "|";
    margin: 0 4px
}

footer .socket .column.privacy a {
    color: #888D92
}

footer .socket .column.privacy a:hover {
    color: #4D4F51
}

@media only screen and (min-width: 736px) {
    footer .socket .column:first-child {
        text-align: left;
        flex-basis: 30%
    }

    footer .socket .column:nth-child(2) {
        flex-basis: 30%
    }

    footer .socket .column:nth-child(3) {
        text-align: right;
        flex-basis: 30%
    }

    footer .socket .column:last-child {
        margin-top: 50px
    }
}

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

.articles-listing {
    position: relative;
    margin-top: 50px;
    padding-left: 60px
}

.articles-listing__title {
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 40px
}

.articles-listing__title-link {
    color: inherit
}

.articles-listing__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 36px;
    color: #ffce00
}

.articles-listing__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.articles-listing__items {
    margin: 0;
    padding-left: 20px
}

.articles-listing__item,
.articles-listing__link {
    font-size: 20px
}

.articles-listing__item {
    padding: 12px 0
}

.articles-listing~.articles-listing {
    margin-top: 68px
}

.articles-listing--list-only {
    padding-left: 0
}

.articles-listing--related {
    margin-top: 0
}

.category_page #sorting-articles {
    position: relative;
    color: #A1A0AE
}

.category_page #sorting-articles span {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: inherit;
    font-weight: 500
}

.category_page #sorting-articles span i {
    margin-left: 12px
}

.category_page #sorting-articles ul {
    display: none;
    position: absolute;
    left: 0;
    background: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 15px;
    min-width: 130px
}

.category_page #sorting-articles ul li {
    list-style-type: none;
    margin-bottom: 10px;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    font-weight: 500
}

.category_page #sorting-articles ul li:last-child {
    margin-bottom: 0
}

.category_page #sorting-articles ul li:hover,
.category_page #sorting-articles ul li.active {
    color: #6B6A79
}

.category_page #sorting-articles.active ul {
    display: block
}

.category_page .subcategories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 48px
}

@media only screen and (min-width: 980px) {
    .category_page .subcategories {
        grid-template-columns: repeat(4, 1fr)
    }
}

.category_page .subcategories h2 {
    flex-basis: 100%
}

.category_page .subcategories .subcategory {
    flex-basis: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    display: flex;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.category_page .subcategories .subcategory:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12)
}

.category_page .subcategories .subcategory .left {
    padding-top: 3px
}

.category_page .subcategories .subcategory .left .icon {
    font-size: 16px;
    color: #f5f5f5;
    padding-right: 10px;
    display: inline-block
}

.category_page .subcategories .subcategory .right {
    flex: 1
}

.category_page .subcategories .subcategory .right h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
    color: #4D4F51
}

.category_page .subcategories .subcategory .right h3 a {
    color: #4D4F51
}

.category_page .subcategories .subcategory .right .description {
    font-size: 12px;
    color: #888D92;
    margin: 4px 0 0
}

.category_page .list.articles {
    margin: 10px 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 736px) {
    .category_page .list.articles {
        margin: 30px 0 0 0
    }
}

.category_page .list.articles .list_item.question {
    padding: 15px 10px;
    background: #FFF;
    display: flex;
    margin-bottom: 10px
}

.category_page .list.articles .list_item.question .left .icon {
    width: 40px;
    height: 40px;
    background: #F5F6F7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.category_page .list.articles .list_item.question .content {
    flex: 1;
    padding-left: 10px
}

.category_page .list.articles .list_item.question .content h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #4D4F51
}

.category_page .list.articles .list_item.question .content h3:hover {
    color: #f5f5f5
}

.category_page .list.articles .list_item.question .content p {
    margin: 0 0 5px 0;
    color: #888D92;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px
}

.category_page .list.articles .list_item.question .content p.info small {
    margin-right: 20px
}

.category_page .list.articles .list_item.question .follow-article {
    flex-basis: 20px
}

.toggle_filters {
    display: block;
    margin: 25px 10px 10px 10px;
    color: #888D92
}

@media only screen and (min-width: 736px) {
    .toggle_filters {
        display: none
    }
}

.filters {
    display: none;
    width: 100%;
    margin: 0 8px 25px 8px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eee
}

@media only screen and (min-width: 736px) {
    .filters {
        border: none;
        margin: 30px 0 25px 0;
        display: flex
    }
}

.filters.visible {
    display: block
}

.filters li.filter {
    width: 100%;
    display: block;
    position: relative;
    margin-right: 17px;
    color: #888D92;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px
}

@media only screen and (min-width: 736px) {
    .filters li.filter {
        width: auto;
        display: inline-block;
        vertical-align: top
    }
}

.filters li.filter:hover,
.filters li.filter:focus,
.filters li.filter.active {
    color: #153168;
    text-decoration: none
}

.filters li.filter.active {
    font-weight: 500
}

.filters li.filter>a {
    display: block;
    padding: 0;
    color: inherit
}

@media only screen and (min-width: 736px) {
    .filters li.filter>a {
        padding: 8px 0;
        line-height: 28px
    }
}

.filters .right {
    display: none;
    flex-grow: 1;
    text-align: right;
    margin-right: 0
}

@media only screen and (min-width: 736px) {
    .filters .right {
        display: block
    }
}

.profile_modal {
    background: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.09);
    padding: 20px
}

.profile_modal .modal {
    display: flex;
    flex-wrap: nowrap
}

.profile_modal .modal .left {
    text-align: center;
    margin-right: 30px
}

.profile_modal .modal .left img {
    border-radius: 50%;
    width: 75px;
    height: 75px
}

.profile_modal .modal .left p.role {
    font-size: 12px;
    background: #E8EBEE;
    color: #3E3E40;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .7px;
    padding: 5px 8px 4px 8px;
    border-radius: 2px
}

.profile_modal .modal .right form {
    display: flex;
    flex-direction: column
}

.profile_modal .modal .right h2 {
    margin: 0 0 10px 0;
    font-size: 18px
}

.profile_modal .modal .right p {
    margin: 0;
    font-size: 14px;
    color: #888D92
}

.profile_modal .modal .right p.info {
    margin-bottom: 10px
}

.profile_modal .modal .right p.info small {
    margin-right: 10px;
    font-size: 12px;
    color: #888D92
}

.profile_modal .modal .right p.date {
    font-size: 12px;
    margin-bottom: 20px
}

.profile_modal .modal .right .actions {
    margin-top: auto;
    display: flex;
    align-items: center
}

.profile_modal .modal .right .actions button,
.profile_modal .modal .right .actions .author-profile {
    color: #ffce00;
    font-size: 13px;
    border: 1px solid #ffce00;
    padding: 0 10px;
    background: none;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 2px
}

.profile_modal .modal .right .actions button:hover,
.profile_modal .modal .right .actions .author-profile:hover {
    background: #ffce00;
    color: #FFF
}

article.article>.row {
    flex-wrap: nowrap
}

@media only screen and (min-width: 736px) {
    article.article header .title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px
    }

    article.article header .title form {
        flex-basis: 32px;
        margin: 8px 0 0 -32px
    }

    article.article header .title h1 {
        flex-basis: calc(100% - 32px)
    }

    article.article header .title h3 {
        flex-basis: 100%
    }
}

article.article header .title h1 {
    margin: 0;
    font-size: 22px;
    line-height: 35px
}

@media only screen and (min-width: 736px) {
    article.article header .title h1 {
        font-size: 27px
    }
}

article.article header .title h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    opacity: .4
}

article.article header .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 12px 0;
    position: relative
}

@media only screen and (min-width: 980px) {
    article.article header .author {
        flex-wrap: nowrap
    }
}

article.article header .author .author-info .profile_modal {
    display: none;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 999
}

article.article header .author .author-info:hover .profile_modal {
    display: block
}

article.article header .author .author-info .follow-article-form {
    margin-top: 15px
}

article.article header .author .author-info .image {
    margin-right: 20px
}

article.article header .author .author-info .image img {
    border-radius: 50px;
    width: 36px;
    height: 36px
}

article.article header .author .details {
    margin: 20px 0
}

@media only screen and (min-width: 980px) {
    article.article header .author .details {
        margin: 0
    }
}

article.article header .author .details .name {
    font-weight: 500;
    color: #4D4F51
}

article.article header .author .details .name a {
    color: inherit
}

article.article header .author .details a {
    color: #ffce00
}

article.article header .author .details a:hover,
article.article header .author .details a:focus {
    text-decoration: none
}

article.article header .author .internal-question {
    padding: 10px;
    border: 1px solid #287D3C;
    border-radius: 5px;
    display: flex;
    flex-basis: 100%;
    align-items: center
}

@media only screen and (min-width: 980px) {
    article.article header .author .internal-question {
        margin-left: auto;
        flex-basis: 200px
    }
}

article.article header .author .internal-question i {
    margin-right: 10px;
    color: #287D3C
}

article.article header .author .internal-question p {
    margin: 0;
    color: #287D3C
}

article.article .details p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #888D92;
    font-weight: 400;
    line-height: 1.5
}

article.article .details p a {
    color: inherit
}

article.article .details p small {
    font-size: 13px;
    padding-right: 6px
}

article.article .details p small.pin {
    color: #7bc0ef
}

article.article .details p small.pin i {
    transform: rotate(45deg)
}

article.article .details p small:not(:last-of-type):after {
    margin-left: 6px;
    content: '\00b7'
}

.was-this-helpful {
    padding-top: 76px !important
}

.was-this-helpful p {
    margin: 0 0 20px;
    font-family: Lab Grotesque;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #333
}

.was-this-helpful form {
    display: flex;
    align-items: center
}

.was-this-helpful form a {
    padding: 8px 23px;
    margin: 0 5px;
    border: 2px solid #ffce00;
    border-radius: 4px;
    transition: .3s ease;
    color: #ffce00;
    cursor: pointer
}

.was-this-helpful form a div {
    display: flex;
    align-items: center;
    justify-content: center
}

.was-this-helpful form a div i {
    margin-right: 10px
}

.was-this-helpful form a:hover {
    background: #ffce00;
    color: #ffffff
}

div.related-articles {
    padding: 68px 0
}

div.related-articles .related-articles-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

div.related-articles .related-articles-list .article {
    flex-basis: 100%;
    margin-bottom: 40px
}

div.related-articles .related-articles-list .article .icon {
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: #cecece;
    font-size: 14px
}

div.related-articles .related-articles-list .article .icon i {
    color: inherit;
    font-size: inherit
}

div.related-articles .related-articles-list .article .content a {
    color: #4D4F51;
    font-size: 18px;
    font-weight: 500
}

div.related-articles .related-articles-list .article .content a:hover {
    color: #f5f5f5
}

div.related-articles .related-articles-list .article .content p {
    font-size: 14px
}

div.related-articles .related-articles-list .article .content p small {
    margin-right: 10px
}

@media only screen and (min-width: 736px) {
    div.related-articles .related-articles-list .article {
        flex-basis: 48%;
        display: flex
    }

    div.related-articles .related-articles-list .article .icon {
        flex-basis: 30px
    }

    div.related-articles .related-articles-list .article .content {
        flex-basis: calc(100% - 30px);
        padding: 5px 0 0 10px
    }

    div.related-articles .related-articles-list .article .content p {
        margin: 10px 0 0 0
    }
}

article nav {
    display: none
}

@media only screen and (min-width: 1280px) {
    article nav {
        display: block;
        position: absolute;
        width: 190px !important;
        max-width: 190px;
        left: 0;
        background: #FFF;
        padding: 0 20px;
        margin: 20px;
        border-radius: 7px
    }
}

@media (min-width: 1600px) {
    article nav {
        width: 260px !important;
        max-width: 260px
    }
}

article nav h2 {
    margin: 24px 0 0 0;
    font-size: 11px;
    color: #212121;
    text-transform: uppercase
}

article nav ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

article nav ul li {
    display: block
}

article nav ul li a {
    width: auto;
    display: inline-block;
    color: #888D92;
    text-decoration: none;
    padding-top: 9px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400
}

article nav ul li a:focus,
article nav ul li a:hover,
article nav ul li a:active {
    text-decoration: underline;
    color: #f5f5f5
}

article nav ul li.active a {
    color: #f5f5f5
}

#toc-sticky-wrapper {
    height: 0 !important
}

.fr-view {
    overflow: auto;
    line-height: 1.5;
    margin: 0
}

.fr-view video,
.fr-view img {
    max-width: 100%
}

article .tags {
    display: block;
    margin: 48px 0 24px;
    padding: 0;
    margin-bottom: 80px
}

article .tags li {
    display: inline
}

article .tags li small {
    font-size: 10px;
    text-transform: uppercase;
    color: #3E3E40;
    margin-right: 8px
}

article .tags li a {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 10px;
    background: #ebebeb;
    font-size: 10px;
    color: #3E3E40;
    margin: 0 2px 4px 0;
    border: 1px solid transparent
}

article .tags li a:hover,
article .tags li a:focus {
    background: #dedede;
    text-decoration: none
}

article footer {
    background: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0
}

article footer .left,
article footer .right {
    flex-basis: 100%
}

@media only screen and (min-width: 736px) {

    article footer .left,
    article footer .right {
        flex-basis: 50%
    }
}

article footer .left {
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (min-width: 736px) {
    article footer .left {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    article footer .left p {
        margin: 0 5px 0 0
    }
}

article footer .left form {
    cursor: pointer;
    display: flex;
    justify-content: center
}

article footer .left form a {
    border: 1px solid #ffce00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    padding: 7px;
    transition: all .3s ease;
    margin: 0 5px
}

article footer .left form a:hover {
    background: #ffce00;
    color: #FFF
}

article footer .right {
    text-align: center
}

@media only screen and (min-width: 736px) {
    article footer .right {
        text-align: right
    }

    article footer .right .enable-feedback {
        margin: 0
    }
}

article footer .right a.at-share-btn {
    background: #ffce00 !important;
    margin: 0 2px;
    border-radius: 50% !important
}

.dropdown {
    position: relative
}

.dropdown .dropdown_toggle i {
    margin-left: 3px
}

.dropdown>ul {
    position: absolute;
    display: none;
    opacity: 0;
    left: 0;
    top: 100%;
    z-index: 10;
    min-width: 150px;
    padding: 5px 0;
    list-style: none;
    background: #FFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px
}

.dropdown>ul>li {
    display: block
}

.dropdown>ul>li>a {
    display: block;
    padding: 10px 14px;
    color: #888;
    font-size: 13px;
    line-height: 1.5
}

.dropdown.open>ul {
    display: block;
    opacity: 1
}

.contact_us #new_question {
    padding: 52px 0
}

.contact_us #new_question fieldset {
    padding: 0;
    max-width: 540px
}

.search_page .search-form {
    margin-top: 55px;
    max-width: 100%
}

.search_page #search_results {
    position: relative;
    max-width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px
}

.search_page #search_results div {
    box-shadow: none
}

.search_page #search_results .page_title h1 {
    padding: 15px 0 5px 0
}

.search_page #results .search-results .list_item img.avatar {
    top: 25px;
    left: 5px
}

.search_page #results .search-results .list_item {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.search_page #results .search-results .list_item:hover,
.search_page #results .search-results .list_item:focus {
    background: transparent
}

.search_page #results .search-results .list_item:nth-child(n+4) {
    display: flex
}

.f-tabs {
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease
}

.f-tabs .tab-bar {
    display: flex
}

.f-tabs .tab-bar .tab-title {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    background: none;
    color: #f5f5f5;
    cursor: pointer
}

.f-tabs .tab-bar .tab-title.active {
    background: #f5f5f5;
    color: #FFF
}

.f-tabs .tab-content {
    display: none;
    padding: 24px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #f5f5f5
}

.f-tabs .tab-content.active:first-child {
    border-radius: 0 10px 10px 10px
}

.f-tabs .tab-content .fa-arrows-alt {
    display: none
}

.f-tabs .tab-content.active {
    display: block
}

.f-accordion-panel {
    width: 100%;
    margin-bottom: 5px
}

.f-accordion-panel .panel-title {
    margin-bottom: 0;
    padding: 14px 24px;
    background: #f5f5f5;
    border-radius: 0;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    transition: all 0.3s ease
}

.f-accordion-panel .panel-title:before {
    content: "\f0ab";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease
}

.f-accordion-panel .panel-content {
    display: none;
    padding: 24px;
    border: 1px solid #f5f5f5;
    border-radius: 0 0 10px 10px
}

.f-accordion-panel .panel-content p {
    margin: 0;
    padding: 0
}

.f-accordion-panel .fa-arrows-alt,
.f-accordion-panel .fa-trash-alt {
    display: none
}

.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.fr-view table td,
.fr-view table th {
    border: 1px solid #dddddd
}

.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double red
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px
}

.fr-view table th {
    background: #e6e6e6
}

.fr-view table.fr-table-border-0,
.fr-view table.fr-table-border-0 tr,
.fr-view table.fr-table-border-0 td {
    border-width: 0px
}

.fr-view table.fr-table-border-1,
.fr-view table.fr-table-border-1 td,
.fr-view table.fr-table-border-1 th {
    border: 1px solid #dddddd
}

.fr-view table.fr-table-border-2,
.fr-view table.fr-table-border-2 td,
.fr-view table.fr-table-border-2 th {
    border: 2px solid #dddddd
}

.fr-view table.fr-table-border-3,
.fr-view table.fr-table-border-3 td,
.fr-view table.fr-table-border-3 th {
    border: 3px solid #dddddd
}

@media only screen and (min-width: 736px) {
    .profile .row {
        flex-wrap: nowrap
    }
}

.profile .sidebar {
    padding: 10px 0;
    flex-grow: 1;
    text-align: center
}

@media only screen and (min-width: 736px) {
    .profile .sidebar {
        order: 99;
        max-width: 300px;
        flex-basis: 300px;
        padding-top: 54px;
        margin-left: 40px
    }
}

.profile .sidebar div {
    background: #f5f6f7;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 1px #ebedee solid
}

.profile .sidebar .photo_large {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 60px
}

@media only screen and (min-width: 736px) {
    .profile .sidebar .photo_large {
        width: 220px;
        height: 220px;
        border-radius: 110px
    }
}

.profile .sidebar .role {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #e8ebee;
    padding: 5px 8px;
    border-radius: 4px;
    margin-top: 20px
}

.profile .sidebar h2 {
    margin: 16px 0 0 0;
    font-size: 22px;
    font-weight: 500
}

.profile .sidebar .social {
    margin: 8px 0;
    font-size: 15px;
    color: #888
}

.profile .sidebar .info {
    margin: 28px 0 26px 0;
    color: #a4b0bc
}

.profile .sidebar .info small {
    font-size: 16px;
    margin: 0 8px
}

.profile .sidebar .info small i {
    margin-right: 3px
}

.profile .sidebar .actions {
    margin: 15px 0 0 0
}

.profile .main {
    flex-grow: 1
}

@media only screen and (min-width: 736px) {
    .profile .main {
        padding-top: 36px
    }
}

.profile .main>h2 {
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 20px 20px 0 20px;
    color: #ffce00
}

@media only screen and (min-width: 736px) {
    .profile .main>h2 {
        font-size: 14px;
        line-height: 28px;
        font-weight: 500;
        padding: 20px 20px 0 0
    }
}

.profile .main .list.articles li.pinned {
    background: #f5f6f7;
    border-left: 1px solid #D1D7DD
}

.profile .main .list.articles li.pinned .header .info small.category::after {
    display: inline
}

.profile .main .list.articles .info .profile_modal {
    display: inline
}

.profile .main .list.articles .info small.author:hover+.profile_modal .modal {
    display: flex
}

.profile .main .list.articles .info small.category::after {
    display: none
}

.profile .main .list.articles .info small.views::after {
    display: inline
}

.pagination {
    padding: 25px 0 25px 20px;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    font-size: 13px
}

.pagination span {
    display: inline-block
}

.pagination span.active a,
.pagination span:hover a {
    color: inherit;
    background: #f6f7f7
}

.pagination span.active a {
    font-weight: 500
}

.pagination span a {
    display: inherit;
    font-weight: 300;
    color: #888D92;
    padding: 8px 10px
}

.pagination span a i {
    margin-left: 8px
}

*[data-tip] {
    position: relative
}

*[data-tip]:before {
    display: none;
    content: attr(data-tip);
    position: absolute;
    background: #fff;
    white-space: pre;
    border-radius: 5px;
    z-index: 15
}

*[data-tip]:hover::before {
    display: block
}

*.default_tip[data-tip]::before {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 16px;
    top: 5px;
    left: 0;
    margin-top: 20px;
    margin-left: -15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.2)
}

*.small_tip[data-tip]::before {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 17px;
    top: 5px;
    left: 0;
    margin-top: 20px;
    margin-left: -15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 22px 0 rgba(0, 0, 0, 0.2)
}

*[data-tooltip] {
    position: relative
}

*[data-tooltip] span {
    display: none;
    width: 160px;
    background-color: #666;
    color: #fff;
    border-radius: 5px;
    padding: 9px 8px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    white-space: normal;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    transition: opacity 0.3s;
    z-index: 999
}

*[data-tooltip]:hover span {
    display: block;
    opacity: 1
}

*[data-tooltip]:hover span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #666 transparent transparent transparent
}

#authors-header {
    background: #f5f5f5;
    padding: 20px
}

@media (min-width: 1210px) {
    #authors-header {
        padding: 20px 0
    }
}

#authors-header nav {
    display: flex;
    justify-content: space-between
}

#authors-header nav .logo {
    display: flex;
    justify-content: flex-start
}

#authors-header nav .logo .altLogo {
    display: block;
    width: 150px;
    height: 30px;
    color: #0f2fa9;
    font-size: 15px;
    letter-spacing: 1px;
    background-image: url("https://static.helpjuice.com/helpjuice_production/uploads/template/brand_image/21485/29132/03b%2Bdb-BitBox%2Binverted%2Bbkg-transparent.png");
    background-size: contain;
    background-repeat: no-repeat
}

#authors-header nav a.contact-us {
    width: 108px;
    height: 37px;
    border-radius: 19px;
    background: #FFF;
    color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    transition: transform .3s ease
}

#authors-header nav a.contact-us:hover {
    webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
    text-decoration: underline
}

#authors-header #author-info {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#authors-header #author-info .column-left {
    flex-basis: 100%
}

@media (min-width: 768px) {
    #authors-header #author-info .column-left {
        flex-basis: calc(100% - 290px)
    }
}

#authors-header #author-info .column-left img.avatar {
    width: 96px;
    height: 96px;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    background-size: cover !important
}

@media (max-width: 559px) {
    #authors-header #author-info .column-left img.avatar {
        float: none
    }
}

#authors-header #author-info .column-left .author-name {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    line-height: 29px;
    display: flex;
    position: relative
}

@media (max-width: 959px) {
    #authors-header #author-info .column-left .author-name .follow-author-form {
        display: none
    }
}

#authors-header #author-info .column-left .author-name .follow-author {
    width: 108px;
    height: 37px;
    border-radius: 19px;
    background: #FFF;
    color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-left: 24px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: transform .3s ease
}

#authors-header #author-info .column-left .author-name .follow-author span {
    color: #f5f5f5
}

#authors-header #author-info .column-left .author-name .follow-author:hover {
    webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
    text-decoration: underline
}

#authors-header #author-info .column-left .author-email {
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    line-height: 20px
}

#authors-header #author-info .column-left .author-articles {
    margin-top: 27px;
    color: #FFF;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    z-index: 999
}

#authors-header #author-info .column-left .author-articles span {
    color: #FFF
}

#authors-header #author-info .column-left .author-articles span:first-child {
    margin-right: 20px
}

@media (max-width: 559px) {
    #authors-header #author-info .column-left .author-articles {
        display: none
    }
}

#authors-header #author-info .column-right {
    flex-basis: 100%;
    background: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    padding: 20px;
    margin-bottom: -40px
}

@media (min-width: 768px) {
    #authors-header #author-info .column-right {
        flex-basis: 290px
    }
}

#authors-header #author-info .column-right .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#authors-header #author-info .column-right .flex-container>div {
    flex-basis: 100px
}

#authors-header #author-info .column-right .flex-container>div p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #BFBFBF;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin: 0
}

#authors-header #author-info .column-right .flex-container>div .created-last-month {
    font-size: 25px;
    color: #4D4F5C;
    font-weight: bold;
    display: block;
    margin-right: 12px
}

#authors-header #author-info .column-right .flex-container>div .increase {
    color: #5EE2A0;
    font-size: 11px;
    font-weight: bold
}

#authors-header #author-info .column-right .flex-container>div .decrease {
    color: #FF4141;
    font-size: 11px;
    font-weight: bold
}

#authors-header #author-info .column-right .flex-container .chart {
    flex-basis: 150px;
    margin-top: -20px
}

@media (max-width: 374px) {
    #authors-header #author-info .column-right .flex-container .chart {
        flex-basis: 140px
    }
}

#authors-header #author-info .column-right .flex-container .chart p.author-activity {
    margin-bottom: -20px;
    margin-left: 27px;
    font-size: 12px;
    justify-content: flex-start;
    display: flex;
    visibility: hidden
}

@media (max-width: 374px) {
    #authors-header #author-info .column-right .flex-container .chart p.author-activity {
        margin-left: 19px
    }
}

#authors-header #author-info .column-right .flex-container .chart p.author-activity span {
    display: inline-block;
    width: 12px;
    margin-right: 2px;
    text-align: center;
    font-weight: 500;
    color: #5EE2A0
}

#authors-header #author-info .column-right .flex-container .chart #userChart {
    margin-bottom: -20px
}

#authors-header #author-info .column-right .flex-container .chart #userChart svg {
    width: 100% !important;
    height: 80px !important
}

#authors-header #author-info .column-right .flex-container .chart #userChart .morris-hover.morris-default-style {
    display: none !important
}

#authors-header #author-info .column-right .flex-container .chart:hover p.author-activity {
    visibility: visible
}

#authors-header #author-info .column-right h4 {
    font-size: 15px;
    color: #43425D;
    opacity: .5;
    margin-bottom: 30px
}

section#author-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px
}

section#author-content #author-main-content {
    flex-basis: 100%
}

@media (min-width: 960px) {
    section#author-content #author-main-content {
        flex-basis: calc(100% - 290px);
        padding-right: 20px
    }
}

section#author-content #author-main-content nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 44px
}

section#author-content #author-main-content nav h2 {
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    color: #383838
}

section#author-content #author-main-content nav .show-author-categories {
    position: relative;
    cursor: pointer
}

section#author-content #author-main-content nav .show-author-categories .currentCategory {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 180px
}

section#author-content #author-main-content nav .show-author-categories .currentCategory span {
    font-size: 16px;
    font-weight: bold;
    color: #A1A0AE
}

section#author-content #author-main-content nav .show-author-categories .currentCategory i {
    font-size: 20px;
    color: #A1A0AE;
    margin-left: 12px;
    margin-top: 2px
}

section#author-content #author-main-content nav .show-author-categories .author-categories {
    display: none;
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    background: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 5px 2px
}

section#author-content #author-main-content nav .show-author-categories .author-categories.active {
    display: block
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles {
    overflow-y: auto;
    max-height: 215px;
    padding: 5px
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles li {
    font-size: 14px;
    font-weight: 500;
    color: #A1A0AE;
    text-align: right;
    padding: 6px 10px 6px 0
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles li:hover {
    color: #0074E8
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles li:first-child {
    color: #525252
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles::-webkit-scrollbar {
    width: 1px
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles::-webkit-scrollbar-track {
    background: #FFF
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles::-webkit-scrollbar-thumb {
    background-color: #C9C9C9
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles::-moz-scrollbar {
    width: 1px
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles::-moz-scrollbar-track {
    background: #FFF
}

section#author-content #author-main-content nav .show-author-categories .filterAuthorArticles::-moz-scrollbar-thumb {
    background-color: #C9C9C9
}

section#author-content #author-main-content #author-articles .author-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
    -webkit-box-shadow: 0 3px 12px rgba(66, 83, 199, 0.06);
    -moz-box-shadow: 0 3px 12px rgba(66, 83, 199, 0.06);
    box-shadow: 0 3px 12px rgba(66, 83, 199, 0.06);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 32px;
    display: none
}

section#author-content #author-main-content #author-articles .author-article .left {
    flex-basis: 100%;
    padding-top: 22px
}

@media (min-width: 768px) {
    section#author-content #author-main-content #author-articles .author-article .left {
        flex-basis: 36px
    }
}

section#author-content #author-main-content #author-articles .author-article .left .icon {
    margin-bottom: 20px;
    padding-left: 1px
}

section#author-content #author-main-content #author-articles .author-article .left .icon i {
    font-size: 16px;
    color: #f5f5f5
}

section#author-content #author-main-content #author-articles .author-article .right {
    flex-basis: 100%
}

@media (min-width: 768px) {
    section#author-content #author-main-content #author-articles .author-article .right {
        flex-basis: calc(100% - 36px);
        padding-right: 40px
    }
}

section#author-content #author-main-content #author-articles .author-article .right .updated {
    font-size: 12px;
    font-weight: normal;
    color: #5A5A5A
}

section#author-content #author-main-content #author-articles .author-article .right a {
    color: #4253C7
}

section#author-content #author-main-content #author-articles .author-article .right h2 {
    font-size: 24px;
    line-height: 29px;
    color: #f5f5f5;
    margin: 0 0 8px 0
}

section#author-content #author-main-content #author-articles .author-article .right p {
    font-size: 14px;
    font-weight: normal;
    color: #BFBFBF
}

section#author-content #author-main-content #author-articles .author-article .right .reading-time {
    color: #939393;
    font-size: 12px;
    font-weight: 500
}

section#author-content aside {
    flex-basis: 100%;
    margin-top: 64px
}

@media (min-width: 960px) {
    section#author-content aside {
        flex-basis: 290px
    }
}

section#author-content aside .author-followed-articles,
section#author-content aside .author-groups {
    padding: 20px;
    -webkit-box-shadow: 0 3px 12px rgba(66, 83, 199, 0.06);
    -moz-box-shadow: 0 3px 12px rgba(66, 83, 199, 0.06);
    box-shadow: 0 3px 12px rgba(66, 83, 199, 0.06);
    border-radius: 10px
}

section#author-content aside h3 {
    color: #A1A0AE;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px
}

section#author-content aside ul {
    padding: 0;
    margin: 0
}

section#author-content aside ul li {
    color: #f5f5f5;
    margin-bottom: 10px;
    list-style-type: none
}

section#author-content aside ul li a {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: normal
}

section#author-content aside ul li a:hover {
    text-decoration: underline
}

section#author-content aside ul li a h4 {
    color: #f5f5f5;
    font-weight: normal
}

section#author-content aside .author-groups {
    margin-top: 44px
}

section#author-content aside .view-author-followed-articles {
    font-size: 14px;
    font-weight: 500;
    color: #4D4F51;
    text-decoration: underline;
    cursor: pointer;
    display: none
}

section#author-content div.load-more-author-articles {
    color: #FFF;
    width: 107px;
    height: 37px;
    background: #f5f5f5;
    border-radius: 19px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    transition: transform .3s ease
}

section#author-content div.load-more-author-articles:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
    text-decoration: underline
}

form.follow-article-form {
    position: absolute;
    top: 0;
    left: -102px;
    font-size: 36px;
    text-align: center;
    display: none
}

@media only screen and (min-width: 980px) {
    form.follow-article-form {
        display: block
    }
}

form.follow-article-form button.follow-article {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    font-size: 36px;
    color: #D9D9D9
}

form.follow-article-form button.follow-article i {
    transition: transform .2s ease;
    display: block;
    cursor: pointer;
    font-size: inherit;
    color: inherit
}

form.follow-article-form button.follow-article i:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

form.follow-article-form button.follow-article span {
    color: inherit;
    font-size: 16px
}

form.follow-article-form button.follow-article.followed i,
form.follow-article-form button.follow-article.followed span {
    color: #FC6464
}

form.follow-article-form button.follow-article.followed.follow i,
form.follow-article-form button.follow-article.followed.follow span {
    color: inherit
}

form.follow-article-form button.follow-article.unfollowed i,
form.follow-article-form button.follow-article.unfollowed span {
    color: inherit
}

form.follow-article-form button.follow-article.unfollowed.follow i,
form.follow-article-form button.follow-article.unfollowed.follow span {
    color: #FC6464
}

div.popup-image {
    position: relative;
    overflow: hidden
}

div.popup-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    cursor: pointer;
    transition: transform .5s ease;
    font-weight: 500
}

div.popup-image img {
    transition: transform .5s ease;
    cursor: pointer;
    height: auto;
    max-height: 150%
}

div.popup-image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

div.popup-image:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

div.popup-image.active {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    padding: 5%;
    overflow-x: hidden;
    overflow-y: auto
}

div.popup-image.active .overlay {
    opacity: 0
}

div.popup-image.active img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    width: auto;
    margin: auto !important;
    animation: scaleImage .5s ease-in-out
}

@media (min-width: 1200px) {
    div.popup-image.active img {
        max-width: 80%;
        max-height: 80vh
    }
}

@media (min-width: 1440px) {
    div.popup-image.active img {
        max-width: 1400px
    }
}

div.popup-image.active:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

@keyframes scaleImage {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

img.avatar {
    background-size: cover !important
}

pre code {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 20px
}

pre code p {
    margin: 0
}

.show_all_results {
    position: relative;
    background: white;
    z-index: 999
}

#search_results>div {
    overflow: hidden
}

.hj-dt-container {
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    padding: 50px 16px;
    text-align: center;
    margin: 30px 5px;
    min-height: 170px;
    background: #FFFFFF
}

@media (min-width: 1024px) {
    .hj-dt-container {
        padding: 24px 60px
    }
}

.hj-dt-container .delete-hj-dt-container,
.hj-dt-container .delete-dt-tab,
.hj-dt-container .add-dt-tab,
.hj-dt-container .add-answers,
.hj-dt-container .start {
    display: none !important
}

.hj-dt-container .dt-tab-content {
    display: none
}

.hj-dt-container .back {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #F3F5F8
}

.hj-dt-container .back i {
    color: #4D4F51
}

@media (min-width: 1024px) {
    .hj-dt-container .back {
        top: 20px;
        left: 20px
    }
}

.hj-dt-container p,
.hj-dt-container ul,
.hj-dt-container h1,
.hj-dt-container h2,
.hj-dt-container h3,
.hj-dt-container h4,
.hj-dt-container img {
    text-align: left
}

.hj-dt-container h3 {
    margin-top: 0
}

.hj-dt-container .hj-dt-tabs>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 10px 0 0
}

.hj-dt-container .hj-dt-tabs>ul li {
    list-style-type: none
}

.hj-dt-container .hj-dt-tabs .dt-tab {
    padding: 10px 30px;
    background: #f5f5f5;
    border-radius: 19px;
    margin: 10px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer
}

.hj-dt-container .hj-dt-tabs .dt-tab .response {
    color: #FFFFFF;
    margin: 0 !important
}

i.line-break {
    display: none
}

.hj-alert-block {
    border-left: 5px solid black;
    position: relative;
    padding: 10px 20px;
    border-radius: 0 2px 2px 0;
    color: #8A6D3C
}

.hj-alert-block p.hj-alert-text {
    margin: 10px 0;
    color: #8A6D3C
}

.hj-alert-block div {
    margin: 0
}

div.hj-alert-block.hj-info-block {
    border-color: #2196F3;
    background: #daf1f8;
    color: #3E729F
}

div.hj-alert-block.hj-info-block p.hj-alert-text,
div.hj-alert-block.hj-info-block h3.hj-alert-heading {
    color: #3E729F
}

div.hj-alert-block.hj-info-block h3.hj-alert-heading {
    margin: 0 0 10px 0
}

div.hj-alert-block.hj-warning-block {
    border-color: #FF9800;
    background: #f8d9ac;
    color: #8A6D3C
}

div.hj-alert-block.hj-warning-block p.hj-alert-text,
div.hj-alert-block.hj-warning-block h3.hj-alert-heading {
    color: #8A6D3C
}

div.hj-alert-block.hj-warning-block h3.hj-alert-heading {
    margin: 0 0 10px 0
}

div.hj-alert-block.hj-success-block {
    border-color: #4CAF50;
    background: #c7e6c7;
    color: #4A7D61
}

div.hj-alert-block.hj-success-block p.hj-alert-text,
div.hj-alert-block.hj-success-block h3.hj-alert-heading {
    color: #4A7D61
}

div.hj-alert-block.hj-success-block h3.hj-alert-heading {
    margin: 0 0 10px 0
}

div.hj-alert-block.hj-error-block {
    border-color: #F44336;
    background: #f4cecd;
    color: #A4474F
}

div.hj-alert-block.hj-error-block p.hj-alert-text,
div.hj-alert-block.hj-error-block h3.hj-alert-heading {
    color: #A4474F
}

div.hj-alert-block.hj-error-block h3.hj-alert-heading {
    margin: 0 0 10px 0
}

.hj-internal-block {
    position: relative;
    border-top: 2px solid #F0F3F9;
    border-bottom: 2px solid #F0F3F9;
    padding: 35px 0;
    margin-top: 10px
}

.hj-internal-block .header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: -48px 0 20px 0px;
    user-select: none
}

.hj-internal-block .header div {
    margin: 0 16px 0 0 !important;
    font-size: 14px;
    font-weight: 500;
    background: #FFFFFF;
    color: #7b8994;
    padding: 1px 3px
}

.hj-internal-block .header div i {
    font-size: 14px;
    margin-right: 6px
}

.hj-internal-block .header a {
    display: none
}

.hj-internal-block .header .fa-trash-alt {
    display: none
}

.fr-view {
    overflow: auto;
    line-height: 1.5;
    margin: 0
}

.fr-view video,
.fr-view img {
    max-width: 100%
}

.fr-view img {
    z-index: 3;
    position: relative;
    overflow: auto
}

.fr-view img.fr-dib {
    margin: auto;
    display: block;
    float: none;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px
}

.fr-view img.fr-dib.fr-fil {
    margin: 5px auto 5px 0;
    left: 5px
}

.fr-view img.fr-dib.fr-fir {
    margin: 5px 0 5px auto;
    right: 5px
}

.fr-view img.fr-dii {
    margin: auto;
    display: inline-block;
    float: none;
    margin-top: 5px;
    margin-bottom: 5px
}

.fr-view img.fr-dii.fr-fil {
    margin: 5px 10px 5px 0;
    left: 5px;
    float: left
}

.fr-view img.fr-dii.fr-fir {
    margin: 5px 0 5px 10px;
    right: 5px;
    float: right
}

.fr-view img.fr-rounded {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-view img.fr-bordered {
    border: solid 10px #CCC;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fr-view .fr-video {
    text-align: center
}

.fr-view .fr-video>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-view .fr-video.fr-dvi {
    display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}

.hj-table-of-contents {
    background: #eeeeee;
    padding: 16px;
    margin-bottom: 20px
}

.hj-table-of-contents .fa-trash-alt,
.hj-table-of-contents .update-toc {
    display: none
}

.hj-table-of-contents h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
    color: #2f2f2f !important;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px
}

.hj-table-of-contents a {
    display: block;
    color: #747474 !important;
    margin: 5px 0;
    text-decoration: none
}

.hj-table-of-contents a:hover {
    color: #2f2f2f !important
}

@media (min-width: 1280px) {
    .hj-table-of-contents {
        position: fixed;
        top: 40%;
        right: 0;
        z-index: 999;
        width: 280px;
        margin-bottom: 0
    }
}

@media (min-width: 1440px) {
    .hj-table-of-contents {
        width: 320px
    }
}

@media (min-width: 1920px) {
    .hj-table-of-contents {
        width: 400px
    }
}

.fa-xmark:before {
    content: "\f00d"
}

.hj-glossary-item {
    border-bottom: 1px dashed #126CFF;
    transition: .3s ease
}

.hj-glossary-item:hover {
    border-bottom: 1px solid #126CFF
}

#glossary-article .glossary-locked-article {
    display: none
}

#glossary-article .glossary-article-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

#glossary-article .glossary-article-header h2 {
    flex: 0 1 100%;
    font-size: 36px;
    font-weight: bold;
    color: #1E293A;
    margin: 0 0 20px 0
}

#glossary-article .glossary-article-header input {
    flex: 0 1 280px;
    width: 280px;
    height: 36px;
    border: 1px solid #E2E5E9;
    border-radius: 36px;
    padding: 0 20px;
    outline: none;
    -webkit-appearance: none;
    appearance: none
}

#glossary-article .glossary-article-header p {
    color: #747474;
    margin: 20px 0;
    font-size: 17px !important;
    flex: 0 1 100%
}

#glossary-article .glossary-article-header .alphabetical-navigation {
    flex: 0 1 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee
}

#glossary-article .glossary-article-header .alphabetical-navigation button {
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: #7B8994;
    border: 1px solid #E2E5E9;
    background: #FFFFFF;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px 10px 1px 0;
    cursor: pointer;
    padding: 0
}

#glossary-article .glossary-article-header .alphabetical-navigation button.active {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #FFFFFF
}

@media (min-width: 768px) {
    #glossary-article .glossary-article-header h2 {
        flex: 0 1 calc(100% - 330px);
        margin: 0
    }
}

#glossary-article .glossary-terms {
    margin-top: 50px
}

#glossary-article .glossary-terms ul {
    margin: 0;
    padding: 0
}

#glossary-article .glossary-terms ul li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0
}

#glossary-article .glossary-terms ul li h4 {
    font-size: 20px;
    font-weight: 500;
    color: #f5f5f5;
    margin: 0 0 5px 0;
    text-decoration: underline
}

#glossary-article .glossary-terms ul li p {
    font-size: 16px;
    font-weight: normal;
    color: #7B8994;
    margin: 0
}

.hj-language-switcher {
    display: inline-block;
    position: relative
}

.hj-language-switcher .current-language {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 40px 7px 10px;
    background: transparent;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    height: 37px
}

.hj-language-switcher .current-language .flag-icon {
    margin-right: 10px;
    background-size: 16px
}

.hj-language-switcher .current-language .language-name {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    display: none
}

@media only screen and (min-width: 980px) {
    .hj-language-switcher .current-language .language-name {
        display: inline-block
    }
}

.hj-language-switcher .current-language::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    position: absolute;
    right: 16px;
    top: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    z-index: 999
}

.hj-language-switcher .languages {
    position: absolute;
    display: none;
    margin: 0;
    padding: 5px;
    top: 43px;
    left: calc(50% - 125px);
    z-index: 9999;
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(87, 187, 255, 0.25);
    -webkit-box-shadow: 0 0 5px rgba(87, 187, 255, 0.25);
    border-radius: 5px;
    min-width: 250px
}

.hj-language-switcher .languages.active {
    display: block
}

.hj-language-switcher .languages::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 15px);
    margin-top: -10px;
    z-index: -1;
    box-shadow: 0 0 5px rgba(87, 187, 255, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(87, 187, 255, 0.1)
}

.hj-language-switcher .languages a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #7f8d9c;
    text-decoration: none;
    background: #FFFFFF;
    cursor: pointer;
    width: 100%;
    padding: 10px;
    border-radius: 3px
}

.hj-language-switcher .languages a.current {
    background: #bde0ff
}

.hj-language-switcher .languages a:hover {
    text-decoration: none !important;
    background: #bde0ff
}

.hj-language-switcher .languages a .language-code {
    font-size: 11px;
    width: 30px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 0 3px
}

.hj-language-switcher .languages a .flag-icon {
    margin-right: 12px;
    background-size: 16px
}

.hj-language-switcher .languages a .language-name {
    font-size: 14px;
    font-weight: 500;
    color: #7f8d9c
}

#feedback-form form .field {
    flex-wrap: nowrap
}

#feedback-form form .field.email {
    flex-wrap: wrap
}

#feedback-form form .field label {
    flex: 0 1 calc(100% - 35px)
}

.glossary-modal {
    position: absolute;
    width: 300px;
    border: 1px solid #E6E6E6;
    padding: 20px;
    background: #FFFFFF;
    z-index: 100;
    display: none
}

.glossary-modal header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
    border: none
}

.glossary-modal header .term-expression {
    margin: 0;
    flex: 0 1 calc(100% - 50px);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline
}

.glossary-modal header .edit-term-expression {
    flex: 0 1 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.glossary-modal header .edit-term-expression:hover,
.glossary-modal header .edit-term-expression:focus,
.glossary-modal header .edit-term-expression:active {
    text-decoration: none
}

.glossary-modal header .edit-term-expression i {
    font-size: 10px;
    color: #A2A2A2
}

.glossary-modal .body {
    padding: 0 0 0 10px;
    margin-bottom: 25px;
    border: none
}

.glossary-modal .body p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #7C7C7C
}

.glossary-modal footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    background: none
}

.glossary-modal footer h4 {
    flex: 0 1 calc(100% - 65px);
    font-size: 11px;
    color: #A2A2A2;
    margin: 0;
    text-align: left
}

.glossary-modal footer h4 a {
    text-decoration: underline;
    color: #126CFF
}

.glossary-modal footer .term-feedback {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #4E4E4E
}

.glossary-modal footer .term-feedback:hover,
.glossary-modal footer .term-feedback:focus,
.glossary-modal footer .term-feedback:active {
    text-decoration: none
}

.glossary-modal footer .term-feedback i,
.glossary-modal footer .term-feedback span {
    font-size: 10px;
    color: #4E4E4E
}

@media (min-width: 768px) {
    .glossary-modal::before {
        content: '';
        width: 10px;
        height: 10px;
        border-left: 1px solid #E6E6E6;
        border-top: 1px solid #E6E6E6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        z-index: 110;
        top: -6px;
        left: 10px;
        background: #FFFFFF
    }
}

.fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0
}

.fr-text-gray {
    color: #aaa !important
}

.fr-text-uppercase {
    text-transform: uppercase
}

.fr-text-spaced {
    letter-spacing: 1px
}

.fa-trash-alt,
.line-break {
    display: none !important
}

.article-item .helpjuice-editor-content p,
.article-item .body .helpjuice-editor-content p,
.fr-view .helpjuice-editor-content p,
article .helpjuice-editor-content p,
.answer .helpjuice-editor-content p,
#answer .helpjuice-editor-content p,
.article-content .helpjuice-editor-content p {
    font-size: 18px;
    margin: 18px 0;
    line-height: 1.5;
    padding: 0 !important
}

.article-item .helpjuice-editor-content p span,
.article-item .body .helpjuice-editor-content p span,
.fr-view .helpjuice-editor-content p span,
article .helpjuice-editor-content p span,
.answer .helpjuice-editor-content p span,
#answer .helpjuice-editor-content p span,
.article-content .helpjuice-editor-content p span {
    font-size: 18px
}

.article-item .helpjuice-editor-content h1,
.article-item .body .helpjuice-editor-content h1,
.fr-view .helpjuice-editor-content h1,
article .helpjuice-editor-content h1,
.answer .helpjuice-editor-content h1,
#answer .helpjuice-editor-content h1,
.article-content .helpjuice-editor-content h1 {
    font-size: 40px;
    margin: 24px 0
}

.article-item .helpjuice-editor-content h2,
.article-item .body .helpjuice-editor-content h2,
.fr-view .helpjuice-editor-content h2,
article .helpjuice-editor-content h2,
.answer .helpjuice-editor-content h2,
#answer .helpjuice-editor-content h2,
.article-content .helpjuice-editor-content h2 {
    font-size: 32px;
    margin: 20px 0
}

.article-item .helpjuice-editor-content h3,
.article-item .body .helpjuice-editor-content h3,
.fr-view .helpjuice-editor-content h3,
article .helpjuice-editor-content h3,
.answer .helpjuice-editor-content h3,
#answer .helpjuice-editor-content h3,
.article-content .helpjuice-editor-content h3 {
    font-size: 24px;
    margin: 18px 0
}

.article-item .helpjuice-editor-content h4,
.article-item .body .helpjuice-editor-content h4,
.fr-view .helpjuice-editor-content h4,
article .helpjuice-editor-content h4,
.answer .helpjuice-editor-content h4,
#answer .helpjuice-editor-content h4,
.article-content .helpjuice-editor-content h4 {
    font-size: 20px;
    margin: 16px 0
}

.article-item .helpjuice-editor-content span.hj-unselectable,
.article-item .body .helpjuice-editor-content span.hj-unselectable,
.fr-view .helpjuice-editor-content span.hj-unselectable,
article .helpjuice-editor-content span.hj-unselectable,
.answer .helpjuice-editor-content span.hj-unselectable,
#answer .helpjuice-editor-content span.hj-unselectable,
.article-content .helpjuice-editor-content span.hj-unselectable {
    opacity: 0.7
}

.article-item .helpjuice-editor-content ul li,
.article-item .helpjuice-editor-content ol li,
.article-item .body .helpjuice-editor-content ul li,
.article-item .body .helpjuice-editor-content ol li,
.fr-view .helpjuice-editor-content ul li,
.fr-view .helpjuice-editor-content ol li,
article .helpjuice-editor-content ul li,
article .helpjuice-editor-content ol li,
.answer .helpjuice-editor-content ul li,
.answer .helpjuice-editor-content ol li,
#answer .helpjuice-editor-content ul li,
#answer .helpjuice-editor-content ol li,
.article-content .helpjuice-editor-content ul li,
.article-content .helpjuice-editor-content ol li {
    font-size: 18px
}

.article-item .helpjuice-editor-content .fr-text-bordered,
.article-item .body .helpjuice-editor-content .fr-text-bordered,
.fr-view .helpjuice-editor-content .fr-text-bordered,
article .helpjuice-editor-content .fr-text-bordered,
.answer .helpjuice-editor-content .fr-text-bordered,
#answer .helpjuice-editor-content .fr-text-bordered,
.article-content .helpjuice-editor-content .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0
}

.article-item .helpjuice-editor-content .fr-text-spaced,
.article-item .body .helpjuice-editor-content .fr-text-spaced,
.fr-view .helpjuice-editor-content .fr-text-spaced,
article .helpjuice-editor-content .fr-text-spaced,
.answer .helpjuice-editor-content .fr-text-spaced,
#answer .helpjuice-editor-content .fr-text-spaced,
.article-content .helpjuice-editor-content .fr-text-spaced {
    letter-spacing: 1px
}

.article-item .helpjuice-editor-content .fr-text-uppercase,
.article-item .body .helpjuice-editor-content .fr-text-uppercase,
.fr-view .helpjuice-editor-content .fr-text-uppercase,
article .helpjuice-editor-content .fr-text-uppercase,
.answer .helpjuice-editor-content .fr-text-uppercase,
#answer .helpjuice-editor-content .fr-text-uppercase,
.article-content .helpjuice-editor-content .fr-text-uppercase {
    text-transform: uppercase
}

.article-item .helpjuice-editor-content table td,
.article-item .helpjuice-editor-content table th,
.article-item .body .helpjuice-editor-content table td,
.article-item .body .helpjuice-editor-content table th,
.fr-view .helpjuice-editor-content table td,
.fr-view .helpjuice-editor-content table th,
article .helpjuice-editor-content table td,
article .helpjuice-editor-content table th,
.answer .helpjuice-editor-content table td,
.answer .helpjuice-editor-content table th,
#answer .helpjuice-editor-content table td,
#answer .helpjuice-editor-content table th,
.article-content .helpjuice-editor-content table td,
.article-content .helpjuice-editor-content table th {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.87)
}

.article-item .helpjuice-editor-content table th,
.article-item .body .helpjuice-editor-content table th,
.fr-view .helpjuice-editor-content table th,
article .helpjuice-editor-content table th,
.answer .helpjuice-editor-content table th,
#answer .helpjuice-editor-content table th,
.article-content .helpjuice-editor-content table th {
    font-weight: bold
}

.helpjuice-table-of-contents-wrapper {
    position: absolute;
    left: 0;
    height: 100vh;
    padding-top: 80px !important
}

@media (min-width: 1366px) {
    .helpjuice-table-of-contents-wrapper {
        z-index: 999;
        width: 212px;
        margin-bottom: 0;
        background: none;
        padding: 10px
    }
}

@media (min-width: 1440px) {
    .helpjuice-table-of-contents-wrapper {
        width: 250px
    }
}

@media (min-width: 1792px) {
    .helpjuice-table-of-contents-wrapper {
        width: 400px;
        padding: 20px
    }
}

@media screen and (max-width: 1365px) {
    .helpjuice-table-of-contents-wrapper {
        width: 200px
    }
}

@media screen and (max-width: 1250px) {
    .helpjuice-table-of-contents-wrapper {
        position: relative;
        height: fit-content;
        margin: 24px 0;
        width: 100%
    }
}

.helpjuice-table-of-contents-wrapper .toc-inner-wrapper {
    position: sticky;
    top: 0
}

.helpjuice-table-of-contents-wrapper p {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 0 10px !important
}

.helpjuice-table-of-contents-wrapper a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(0, 0, 0, 0.87) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    opacity: .5;
    padding: 5px 0 5px 10px;
    border-left: 2px solid #e2e5e9;
    transition: all .2s ease
}

.helpjuice-table-of-contents-wrapper a.active {
    border-color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    opacity: 1
}

.helpjuice-table-of-contents-wrapper a[data-tag-name=H2] {
    padding-left: 20px
}

.fr-view .helpjuice-editor-content .helpjuice-callout.info {
    background-color: var(--primary) !important;
    border: 0
}

.fr-view .helpjuice-editor-content .helpjuice-callout.info .helpjuice-callout-body {
    background-color: transparent !important
}

.fr-view .helpjuice-editor-content .helpjuice-callout.info .helpjuice-callout-body h3:first-of-type,
.fr-view .helpjuice-editor-content .helpjuice-callout.info .helpjuice-callout-body * {
    color: #fff
}

.fr-view .helpjuice-editor-content .helpjuice-callout.warning {
    background-color: var(--orange) !important;
    border: 0
}

.fr-view .helpjuice-editor-content .helpjuice-callout.warning .helpjuice-callout-body {
    background-color: transparent !important
}

.fr-view .helpjuice-editor-content .helpjuice-callout.warning .helpjuice-callout-body h3:first-of-type,
.fr-view .helpjuice-editor-content .helpjuice-callout.warning .helpjuice-callout-body * {
    color: #fff
}

.fr-view .helpjuice-editor-content .helpjuice-callout.danger {
    background-color: #e30613 !important;
    border: 0
}

.fr-view .helpjuice-editor-content .helpjuice-callout.danger .helpjuice-callout-body {
    background-color: transparent !important
}

.fr-view .helpjuice-editor-content .helpjuice-callout.danger .helpjuice-callout-body h3:first-of-type,
.fr-view .helpjuice-editor-content .helpjuice-callout.danger .helpjuice-callout-body * {
    color: #fff
}

.fr-view .helpjuice-editor-content .helpjuice-callout.success {
    border: 0
}

.subtitle-tooltip:hover:before,
.subtitle-tooltip:hover:after {
    display: none !important
}

.category_page #header,
.question_page #header {
    clip-path: unset
}

.text-block__title {
    font-size: 22px
}

.search-answer,
#results {
    scrollbar-width: thin !important
}

.custom-search-results-container {
    position: absolute;
    top: 116px;
    width: 100%;
    text-align: center
}

.custom-search-results-container .search-form {
    max-width: 520px
}

@media (min-width: 981px) {
    .custom-search-results-container h1.heading {
        font-size: 2.7rem
    }

    .custom-search-results-container .search-form {
        max-width: 620px
    }
}

.custom-search-results-container .search-answer,
.custom-search-results-container .answer-header {
    background-color: #f5f5f5 !important
}

.fr-view {
    display: flex
}

@media screen and (max-width: 1250px) {
    .fr-view {
        display: block
    }
}

.fr-view .helpjuice-article-body-content {
    padding-top: 80px
}

.question_page .related-articles {
    z-index: 99999;
    position: relative
}

#feedback-from {
    z-index: 999999
}

.more-resources {
    padding: 76px 0 !important;
}

iframe {
    width: 100% !important
}