/* Core styles */

html {
    scroll-behavior: smooth;
}

body,
* {
    word-break: break-word;
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4 {
    padding: 5px 0px;
    padding: 0px;
    margin: 0px;
    line-height: 115%;
}

.article-view a {
    font-weight: 600;
    text-decoration: underline;
}

.article-view a:hover,
.article-view a:visited,
.article-view a:active {
    font-weight: 600;
}

.article-view h1,
.article-view h2,
.article-view h3,
.article-view h4 {
    margin: 20px 0px 10px;
    font-weight: bolder;
}

.article-view video {
    max-width: 100%;
}

.article-view pre {
    width: fit-content;
    white-space: break-spaces;
    overflow: unset;
}

.article-header h1.kb-title {
    font-size: 28px;
    color: #303030;
}

.article-header p.kb-title {
    font-size: 15px;
    color: #626363;
    line-height: 160%;
    font-weight: initial;
    margin-bottom: 6px;
}

.article-header h3.kb-title {
    font-size: 13px;
    margin: 0px 0 25px 0;
    color: #585858;
    font-weight: initial;
}

.article-header span.kb-date-info {
    font-size: 13px;
    color: #585858;
}

.article-header date.kb-title-date {
    font-size: 13px;
    margin: 0px 0 50px 0;
    color: #585858;
    font-weight: initial;
    line-height: 1.5rem;
    /* equivalent to 24px */
}

.article-header h2.kb-title:empty {
    display: none;
}

.page-heading h1,
.page-heading h3 {
    margin: 0px 0px 10px;
}

h1 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.03em;
}

h2 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
}

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

h4 {
    font-size: 14px;
    line-height: 20px;
}

h5 {
    font-size: 12px;
    line-height: 22px;
}

h2.topic-folders-title {
    letter-spacing: -0.03em;
}

body:not(.fr-view) ul {
    padding: 0px;
}

ul li {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    margin-left: 1.1rem;
}

ul li:not(:first-child),
ol li:not(:first-child) {
    margin-top: 0px;
}

ul li.indent {
    margin-left: 25px;
}

.container {
    min-height: 97%;
}

.no-padding {
    padding: 0px;
}

button.openCloseButton {
    background-color: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
}

/* font-awesome icon color inside  */
a>i.fas,
button.openCloseButton>i.fas {
    color: #757575;
}

a>i.fas:hover,
button.openCloseButton>i.fas:hover {
    color: #4c4c4c;
}

/* tags/chips */
span.chip {
    display: inline-block;
    background-color: #ddf5f5;
    padding: 4px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 2px 0;
}

span.chips>span.chip {
    margin: 2px;
}

span.chip.chip-light-red {
    background-color: #f7af86;
}

span.chip.chip-light-yellow {
    background-color: #fce8b2;
}

span.chip.chip-light-blue {
    background-color: #ddf5f5;
}

span.chip.chip-light-purple {
    background-color: #e9e5fb;
}

span.chip.chip-light-green {
    background-color: #b7eacc;
}

span.chip.chip-transparent {
    background-color: unset;
}

/* form error handling */
label.error {
    text-indent: -9999px !important;
}

input.error {
    border: 2px solid red;
}

/* header */
.logo-container {
    margin: 0 5px 5px 5px;
    border-radius: 0px 0px 6px 6px;
}

/* login styles */
.button.round {
    padding: 15px 25px;
    border-radius: 3px;
    background-color: white;
    color: #7a7a7a;
    border: 1px solid #e1e1e1;
}

.button.round:hover {
    background-color: #f0f0f0;
}

.button.header {
    top: 0;
    border-radius: 3px;
    background-color: white;
    color: #7a7a7a;
    border: 1px solid #e1e1e1;
}

.button.header:hover {
    background-color: #f0f0f0;
}

input[type="text"],
input[type="password"] {
    padding: 25px 10px;
    border-radius: 6px;
    font-size: 18px;
    box-shadow: none;
    border-color: #e1e1e1;

}

.input-search-icon {
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 32px;
    top: 26px;
    color: #767676;
    font-weight: 600;
}

.nav-search .input-search-icon {
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 32px;
    top: 22px;
    color: #767676;
    font-weight: 600;
}

.input-search-icon:hover,
.nav-search .input-search-icon:hover {
    color: #444444;
}

input[type="search"] {
    padding: 12px 48px 12px 18px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #949494;
    box-shadow: 0px 4px 20px 0px rgba(48, 48, 48, 0.1);
    width: 100%;
}

input[type="search"]:focus {
    background-color: #fff;
    border: 1px solid #949494;
    box-shadow: 0px 4px 20px 0px rgba(48, 48, 48, 0.1);
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder {
    color: #767676;
    font-weight: 100;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
    opacity: 1;
}

.hero-h1 {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    margin-top: 85px;
}

.hero-search {
    margin-top: 60px;
}

.nav-search input,
.nav-search .psuedo-form {
    margin-bottom: 0px;
}

.nav-search input:focus,
.nav-search input {
    border: none;
    box-shadow: none;
    padding: 30px 48px 30px 44px;
    font-size: 16px;
}

.branding {
    max-width: 150px;
}

.link-title {
    display: block;
}

.login-bit a {
    font-size: 0.8125rem;
    padding: 0px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.nav-links-float {
    float: right;
}

.nav-links-float ul {
    display: inline;
    margin: 0;
}

.top-bar .nav-links-float .nav-links-wrapper button {
    top: 0;
    right: 0px;
}

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

.login-box {
    margin: 10px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background-color: #fdfdfd;
    box-shadow: 5px 20px 50px #666;
}

@media only screen and (min-width: 40.063em) {
    .login-floating-wrapper {
        width: 400px;
        position: absolute;
        top: 25px;
        right: 10px;
        z-index: 1;
    }
}

.header-logo {
    max-height: 45px;
    width: auto;
}

.nav-search-link-mobile-wrapper {
    position: absolute;
    right: 60px;
}

.nav-search-link-mobile {
    cursor: pointer;
    display: none;
}

/* search styles */
#hero_query,
#query {
    font-weight: bold;
}

ul#results li {
    margin: 10px 0px;
    padding: 5px;
    border-radius: 6px;
    border-bottom: 1px solid #e1e1e1;
}

ul#results li:hover {
    background-color: #f9f9f9;
}

/* Searchbox & page results */
.banner-image .floating-search-container {
    width: 100%;
    position: relative;
    top: initial;
    transition: top 0.55s ease-out;
    overflow: visible;
}

.banner-image.is-searching {
    height: auto;
    min-height: 30px;
    background-image: none;
    background-color: transparent;
    transition: height 0.35s ease-in;
    overflow: visible;
    z-index: 2;
}

.banner-image .floating-search-container.is-searching {
    top: 0px;
    transition: top 0.55s ease-out;
    position: relative;
}

#hero_xhrSpinner p,
#xhrSpinner p {
    text-align: center;
}

#noResults {
    margin-bottom: 40px;
}

/* Typeahead close button */
.typeahead-close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 1;
    background: transparent;
    border: none;
    padding: 5px;
    color: #767676;
    font-size: 18px;
    transition: all 0.2s ease;
}

.typeahead-close-btn:hover {
    color: #444444;
    background: transparent;
}

.typeahead-close-btn:focus {
    outline: 2px solid #0a8484;
    outline-offset: 2px;
}

/* Fix for search results container height issue - ensure it contains its children */
#hero_results,
.search-results {
    min-height: auto;
    height: auto;
    overflow: visible;
}

#hero_xhrSpinner {
    position: relative;
    z-index: 1;
    background: transparent;
    border: none;
    left: calc(50% - 18px);
    max-width: 42px;
}

.search-results-container {
    padding: 0;
}

.search-no-results-container {
    position: relative;
    padding: 1rem 2rem;
}

#xhrSpinner {
    position: relative;
    top: 0;
    width: 40px;
    height: 40px;
}

.nav-search img {
    width: 40px;
}

.search-close-icon {
    color: #767676;
    display: none;
    right: 24px;
    top: 21px;
    position: absolute;
    font-size: 18px;
    
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.search-close-icon:focus {
    color: #767676;
}

.search-close-icon:hover {
    color: #444444;
}

.nav-search .search-close-icon {
    display: block;
}

.topic-tile.large-3 {
    min-height: 200px;
}

.topic-tile.large-3 .topic-container {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.nav-search .search-results-container,
.nav-search .search-no-results-container {
    top: 0px;
}

.no-results-suggestions-title {
    margin-bottom: 12px;
}

.search-results-wrapper {
    position: absolute;
    margin-top: 10px;
    z-index: 1;
    background: white;
    border: 0px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.search-results-wrapper .search-results-container {
    display: block;
}

.search-results-wrapper .search-results {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.search-results-wrapper .search-results li {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}

.search-results-wrapper .search-results li:last-child {
    border-bottom: none;
}

.search-results-wrapper .search-results a {
    text-decoration: none;
    color: #333;
    display: block;
}

.search-results-wrapper .search-results a:hover {
    background-color: #f5f5f5;
    border-radius: 3px;
}

.search_block #search {
    box-sizing: border-box;
}

.search-results-container .topic-folders-container .topic-tile {
    border-bottom: 1px solid #E0E0E0;
    padding: 3px 0px;
    margin-top: 0px;
}

.search-results-container .topic-folders-container .topic-tile:nth-child(n+7) {
    display: none;
}

.search-results-container .topic-folders-container .topic-tile:nth-child(6),
.search-results-container .topic-folders-container .topic-tile:last-child {
    border: none;
}

.home-page-topics .topic-tile {
    padding: 0px .46em;
}

.home-page-topics .topic-folders-container .topic-tile {
    border: none;
    padding: 0px .46em;
}

.nav-search .search-no-results-container {
    border-radius: 0px;
    box-shadow: 0px 10px 10px rgba(48, 48, 48, 0.1);
}

.banner-image .banner-image-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    transition: opacity 0.25s linear;
    opacity: 1;
}

.banner-image.is-searching .banner-image-inner {
    height: 0px;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.search-results-list li {
    padding: 0 0.9375em;
}

.search-results-container {
    display: block;
}

.search-results-container .search-results-container-inner {
    margin: 0;
    padding: 0px;
    min-height: 0px;
    background: white;
}

.nav-search .search-results-container .search-results-container-inner {
    border: 1px solid #e1e1e1;
    box-shadow: 0px 10px 10px rgba(48, 48, 48, 0.1);
}

.nav-search .search-results-container .topic-folders-container.expanded.search-results {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding: 6px 10px 24px 10px;
}

a.breadcrumb {
    margin: 10px 0px 0px;
}

.breadcrumb-container {
    font-size: 12px;
}

a.breadcrumb,
strong.breadcrumb {
    display: inline-block;
    font-size: 12px;
}

a.breadcrumb:hover {
    text-decoration: underline;
    font-weight: normal;
}

strong.breadcrumb {
    font-weight: bold;
    color: #4F4F4F;
}

/* accessible breadcrumbs */
nav.breadcrumb ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

nav.breadcrumb li {
    display: inline;
}

nav.breadcrumb li:not(:last-child):after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    vertical-align: middle;
    width: 0.45em;
    margin-right: 0.3em;
    transform: rotate(45deg);
}

/* footer */
.footer {
    margin-top: 100px;
    background-color: #0A1C26
}

.footer hr {
    margin: 0px;
    padding: 0px;
}

.footer .footer-inner-container {
    padding: 20px;
}

.footer .footer-inner-container ul.footer-links {
    display: flex;
    justify-content: space-around;
    line-height: 30px;
}

.footer .footer-inner-container .footer-links li {
    display: inline-block;
    margin: 0px 10px;
}

.footer .footer-inner-container .footer-links .left-aligned-links-container {
    align-self: flex-end;
}

/* Folder / Toppic Listing */
.topic-folders-container {
    /*margin-top: 20px;*/
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: normal;
}

.topic-folders-title-container {
    margin-top: 60px;
}

.topic-folders-title {
    font-weight: 600;
    font-size: 20px;
}

.topic-folders-container .topic-tile {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 12px;
}

.topic-folders-container .sub-page-article-list,
.sub-page-topic-folders-container .sub-page-topic-folders-list {
    list-style: none;
    margin-left: 0;
}

.topic-folders-container .sub-page-article-listing {
    margin-top: 0px;
}

.topic-folders-container .topic-tile:last-child {
    float: left;
}

.topic-folders-container .topic-tile .topic-icon {
    width: 60px;
    height: 80px;
    margin: auto;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.topic-folders-container .topic-tile .topic-icon:hover {
    border-color: #ddd;
}

.topic-folders-container .topic-tile .topic-icon img {
    margin: auto;
    padding: 0;
}

.topic-folders-container .topic-tile .topic-title {
    margin: 0px;
    padding: 5px;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif, helvetica;
    font-weight: bold;
    width: 100%;
}

.topic-folders-container .topic-tile .topic-title h1 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: inherit;
}

/* added to account for switch from h1 to h3 for ADA compliance */
.topic-folders-container.home-page-topics .topic-tile .topic-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: inherit;

    line-height: 26px;
    letter-spacing: -0.03em;
}

.topic-folders-container .topic-technology-tags {
    border-top: 1px solid #efefef;
}

.topic-folders-container .topic-technology-tags ul {
    width: 100%;
    text-align: center;
    padding-left: 4px;
}

.topic-folders-container .topic-technology-tags ul li {
    display: inline-block;
    text-align: center;
    margin: 4px 4px 4px 0;
    padding: 3px 6px;
    background-color: #f9f9f9;
    border-radius: 3px;
    font-size: 11px;
}

.topic-folders-container .topic-technology-tags ul li a {
    color: #999;
}

.topic-folders-container .topic-technology-tags ul li a:hover {
    color: black;
}

.promoted-article-title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 80px;
}

/* added to account for h1 to h2 switch for ADA compliance */
h2.promoted-article-title {
    line-height: 26px;
    letter-spacing: -0.03em;
}

.promoted-articles-container ul {
    margin-left: 0px;
}

.promoted-articles-container ul li {
    padding: 10px;
    list-style-type: none;
    font-weight: bold;
}

.promoted-articles-container ul li:nth-child(odd) {
    padding-left: 0px;
}

.promoted-articles-container ul li.promoted-article-link:last-child {
    float: left;
}

.promoted-articles-container ul li a {
    display: block;
    text-align: left;
    border-bottom: none;
}

@media only screen and (max-width: 600px) {
    .promoted-articles-container ul li a {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .top-toolbar-navigation {
        max-width: 100%;
    }
}

.sub-page-page-heading {
    margin-top: 54px;
}

.sub-page-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 18px;
}

.sub-page-topic-container {
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 17px 20px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #4F4F4F;
}

.sub-page-topic-folders-container {
    margin-top: 0px;
}

.sub-page-article-listing {
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 0px;
}

.sub-page-article-listing:last-child {
    border: none;
}

.topic-container {
    border: 1px solid #949494;
    border-radius: 4px;
    color: #4F4F4F;
    padding: 38px 0px;
}

.promoted-article-title {
    font-weight: 600;
    font-size: 20px;
}

/* Expanded Topics Listing*/
.topic-folders-container.expanded .inner-container {
    display: flex;
    padding: 12px 0px;
}

.topic-folders-container.expanded .topic-container {
    padding: 0px;
    border: none;
    border-radius: 6px;
}

.topic-folders-container.expanded .topic-container:hover {
    border-color: #ccc;
}

.topic-folders-container.expanded .topic-container a {
    display: flex;
    justify-content: flex-start;
    font-size: 17px;
}

.topic-folders-container.expanded .topic-container a .topic-title,
.topic-folders-container.expanded .topic-container .topic-title h4 {
    align-self: flex-start;
    flex: 1;
    padding: 0px;
    font-size: 18px;
    color: inherit;
    margin: 0px;
}

.topic-folders-container.expanded .topic-container .topic-title h4 {
    font-weight: bold;
    font-weight: 600;
}

/* added to account for h4->h2 switch for ADA compliance */
.topic-folders-container.expanded .topic-container .topic-title h2 {
    align-self: flex-start;
    flex: 1;
    padding: 0px;
    font-size: 18px;
    color: inherit;
    margin: 0px;

    font-weight: bold;
    font-weight: 600;

    line-height: 20px;
    letter-spacing: unset;
}


.topic-folders-container.expanded .topic-container .topic-description p {
    margin: 0px;
    padding: 0px;
    color: #626363;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
}

.topic-folders-container.expanded .topic-container .topic-description p:empty {
    display: none;
}

/* added to adjust for switch from p->h3 for ADA compliance in modern/folder.tpl */
.topic-folders-container.expanded .topic-description-p {
    margin: 0px;
    padding: 0px;
    color: #626363;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
    text-align: left;
}

/* added to adjust for switch from p->h3 for ADA compliance in modern/folder.tpl */
.topic-folders-container.expanded .topic-container .topic-description h3:empty {
    display: none;
}

.topic-folders-container.expanded .topic-collaboration-stats {
    border-top: 1px solid #efefef;
}

.topic-folders-container.expanded .topic-collaboration-stats ul {
    margin: 0px 5px;
}

.topic-folders-container.expanded .topic-collaboration-stats ul li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px 0px 0px;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 6px;
    overflow: hidden;
}

.topic-folders-container.expanded .topic-collaboration-stats {
    display: flex;
}

.topic-folders-container.expanded .topic-collaboration-stats ul li img {
    display: block;
    width: 25px;
    height: 25px;
}

.topic-folders-container.expanded .topic-collaboration-stats p {
    margin-bottom: 0;
    padding: 4px;
    font-size: 12px;
    font-weight: normal;
}

.topic-folders-container.expanded .topic-technology-tags ul {
    display: flex;
    justify-content: flex-start;
}

/* Article detail view */
.article-detail-view .page-heading {
    padding: 0px 0px 5px;
}

.article-detail-view h3 {
    color: #666;
}

.article-detail-view date {
    display: inline-block;
}

.article-detail-view article.article-view {
    border-right: 1px solid #efefef;
}

aside.related-articles {
    background: white;
    z-index: 1;
    padding-top: 24px;
}

.article-detail-view aside.related-articles>.related-tech {
    margin-top: 24px;
}

.article-toc-wrapper ul,
.article-detail-view aside.toc ul,
.article-detail-view aside.related-articles ul {
    margin: 10px 0px;
}

.article-toc-wrapper ul li,
.article-detail-view aside.toc ul li,
.article-detail-view aside.related-articles ul li {
    font-size: 13px;
    list-style: none;
    margin-top: 6px;
}

.article-toc-wrapper h2,
.article-detail-view aside.toc h2,
.article-detail-view aside.related-articles h2 {
    font-size: 18px;
    font-weight: bold;
}

.article-toc-ul li a,
.aside-toc-ul li a,
ol.scroll-nav__sublist li a,
ol.scroll-nav__list li a {
    display: block;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 4px;
}

.toc-a-selected,
.scroll-nav__item--active,
.scroll-nav__subitem--active {
    /* background-color dynamically defined in kb_library.php */
    color: white;
    transition: all 250ms linear;
}

.toc-a-hover {
    background-color: #EDF2F2;
    transition: all 250ms linear;
}

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

    .toc,
    .related-articles {
        padding-left: 24px;
    }

    .article-view {
        padding-right: 36px;
    }
}

aside#toc-container {
    position: sticky;
    top: 5vh;
}

nav.scroll-nav {
    margin-top: 15px;
}

ol.scroll-nav__list {
    list-style-type: none;
}

ol.scroll-nav__sublist {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

ul#toc-container-ul,
#toc-container ol.scroll-nav__list,
#toc-container ol.scroll-nav__sublist {
    max-height: 75vh;
    overflow-y: auto;
}

.scroll-nav__item--active {
    background-color: #0a8484;
}

.scroll-nav__item--active a {
    color: white;
}

.scroll-nav__item a.scrollSpy-active {
    border-left: 4px solid;
    border-radius: 0px;
}

.scroll-nav__subitem--active {
    background-color: #0a8484;
}

.scroll-nav__subitem--active a {
    color: white;
}

.scroll-nav__subitem a.scrollSpy-active {
    border-left: 4px solid;
    border-radius: 0px;
}

ol.scroll-nav__list li {
    border-radius: 4px;
}

ol.scroll-nav__sublist li {
    border-radius: 4px;
    margin-left: 0;
    padding-left: 0;
}

ol.scroll-nav__sublist li a {
    padding-left: 20px;
}

.article-toc-wrapper {
    display: none;
}

.aside-toc-ul {
    max-width: 225px;
}

@media only screen and (max-width: 64.063em) {
    .toc {
        display: none;
    }

    .article-toc-wrapper {
        display: block;
    }

    .article-detail-view article.article-view {
        border-right: none;
    }
}

.article-detail-view .article-container {
    margin-top: 14px;
}

.article-detail-view .article-version {
    margin: 5px 0px 20px;
    color: #999;
    font-size: 13px;
    font-family: "Consolas", "Menlo", "Courier", monospace;
}

.article-helpful-container {
    width: 100%;
    margin: 36px auto 0px;
    background: #EDF2F2;
    border-radius: 4px;
    padding: 24px 0px;
}

.article-helpful-text {
    line-height: 46px;
    width: 600px;
    margin-left: 48px;
}

.article-detail-view .article-helpful-links,
.article-detail-view .article-helpful-buttons {
    margin: 0px;
    width: 240px;
    text-align: right;
}

@media only screen and (max-width: 64.063em) {
    .article-helpful-text {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 40.063em) {

    .article-detail-view .article-helpful-links,
    .article-detail-view .article-helpful-buttons {
        text-align: center;
    }

    .article-helpful-container {
        text-align: center;
    }

    .article-helpful-text {
        margin-left: 0px;
    }
}

.article-detail-view .article-helpful-buttons,
.article-detail-view .article-helpful-buttons button {
    text-align: center;
    display: inline-block;
}

.article-detail-view .article-helpful-buttons button {
    margin: 0px 5px;
    padding: 5px 25px;
    color: #333;
    background-color: white;
    border: 1px solid #838383;
    border-radius: 6px;
    position: relative;
    width: 106px;
    height: 46px;
    line-height: 36px;
}

.article-detail-view .article-helpful-buttons button:hover {
    color: black;
    border-color: black;
}

.article-detail-view .article-helpful-buttons.helpful-true button.yes {
    background-color: #22874A;
}

.article-detail-view .article-helpful-buttons.helpful-false button.no {
    background-color: #EE0000;
}

.article-detail-view .article-helpful-buttons.helpful-true button.yes,
.article-detail-view .article-helpful-buttons.helpful-false button.no,
.article-detail-view .article-helpful-buttons button span.checked {
    color: white;
}

.article-detail-view .article-helpful-buttons button.yes span.checked,
.article-detail-view .article-helpful-buttons button.no span.checked,
.article-detail-view .article-helpful-buttons.helpful-false button.yes span.checked,
.article-detail-view .article-helpful-buttons.helpful-true button.no span.checked {
    display: none;
}

.article-detail-view .article-helpful-buttons.helpful-true button.yes span.checked,
.article-detail-view .article-helpful-buttons.helpful-false button.no span.checked {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 1rem;
    top: 0.15rem;
}

ul.tabs {
    list-style-type: none;
}

table {
    width: 100%;
}

table:not(.fr-alternate-rows) tr.even,
table:not(.fr-alternate-rows) tr.alt,
table:not(.fr-alternate-rows) tr:nth-of-type(even) {
    background: white;
}

/* Callout containers*/
.callout-container,
p.alert-info,
p.alert-warning,
p.alert-danger,
p.alert-success {
    margin: 15px 0px;
    padding: 10px 10px 10px 50px;
    border: 1px solid #efefef;
    border-radius: 6px;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.callout-container i,
p.alert-info i,
p.alert-warning i,
p.alert-danger i,
p.alert-success i {
    font-size: 24px;
    position: absolute;
    top: 9px;
    left: 9px;
}

.callout-container.warning i,
p.alert-danger i {
    left: 13px;
}

.callout-container.notes,
p.alert-info {
    background-color: #fcfcfc;
    border-color: #a5e4e4;
}

.callout-container.warning,
p.alert-danger {
    background-color: #fff8f7;
    border-color: #d04437;
}

.callout-container.attention,
p.alert-warning {
    background: #fffdf6;
    border-color: #ffeaae;
}

.callout-container.success,
p.alert-success {
    background: #dff0d8;
    border-color: #468847;
}

p.alert-info:before,
p.alert-warning:before,
p.alert-danger:before,
p.alert-success:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    left: 10px;
    padding: 0 10px;
}

p.alert-info:before {
    content: "\f05a";
}

p.alert-warning:before {
    content: "\f071";
}

p.alert-danger:before {
    content: "\f00d";
}

p.alert-success:before {
    content: "\f058";
}

div.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-body {
    padding: 15px;
}

.panel-body p {
    padding: 0px;
    margin: 0px;
    font-family: monospace;
    font-size: 14px;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.alert.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#borderemphasis,
.borderemphasis {
    border: 2px solid rgba(48, 48, 48, 0.5);
    border-radius: 16px;
    padding: 5px 5px 5px 10px;
}

#borderemphasis li,
.borderemphasis li {
    font-family: monospace;
    font-size: 14px;
}

@media only screen and (max-width: 320px) {

    .tabs dd>button,
    .tabs .tab-title>button {
        font-size: .5em;
    }
}

/* Alerts */
.alert-box {
    margin: 20px;
}

.alert-box a.close {
    color: white;
    opacity: 1.0;
}

/* Toggles */
.hidden {
    display: none !important;
}

/* Froala styles */

/**
* Accordion
*/
.accordion-panel .accordion .accordion-navigation {
    display: block;
    margin-bottom: 2px !important;
    overflow: hidden;
}

.accordion-panel .accordion .accordion-navigation>button {
    color: #222;
    background: transparent;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    position: relative;
}

.accordion-panel .accordion .accordion-navigation>button.active {
    background: #e8e8e8;
}

.accordion-panel .accordion .accordion-navigation>button:hover {
    background-color: #efefef;
}

div.accordion-navigation {
    float: none;
}

div.accordion-navigation button:focus {
    border: 2px solid #005DB2;
    border-radius: 8px;
}

div.accordion-navigation button:focus-visible {
    outline: none;
}

div.accordion-navigation>button>.right-arrow,
div.accordion-navigation>button>.down-arrow {
    position: absolute;
    left: 10px;
    top: 11px;
    width: 20px;
    height: 20px;
    color: black;
}


div.accordion-navigation>button>.right-arrow,
div.accordion-navigation>button.active>.down-arrow {
    display: inherit;
}

div.accordion-navigation>button.active>.right-arrow,
div.accordion-navigation>button>.down-arrow {
    display: none;
}

/* tabs */
/*
.tabs-content>.content {
    float: left !important;
}

.tabs-content>.content:not(.active) {
    display: none;
}

.tabs dd>button,
.tabs .tab-title>button {
    all: unset;
    display: block;
    background: #efefef;
    color: #222;
    padding: 1rem 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    height: 51px;
    width: max-content;
    margin: 0;
    display: block;
    padding: 6px 10px;
    width: 90%;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tabs dd>button:hover:not(.active),
.tabs .tab-title>button:hover:not(.active) {
    background: #e1e1e1;
}

.tabs .tab-title>button:focus {
    border: 1px solid #585858;
    opacity: 0.8;
} */

/* Minimal tabs */
.tabs {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    border-bottom: 1px solid #e6e8ea;
}

.tabs-panel .tabs-content>.content:not(.active) {
    display: none;
}

.tabs .tab-title {
    flex: 1 1 0;
    min-width: 0;
}

.tabs .tab-title>button {
    all: unset;
    display: block;
    max-width: 75%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    color: #6C7075;
    font-weight: 600;
    position: relative;
    transition: color 180ms ease;
}

.tabs .tab-title>button:hover {
    color: #1e1f20;
}

.tabs .tab-title>button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 5px;
    opacity: 0;
    background: #1e1f20;
    transform: translateY(3px);
    transition: opacity 220ms ease, transform 220ms ease;
    will-change: opacity, transform;
}

.tabs .tab-title>button.active,
.tabs .tab-title>button[aria-selected="true"] {
    color: #1e1f20;
}

.tabs .tab-title>button.active::after,
.tabs .tab-title>button[aria-selected="true"]::after {
    opacity: 1;
    transform: translateY(0);
}

.tabs .tab-title>button:focus-visible {
    outline: 2px solid rgba(30, 31, 32, 0.25);
    outline-offset: 3px;
    border-radius: 6px;
}

/* tables*/
.article-view table.table-striped,
.article-view table.table-striped tr {
    /* Make sure the below styles are being applied correctly */
    background-color: transparent !important;
}

table,
table th,
table th tr,
table tr,
table tr td {
    background-color: transparent;
}

/* Default borders */
table tr th,
table tr td {
    border: 1px solid #ccc;
}

/* Table options */
.fr-dashed-borders td,
.fr-dashed-borders th {
    border-style: dashed;
}

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

.fr-highlighted {
    background-color: #fdf1d3 !important;
}

.fr-thick {
    border: 2px solid #ccc;
}

.fr-borderless {
    border: 0 none;
}

/* article container */
.article-container .status-hidden {
    display: none;
}

.article-container .status-draft {
    background-color: rgba(212, 212, 136, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.article-container .status-private {
    background-color: rgba(212, 212, 136, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.article-container .status-draft p,
.article-container .status-private p {
    font-weight: bold;
}

/* embedded bt-block (ie. embedded article) */
.bt-block-rendered-outer {
    border: solid 1px #dedede;
    border-radius: 3px;
}

.bt-block-rendered-outer>.bt-block-rendered-title {
    padding: 12px;
    display: flex;
    font-weight: bold;
}

.bt-block-rendered-outer>.bt-block-rendered-title>span.spacer {
    flex: 1;
}

.bt-block-rendered-outer>.bt-block-rendered-title>i,
.bt-block-rendered-outer>.bt-block-rendered-title>button.openCloseButton>i,
.bt-block-rendered-outer>.bt-block-rendered-title>a>i {
    margin-left: 12px;
}

.bt-block-rendered-outer>.bt-block-rendered-inner {
    padding: 0 12px;
}

.bt-block-rendered-outer>.bt-block-rendered-inner>.body {
    padding: 12px 0;
}

.bt-block-rendered-outer>.bt-block-rendered-inner>.summary {
    font-size: smaller;
}

.bt-block-rendered-outer>.bt-block-rendered-inner>.summary>span {
    color: #6B6B6B;
}

.bt-block-rendered-outer>.bt-block-rendered-inner>.summary>.tags {
    display: inline;
}

.collapsable>.head .control:before {
    content: "\f077";
}

.collapsable.collapsed>.head .control:before {
    content: "\f078";
}

.collapsable.collapsed>.content {
    display: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* search page */
.search-page-header {
    margin-top: 10px;
}

.search-page-header h1.kb-title {
    font-size: 22px;
    font-weight: bold;
}

.search-page-link-wrapper {
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.search-page-result {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.search-page-result-title {
    font-size: 16px;
    font-weight: bold;
}

.search-page-result-sub-title {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 150%;
}

.search-page-result-preview {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 150%;
}

/* Emoticons */
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: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}

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;
}

.buttonSearch {
    font-family: "Open Sans";
    background-color: transparent;
    color: #0a8484;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.buttonSearch:hover {
    color: white;
    background-color: #0a8484;
}

/** search box experiment */
/* TODO add shadow / border to button to match search input */

.search-box-wrapper {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;

}

.search-box-wrapper input[type=search] {
    flex: 1;
    border-radius: 4px 0 0 4px;
}

.search-box-wrapper>button {
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    font-size: 2.1em;
    font-family: 'Font Awesome 5 Pro';
    color: #EEE;
    font-weight: 600;

}

/* semantic search results list */
li.search-page-result {
    list-style: none;
}

/* match equivalent styles of an h4 for search result titles */
/* to avoid jumping heading levels from h1 -> h4 for accessibility */
p.topic-title-row-title {
    color: #0A8484;
    font-weight: 600;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 0;
}

/**
* iFrame Video Support
*/

iframe.fr-draggable {
    max-width: 100%;
}

/*
 * Search Form Buttons
 */
.search_block {
    position: relative;
}

#search_form,
#hero_search_form {
    display: flex;
    align-items: center;
    position: relative;
}

#search,
#hero_search {
    flex-grow: 1;
}

/* Ensure hero search input has proper border */
#hero_search {
    border: 1px solid #949494;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgba(48, 48, 48, 0.1);
}

#hero_search:focus {
    border: 1px solid #007cba;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

#search_submit,
#hero_search_submit {
    width: 80px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    color: white;
    font-weight: 600;

}

#hero_search_submit {
    display: none;
}

#search_submit {
    margin: 0;
    padding: 0 25px 0;
    border-radius: 0;
    background-color: white;
    color: #0A8484;
    font-weight: bold;
}

#search_form .search-close-icon {
    position: unset;
    top: unset;
    right: unset;
    background-color: unset;
    margin: 0;
    padding: 3px;
}

#resultsCount,
#hero_resultsCount {
    margin: 2rem 0 0;
}

#hero_results {
    margin-top: 0.5rem;
}

#hero_hasResults .search-results-container-inner,
#results .search-results-container-inner {
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0px 14px 45px rgba(48, 48, 48, 0.2);
    padding: 6px 15px 0px 15px;
}

.screen-reader-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#hero_search_form {
    border: none;
    border-radius: 4px;
}

#hero_search,
#hero_search_submit {
    margin-bottom: 0px;
}

#hero_search {
    border: 0px;
}

.article-view.kb-content-editor-i-style figure {
    margin: 0px;
}

h2.article-section-header {
    font-size: 26px;
    line-height: 52px;
    font-weight: 500;
    padding-top: 30px;
    letter-spacing: unset;
}

.status-hidden {
    display: none;
}

.status-block {
    background: #FFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    display: flex;
    padding: 4px 6px;
    min-height: 80px;
}

.status-sub-header {
    font-size: 15px;
    color: #626363;
    line-height: 160%;
    font-weight: initial;
    margin-bottom: 6px;
}

.status-text {
    font-weight: bolder;
    color: #000;
    padding: 10px 0 0 5px;
}

.status-separator {
    display: inline-block;
    width: 4px;
    height: auto;
    margin: 5px 0;
    border-radius: 2px;
}

.status-private .status-block {
    border-color: #E02D3A;
}

.status-draft .status-block {
    border-color: #C68F00;
}

.status-private .status-separator {
    background-color: #E02D3A;
}

.status-draft .status-separator {
    background-color: #C68F00;
}

.status-icon {
    width: 19px;
    margin: 0 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.status-private .status-icon {
    background-image: url("../../../assets/images/danger.svg");
}

.status-draft .status-icon {
    background-image: url("../../../assets/images/warning.svg");
}

.article-detail-view .status-private,
.article-detail-view .status-draft {
    padding: 0 0.9375em;
}

.ratings-container {
    background: white;
    z-index: 1;
}

img.fr-rounded,
.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;
}

img.fr-shadow,
.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;
}

img.fr-bordered,
.fr-img-caption.fr-bordered img {
    border: solid 5px #CCC;
}

.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;
}

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

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

.tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    white-space: nowrap;
    gap: 4px;
}

.tab-title {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.bt-block-token>div {
    display: inline;
}

.advanced-filter-btn {
    background: #007bff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: 0;
}

.advanced-filter-btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.advanced-filter-btn:focus {
    background: #007bff;
}

.advanced-filter-btn.active {
    color: white;
    border-color: #007bff;
}

.advanced-filter-text {
    color: white;
    font-weight: 500;
    transition: color 0.2s ease;
}

.advanced-filter-text:hover, .advanced-filter-icon:hover {
    color: white;
}

.advanced-filter-icon {
    font-size: 12px;
    line-height: 1;
}

#hero_advanced_filter_btn {
    align-items: center;
    gap: 6px;
    margin-top: 0.35em;
}

.header-search-container {
    margin-right: 8rem;
}

.header-search-form {
    display: flex;
    align-items: center;
    gap: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 220px;
    height: 32px;
    margin-top: 7px;
    position: relative;
}

#header-search-input {
    font-size: 14px;
    flex: 1;
    background: transparent;
    margin: 0;
    width: 220px;
    height: 100%;
    box-sizing: border-box;
    line-height: 1.2;
    top: 0px;
    border: none;
}

#header-search-input:focus {
    box-shadow: none;
}

.header-search-input::placeholder {
    color: #999;
}

#header-search-btn {
    background: #f8f9fa;
    border-left: 1px solid #ccc;
    padding: 6px 8px;
    color: #666;
    font-size: 14px;
    transition: all 0.2s ease;
    border-radius: 0 4px 4px 0;
    height: 100%;
    box-sizing: border-box;
    top: 0px;
    position: absolute;
    right: 0;
}

.header-search-btn:hover {
    background: #e9ecef;
    color: #333;
}

.header-search-btn i {
    font-size: 14px;
}

#header-advanced-filter-btn {
    background: white;
    color: #333;
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 6px 15px;
    white-space: nowrap;
    text-decoration: none;
    gap: 8px;
    margin-left: 4em;
    position: relative;
    top: 0px;
    right: 0px;
    width: 100px;
}

.header-advanced-filter-btn.active,
.header-advanced-filter-btn:hover {
    background: white;
    border-color: #949494;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    ul.user-controls {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-search-container {
        margin-right: 100px;
    }

    .header-search-input {
        width: 180px;
    }

    .header-advanced-filter-btn {
        padding: 6px 8px;
        font-size: 11px;
        width: 70px;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .header-search-container {
        display: none;
    }
}

.advanced-filter-dropdown {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
    width: 405px;
    max-height: 360px;
    overflow: visible;
}

.advanced-filter-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
    position: relative;
}

/* First line: Select Category title and close button */
.advanced-filter-header .header-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.advanced-filter-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.advanced-filter-close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: #007bff;
    font-size: 14px;
    padding: 6px;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.advanced-filter-close-btn:hover {
    background: #e5e5e5;
    color: #333;
}

.advanced-filter-close-btn:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.advanced-filter-actions {
    display: flex;
    gap: 0;
    align-items: center;
}

.advanced-filter-actions button {
    background: none;
    border: none;
    color: #007bff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    transition: all 0.2s ease;
    right: 15px;
    top: 7px;
}

.advanced-filter-actions button:hover {
    background: #f0f8ff;
}

div#header_advanced_filter_dropdown.advanced-filter-dropdown {
    position: absolute;
}

/* Widen both Select All and Deselect All buttons and adjust font size */
.advanced-filter-actions .select-all-btn,
.advanced-filter-actions .deselect-all-btn,
#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn,
#hero_advanced_filter_dropdown .advanced-filter-actions .select-all-btn,
#hero_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn {
    white-space: nowrap;
    font-size: 14px;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    padding: 8px 16px;
    margin: 0;
    background: none;
    border: none;
    color: #007bff;
    border-radius: 4px;
    transition: all 0.2s ease;
}

/* Add border between Select All and Deselect All buttons */
.advanced-filter-actions .deselect-all-btn,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn,
#hero_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn {
    border-left: 1px solid #ddd;
}

/* Hover states for all Select/Deselect buttons */
.advanced-filter-actions .select-all-btn:hover,
.advanced-filter-actions .deselect-all-btn:hover,
#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:hover,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:hover,
#hero_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:hover,
#hero_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:hover {
    background: #f0f8ff;
}

/* Focus states for all Select/Deselect buttons - keyboard accessibility */
.advanced-filter-actions .select-all-btn:focus,
.advanced-filter-actions .deselect-all-btn:focus,
#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:focus,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:focus,
#hero_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:focus,
#hero_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    background: #f0f8ff;
}

.advanced-filter-content {
    padding: 16px 20px;
    max-height: 210px;
    overflow-y: auto;
}

.filter-columns {
    display: flex;
    gap: 20px;
}

.filter-column {
    flex: 1;
}

.filter-column .filter-categories ul.category-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    list-style: none;
}

.category-label,
.advanced-filter-dropdown .category-label,
#header_advanced_filter_dropdown .category-label,
#hero_advanced_filter_dropdown .category-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 24px;
}

.category-label:hover {
    background: #f5f5f5;
}

.category-checkbox {
    margin: 0;
    vertical-align: middle;
    flex-shrink: 0;
}

.category-name,
.advanced-filter-dropdown .category-name,
#header_advanced_filter_dropdown .category-name,
#hero_advanced_filter_dropdown .category-name {
    font-size: 14px;
    color: #333;
    user-select: none;
    line-height: 16px;
    flex: 1;
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
}

.advanced-filter-footer {
    padding: 12px 16px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.advanced-filter-footer button {
    top: 0px;
}

.advanced-filter-footer .apply-filter-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    transition: background-color 0.2s ease;
    margin-left: auto;
    width: auto;
    min-width: auto;
    max-width: none;
}

.advanced-filter-footer .apply-filter-btn:hover {
    background: #0056b3;
}

.selected-filters {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Focus styles for keyboard navigation accessibility */
.filter-chip:focus {
    outline: 3px solid #0056b3;
    outline-offset: 2px;
    background: #1565c0;
}

.filter-chip:focus:not(:focus-visible) {
    outline: none;
}

.filter-chip {
    background: #1976d2;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 300px;
    min-width: fit-content;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.filter-chip span,
.filter-chip .filter-chip-text {
    color: white;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.filter-chip:hover {
    background: #1565c0;
}

.filter-chip-main {
    all: unset;
    background: none;
    border: none;
    color: white;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.filter-chip-main:hover {
    background: none;
}

.filter-chip-main:focus {
    outline: none;
}

.filter-chip-main .filter-chip-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.filter-chip .remove-filter {
    background: none;
    border: none;
    color: white;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.filter-chip .remove-filter:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Consolidated clickable chip styling */
.clickable-chip {
    transition: all 0.2s ease;
    user-select: none;
}

.clickable-chip:hover {
    background: #1565c0;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.clickable-chip:active {
    transform: translateY(0);
}

/* Clear all filters button removed - using consolidated chip approach */

.search-results-filters {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .advanced-filter-dropdown {
        width: 100%;
        max-width: 405px;
        left: 0;
        right: 0;
    }

    .advanced-filter-btn {
        margin-left: 4px;
        padding: 6px 8px;
        font-size: 12px;
    }

    .advanced-filter-text {
        display: none;
    }
}

@media (max-width: 768px) {
    .advanced-filter-dropdown {
        width: 100%;
        max-width: 405px;
    }

    .header-advanced-filter-btn {
        padding: 6px 8px;
        font-size: 11px;
    }
}

/* Hero search specific filter positioning */
.hero-search .advanced-filter-dropdown {
    margin-top: 4px;
}

.hero-search .selected-filters {
    margin-top: 8px;
    width: 100%;
}

/* Search box container styling */
.search-controls-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Hero filter container - positioned below search box */
.hero-filter-container {
    margin-top: 15px;
    text-align: left;
}

.hero-filter-container .advanced-filter-btn,
.hero-filter-container #hero_advanced_filter_btn {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #949494;
    padding: 0 20px;
    font-size: 14px;
    align-items: center;
    gap: 8px;
}

/* Filter button styling - Match reduced search input height (44px) - for inline buttons */
.floating-search-container .search-controls-container .advanced-filter-btn,
.hero-search .search-controls-container .advanced-filter-btn,
.floating-search-container .search-controls-container #hero_advanced_filter_btn,
.hero-search .search-controls-container #hero_advanced_filter_btn {
    height: 44px;
    flex-shrink: 0;
    margin: 0;
    padding: 8px 12px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 0 4px 4px 0;
    border: 1px solid #949494;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.floating-search-container .search-controls-container .advanced-filter-btn:hover,
.hero-search .search-controls-container .advanced-filter-btn:hover,
.floating-search-container .search-controls-container #hero_advanced_filter_btn:hover,
.hero-search .search-controls-container #hero_advanced_filter_btn:hover {
    border-left: 1px solid #999;
    margin-left: -1px;
}

#hero_advanced_filter_btn:hover .advanced-filter-text,
#hero_advanced_filter_btn:hover .advanced-filter-icon {
    color: black;
}

.floating-search-container .search-controls-container .advanced-filter-btn.active,
.hero-search .search-controls-container .advanced-filter-btn.active,
.floating-search-container .search-controls-container #hero_advanced_filter_btn.active,
.hero-search .search-controls-container #hero_advanced_filter_btn.active {
    border-left: 1px solid #007bff;
    margin-left: -1px;
}

/* Selected filters alignment - position below search controls */
.hero-search .selected-filters {
    margin-top: 10px;
    width: 100%;
}

/* Filter chip styling to align with search input */
.selected-filters .filter-chip {
    display: inline-flex;
    align-items: center;
    background: #007bff;
    color: white;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    gap: 8px;
    max-width: 300px;
    min-width: fit-content;
}

.selected-filters .filter-chip .filter-chip-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.selected-filters .filter-chip .remove-filter {
    background: none;
    border: none;
    color: white;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.selected-filters .filter-chip .remove-filter:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .floating-search-container .search-controls-container .advanced-filter-btn,
    .hero-search .search-controls-container .advanced-filter-btn,
    .floating-search-container .search-controls-container #hero_advanced_filter_btn,
    .hero-search .search-controls-container #hero_advanced_filter_btn {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin-top: 8px;
    }
}

/* Search page header layout */
.search-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-page-header .filter-by-btn {
    align-self: flex-start;
}

/* Search results page filter button */
.filter-by-btn {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: 0;
}

.filter-by-btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.filter-by-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.filter-by-btn .filter-icon {
    font-size: 12px;
    line-height: 1;
}

/* Responsive adjustments for search header */
@media (max-width: 768px) {
    .search-header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .filter-by-btn {
        align-self: flex-end;
    }
}

/* Modern theme specific adjustments */
.floating-search-container #advanced_filter_dropdown .advanced-filter-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
}

.floating-search-container #advanced_filter_dropdown .advanced-filter-header h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.floating-search-container #advanced_filter_dropdown .advanced-filter-actions {
    display: flex;
    gap: 10px;
}

.floating-search-container #advanced_filter_dropdown .advanced-filter-content {
    padding: 15px 20px;
}

.floating-search-container #advanced_filter_dropdown .advanced-filter-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background-color: #f8f9fa;
}

/* Force header dropdown buttons to exactly match hero dropdown styling */
#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn {
    background: none;
    border: none;
    color: #007bff;
    border-radius: 4px;
    padding: 8px 16px;
    margin: 0;
    white-space: nowrap;
    font-size: 14px;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    transition: all 0.2s ease;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    text-align: center;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn {
    border-left: 1px solid #ddd;
}

#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:hover,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:hover {
    background: #f0f8ff;
}

#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:focus,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    background: #f0f8ff;
}

/* Input and select margin styling */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 0.9rem 0;
}

/* Override checkbox margin in filter dropdown for proper alignment - Cache Buster v5 */
.advanced-filter-dropdown input[type="checkbox"],
#header_advanced_filter_dropdown input[type="checkbox"],
#hero_advanced_filter_dropdown input[type="checkbox"] {
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* article-view specific caption styles */
#kb-body .article-view figure.fr-figure-left {
    float: left;
}

#kb-body .article-view figure.fr-figure-right {
    float: right;
}

#kb-body .article-view figure {
    display: table;
    text-align: center;
    margin: 0 auto;
}

#kb-body .article-view figure figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 1px 0 5px 0;
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}

/* Clearfix utility */
#kb-body .fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

/* Hide by clipping for screen readers */
#kb-body .fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Blockquotes - work in all contexts */
#kb-body blockquote {
    border-left: solid 2px #5E35B1;
    margin-left: 0;
    padding-left: 5px;
    color: #5E35B1;
}

#kb-body blockquote blockquote {
    border-color: #00BCD4;
    color: #00BCD4;
}

#kb-body blockquote blockquote blockquote {
    border-color: #43A047;
    color: #43A047;
}

#kb-body [dir="rtl"] blockquote {
    border-left: none;
    border-right: solid 2px #5E35B1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0;
}

#kb-body [dir="rtl"] blockquote blockquote {
    border-color: #00BCD4;
}

#kb-body [dir="rtl"] blockquote blockquote blockquote {
    border-color: #43A047;
}

/* Horizontal rules */
#kb-body 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;
}

/* File links */
#kb-body .fr-file {
    position: relative;
}

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

/* Tables - Froala specific classes */
#kb-body table.fr-dashed-borders td,
#kb-body table.fr-dashed-borders th {
    border-style: dashed;
}

#kb-body table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: whitesmoke;
}

#kb-body table td.fr-highlighted,
#kb-body table th.fr-highlighted {
    border: 1px double red;
}

#kb-body table td.fr-thick,
#kb-body table th.fr-thick {
    border-width: 2px;
}

/* Emoticons */
#kb-body 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;
}

#kb-body 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: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}

/* Text styling classes */
#kb-body .fr-text-gray {
    color: #AAA !important;
}

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

#kb-body .fr-text-spaced {
    letter-spacing: 1px;
}

#kb-body .fr-text-uppercase {
    text-transform: uppercase;
}

#kb-body .fr-class-highlighted {
    background-color: #ffff00;
}

#kb-body .fr-class-code {
    border-color: #cccccc;
    border-radius: 2px;
    background: #f5f5f5;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
}

#kb-body .fr-class-transparency {
    opacity: 0.5;
}

/* Images - base styles (only for Froala images) */
#kb-body figure {
    margin: 0px;
}

#kb-body img.fr-dii,
#kb-body img.fr-dib {
    position: relative;
    max-width: 100%;
}

/* Image display block (fr-dib) */
#kb-body img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

#kb-body img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

#kb-body img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

/* Image display inline (fr-dii) */
#kb-body img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
    min-width: 10px;
}

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

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

#kb-body li img.fr-dii.fr-fil {
    margin-right: 20px;
}

/* Image captions */
#kb-body span.fr-img-caption {
    position: relative;
    max-width: 100%;
}

#kb-body .fr-img-caption {
    text-align: center;
}

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

#kb-body .fr-img-caption .fr-img-wrap a {
    display: block;
}

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

#kb-body .fr-img-caption .fr-img-wrap>span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    box-sizing: border-box;
    opacity: 0.9;
    width: 100%;
    text-align: center;
}

#kb-body span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

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

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

#kb-body 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));
    min-width: 10px;
}

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

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

#kb-body span.fr-img-caption.fr-dii.fr-fil,
#kb-body p img.fr-dii.fr-fil {
    margin-right: 15px;
}

/* Video styles */
#kb-body .fr-video {
    text-align: center;
    position: relative;
}

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

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

#kb-body .fr-video>* {
    box-sizing: content-box;
    max-width: 100%;
    border: none;
}

#kb-body .fr-video.fr-dvb {
    display: block;
    clear: both;
}

#kb-body .fr-video.fr-dvb.fr-fvl {
    text-align: left;
}

#kb-body .fr-video.fr-dvb.fr-fvr {
    text-align: right;
}

#kb-body .fr-video.fr-dvi {
    display: inline-block;
}

#kb-body .fr-video.fr-dvi.fr-fvl {
    float: left;
}

#kb-body .fr-video.fr-dvi.fr-fvr {
    float: right;
}

/* Link styles */
#kb-body a.fr-strong,
#kb-body a.fr-strong {
    font-weight: 700;
}

#kb-body a.fr-green,
#kb-body a.fr-green {
    color: green;
}

/* Form elements */
#kb-body button.fr-rounded,
#kb-body input.fr-rounded,
#kb-body textarea.fr-rounded {
    border-radius: 10px;
}

#kb-body button.fr-large,
#kb-body input.fr-large,
#kb-body textarea.fr-large {
    font-size: 24px;
}

/* MSO (Microsoft Office) hidden elements */
#kb-body .fr-mso-hidden {
    display: none;
}

#kb-body ul ul {
    list-style-type: circle;
}

#kb-body ul ul ul {
    list-style-type: square;
}

#kb-body ol ol {
    list-style-type: lower-alpha;
}

#kb-body ol ol ol {
    list-style-type: lower-roman;
}

.article-view.kb-content-editor-i-style ul ul {
    list-style-type: circle;
}

.article-view.kb-content-editor-i-style ul ul ul {
    list-style-type: square;
}

.article-view.kb-content-editor-i-style ol ol {
    list-style-type: lower-alpha;
}

.article-view.kb-content-editor-i-style ol ol ol {
    list-style-type: lower-roman;
}