body .entry {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-light);
}
.entry a {
    color: var(--color-primary);
    text-decoration: none !important;
}
.entry a:hover {
    color: var(--color-primary--hover);
}
.kb-article {
    font-size: 16px;
    overflow-x: hidden;
    padding: 0 10px;
    position: relative;
    line-height: 24px;
    color: var(--color-text);
    word-break: break-word;
}
.kb-article h1, .kb-article h2, .kb-article h3, .kb-article h4, .kb-article h5, .kb-article h6 {
    font-weight: 500;
    margin-top: 1em; margin-bottom: 0.25em;
    color: var(--color-heading);
    line-height: 1.2;
}
.entry h1, .entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-text);
}

.kb-article h1,
.entry h1 {
    font-size: 2em;
}
.kb-article h2,
.entry h2 {
    font-size: 1.5em;
}
.kb-article h3,
.entry h3 {
    font-size: 1.25em;
}
.kb-article h4,
.entry h4 {
    font-size: 1.125em;
}
.kb-article h5,
.entry h5 {
    font-size: 1em;
}
.kb-article h6,
.entry h6 {
    font-size: 0.875em;
}
hr {
    margin: 24px 0 20px 0;
    border: 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 0;
    height: 0;
}
.entry hr {
    margin: 14px 12% 10px 0;
    padding: 10px 0;
    border: none;
}

.kb-article .video-container iframe {
    max-width: 100%;
}
body.page-full-width.page-content-fixed.sideleft #sideleft {
    left: unset;
    padding-left: unset;
    background-color: #fff;
}

.kb-article img {
    height: auto !important;
    max-width: 100%;
}
.kb-article table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
}
.kb-article .knb-word-wrap table td,
.kb-article .knb-word-wrap table th,
.knb-word-wrap table td,
.knb-word-wrap table th,
.entry table td,
.entry table th,
.component-editable table th,
.component-editable table td,
.comments-body-wrapper table th,
.comments-body-wrapper table td {
    border: 1px solid #D6DBE5;
    padding: 16px 17px;
    font-size: 100%;
}
.knb-word-wrap p {
    font-size: 16px;
    line-height: 24px;
}

.kb-article blockquote,
.entry blockquote {
    position: relative;
    color: var(--color-text);
    background: 0 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0 0 20px;
    border: none;
    padding: 0 20px 0;
}

.kb-article blockquote:before,
.entry blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 3px;
    background-color: var(--color-primary);
    border-radius: 2px;
}
dl, ol, ul {
    margin-bottom: 20px;
}
.kb-article pre,
.entry pre {
    color: inherit;
    border-radius: 4px;
    max-width: 100%;
    background: var(--color-input-background);
    border: none;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 16px 15px 24px;
    margin-bottom: 20px;
}

.knb-word-wrap figure, .kb-article figure {
    margin: 0 0 20px 0;
}
body .form__control.input-lg {
    height: 46px;
    font-size: 20px;
}
