/* ----------------------------------------------------------------------------------- */
/* --------------------------------- KNOWLEDGE BASE ---------------------------------- */
/* ----------------------------------------------------------------------------------- */

/**
* # Heroic Knowledge Base Plugin Styling
*
* This file  contains the default CSS for styling the knowledge base
*/
/**
* # Mixims & Variables
*
*/
/* Clearfix */
#hkb ul.hkb-archive:after, #hkb .hkb-site-search:after, #hkb ol.hkb-breadcrumbs:after, #hkb .hkb-meta:after, #hkb .hkb-entry-content:after, .hkb_widget_articles .hkb-meta:after, .ht-voting:after, .ht-voting-comment:after {
  content: "";
  display: table;
  clear: both; }

/* Link Reset Mixim (remove any theme styling on links) */
/* Reset Defaults (remove any common theme styling that will distrupt our styling) */
/* HKB-Meta Mixim (used in multiple places) */
/* SASS Variables */
/* Global Classes */
/* Screen readers only */
.hkb-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Load FontAwesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../plugins/ht-knowledge-base/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../../../plugins/ht-knowledge-base/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../../plugins/ht-knowledge-base/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../../../plugins/ht-knowledge-base/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../../../plugins/ht-knowledge-base/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Start #HKB */
#hkb {
  /* Box layout model to all elements */
  /* compatbility fixes */
  /**
	* # HKB - Archive
	*
	*/
  /**
	* # HKB - Search Box
	*
	*/
  /**
	* # HKB - Breadcrumbs
	*
	*/
  /**
	* # HKB - Category Block
	*
	*/
  /**
	* # HKB - Sub-Categories
	*
	*/
  /**
	* # HKB - Article List
	*
	*/
  /**
	* # HKB - Article Meta
	*
	*/
  /* Entry-Content Wrapper */
  /**
	* # HKB - Article (Single) Tags
	*
	*/
  /**
	* # HKB - Article (Single) Related
	*
	*/
  /**
	* # HKB - Article (Single) Author
	*
	*/
  /**
	* # HKB - Article (Single) Attachments
	*
	*/ }
  #hkb *,
  #hkb *:before,
  #hkb *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #hkb ul li {
    background: none;
    list-style: none; }
  #hkb ul.hkb-archive {
    list-style: none;
    padding: 0;
    margin: 0; }
    #hkb ul.hkb-archive > li {
      margin: 0;
      padding: 0; }
    @media screen and (min-width: 550px) {
      #hkb ul.hkb-archive.hkb-archive--two-cols {
        margin: 0 -20px; }
        #hkb ul.hkb-archive.hkb-archive--two-cols > li {
          float: left;
          width: 50%;
          padding: 0 20px; }
          #hkb ul.hkb-archive.hkb-archive--two-cols > li:nth-child(2n+3) {
            clear: left; }
      #hkb ul.hkb-archive.hkb-archive--three-cols {
        margin: 0 -20px; }
        #hkb ul.hkb-archive.hkb-archive--three-cols > li {
          float: left;
          width: 33.333%;
          padding: 0 20px; }
          #hkb ul.hkb-archive.hkb-archive--three-cols > li:nth-child(3n+4) {
            clear: left; }
      #hkb ul.hkb-archive.hkb-archive--four-cols {
        margin: 0 -20px; }
        #hkb ul.hkb-archive.hkb-archive--four-cols > li {
          float: left;
          width: 25%;
          padding: 0 20px; }
          #hkb ul.hkb-archive.hkb-archive--four-cols > li:nth-child(4n+5) {
            clear: left; } }
  #hkb .hkb-site-search {
    margin: 0 0 40px;
    position: relative; }
    #hkb .hkb-site-search .hkb-site-search__field {
	  background-color: #fff;
	  background-color: rgba(255,255,255,0.92);
      float: left;
      width: 88%;
      margin: 0;
      min-height: 50px;
      padding-left: 1em;
      padding-right: 1em; }
      #hkb .hkb-site-search .hkb-site-search__field.live-search-loading {
        background: url("../img/loader.svg") #fff no-repeat right 5px center; }
    #hkb .hkb-site-search .hkb-site-search__button {
      width: 12%;
	  color: #000;
	  background-color: #fff;
	  background-color: rgba(255,255,255,0.92);
      margin: 0;
      position: absolute;
      bottom: 0;
      top: 0;
      right: 0;
	  font-size: 11px !important;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
@media (max-width: 600px) {
	#hkb .hkb-site-search .hkb-site-search__field {
		width: 75%;
	}
	#hkb .hkb-site-search .hkb-site-search__button {
		width: 25%;
	}
}
#hkb .hkb-site-search .hkb-site-search__button:hover,
#hkb .hkb-site-search .hkb-site-search__field.live-search-loadin {
	background-color: #fff;
}
#hkb .hkb-site-search .hkb-site-search__button i.fa-lg {
	font-size: 2em;
    line-height: 0.5em;
}
  #hkb ol.hkb-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: -30px 0 40px;
    font-size: 90%; }
    #hkb ol.hkb-breadcrumbs li {
      display: inline-block;
      margin: 0; }
      #hkb ol.hkb-breadcrumbs li:after {
        content: "/";
        color: rgba(0, 0, 0, 0.6); }
      #hkb ol.hkb-breadcrumbs li:last-child:after {
        content: ""; }
    #hkb ol.hkb-breadcrumbs:not(:nth-child(1)) {
		font-size: 0.8em;
		opacity: 0.6;
		transition: 250ms; }
	#hkb ol.hkb-breadcrumbs:not(:nth-child(1)):hover {
		opacity: 0.9; }
    #hkb ol.hkb-breadcrumbs a {
      text-decoration: none;
      border: none;
      color: rgba(0, 0, 0, 0.75); }
      #hkb ol.hkb-breadcrumbs a:hover {
        border: none; }
      #hkb ol.hkb-breadcrumbs a:focus {
        outline: none; }
      #hkb ol.hkb-breadcrumbs a:hover {
        color: inherit; }
  #hkb .hkb-category {
    margin: 0 0 2em; }
    #hkb .hkb-category .hkb-category__header {
      margin: 0 0 0.75em; }
    #hkb .hkb-category .hkb-category__title {
      display: inline-block;
      font-size: 20px;
      margin: 0;
      padding: 0; }
@media (max-width: 1200px){
	#hkb .hkb-category .hkb-category__title {
      font-size: 17px !important; } }
      #hkb .hkb-category .hkb-category__title a {
        text-decoration: none;
        border: none;
        color: inherit; }
        #hkb .hkb-category .hkb-category__title a:hover {
          border: none; }
        #hkb .hkb-category .hkb-category__title a:focus {
          outline: none; }
    #hkb .hkb-category .hkb-category__count {
      display: inline-block;
      font-size: 80%;
      color: rgba(0, 0, 0, 0.6);
      margin-left: 2px; }
      #hkb .hkb-category .hkb-category__count:before {
        content: "("; }
      #hkb .hkb-category .hkb-category__count:after {
        content: ")"; }
    #hkb .hkb-category .hkb-article-list {
      font-size: 15px;
      line-height: 22px;
      margin: 0 0 10px;
      padding: 0; }
      #hkb .hkb-category .hkb-article-list a {
        color: inherit;
        font-weight: normal; }
    #hkb .hkb-category .hkb-category__view-all {
      display: block;
      font-size: 15px;
      line-height: 22px;
      position: relative;
      padding-left: 20px;
      color: inherit;
      font-weight: normal;
      text-decoration: none;
      border: none; }
      #hkb .hkb-category .hkb-category__view-all:hover {
        border: none; }
      #hkb .hkb-category .hkb-category__view-all:focus {
        outline: none; }
      #hkb .hkb-category .hkb-category__view-all:before {
        font-family: FontAwesome;
        content: "\f18e";
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
  #hkb .hkb-subcats {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 22px; }
#hkb #knowledge-base-content.category-single .hkb-subcats {
    font-size: 18px;
    line-height: 1.5em; }
#hkb #knowledge-base-content.category-single .hkb-subcats li a:hover {
    color: #000; }
    #hkb .hkb-subcats > li {
      margin: 0 0 5px; }
    #hkb .hkb-subcats a {
      text-decoration: none;
      border: none;
      color: inherit; }
      #hkb .hkb-subcats a:hover {
        border: none; }
      #hkb .hkb-subcats a:focus {
        outline: none; }
    #hkb .hkb-subcats .hkb-subcats__cat {
      position: relative;
      padding-left: 20px; }
      #hkb .hkb-subcats .hkb-subcats__cat:before {
        font-family: FontAwesome;
        content: "\f07b";
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
      #hkb .hkb-subcats .hkb-subcats__cat .hkb-article-list {
        margin: 5px 0 10px; }
    #hkb .hkb-subcats .hkb-subcats__cat-title {
      display: inline-block; }
    #hkb .hkb-subcats .hkb-subcats__cat-count {
      display: inline-block;
      font-size: 80%;
      color: rgba(0, 0, 0, 0.6);
      margin-left: 2px; }
      #hkb .hkb-subcats .hkb-subcats__cat-count:before {
        content: "("; }
      #hkb .hkb-subcats .hkb-subcats__cat-count:after {
        content: ")"; }
    #hkb .hkb-subcats .hkb-category {
      margin: 0; }
  #hkb ul.hkb-article-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    #hkb ul.hkb-article-list > li {
      padding: 0;
      margin: 0 0 5px; }
      #hkb ul.hkb-article-list > li:last-child {
        margin-bottom: 0; }
    #hkb ul.hkb-article-list a {
      text-decoration: none;
      border: none;
      color: inherit;
      font-weight: normal; }
      #hkb ul.hkb-article-list a:hover {
        border: none; }
      #hkb ul.hkb-article-list a:focus {
        outline: none; }
    #hkb ul.hkb-article-list .hkb-article-list__format-standard,
    #hkb ul.hkb-article-list .hkb-article-list__format-video {
      position: relative;
      padding-left: 25px; }
/* 
#hkb ul.hkb-article-list .hkb-article-list__format-standard[aria-label='2'] {
	padding-left: 43px;
}
#hkb ul.hkb-article-list .hkb-article-list__format-standard[aria-label='3'] {
	padding-left: 64px;
}
#hkb ul.hkb-article-list .hkb-article-list__format-standard[aria-label='4'] {
	padding-left: 76px;
} */
      #hkb ul.hkb-article-list .hkb-article-list__format-standard:before,
      #hkb ul.hkb-article-list .hkb-article-list__format-video:before {
        font-family: FontAwesome;
        content: "\f0f6";
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        position: absolute;
        top: 0;
		left: 0;
        bottom: 0; }
#hkb ul.hkb-article-list .hkb-article-list__format-standard:after, #hkb ul.hkb-article-list .hkb-article-list__format-video:after {
	font-family: FontAwesome;
	white-space: nowrap;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    position: relative; 
}
    #hkb .hkb-article-list .hkb-article-list__format-standard:before, #hkb .hkb-article-list .hkb-article-list__format-video:before, #hkb .hkb-article-list .hkb-article-list__format-standard.document:before {
      content: "\f0f6"; }
	#hkb .hkb-article-list .hkb-article-list__format-standard.faq:before {
      content: "\f059"; }
	/* #hkb .hkb-article-list .hkb-article-list__format-standard.faq:after {
      content: "( \f059 \00a0 )"; } */
	#hkb .hkb-article-list .hkb-article-list__format-standard.video:after {
      content: "( \f008 \00a0 )"; }
    #hkb .hkb-article-list .hkb-article-list__format-standard.tipsheet:after {
      content: "( \f03e \00a0 )"; }
	#hkb .hkb-article-list .hkb-article-list__format-standard.video.tipsheet:after {
      content: "( \f008 \00a0 \f03e \00a0 )"; }
  #hkb .hkb-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1; }
    #hkb .hkb-meta li {
      float: left;
      margin: 0 0 0 5px;
      background: #ededed;
      padding: 5px 5px;
      border-radius: 3px; }
      #hkb .hkb-meta li:first-child {
        margin-left: 0; }
    #hkb .hkb-meta .hkb-meta__views:before {
      margin: 0;
      padding: 0;
      background: none;
      content: "\f06e";
      color: rgba(0, 0, 0, 0.6);
      display: inline-block;
      font-family: FontAwesome;
      margin-right: 3px; }
    #hkb .hkb-meta .hkb-meta__usefulness {
      background: #9cc051;
      color: #fff; }
      #hkb .hkb-meta .hkb-meta__usefulness:before {
        margin: 0;
        padding: 0;
        background: none;
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 3px; }
      #hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
        content: "\f164";
        color: #fff; }
      #hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad {
        background: #d26a40; }
        #hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad:before {
          content: "\f165";
          color: #fff; }
    #hkb .hkb-meta .hkb-meta__comments:before {
      margin: 0;
      padding: 0;
      background: none;
      content: "\f075";
      color: rgba(0, 0, 0, 0.6);
      display: inline-block;
      font-family: FontAwesome;
      margin-right: 3px; }
  #hkb .hkb-article {
    position: relative; }
    #hkb .hkb-article .hkb-article__title {
      margin: 0 0 10px; }
      #hkb .hkb-article .hkb-article__title a {
        text-decoration: none;
        border: none;
        color: inherit; }
        #hkb .hkb-article .hkb-article__title a:hover {
          border: none; }
        #hkb .hkb-article .hkb-article__title a:focus {
          outline: none; }
  #hkb .hkb-entry-content > ol,
  #hkb .hkb-entry-content > ul {
    margin: 0 0 2em 2em; }
  #hkb .hkb-article__content {
    margin: 0 0 2em;
    padding: 0; }
    #hkb .hkb-article__content ul li {
      list-style: disc; }
  #hkb .hkb-article__links {
    margin: -1em 0 2em; }
    #hkb .hkb-article__links a {
      text-decoration: none;
      border: none; }
      #hkb .hkb-article__links a:hover {
        border: none; }
      #hkb .hkb-article__links a:focus {
        outline: none; }
  #hkb .hkb-article-tags a {
    border: none;
    margin-left: 5px; }
    #hkb .hkb-article-tags a:after {
      content: ","; }
    #hkb .hkb-article-tags a:last-child:after {
      content: ""; }
  #hkb .hkb-article-related {
    font-size: 15px;
    margin: 0 0 1em;
    padding: 30px 0 0; }
    #hkb .hkb-article-related .hkb-article-related__title {
      font-size: 18px;
      margin: 0 0 0.6em; }
    #hkb .hkb-article-related .hkb-article-list > li {
      padding-right: 85px; }
    #hkb .hkb-article-related .hkb-meta {
      position: absolute;
      right: 0;
      top: 1px; }
  #hkb .hkb-article-author {
    padding: 30px 0 0; }
    #hkb .hkb-article-author .hkb-article-author__avatar {
      float: left;
      margin: 0 35px 0 0; }
    #hkb .hkb-article-author .hkb-article-author__name {
      margin: 0 0 15px;
      display: inline-block; }
      #hkb .hkb-article-author .hkb-article-author__name a {
        text-decoration: none;
        border: none; }
        #hkb .hkb-article-author .hkb-article-author__name a:hover {
          border: none; }
        #hkb .hkb-article-author .hkb-article-author__name a:focus {
          outline: none; }
    #hkb .hkb-article-author .hkb-article-author__bio {
      margin: 0 0 0 105px; }
  #hkb .hkb-article-attachments {
    margin: 0 0 2em; }
    #hkb .hkb-article-attachments .hkb-article-attachments__title {
      font-size: 18px;
      margin: 0 0 0.6em;
      padding: 0; }
    #hkb .hkb-article-attachments .hkb-article-attachments__list {
      list-style: none;
      margin: 0;
      padding: 0; }
    #hkb .hkb-article-attachments .hkb-article-attachments__item a {
      text-decoration: none;
      border: none;
      color: inherit; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a:hover {
        border: none; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a:focus {
        outline: none; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wav'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.gif'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.php'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar'] {
        position: relative;
        padding-left: 20px; }
        #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wav']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.gif']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.php']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar']:before {
          color: rgba(0, 0, 0, 0.6);
          font-family: FontAwesome;
          font-size: 15px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf']:before {
        content: "\f1c1"; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx']:before {
        content: "\f1c2"; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx']:before {
        content: "\f1c4"; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2']:before {
        content: "\f1c8"; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wav']:before {
        content: "\f1c7"; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.gif']:before {
        content: "\f1c5"; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.php']:before {
        content: "\f1c9"; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar']:before {
        content: "\f1c6"; }

/* End #HKB */
/**
* # Template Specific Element Styling
*
* Styling for elements in specific areas of the layout
*/
/* Archive Element Styling */
/* Category Element Styling */
#hkb.hkb-template-category .hkb-article {
  padding: 15px 0;
  border-bottom: 1px solid #dfe4e6;
  margin: 0; }
  #hkb.hkb-template-category .hkb-article .hkb-article__title {
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    padding: 0 90px 0 0; }
  #hkb.hkb-template-category .hkb-article .hkb-meta {
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 10px; }
  #hkb.hkb-template-category .hkb-article .hkb-article__excerpt {
    display: block;
    font-size: 15px;
    margin-top: 0.35em;
    color: rgba(0, 0, 0, 0.7); }

#hkb.hkb-template-category .hkb-category {
  margin: 0 0 1em; }

/* Single Element Styling */
/* Search Element Styling */
#hkb.hkb-template-search article:last-of-type {
  margin-bottom: 20px; }

#hkb.hkb-template-search .hkb-article {
  padding: 10px 0 20px;
  border-bottom: 1px solid #dfe4e6;
  margin: 0 0 10px; }
  #hkb.hkb-template-search .hkb-article .hkb-article__title {
    font-size: 100%;
    line-height: 20px;
    margin: 0;
    padding: 0 90px 0 0; }
  #hkb.hkb-template-search .hkb-article .hkb-meta {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px; }
  #hkb.hkb-template-search .hkb-article .hkb-article__excerpt {
    display: block;
    font-size: 95%;
    margin-top: 0.35em;
    color: rgba(0, 0, 0, 0.7); }

/**
* # Live search styling
*/
#hkb-jquery-live-search {
  background: #fff;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  position: absolute;
  z-index: 999999;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 1px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

/* KB Search Results */
#hkb.hkb-searchresults {
  list-style: none;
  margin: 0;
  padding: 0; }
  #hkb.hkb-searchresults > li {
    position: relative;
    padding: 0 10px;
    margin: 0; }
#hkb.hkb-searchresults > li:nth-of-type(even) {
	background-color: #f7f7f7;
}
    #hkb.hkb-searchresults > li:hover, #hkb.hkb-searchresults > li.hkb-searchresults__current {
      background: #f1f1f1; }
    #hkb.hkb-searchresults > li:nth-last-child(2) a {
      padding-bottom: 12px; }
    #hkb.hkb-searchresults > li.hkb-searchresults__article {
      /*padding-left: 35px;*/ padding-left: 10px; }
/*
	#hkb.hkb-searchresults > li.hkb-searchresults__article[aria-label='2'] {
	padding-left: 55px; }
#hkb.hkb-searchresults > li.hkb-searchresults__article[aria-label='3'] {
	padding-left: 74px; }
#hkb.hkb-searchresults > li.hkb-searchresults__article[aria-label='4'] {
	padding-left: 93px; }
*/
      #hkb.hkb-searchresults > li.hkb-searchresults__article a:before {
        font-family: FontAwesome;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        line-height: 1;
        /*position: absolute;
        left: 10px;
        top: 10px;*/
        font-weight: normal; }
    #hkb.hkb-searchresults > li.hkb-searchresults__article a:before, #hkb.hkb-searchresults > li.hkb-searchresults__article.document a:before {
      content: "\f0f6"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.video a:before {
      content: "\f008"; }
    #hkb.hkb-searchresults > li.hkb-searchresults__article.tipsheet a:before {
      content: "\f03e"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.faq a:before {
      content: "\f059"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.video.tipsheet a:before {
      content: "\f008 \00a0 \f03e"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.video.document a:before {
      content: "\f0f6 \00a0 \f008"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.document.tipsheet a:before {
      content: "\f0f6 \00a0 \f03e"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.video.faq a:before {
      content: "\f059 \00a0 \f008"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.tipsheet.faq a:before {
      content: "\f059 \00a0 \f03e"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.document.faq a:before {
      content: "\f0f6 \00a0 \f059"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.document.faq.tipsheet a:before {
      content: "\f0f6 \00a0 \f059 \00a0 \f03e"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.document.faq.video a:before {
      content: "\f0f6 \00a0 \f059 \00a0 \f008"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.document.tipsheet.video a:before {
      content: "\f0f6 \00a0 \f03e \00a0 \f008"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.faq.tipsheet.video a:before {
      content: "\f059 \00a0 \f03e \00a0 \f008"; }
	#hkb.hkb-searchresults > li.hkb-searchresults__article.faq.tipsheet.video.document a:before {
      content: "\f0f6 \00a0 \f059 \00a0 \f03e \00a0 \f008"; }
    #hkb.hkb-searchresults > li.hkb-searchresults__showall, #hkb.hkb-searchresults > li.hkb-searchresults__noresults {
      background: #ebebeb;
      text-align: center;
      font-size: 14px;
      line-height: 22px; }
      #hkb.hkb-searchresults > li.hkb-searchresults__showall a,
      #hkb.hkb-searchresults > li.hkb-searchresults__showall span, #hkb.hkb-searchresults > li.hkb-searchresults__noresults a,
      #hkb.hkb-searchresults > li.hkb-searchresults__noresults span {
        display: block;
        padding: 10px; }
    #hkb.hkb-searchresults > li a {
      padding: 6px 0 6px;
      display: block;
      color: inherit;
      text-decoration: none;
      text-decoration: none;
      border: none; }
      #hkb.hkb-searchresults > li a:hover {
        border: none; }
      #hkb.hkb-searchresults > li a:focus {
        outline: none; }
    #hkb.hkb-searchresults > li .hkb-searchresults__title,
    #hkb.hkb-searchresults > li .hkb-searchresults__excerpt {
      display: block; }
    #hkb.hkb-searchresults > li .hkb-searchresults__title {
      font-size: 15px;
	  line-height: 1.5em;
      font-weight: bold;
      padding: 0 90px 0 0; }
    #hkb.hkb-searchresults > li .hkb-searchresults__excerpt {
      margin: 5px 0 0;
      font-size: 14px;
      line-height: 150%;
      font-weight: normal; }
    #hkb.hkb-searchresults > li .hkb-meta {
      position: absolute;
      top: 9px;
      right: 10px;
      font-size: 11px;
      font-weight: normal; }

/**
* # Widget Styling
*
*/
.hkb_widget_articles,
.hkb_widget_categories,
.hkb_widget_authors {
  /* Box layout model to all elements */ }
  .hkb_widget_articles *,
  .hkb_widget_articles *:before,
  .hkb_widget_articles *:after,
  .hkb_widget_categories *,
  .hkb_widget_categories *:before,
  .hkb_widget_categories *:after,
  .hkb_widget_authors *,
  .hkb_widget_authors *:before,
  .hkb_widget_authors *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .hkb_widget_articles > ul,
  .hkb_widget_categories > ul,
  .hkb_widget_authors > ul {
    list-style: none;
    margin: 0;
    padding: 0; }

/* KB Articles Widget */
.hkb_widget_articles > ul > li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 25px; }
  .hkb_widget_articles > ul > li:before {
    font-family: FontAwesome;
    content: "\f0f6";
    color: rgba(0, 0, 0, 0.6);
    font-size: 100%;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: none; }

.hkb_widget_articles .hkb-widget__entry-title {
  margin: 0 1em 0 0; }

.hkb_widget_articles .hkb-meta {
  list-style: none;
  margin: 2px 0 0 !important;
  padding: 0;
  font-size: 11px;
  line-height: 1; }
  .hkb_widget_articles .hkb-meta li {
    float: left;
    margin: 0 0 0 5px;
    background: #ededed;
    padding: 5px 5px;
    border-radius: 3px; }
    .hkb_widget_articles .hkb-meta li:first-child {
      margin-left: 0; }
  .hkb_widget_articles .hkb-meta .hkb-meta__views:before {
    margin: 0;
    padding: 0;
    background: none;
    content: "\f06e";
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px; }
  .hkb_widget_articles .hkb-meta .hkb-meta__usefulness {
    background: #9cc051;
    color: #fff; }
    .hkb_widget_articles .hkb-meta .hkb-meta__usefulness:before {
      margin: 0;
      padding: 0;
      background: none;
      display: inline-block;
      font-family: FontAwesome;
      margin-right: 3px; }
    .hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
      content: "\f164";
      color: #fff; }
    .hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad {
      background: #d26a40; }
      .hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad:before {
        content: "\f165";
        color: #fff; }
  .hkb_widget_articles .hkb-meta .hkb-meta__comments:before {
    margin: 0;
    padding: 0;
    background: none;
    content: "\f075";
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px; }

/* KB Categories Widget */
.hkb_widget_categories > ul > li {
  position: relative;
  padding-right: 30px;
  margin: 0 0 10px; }
  .hkb_widget_categories > ul > li span {
    position: absolute;
    right: 0; }

/* KB Authors Widget */
.hkb_widget_authors .hkb-widget-author__avatar {
  float: left;
  margin: 0 15px 0 0; }
  .hkb_widget_authors .hkb-widget-author__avatar a {
    display: block;
    line-height: 1; }

.hkb_widget_authors .hkb-widget-author__postcount {
  font-size: 90%; }

/* KB Search Widget */
/**
* # HT Voting CSS
*
*/
/* Start HT Voting CSS */
.ht-voting .ht-voting-links .ht-voting-upvote,
.ht-voting .ht-voting-links .ht-voting-downvote {
  display: inline-block;
  background: #919195;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1;
  border: 0;
  text-align: center;
  min-width: 70px;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s linear 0s; }
  .ht-voting .ht-voting-links .ht-voting-upvote span,
  .ht-voting .ht-voting-links .ht-voting-downvote span {
    right: 0;
    position: relative;
    transition: all 0.2s ease-out 0s; }
  .ht-voting .ht-voting-links .ht-voting-upvote i,
  .ht-voting .ht-voting-links .ht-voting-downvote i {
    width: 18px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -9px;
    line-height: 18px;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    display: inline-block;
    font-family: FontAwesome; }
    .ht-voting .ht-voting-links .ht-voting-upvote i:before,
    .ht-voting .ht-voting-links .ht-voting-downvote i:before {
      content: "\f164"; }
  .ht-voting .ht-voting-links .ht-voting-upvote:hover,
  .ht-voting .ht-voting-links .ht-voting-downvote:hover {
    padding: 10px 16px; }
    .ht-voting .ht-voting-links .ht-voting-upvote:hover span,
    .ht-voting .ht-voting-links .ht-voting-downvote:hover span {
      right: -10px; }
    .ht-voting .ht-voting-links .ht-voting-upvote:hover i,
    .ht-voting .ht-voting-links .ht-voting-downvote:hover i {
      opacity: 1;
      left: 12px; }

.ht-voting .ht-voting-links .ht-voting-upvote {
  background: #9cc051; }
  .ht-voting .ht-voting-links .ht-voting-upvote i:before {
    content: "\f164"; }

.ht-voting .ht-voting-links .ht-voting-downvote {
  background: #d26a40; }
  .ht-voting .ht-voting-links .ht-voting-downvote i:before {
    content: "\f165"; }

.ht-voting .ht-voting-login-required {
  background-color: red;
  color: white;
  margin: 2px;
  padding: 2px; }

.ht-voting br {
  /* fix those annoying themes or other plugins that insist on adding wpautop filter to post shortcode content */
  display: none; }

.ht-voting-comment {
  margin: 10px 0 0;
  max-width: 600px; }
  .ht-voting-comment .ht-voting-comment__textarea {
    margin: 0 0 10px;
    width: 100%; }
  .ht-voting-comment .ht-voting-comment__submit {
    float: right;
    font-size: 95%; }

.hkb-feedback {
  margin: 0 0 2em; }
  .hkb-feedback .hkb-feedback__title {
    font-size: 18px;
    margin: 0 0 0.6em;
    padding: 0; }

#knowledge-base-header.grve-section .grve-row .hkb-site-search {
	max-width: 740px;
	margin: 0 auto;
}
#knowledge-base-header.grve-section.grve-feature-header {
	background-image: url(/wp-content/themes/texidium-theme/img/block-one-banner-1920x594.jpg);
	background-position: top center;
	background-size: cover;
	width: 100%;
	min-height: 300px;
	padding-top: 150px !important;
	margin-top: -5px !important;
}
#knowledge-base-header.grve-section.grve-feature-header .texi-kb-subheader.texi-kb-center p {
	color: #fff; 
	text-align: center; 
	max-width: 720px; 
	margin: 20px auto 40px auto;
}
#hkb #knowledge-base-content .hkb-article__content a {
	color: #00857c;
	font-weight: 700;
}
#hkb #knowledge-base-content .hkb-article__content a:hover {
	border-bottom: 1px dotted #00857c;
}
#knowledge-base-header.grve-section.grve-feature-header.left-align, #knowledge-base-header.grve-section.grve-feature-header.left-align h1 {
	text-align: left;
}
#knowledge-base-header.grve-section.grve-feature-header.left-align p, #knowledge-base-header.grve-section.grve-feature-header.left-align h1 p {
	line-height: 1.3em;
}
#knowledge-base-header.grve-section.left-align .grve-row .hkb-site-search {
	margin: 0;
	text-align: left;
	max-width: 600px;
}
#knowledge-base-content.grve-section {
	width: 100%;
}
#knowledge-base-header.grve-section.grve-feature-header .grve-row,
#knowledge-base-content.grve-section .grve-row,
#knowledge-base-breadcrumbs.grve-section .grve-row {
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 20px;
}
#hkb #knowledge-base-content.grve-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
#hkb #knowledge-base-content.grve-section .hkb-article__content .grve-section {
	padding-top: 10px;
}
#hkb #knowledge-base-content.grve-section.category-single {
	padding-top: 60px;
}
#knowledge-base-breadcrumbs.grve-section {
	padding: 20px 0 !important;
	background-color: #ebebeb;
}
#hkb #knowledge-base-breadcrumbs.grve-section ol.hkb-breadcrumbs {
	margin: 0 !important;
}
#knowledge-base-content.grve-section .hkb-article__content h2 {
	color: #00857C;
}
#knowledge-base-content.grve-section .hkb-article__content h3 {
	color: #000;
	font-size: 26px;
	margin-bottom: 15px;
}
#knowledge-base-content.grve-section .hkb-article__content h4 {
	color: #444;
	font-size: 22px;
	margin-bottom: 15px;
}
#knowledge-base-content.grve-section .hkb-article__content h5, #knowledge-base-content.grve-section .hkb-article__content h6 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
#knowledge-base-content.grve-section .hkb-article__content img {
	border-radius: 5px;
}
#knowledge-base-content.grve-section .hkb-article__content iframe {
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}
#hkb #knowledge-base-content.grve-section blockquote:before {
	color: #ddd;
	background-color: #ddd;
}
#knowledge-base-content.grve-section .hkb-article__content p {
	margin-bottom: 15px;
	font-size: 16px;
	margin-top: 15px;
}
#knowledge-base-content.grve-section .hkb-article__content li {
	font-size: 16px;
}
#knowledge-base-content.grve-section .widget.toc_widget {
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 20px 15px 30px 15px;
}
#knowledge-base-content.grve-section .widget.toc_widget > ul {
	list-style: none;

}
#knowledge-base-content.grve-section .widget.toc_widget > ul li {
	list-style: circle;
	line-height: 1.4em;
}
#knowledge-base-content.grve-section .widget.toc_widget > ul.no_bullets > li > ul li {
	margin-top: 10px;
}

#hkb #knowledge-base-content.grve-section .widget.toc_widget > ul li a {
	font-weight: 600;
	color: #2b2b2b;
}
#hkb #knowledge-base-content.grve-section .widget.toc_widget > ul li a:hover {
	border-bottom: 1px dotted #2b2b2b;
}
#knowledge-base-content.grve-section .hkb-article__content .grve-column-1-2:nth-of-type(odd) {
	padding-left: 30px;
}
#knowledge-base-content.grve-section .hkb-article__content .grve-text > p:first-child {
	margin-top: 0;
}
#knowledge-base-content.grve-section .hkb-article__content entry-content ul, 
#knowledge-base-content.grve-section .hkb-article__content entry-content ol {
	margin-left: 32px;
}
#hkb #knowledge-base-content.grve-section .hkb-article__title,
#hkb #knowledge-base-content.grve-section .hkb-category__title {
	color: #000;
}
#hkb #knowledge-base-content.grve-section .hkb-category-title {
	margin-bottom: 30px;
}
#hkb #knowledge-base-content.grve-section table.icon-table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	font-size: 0.8em;
	vertical-align: middle;
}
#hkb #knowledge-base-content.grve-section table.icon-table td {
	vertical-align: middle;
	border: 0;
}
#hkb #knowledge-base-content.grve-section table.icon-table th {
	font-weight: 700;
	border: 0;
	vertical-align: middle;
}
#hkb #knowledge-base-content.grve-section table.icon-table tr th {
	text-align: left;
}
#hkb #knowledge-base-content.grve-section table.icon-table tr th:first-child {
	width: 33%;
	text-align: right;
}
#hkb #knowledge-base-content.grve-section table.icon-table tr td {
	text-align: left;
}
#hkb #knowledge-base-content.grve-section table.icon-table tr td:first-child {
	text-align: right;
}
#hkb #knowledge-base-content.grve-section table.icon-table img {
	border-radius: 0;
}
#hkb #knowledge-base-content.grve-section table.icon-table tr td ol, #hkb #knowledge-base-content.grve-section table.icon-table tr td ul {
	margin: 0; padding-left: 10px;
} 
#hkb #knowledge-base-content.grve-section table.icon-table tr td li {
	font-size: inherit;
}
#hkb #knowledge-base-content.grve-section .hkb-feedback {
    max-width: 100%;
	margin-top: 25px;
    padding: 30px 40px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 6px;
}

#hkb #knowledge-base-content .widget {
	margin-bottom: 40px;
}

#hkb .texi-kb-transfer {
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 20px 25px 35px 15px;
}
#hkb .texi-kb-transfer .grve-widget-title {
	margin-top: 10px;
}
#hkb .texi-kb-transfer .hkb_widget_exit__content {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#hkb #knowledge-base-content .hkb-article__content .texi-kb-transfer a.hkb_widget_exit__btn {
	color: #fff;
	font-size: 15px;
	background-color: #00857c;
	padding: 8px 20px;
	transition: 200ms;
}
#hkb #knowledge-base-content .hkb-article__content .texi-kb-transfer a.hkb_widget_exit__btn:hover {
	border: 0;
	background-color: #006C63;
}

#hkb #knowledge-base-footer.grve-section {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ebebeb;
}
#hkb #knowledge-base-footer.grve-section p {
	line-height: 1.5em;
	font-size: 18px;
	padding: 0 25px;
}
#hkb #knowledge-base-footer.grve-section p a {
	color: #00857c;
	font-weight: 700;
}
#hkb #knowledge-base-footer.grve-section p a:hover {
	border-bottom: 1px dotted #00857c;
}

/* -------------------------- voting ----------------------------*/

#hkb .ht-voting-comment {
	margin: 30px auto 10px auto;
	max-width: 800px;
}
#hkb .ht-voting-comment .ht-voting-comment__textarea {
	background-color: #fff;
	border-color: #aaa;
}
#hkb .ht-voting-comment .ht-voting-comment__submit {
	color: #fff;
    letter-spacing: 0em;
    background-color: #555;
    padding: 15px 30px;
    border-radius: 5px;
}
#hkb .ht-voting-comment .ht-voting-comment__submit:hover, #hkb .ht-voting-comment .ht-voting-comment__submit:focus {
	background-color: #333;
}

@media (max-width: 1200px) {
	#knowledge-base-header.grve-section.grve-feature-header h1 {
		font-size: 48px !important;
	}
}
@media (max-width: 960px) {
	#hkb #knowledge-base-content.grve-section table.icon-table tr th:first-child {
		width: 50%; 
	}
}
@media (max-width: 767px) {
	#knowledge-base-header.grve-section.grve-feature-header h1, #knowledge-base-header.grve-section.grve-feature-header h1 {
		margin: 0 auto 20px auto;
	}
	#knowledge-base-header.grve-section.left-align .grve-row .hkb-site-search {
		margin: 0 auto;
	}
	#knowledge-base-header.grve-section.grve-feature-header .texi-kb-subheader.texi-kb-center p {
		font-size: 22px;
	}
}
@media (max-width: 520px) {
	#hkb .ht-voting-comment .ht-voting-comment__submit {
		width: 100%;
	}
}

/*# sourceMappingURL=hkb-style.css.map */
/* test comment */