<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *//**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pakb-list {
  margin: 0 !important;
  padding: 0 !important; }
  .pakb-list li {
    line-height: 1.8em;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .pakb-list li &gt; i {
      position: absolute;
      top: .333em;
      left: 0; }
    .pakb-list li a {
      margin-left: 1.6em;
      display: block; }
      .pakb-list li a:hover {
        text-decoration: underline; }

@media (min-width: 992px) {
  .pakb-related li {
    width: 48%; }
  .pakb-related li:nth-child(odd) {
    float: left;
    clear: both; }
  .pakb-related li:nth-child(even) {
    float: right; } }

.pakb-sidebar .widget &gt; h3 {
  margin: 0 0 15px;
  font-size: 24px; }

.pakb-sidebar ul {
  margin: 0 !important;
  padding: 0 !important; }
  .pakb-sidebar ul li {
    line-height: 1.8em;
    padding: 0;
    margin: 0;
    list-style: none; }
    .pakb-sidebar ul li a:hover {
      text-decoration: underline; }

.pakb-meta {
  font-size: 0.8em;
  margin-bottom: 20px; }

.pakb-single a:hover, .pakb-main a:hover {
  text-decoration: underline; }

.pakb-single .wp-post-image {
  margin-bottom: 20px; }

.pakb-single header h1 {
  margin: 0 0 20px; }

.pakb-content {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  margin: 20px 0;
  padding: 20px 0; }

.pakb-single a {
  text-decoration: none; }
  .pakb-single a:focus {
    outline: none !important; }

.pakb-archive &gt; a {
  border: 0 !important; }
  .pakb-archive &gt; a:focus {
    outline: none !important; }

.pakb-alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 2px; }
  .pakb-alert-warning {
    color: #4E3100;
    background-color: #fcf8e3; }

.pakb-main:after {
  clear: both; }

.pakb-lists h2 {
  margin: 0 0 15px; }

.pakb-lists .pakb-view-all {
  margin: 10px 0 0; }

.pakb-boxes .pakb-box {
  display: block;
  text-align: center;
  line-height: 1em;
  border: solid 1px #eee;
  border-radius: 3px;
  padding: 30px 15px 27px; }
  .pakb-boxes .pakb-box:hover, .pakb-boxes .pakb-box:focus {
    background: #fbfbfb;
    text-decoration: none; }
  .pakb-boxes .pakb-box + p {
    display: none; }
  .pakb-boxes .pakb-box h2, .pakb-boxes .pakb-box p {
    margin: 0;
    padding: 0; }
  .pakb-boxes .pakb-box .pakb-box-icon {
    padding-bottom: 15px; }
  .pakb-boxes .pakb-box .pakb-box-desc {
    padding-top: 15px;
    line-height: 1.5em;
    color: #6d767e; }
    .pakb-boxes .pakb-box .pakb-box-desc:hover, .pakb-boxes .pakb-box .pakb-box-desc:focus {
      color: #6d767e; }
  .pakb-boxes .pakb-box .pakb-view-all {
    padding-top: 15px; }

.pakb-featured {
  border-top: solid 1px #eaeaea; }

.pakb-main-content, .pakb-sidebar-home {
  margin-bottom: 40px; }

.pakb-archive {
  margin: 0 0 15px;
  position: relative; }

.pakb-archive &gt; a, .pakb-archive &gt; a:hover, .pakb-archive &gt; a:focus {
  text-decoration: none; }

.pakb-archive &gt; a {
  display: block;
  clear: both;
  padding: 1em 1em 1em 2.4em;
  background-color: rgba(0, 0, 0, 0.025);
  margin: 0;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.2em; }
  .pakb-archive &gt; a &gt; i {
    position: absolute;
    top: 1.06em;
    left: 1em; }

.pakb-archive a:hover {
  background-color: rgba(0, 0, 0, 0.045); }

.kb-subcategory {
  margin-left: 15px; }

.widget_knowledge_base_search input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px; }

.widget_knowledge_base_search input:focus {
  border: solid 1px #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0 none; }

.pakb-header {
  margin-bottom: 20px; }
  .pakb-header form {
    margin: 0; }

.pakb-search * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pakb-search {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; }

.pakb-search input[type="text"] {
  display: table-cell;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #ccc;
  height: 50px;
  padding: 8px 12px;
  font-size: 1em;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle; }

.pakb-search input[type="text"]:focus {
  border: solid 1px #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0 none; }

.pakb-search span {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.pakb-search input[type="submit"] {
  display: inline-block;
  height: 50px;
  padding: 5px 40px;
  font-size: 1em;
  background-color: #333;
  margin: 0;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 0; }

.pakb-search input[type="submit"]:hover {
  background-color: #000; }

.pakb-search-icon {
  background: url(/wp-content/plugins/pressapps-knowledge-base/public/img/search.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: top 15px right 10px; }

.votes {
  margin-bottom: 20px; }
  .votes .pakb-like-btn, .votes .pakb-dislike-btn {
    min-width: 60px;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    line-height: 28px; }
  .votes .pakb-like-btn {
    margin-right: 10px;
    border: solid 1px #8BC34A; }
    .votes .pakb-like-btn i {
      font-size: 15px;
      color: #8BC34A; }
      .votes .pakb-like-btn i + span {
        color: #8BC34A; }
  .votes .pakb-dislike-btn {
    border: solid 1px #DC6363; }
    .votes .pakb-dislike-btn i {
      font-size: 15px;
      color: #DC6363; }
      .votes .pakb-dislike-btn i + span {
        color: #DC6363; }
  .votes a.pakb-like-btn:hover {
    background: #8BC34A; }
    .votes a.pakb-like-btn:hover i {
      color: #fff; }
      .votes a.pakb-like-btn:hover i + span {
        color: #fff; }
  .votes a.pakb-dislike-btn:hover {
    background: #DC6363; }
    .votes a.pakb-dislike-btn:hover i {
      color: #fff; }
      .votes a.pakb-dislike-btn:hover i + span {
        color: #fff; }
  .votes .count {
    box-sizing: border-box;
    font-size: 15px;
    z-index: 1; }
  .votes a.pakb-like-btn, .votes a.pakb-dislike-btn, .votes a.pakb-like-btn:hover, .votes a.pakb-dislike-btn:hover, .votes a.pakb-like-btn:focus, .votes a.pakb-dislike-btn:focus {
    text-decoration: none; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 2px;
  border: 1px solid #8D9294;
  background: #fff;
  color: #8D9294; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 7px; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.pakb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pakb-col-2, .pakb-col-3, .pakb-col-4 {
  width: 100%;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .pakb-col-2, .pakb-col-3, .pakb-col-4 {
    margin-right: 4%; }
  .pakb-col-2 {
    width: 48%; }
  .pakb-col-3 {
    width: 30.666666%; }
  .pakb-col-4 {
    width: 22%; }
  .pakb-col-2:last-of-type, .pakb-col-3:last-of-type, .pakb-col-4:last-of-type {
    margin-right: 0; } }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #ffffff;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 4px 12px;
  white-space: nowrap;
  overflow: hidden; }
  .autocomplete-suggestion:hover {
    cursor: pointer; }
  .autocomplete-suggestion strong {
    font-weight: normal; }

.autocomplete-selected {
  background: #f8f8f8; }

.autocomplete-group {
  padding: 2px 13px 0; }
  .autocomplete-group strong {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #aaa; }
  .autocomplete-group span {
    font-size: .6em;
    line-height: 1em;
    vertical-align: middle; }

ul.pakb-breadcrumb {
  margin-bottom: 20px;
  list-style: none;
  font-size: .8em;
  padding-left: 0; }
  ul.pakb-breadcrumb &gt; li {
    list-style: none;
    display: inline-block;
    margin: 0; }
    ul.pakb-breadcrumb &gt; li.active {
      display: inline; }
    ul.pakb-breadcrumb &gt; li &gt; a {
      border: 0 !important; }

/*
.pakb-shortcode-articles {
    list-style: none;
    padding: 0;
    margin: 0;
    li {
        line-height: 1.8em;
    }
}
*/
</pre></body></html>