/* Core styles */

html {
  scroll-behavior: smooth;
}
body, * {
    word-break: break-word;
    overflow-wrap: break-word;
}
h1,h2,h3,h4 {
    padding: 5px 0px;
    /*color: #393939;*/
    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;}

/* added to account for switch from h1 to h2 for ADA compliance */
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;
}


/* common */
.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;
}

/*button > i.fas {*/
/*    color: #ACACAC;*/
/*}*/
/*button > i.fas:hover {*/
/*    color: #838383;*/
/*}*/

/* 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 !important;
}


/* 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: 34px 48px 34px 18px;
    border-radius: 4px;
    font-size: 16px;
    border-color: #949494;
    box-shadow: 0px 4px 20px 0px rgba(48,48,48,0.1);
}

input[type="search"]:focus {
    background-color: #fff;
    border-color: #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;
}


/* menu */

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

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

.search-results-loader {
    position: absolute;
    top: 10px;
    display: none;
}

div#hero_xhrSpinner {
    top: 10px;
    right: 105px;
}

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

#noResults {
    margin-bottom:40px;
}

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

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

.search-close-icon {
    color: #767676;
    display: none;
    right: 24px;
    top: 21px;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    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;
}

.search-results-container,
.search-no-results-container {
    padding: 0px;
    margin: auto;
    top: 12px;
    position: absolute;
   left: 0px;
   right: 0px;
}

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


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


.search-results-wrapper {
    z-index: 1;
    position: relative;
}


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

.search-no-results-container {
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0px 14px 45px rgba(48, 48, 48, 0.2);
    padding: 24px;
    left: 0;
    right: 0;
    margin-bottom: 40px;
}

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

.search-results-container .search-results-container-inner {
    margin: 0px 0px 20px;
    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);

}

/*.search-results-container .topic-folders-container.expanded.search-results {*/
/*    background: white;*/
/*    border: 1px solid #e1e1e1;*/
/*    border-radius: 4px;*/
/*    box-shadow: 0px 14px 45px rgba(48, 48, 48, 0.2);*/
/*    padding: 6px 50px 24px 50px;*/
/*    margin-top: 0px;*/
/*}*/

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


/* breadcrumb */
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;
    /*transform: rotate(-30deg);*/
    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 {}
.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;
    justify-content: normal;
}

.topic-folders-title-container {
    margin-top:60px;
}
.topic-folders-title {
    font-weight: 600;
    font-size: 20px;
}
.promoted-articles-container ul {}
.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;
    display: block;
    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-articles-container {}
.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 {*/
/*    margin-top: 35px;*/
/*}*/
.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 {
    /* background-color dynamically defined in kb_library.php */
    color: white !important;
    transition: all 250ms linear;
}

.toc-a-selected, .scroll-nav__subitem--active {
    /* background-color dynamically defined in kb_library.php */
    color: white !important;
    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: 10px;*/
    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 !important;
}

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

.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% !important;
}

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

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

/* 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 {
    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;
}

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

/* 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-article {
}
.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 blocks */
.collapsable > .head > .control {
    cursor: pointer;
}
.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: 60px;
}

.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;
    cursor: pointer;
    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 {
    /* width: 100%; */
    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_form,
#hero_search_form {
    display: flex;
    align-items: center;
}

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

#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 {
    background-color: white;
    color: #0A8484;
}

#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 50px 24px 50px;
}

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

#hero_search_form {
    border: 1px solid #949494;
    border-radius: 4px;
}

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

#hero_search {
    border: 0px;
}

/* Captions for images/videos */
figure.fr-figure-left {
    float: left;
}
figure.fr-figure-right {
    float: right;
}
figure {
    display: table;
    text-align: center;
    margin: 0 auto;
}
figure figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 1px 0 5px 0;
}

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