.ht-kb #secondary.widget-area .widget {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #f4f5f5;
    padding: 30px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
}

.hkb_widget_toc ol li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    display: block;
    color: inherit;
    padding: 10px 10px;
    text-decoration: none;
}

.hkb_widget_toc ol li.active > a {
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    color: #fff;
	background: rgba( 242 ,108, 79, 0.8);
}

.hkb-template-single .entry-title {
	display: block !important;
}

.ht-kb .site-content {
	/*padding-top: 20px !important;*/
}

.ht-kb .content-area {
	padding-top: 0px !important;
}

.ht-kb #secondary {
	position: sticky;
	top: 150px;
}

.hkb_widget_toc ol li a:hover {
    background: #e7e9e9;
}

.hkb_widget_toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#secondary.widget-area .widget ol li {
    border-bottom: none;
    border-top: none;
    padding: 0;
}

.hkb_widget_toc ol li {
    margin: 0 0 5px;
}

#secondary .hkb_widget_toc ol li ol {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 5px 0 0 10px;
    font-size: 14px;
}

#secondary .hkb_widget_toc ol li.active ol {
	opacity: 1;
	max-height: 9999px;
	visibility: visible;
}

.hts-messages {
  position: relative;
  padding: 20px 25px;
  margin: 0 0 22px;
  font-size: 90%;
  border-radius: 5px; }
  .hts-messages.hts-messages--alert {
    background-color: #f7efa6;
    color: #6a6641; }
    .hts-messages.hts-messages--alert.hts-messages--withicon {
      padding-left: 50px;
      background-image: url("../img/htkb/exclamation-circle.svg");
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: 20px 22px; }
    .hts-messages.hts-messages--alert .hts-messages__title {
      color: #6a6641; }
  .hts-messages.hts-messages--success {
    background-color: rgba(158, 209, 102, 0.3);
    color: #445028; }
    .hts-messages.hts-messages--success.hts-messages--withicon {
      padding-left: 50px;
      background-image: url("../img/htkb/check-circle.svg");
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: 20px 22px; }
  .hts-messages.hts-messages--danger {
    background-color: #ffe7e5; }
    .hts-messages.hts-messages--danger.hts-messages--withicon {
      padding-left: 50px;
      background-image: url("../img/htkb/exclamation-triangle.svg");
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: 20px 22px; }
    .hts-messages.hts-messages--danger .hts-messages__title {
      color: #e05d4d; }
  .hts-messages.hts-messages--info {
    background-color: #f3f8fb; }
    .hts-messages.hts-messages--info.hts-messages--withicon {
      padding-left: 50px;
      background-image: url("../img/htkb/info-circle.svg");
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: 20px 22px; }
    .hts-messages.hts-messages--info .hts-messages__title {
      color: #3ea9f5; }
  .hts-messages.hts-messages--withtitle p:first-of-type {
    margin-top: 0px; }
  .hts-messages .hts-messages__title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0; }
  .hts-messages p {
    margin: 0 0 20px; }
    .hts-messages p:last-child {
      margin-bottom: 0; }

.hts-toggle {
  position: relative;
  margin-bottom: 20px; }
  .hts-toggle.hts-toggle--active .hts-toggle__title:before {
    background-image: url("../img/htkb/minus-circle.svg"); }
  .hts-toggle.hts-toggle--active .hts-toggle__content {
    max-height: 9999px;
    opacity: 1; }
  .hts-toggle .hts-toggle__title {
    background: #f0f2f5;
    padding: 15px 15px 15px 45px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    position: relative;
    border-radius: 5px; }
    .hts-toggle .hts-toggle__title::before {
      position: absolute;
      top: 50%;
      left: 12px;
      margin-top: -10px;
      background-image: url("../img/htkb/plus-circle.svg");
      background-repeat: no-repeat;
      background-position: center  center;
      background-size: 20px;
      display: block;
      width: 20px;
      height: 20px;
      content: ''; }
    .hts-toggle .hts-toggle__title:hover {
      cursor: pointer; }
  .hts-toggle .hts-toggle__content {
    border: 1px solid #f0f2f5;
    border-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease; }
    .hts-toggle .hts-toggle__content .hts-toggle__contentwrap {
      padding: 20px; }
      .hts-toggle .hts-toggle__content .hts-toggle__contentwrap p:last-child {
        margin-bottom: 0; }

.hts-accordion {
  position: relative;
  margin-bottom: 20px; }
  .hts-accordion .hts-accordion__section.hts-accordion__section--active .hts-accordion__title::before {
    background-image: url("../img/htkb/minus-circle.svg"); }
  .hts-accordion .hts-accordion__section.hts-accordion__section--active .hts-accordion__content {
    max-height: 999px;
    opacity: 1; }
  .hts-accordion .hts-accordion__section:first-of-type .hts-accordion__title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .hts-accordion .hts-accordion__section:last-of-type .hts-accordion__content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #f0f2f5; }
  .hts-accordion .hts-accordion__title {
    background: #f0f2f5;
    padding: 15px 15px 15px 45px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    position: relative; }
    .hts-accordion .hts-accordion__title:hover {
      cursor: pointer; }
    .hts-accordion .hts-accordion__title::before {
      position: absolute;
      top: 50%;
      left: 12px;
      margin-top: -10px;
      background-image: url("../img/htkb/plus-circle.svg");
      background-repeat: no-repeat;
      background-position: center  center;
      background-size: 20px;
      display: block;
      width: 20px;
      height: 20px;
      content: ''; }
  .hts-accordion .hts-accordion__content {
    border-left: 1px solid #f0f2f5;
    border-right: 1px solid #f0f2f5;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease; }
    .hts-accordion .hts-accordion__content .hts-accordion__contentwrap {
      padding: 20px; }
      .hts-accordion .hts-accordion__content .hts-accordion__contentwrap p:last-child {
        margin-bottom: 0; }

.hts-tabs {
  position: relative;
  margin-bottom: 20px; }
  .hts-tabs .hts-tabs__nav {
    list-style: none;
    margin: 0 0 -1px;
    padding: 0;
    float: left;
    border: 1px solid #f0f2f5;
    border-bottom: 0; }
    .hts-tabs .hts-tabs__nav .hts-tabs__tab {
      background: #f0f2f5;
      float: left;
      font-size: 15px;
      color: #333;
      line-height: 1;
      padding: 14px 15px;
      margin: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.06); }
      .hts-tabs .hts-tabs__nav .hts-tabs__tab:hover {
        cursor: pointer; }
      .hts-tabs .hts-tabs__nav .hts-tabs__tab.hts-tabs__tab--active {
        background: #fff;
        font-weight: bold; }
      .hts-tabs .hts-tabs__nav .hts-tabs__tab:last-child {
        border-right: 0; }
  .hts-tabs .hts-tabs__content {
    clear: both;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-in-out; }
    .hts-tabs .hts-tabs__content.hts-tabs__content--active {
      max-height: 999px;
      opacity: 1; }
    .hts-tabs .hts-tabs__content .hts-tabs__contentwrap {
      border: 1px solid #f0f2f5;
      padding: 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .hts-tabs .hts-tabs__content .hts-tabs__contentwrap p:last-child {
        margin-bottom: 0; }
		
#kb-bar ol.hkb-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 90%; }
    #kb-bar ol.hkb-breadcrumbs li {
      display: inline-block;
      margin: 0; }
      #kb-bar ol.hkb-breadcrumbs li:after {
        content: "\203A";
        color: #f26c4f; }
      #kb-bar ol.hkb-breadcrumbs li:last-child:after {
        content: ""; }
    #kb-bar ol.hkb-breadcrumbs a {
      text-decoration: none;
      border: none;
      color: rgba(0, 0, 0, 0.75); }
      #kb-bar ol.hkb-breadcrumbs a:hover {
        border: none; }
      #kb-bar ol.hkb-breadcrumbs a:focus {
        outline: none; }
      #kb-bar ol.hkb-breadcrumbs a:hover {
        color: inherit; }

#hkb .hkb-article__content .hts-tabs ul li {
    list-style: none;
}

#hkb .hkb-site-search .hkb-site-search__field,
#hkb .hkb-site-search .hkb-site-search__field:focus {
	background: #efefef;
	border: 2px solid #c8c8c8;
}

#hkb .hkb-site-search .hkb-site-search__button {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#hkb .hkb-site-search .hkb-site-search__field.live-search-loading {
    background: #efefef url("../img/htkb/circles.svg") no-repeat right 5px center;
	background-size: 40px 40px;
}

#kb-bar .hkb-site-search .hkb-site-search__field.live-search-loading {
    background: url("../img/htkb/circles.svg") no-repeat right 5px center;
	background-size: 20px 20px;
}

#hkb .hkb-category .hkb-category__title, #hkb.hkb-template-category .hkb-article .hkb-article__title {
    font-size: 24px;
}

#kb-bar {
	background: #f4f5f5;
	margin-bottom: 20px;
	padding: 10px 0;
}

#kb-bar .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#kb-bar .wrap::after {
	display: none;
}

#kb-bar .hkb-site-search__button {
	display: none;
}

#kb-bar .hkb-site-search__field {
	width: 400px;
	padding-left: 40px;
}

#hkb.hkb-searchresults > li.hkb-searchresults__article a::before {
	display: none;
}

#hkb.hkb-searchresults > li.hkb-searchresults__article {
    padding-left: 10px;
}

#kb-prepop {
	display: none;
}

.hkb-archive__title {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
}

.hkb-archive__title .hkb-category__iconwrap {
	padding-right: 10px;
}

.hkb-category__description {
	font-size: 15px;
	line-height: 20px;
	color: #8a8a8a;
	margin-top: 10px;
}

.hkb-category {
	padding: 30px;
	background: #f4f5f5;
	margin: 0 0 20px;
	border-bottom: 1px solid #e6e6e6;
}

.hkb-category__iconwrap {
	max-height: 50px;
	max-width: 50px;
}

.hkb-archive {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	list-style: none;
	padding-left: 0;
}

ul.hkb-subcats {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.hkb-article-list, ul.hkb-category__articlelist {
	list-style: square;
}

.hkb-archive > li {
	width: 48%;
}

#hkb_category_header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#hkb_category_header h2.hkb-category__title {
	margin: 0;
	padding: 0;
}

.hkb-category h2.hkb-category__title {
	font-size: 24px;
	margin-top: 0px;
	padding: 0 0 0 10px;
	font-weight: normal;
}

.hkb-archive .hkb-category {
	/*display: flex;*/
}

.hkb-archive .hkb-cat-header {
	display: flex;
	align-items: center;
}

.hkb-archive .hkb-category__link {
	font-weight: bold;
}

.hkb-category .hkb-category__title, .hkb-category a.hkb-subcats__cat-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    color: #333;
    margin: 0;
	font-weight: bold;
}

.hkb-site-search {
	position: relative;
}

.hkb-site-search::after {
    position: absolute;
    display: block;
    content: '';
    background: url("../img/htkb/search.svg") no-repeat center center;
    background-size: auto;
    background-size: 20px;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    opacity: .7;
}

#hkb.hkb-searchresults > li .hkb-searchresults__title {
    padding: 0;
}

#hkb ul.hkb-article-list .hkb-article-list__format-standard::before, #hkb ul.hkb-article-list .hkb-article-list__format-video::before, 
#hkb .hkb-subcats .hkb-subcats__cat::before {
	display: none;
}

#hkb ul li {
    list-style: none;
}

#hkb ul.hkb-article-list li {
    list-style: square;
}

#hkb ul.hkb-article-list .hkb-article-list__format-standard, #hkb ul.hkb-article-list .hkb-article-list__format-video, #hkb .hkb-subcats .hkb-subcats__cat {
    padding-left: 0px;
}

#hkb .hkb-subcats .hkb-subcats__cat .hkb-article-list {
    padding-left: 20px;
}

#hkb .hkb-subcats .hkb-subcats__cat-title {
    font-weight: bold;
}

#hkb ul.hkb-article-list a {
	color: #f26c4f;
	font-weight: 300;
}

#hkb ul.hkb-article-list a:hover {
	color: #000;
}

#hkb .hkb-subcats > li {
    margin: 0 0 25px;
}

#hkb .hkb-subcats a.hkb-subcats-view-all,
a.hkb-subcats-view-all {
	color: #f26c4f;
}

@media print { 
	header, footer, #kb-bar, #secondary {
		display: none;
	}
	.has-sidebar:not(.error404) #primary, #primary {
		width: 100%;
	}
}

@media screen and (max-width: 950px) {
	.hkb-archive > li {
		width: 100%;
	}
}

@media screen and (max-width: 728px) {
	#kb-bar .wrap {
		flex-direction: column;
	}
}

@media screen and (max-width: 625px) {
	#kb-bar form.hkb-site-search, #kb-bar .hkb-site-search__field {
		width: 100%;
	}
}
