@charset "UTF-8";

.mkb-root .fa {
  bottom: auto;
  height: auto;
  margin: auto;
  top: auto;
  width: auto;
}

.mkb-clearfix:after {
  clear: both;
  content: "";
  display: table;
}

body.logged-in .mkb-hide-for-user,
body:not(.logged-in) .mkb-hide-for-guest {
  display: none;
}

.mkb-hidden {
  display: none!important;
}

.mkb-scroll-lock {
  overflow: hidden;
}

.mkb-shortcode-container {
  clear: both;
}

.mkb-section-title {
  text-align: center;
}

.mkb-form-input-label {
  font-size: 1.2em;
  font-weight: 600;
  margin: .3em 0;
}

.mkb-form {
  position: relative;
}

.mkb-form.state--loading label {
  color: #212121;
}

.mkb-form.state--loading label.mkb-button {
  color: #dedede;
}

.mkb-form.state--loading textarea {
  background: #f7f7f7;
}

.mkb-form .mkb-form-row {
  margin-bottom: 1.5em;
}

.mkb-form .mkb-field-required-dot {
  margin-left: .5em;
}

.mkb-form .mkb-form-radio-option label {
  cursor: pointer;
}

.mkb-form .mkb-form-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 5;
}

.mkb-form-messages {
  border: 2px solid;
  margin: 2em auto;
  padding: 1em;
  position: relative;
}

.mkb-form-messages:empty {
  display: none;
}

.mkb-form-messages.mkb-form-messages--success {
  background: #e8f9f2;
  border-color: #186d35;
}

.mkb-form-messages.mkb-form-messages--error {
  background: #ffedee;
  border-color: #d73a49;
}

.mkb-field-multiple-label {
  margin-bottom: .3em;
}

.mkb-field-description {
  color: #999;
  font-size: .9em;
  line-height: 1.5em;
  margin-top: .5em;
}

.mkb-field-radio-group.layout--inline .mkb-form-radio-option {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em;
  vertical-align: top;
}

.mkb-form-radio-option input[type=radio] {
  margin-right: .2em;
  vertical-align: baseline;
}

.mkb-button {
  border: none;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.12);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  padding: .5em 1.5em;
  text-decoration: none;
  text-transform: none;
}

.mkb-button,
.mkb-button:active,
.mkb-button:focus,
.mkb-button:hover,
.mkb-button:visited,
.mkb-widget .mkb-button,
.widget .mkb-button {
  background: #22739d;
  color: #fff;
}

.mkb-button.mkb-button--large {
  font-size: 1.2em;
  padding: .8em 1.8em;
}

.mkb-admin-alert {
  border: 2px solid;
  border-radius: 4px;
  padding: 1em;
  position: relative;
}

.mkb-admin-alert.mkb-admin-alert--info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.mkb-admin-alert.mkb-admin-alert--success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.mkb-admin-alert.mkb-admin-alert--error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.mkb-admin-alert .mkb-admin-alert__icon {
  margin-right: .3em;
}

.mkb-hide-admin-bar #wpadminbar {
  display: none!important;
}

.mkb-entry-header {
  z-index: 0;
}

.mkb-article-item--simple .mkb-entry-header {
  background: #f7f7f7;
  margin-bottom: 1em;
  padding: 1em;
}

.mkb-article-item--simple .mkb-entry-title {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

.mkb-article-item--simple .mkb-article-icon {
  color: #545454;
  margin-right: .5em;
}

.mkb-article-item--detailed .mkb-entry-header {
  margin: 0 0 2em;
  padding: 0;
}

.mkb-article-item--detailed .mkb-entry-title-wrap {
  margin-bottom: .3em;
}

.mkb-article-item--detailed .mkb-entry-title {
  display: inline;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  vertical-align: middle;
}

.mkb-article-item--detailed .mkb-article-icon {
  color: #545454;
  margin-right: .3em;
}

.mkb-article-item--detailed .mkb-article-item__meta {
  color: #212121;
  font-size: .9em;
  margin: .2em 0;
  text-align: left;
}

.mkb-article-item--detailed .mkb-article-item__meta-item {
  display: inline-block;
  margin-right: .8em;
}

.mkb-article-item--detailed .mkb-article-item__meta-icon {
  margin-right: .2em;
}

.mkb-article-item--detailed .mkb-article-item__excerpt {
  line-height: 1.3em;
}

.mkb-article-item--detailed .mkb-article-item__excerpt p:last-of-type {
  margin-bottom: 0;
}

.mkb-article-item--detailed .mkb-article-item__topic {
  border-radius: .4em;
  display: inline-block;
  font-size: .8em;
  margin-left: .5em;
  vertical-align: middle;
}

.mkb-article-item--detailed .mkb-article-item__topic a {
  color: inherit;
  padding: .3em .7em;
}

.mkb-article-item--detailed .mkb-article-item__tags {
  color: #545454;
  float: right;
  font-size: .9em;
}

.mkb-article-item--detailed .mkb-article-item__footer {
  margin: 2em 0;
}

.mkb-article-item--detailed .mkb-article-item__read-more {
  display: inline-block;
  margin-top: 1em;
}

.mkb-search-match {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

section.mkb-search-options {
  margin: 1em 0 2em;
  text-align: left;
}

.mkb-search-options ul {
  border-bottom: 1px solid rgba(0,0,0,.12);
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mkb-search-options li {
  display: inline-block;
  vertical-align: top;
}

.mkb-search-filter {
  border-bottom: 2px solid transparent;
  color: #212121;
  display: block;
  padding: .5em 1em;
  transition: all .1s ease-in;
}

.mkb-search-filter.mkb-selected,
.mkb-search-filter:hover {
  border-color: #007acc;
  color: #000;
}

.mkb-shortcode-container .mkb-entry-header {
  font-size: 1em;
  margin-bottom: 1em;
  text-align: left;
}

.mkb-shortcode-container .mkb-entry-header a {
  border: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

.mkb-page-description,
.mkb-taxonomy-description {
  color: #545454;
  font-size: .9em;
  text-align: center;
}

.mkb-shortcode-container .mkb-taxonomy-description {
  text-align: inherit;
}

.kb-topic__description {
  margin: 1em auto;
  padding: 0 1em;
}

.mkb-content-main.mkb-content-main--has-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 66%;
}

.mkb-sidebar-right .mkb-content-main {
  float: left;
}

.mkb-sidebar-left .mkb-content-main {
  float: right;
}

.mkb-sidebar {
  display: inline-block;
  padding: 0 2em;
  vertical-align: top;
  width: 30%;
}

.mkb-sidebar-right .mkb-sidebar {
  float: right;
}

.mkb-sidebar-left .mkb-sidebar {
  float: left;
}

.mkb-root .mkb-sidebar.mkb-fixed-bottom {
  bottom: 0;
  top: auto;
}

.mkb-topic__children+article {
  margin-top: 2em;
}

.mkb-pagination {
  margin: 2em 0;
}

.mkb-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mkb-pagination ul li {
  background: #f7f7f7;
  display: inline-block;
  margin: 0 .5em 0 0;
}

.mkb-pagination ul li.active {
  padding: .5em 1em;
}

.mkb-pagination ul li a {
  display: inline-block;
  padding: .5em 1em;
  transition: box-shadow .1s linear;
}

.mkb-pagination ul li a:hover {
  box-shadow: 1px 1px 1px rgba(0,0,0,.08);
}

.kb-header {
  margin-bottom: 2em;
  padding: 3em 2em;
  position: relative;
  text-align: center;
}

.mkb-content-main--article .kb-header,
.mkb-content-main--search .kb-header,
.mkb-content-main--topic .kb-header,
.mkb-single-theme-before .kb-header {
  margin-bottom: 0;
  padding: 0;
}

.mkb-content-main--search .kb-header {
  margin-bottom: 2em;
}

.kb-header .mkb-widget,
.widget .kb-header {
  margin: 0;
  padding: 0;
}

.elementor-widget-container .kb-header {
  margin-bottom: 0;
}

.kb-search__title {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.kb-search-gradient,
.kb-search-pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.kb-search-pattern {
  background-repeat: repeat;
}

.kb-search {
  position: relative;
}

.kb-search .kb-search__clear-icon,
.kb-search .kb-search__icon {
  bottom: 0;
  color: #999;
  font-size: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  margin: auto;
  position: absolute;
  right: 1em;
  top: 0;
  z-index: 2;
}

.kb-search__input-wrap--icons-left .kb-search .kb-search__clear-icon,
.kb-search__input-wrap--icons-left .kb-search .kb-search__icon {
  left: 1em;
  right: auto;
}

.kb-search .kb-search__clear-icon {
  display: none;
}

.kb-search .kb-search__icon {
  display: block;
}

.kb-search .kb-search__results ul {
  list-style-type: none;
  margin: 0;
}

.kb-search__input-wrap--icons-left .kb-search__clear-icon,
.kb-search__input-wrap--icons-left .kb-search__icon {
  left: 1em;
  right: auto;
}

.kb-search__input-wrap--has-content .kb-search__clear-icon {
  display: block;
}

.kb-search__input-wrap--has-content .kb-search__icon {
  display: none;
}

.kb-search__input-wrap {
  background: #fff;
  display: inline-block;
  margin: 0 auto .3em;
  position: relative;
  transition: background .15s ease-in-out;
}

.kb-search__input-wrap.kb-search__input-wrap--request {
  background: #fafafa;
}

.mkb-widget .kb-search__form .kb-search__input-wrap,
.widget .kb-search__form .kb-search__input-wrap {
  margin: 0;
}

.kb-search__input {
  -webkit-appearance: none;
}

.kb-search__input-wrap--icons-left .kb-search__input {
  padding-left: 3.2em;
}

.kb-search__input::-webkit-input-placeholder {
  color: #212121;
}

.kb-search__input::-moz-placeholder {
  color: #212121;
}

.kb-search__input:-ms-input-placeholder {
  color: #212121;
}

.kb-search__input:-moz-placeholder {
  color: #212121;
}

.kb-search__input-wrap .kb-search__input:focus,
.kb-search__input:focus {
  outline: none;
}

.kb-search__results-summary {
  color: #212121;
  display: block;
  font-size: .9em;
  margin-top: -.8em;
  position: absolute;
  right: 4em;
  top: 50%;
  z-index: 2;
}

.kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results-summary,
.kb-search__input-wrap.kb-search__input-wrap--no-results .kb-search__results-summary {
  display: block;
}

.kb-search__input-wrap--icons-left .kb-search__results-summary {
  right: 1.5em;
}

.kb-search__results-summary .kb-search-request-indicator {
  color: #186d35;
  display: none;
  font-size: 1.5em;
  vertical-align: top;
}

.kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results-summary .kb-search-request-indicator,
.kb-search__input-wrap.kb-search__input-wrap--no-results .kb-search__results-summary .kb-search-request-indicator {
  margin-right: .25em;
}

.kb-search__input-wrap--request .kb-search__results-summary .kb-search-request-indicator {
  display: inline-block;
}

.kb-search__results-summary .kb-summary-text-holder {
  display: none;
}

.kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results-summary .kb-summary-text-holder,
.kb-search__input-wrap.kb-search__input-wrap--no-results .kb-search__results-summary .kb-summary-text-holder {
  display: inline-block;
}

.kb-search__results {
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0,0,0,.2);
  display: none;
  left: 2em;
  margin-top: -2px;
  max-height: 28em;
  overflow: auto;
  position: absolute;
  right: 2em;
  text-align: left;
  top: 100%;
  z-index: 10;
}

.mkb-widget .kb-search__results,
.widget .kb-search__results {
  left: .8em;
  right: .8em;
}

.kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results {
  display: block;
}

.kb-search__results ul {
  border-left: 1px solid rgba(0,0,0,.1);
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.kb-search__results ul li {
  border-top: 1px solid rgba(0,0,0,.1);
  line-height: 1.7em;
  margin: 0;
}

.kb-search__results ul li a {
  border: none;
  box-shadow: none;
  color: #545454;
  display: table;
  outline: none;
  padding: .5em 1em;
  table-layout: fixed;
  text-decoration: none;
  transition: all .15s ease-in-out;
  width: 100%;
}

.mkb-widget .kb-search__results ul li a,
.widget .kb-search__results ul li a {
  display: block;
}

.kb-search__results ul li a:active,
.kb-search__results ul li a:focus,
.kb-search__results ul li a:hover {
  background: #f8f8f8;
  border: none;
  box-shadow: none;
  color: #333;
  outline: none;
  text-decoration: none;
}

.kb-search__result-title {
  float: left;
  line-height: 1.8em;
  max-width: calc(100% - 8em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kb-search__input-wrap--multiline-results .kb-search__result-title {
  line-height: 1.3em;
  white-space: normal;
}

.mkb-widget .kb-search__result-title,
.widget .kb-search__result-title {
  max-width: 100%;
}

.kb-search__results-info {
  background: #fafafa;
  border-top: 1px solid rgba(0,0,0,.12);
  color: #212121;
  font-size: .8rem;
  padding: .5em 1.2em;
  text-align: right;
}

.kb-search__results-info strong {
  border-bottom: 1px dotted #aaa;
  color: #777;
}

.kb-search__result-topic {
  float: right;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  width: 8em;
}

.kb-search__result-topic-label {
  color: #212121;
  display: inline-block;
  font-size: .8em;
  padding-right: .5em;
}

.kb-search__result-topic-name {
  background: #9d2235;
  border-radius: .4em;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  line-height: .8em;
  padding: .5em .7em .4em;
  vertical-align: middle;
}

@supports (display:flex) {
  .kb-search__result-header {
    align-items: center;
    display: flex;
    white-space: nowrap;
    width: 100%;
  }

  .kb-search__result-title {
    float: none;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kb-search__input-wrap--multiline-results .kb-search__result-title {
    white-space: normal;
  }

  .kb-search__input-wrap--with-excerpt .kb-search__result-title {
    color: #222529;
    font-weight: 600;
  }

  .kb-search__result-topic {
    flex-grow: 1;
    float: none;
    text-align: right;
    width: auto;
  }
}

.kb-search__tip {
  color: #212121;
  font-size: .9em;
  margin-top: .3em;
}

.kb-search__result-excerpt {
  color: #777;
  display: block;
  font-size: .9em;
  line-height: 1.3em;
  margin-top: .5em;
  padding: 0 1em .5em 0;
}

.kb-search__results-group {
  background: #f7f7f7;
  color: #545454;
  display: flex;
  font-size: .85em;
  justify-content: space-between;
  padding: .2em 1.2em;
}

.editor-block-list__block .kb-search .kb-search__input-wrap .kb-search__input {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 0 2em;
  position: relative;
  width: 100%;
  z-index: 1;
}

.kb-search__input-wrap {
  max-width: 100%;
}

.kb-search__input-wrap .kb-search__input {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 0 2em;
  position: relative;
  width: 100%;
  z-index: 1;
}

.kb-search__input-wrap .kb-search__input:disabled {
  background: #f7f7f7;
  color: #212121;
  opacity: 1;
}

.kb-search__input-wrap.mkb-search-theme__minerva {
  border-radius: 35px;
}

.kb-search__input-wrap.mkb-search-theme__minerva.kb-search__input-wrap--icons-left .kb-search__input {
  padding-left: 3.2em;
}

.kb-search__input-wrap.mkb-search-theme__minerva .kb-search__input {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 35px;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,.12);
  height: 70px;
  transition: color .15s ease-in-out;
}

.kb-search__input-wrap.mkb-search-theme__minerva .kb-search__input:focus {
  background-color: #fff;
  border-color: #dd6275;
  box-shadow: 0 0 0 .2rem rgba(157,34,53,.25);
}

.kb-search__input-wrap.mkb-search-theme__clean {
  border-radius: 6px;
  margin-bottom: 2em;
}

.kb-search__input-wrap.mkb-search-theme__clean.kb-search__input-wrap--icons-left .kb-search__input {
  padding-left: 3.2em;
}

.kb-search__input-wrap.mkb-search-theme__clean .kb-search__input {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 6px;
  box-shadow: 1px 2px 5px rgba(0,0,0,.3);
  height: 60px;
}

.kb-search__input-wrap.mkb-search-theme__mini {
  border-radius: 0;
}

.kb-search__input-wrap.mkb-search-theme__mini .kb-search__input {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 0;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  height: 45px;
  padding: 0 1em;
}

.kb-search__input-wrap.mkb-search-theme__mini .kb-search__clear-icon,
.kb-search__input-wrap.mkb-search-theme__mini .kb-search__icon {
  font-size: 1.3em;
  right: .7em;
}

.kb-search__input-wrap.mkb-search-theme__mini.kb-search__input-wrap--icons-left .kb-search__input {
  padding-left: 2.6em;
}

.kb-search__input-wrap.mkb-search-theme__mini.kb-search__input-wrap--icons-left .kb-search__clear-icon,
.kb-search__input-wrap.mkb-search-theme__mini.kb-search__input-wrap--icons-left .kb-search__icon {
  left: .7em;
  right: auto;
}

.kb-search__input-wrap.mkb-search-theme__bold {
  border: 12px solid #fff;
  border-radius: 32px;
  box-shadow: 1px 1px 25px rgba(0,0,0,.22);
}

.kb-search__input-wrap.mkb-search-theme__bold.kb-search__input-wrap--icons-left .kb-search__input {
  padding-left: 3.2em;
}

.kb-search__input-wrap.mkb-search-theme__bold .kb-search__input {
  border: none;
  border-radius: 22px;
  box-shadow: inset 1px 1px 20px rgba(0,0,0,.12);
  height: 68px;
}

.kb-search__input-wrap.mkb-search-theme__invisible {
  background: transparent!important;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.kb-search__input-wrap.mkb-search-theme__invisible.kb-search__input-wrap--icons-left .kb-search__input {
  padding-left: 3.2em;
}

.kb-search__input-wrap.mkb-search-theme__invisible .kb-search__input {
  background: hsla(0,0%,100%,0);
  border: none;
  border-bottom: 2px solid rgba(0,0,0,.3);
  border-radius: 0;
  height: 58px;
  transition: background .15s ease-in-out;
}

.kb-search__input-wrap.mkb-search-theme__invisible .kb-search__input:focus {
  background: hsla(0,0%,100%,.1);
}

.kb-search__input-wrap.mkb-search-theme__thick {
  border: 22px solid #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 25px rgba(0,0,0,.22);
  margin-bottom: 2em;
}

.kb-search__input-wrap.mkb-search-theme__thick.kb-search__input-wrap--icons-left .kb-search__input {
  padding-left: 3.2em;
}

.kb-search__input-wrap.mkb-search-theme__thick .kb-search__input {
  border: none;
  border-radius: 8px;
  box-shadow: inset 1px 1px 20px rgba(0,0,0,.12);
  height: 68px;
}

.kb-search__input-wrap.mkb-search-theme__thick:after {
  background: inherit;
  bottom: -42px;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 40px;
  z-index: 0;
}

.kb-search__input-wrap.mkb-search-theme__3d {
  border: 32px solid #fff;
  border-radius: 32px;
  box-shadow: 0 10px 20px rgba(0,0,0,.36);
  margin-bottom: 2em;
}

.kb-search__input-wrap.mkb-search-theme__3d.kb-search__input-wrap--icons-left .kb-search__input {
  padding-left: 3.2em;
}

.kb-search__input-wrap.mkb-search-theme__3d .kb-search__input {
  border: none;
  border-radius: 22px;
  box-shadow: 0 7px 12px rgba(0,0,0,.18);
  height: 68px;
}

.mkb-home-topics .kb-topic a {
  border: none;
  text-decoration: none;
}

.mkb-home-topics .kb-topic a:focus,
.mkb-home-topics .kb-topic a:hover {
  text-decoration: none;
}

.kb-topic {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
}

.kb-topic a {
  background-color: transparent;
  box-shadow: none;
  color: #9d2235;
  text-decoration: underline;
  text-decoration: none;
}

.kb-topic a:focus,
.kb-topic a:hover {
  color: #5e1420;
  text-decoration: none;
  text-decoration: underline;
}

.kb-topic .kb-topic__inner {
  background: #fff;
  padding: 1.5em 1.3em;
}

.kb-topic .kb-topic__inner .kb-topic__title {
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1em;
  margin-top: 0;
  padding: 0;
}

.kb-topic .kb-topic__box-header {
  z-index: 0;
}

.kb-topic .kb-topic__box-header .kb-topic__title {
  margin-bottom: 0;
}

.kb-topic.kb-topic--box-view .kb-topic__inner {
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  transition: all .12s ease-in;
}

.kb-topic.kb-topic--box-view .kb-topic__inner:hover {
  border-color: #9d2235;
  box-shadow: 1px 1px 2px rgba(0,0,0,.15);
}

.kb-topic .kb-topic__child-topics {
  color: #545454;
  font-size: 1.1em;
  list-style-type: none;
  margin: -1em 0 -.3em;
  padding: 0;
}

.kb-topic .kb-topic__child-topics li {
  list-style-type: none;
  padding-left: 1.3em;
  position: relative;
}

.kb-topic .kb-topic__child-topics .kb-topic__child-icon {
  bottom: 0;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}

.kb-topic .kb-topic__articles {
  margin-top: 1em;
}

.kb-topic .kb-topic__box-icon {
  font-size: 2.5em;
  margin-bottom: .5em;
}

.kb-topic .kb-topic__icon-image {
  font-size: 1rem;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.mkb-columns-2 .kb-topic {
  width: 49%;
}

.mkb-columns-3 .kb-topic {
  width: 32.5%;
}

.mkb-columns-4 .kb-topic {
  width: 24%;
}

.kb-topic .kb-topic__box-count {
  color: #212121;
  font-size: .9em;
}

.kb-topic .kb-topic__show-all {
  background-color: transparent;
  color: #9d2235;
  display: inline-block;
  margin-top: 0;
  text-decoration: underline;
}

.kb-topic .kb-topic__show-all:focus,
.kb-topic .kb-topic__show-all:hover {
  color: #5e1420;
  text-decoration: none;
}

.kb-topic .kb-topic__articles li {
  line-height: 1.35;
  margin: 0 0 .5em;
  position: relative;
}

.kb-topic .kb-topic__articles li a {
  display: inline-block;
  vertical-align: top;
}

.kb-topic .kb-topic__articles li .kb-topic__list-article-icon {
  height: 1.35em;
  left: 0;
  position: absolute;
  top: 0;
}

.kb-topic .kb-topic__articles li .kb-topic__list-article-title {
  display: inline-block;
  line-height: 1.3em;
  text-decoration: inherit;
  vertical-align: top;
}

.kb-topic .kb-topic__articles li .kb-topic__list-article-likes,
.kb-topic .kb-topic__articles li .kb-topic__list-article-views {
  color: #999;
  display: inline-block;
  font-size: .8em;
  line-height: 1.8em;
  margin-left: .4em;
  vertical-align: top;
}

.kb-topic .kb-topic__articles li .kb-topic__list-article-likes .kb-topic__list-article-meta-icon,
.kb-topic .kb-topic__articles li .kb-topic__list-article-views .kb-topic__list-article-meta-icon {
  font-size: 1.1em;
  margin-right: .2em;
}

@supports (display:flex) {
  .mkb-home-topics .mkb-row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
  }

  .mkb-home-topics .kb-topic {
    flex: 1;
  }

  .mkb-home-topics .kb-topic-gap {
    flex: 1;
    padding: 1em;
  }
}

.kb-topic__articles.kb-topic__articles--with-icons li .kb-topic__list-article-title {
  padding-left: 1.3em;
}

.mkb-columns {
  font-size: 0;
}

.mkb-columns>* {
  font-size: 1.125rem;
}

.kb-topic--box-view {
  text-align: center;
}

.kb-topic__count {
  background: #9d2235;
  border-radius: .3em;
  color: #fff;
  display: inline-block;
  font-size: .6em;
  line-height: .8em;
  margin-left: .5em;
  padding: .3em .5em;
  vertical-align: middle;
}

.kb-topic .kb-topic__articles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mkb-breadcrumbs {
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #f0eeef;
  color: #212121;
  font-size: 1em;
  margin: 1.5em 0;
  padding: 0 0 1.5em;
  position: relative;
  text-align: left;
}

.mkb-breadcrumbs__gradient,
.mkb-breadcrumbs__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mkb-breadcrumbs__pattern {
  background-repeat: repeat;
}

.mkb-breadcrumbs__label {
  display: inline-block;
  margin-right: .2em;
  position: relative;
  vertical-align: top;
  z-index: 1;
}

.mkb-widget .mkb-breadcrumbs__label,
.widget .mkb-breadcrumbs__label {
  display: block;
}

.mkb-breadcrumbs__list {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.mkb-widget .mkb-breadcrumbs__list,
.widget .mkb-breadcrumbs__list {
  margin: 0;
}

.mkb-breadcrumbs__list li {
  display: inline-block;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
}

.mkb-breadcrumbs-icon.fa,
.mkb-breadcrumbs-icon.fab,
.mkb-breadcrumbs-icon.far,
.mkb-breadcrumbs-icon.fas {
  display: inline-block;
  margin: 0 .3em;
  vertical-align: baseline;
}

.mkb-article-extra,
.mkb-article-header {
  font-size: .9em;
  margin: 1em 0;
}

.mkb-article-header {
  position: relative;
}

.mkb-article-header:after {
  clear: both;
  content: "";
  display: table;
}

.mkb-article-header__estimate {
  float: left;
}

.mkb-article-header__print {
  float: right;
}

.mkb-article-header__print .mkb-article-print-icon {
  color: #212121;
  font-size: 1.5em;
  vertical-align: middle;
}

.mkb-article-header__print .mkb-article-print-icon:hover {
  color: #545454;
}

.mkb-entry-header .mkb-entry-title:before {
  content: none;
}

.mkb-article-extra__custom-html {
  margin: 1em 0;
}

.mkb-article-extra__dislike,
.mkb-article-extra__like {
  border: 1px solid;
  border-radius: 1.2em;
  box-shadow: none;
  display: inline-block;
  margin: .5em .5em .5em 0;
  outline: none!important;
  padding: .2em 1em;
  text-decoration: none;
  vertical-align: middle;
}

.mkb-article-extra__rating-likes-block .mkb-article-extra__dislike,
.mkb-article-extra__rating-likes-block .mkb-article-extra__like {
  box-shadow: none;
  text-decoration: none;
}

.mkb-article-extra__dislike.mkb-disabled,
.mkb-article-extra__dislike.mkb-disabled:active,
.mkb-article-extra__dislike.mkb-disabled:focus,
.mkb-article-extra__dislike.mkb-disabled:hover,
.mkb-article-extra__dislike.mkb-disabled:visited,
.mkb-article-extra__like.mkb-disabled,
.mkb-article-extra__like.mkb-disabled:active,
.mkb-article-extra__like.mkb-disabled:focus,
.mkb-article-extra__like.mkb-disabled:hover,
.mkb-article-extra__like.mkb-disabled:visited {
  border-color: #545454;
  color: #545454;
  cursor: default;
}

.mkb-article-extra__feedback-sent-message,
.mkb-article-extra__message {
  background-color: #f7f7f7;
  border: 2px solid #eee;
  border-radius: 6px;
  color: #545454;
  font-size: 1.1em;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
}

.mkb-article-extra__rating-total {
  display: inline-block;
  vertical-align: middle;
}

.mkb-article-extra__tags,
.mkb-article-item__tags {
  margin-bottom: 1em;
}

.mkb-article-extra__tags i.fa,
.mkb-article-extra__tags i.fab,
.mkb-article-extra__tags i.far,
.mkb-article-extra__tags i.fas,
.mkb-article-item__tags i.fa,
.mkb-article-item__tags i.fab,
.mkb-article-item__tags i.far,
.mkb-article-item__tags i.fas {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-right: .2em;
  vertical-align: middle;
}

.mkb-article-extra__tags a,
.mkb-article-extra__tags span.mkb-tag-nolink,
.mkb-article-item__tags a,
.mkb-article-item__tags span.mkb-tag-nolink {
  border: 1px solid;
  border-radius: 3px;
  color: inherit;
  display: inline-block;
  margin-right: .3em;
  padding: .1em .5em;
}

.mkb-article-extra__tags a:first-of-type,
.mkb-article-extra__tags span.mkb-tag-nolink:first-of-type,
.mkb-article-item__tags a:first-of-type,
.mkb-article-item__tags span.mkb-tag-nolink:first-of-type {
  margin-left: .3em;
}

.mkb-single-content img {
  height: auto;
  max-width: 100%;
}

.mkb-single-content embed,
.mkb-single-content iframe,
.mkb-single-content object,
.mkb-single-content video {
  max-width: 100%;
}

.mkb-related-articles .mkb-related-articles__list {
  list-style-type: none;
  margin: .5em 0 2em;
  padding: 0;
}

.mkb-related-articles .mkb-related-articles__list a {
  box-shadow: none;
  text-decoration: none;
}

.mkb-article-extra__navigation-wrap {
  margin-bottom: 1em;
}

.mkb-article-extra__navigation-wrap h3 {
  margin-bottom: .5em;
}

.mkb-article-extra__navigation {
  display: flex;
  justify-content: space-between;
}

.mkb-article-extra__navigation-item {
  border: 1px solid #aaa;
  border-radius: 6px;
  display: inline-block;
  margin-right: 1em;
  padding: .3em 1em;
}

.mkb-article-extra__navigation-item:empty {
  display: none;
}

#fancybox-wrap,
#fancybox-wrap * {
  box-sizing: border-box;
}

#fancybox-content {
  max-height: 100%;
  max-width: 100%;
}

#fancybox-title {
  max-width: calc(100% - 20px);
}

.mkb-page-links {
  margin-bottom: 2em;
}

.mkb-page-links .mkb-page-links__title {
  margin-right: .5em;
}

.mkb-page-links .mkb-page-link {
  display: inline-block;
  margin: 0 .2em 0 0;
  padding: .5em 1em;
}

.mkb-page-links a {
  background: #f7f7f7;
  display: inline-block;
  margin: 0 .2em 0 0;
  transition: box-shadow .1s linear;
}

.mkb-page-links a .mkb-page-link {
  margin: 0;
}

.mkb-page-links a:hover {
  box-shadow: 1px 1px 1px rgba(0,0,0,.08);
}

.mkb-article-versions {
  color: #212121;
  margin: .5em 0 0;
}

.mkb-article-version,
.mkb-article-versions a {
  border-radius: .38em;
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  margin-left: .5em;
  padding: .12em .6em;
  position: relative;
  vertical-align: middle;
}

.mkb-article-version,
.mkb-article-version:active,
.mkb-article-version:focus,
.mkb-article-version:hover,
.mkb-article-version:visited,
.mkb-article-versions a,
.mkb-article-versions a:active,
.mkb-article-versions a:focus,
.mkb-article-versions a:hover,
.mkb-article-versions a:visited {
  background: #22739d;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

.mkb-article-modified-date {
  color: #212121;
}

.mkb-article-author {
  margin-bottom: .7em;
}

.mkb-add-base-html .mkb-article-text strong {
  font-weight: 600;
}

.mkb-add-base-html .mkb-article-text em {
  font-style: italic;
}

.mkb-add-base-html .mkb-article-text ol,
.mkb-add-base-html .mkb-article-text ul {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

.mkb-add-base-html .mkb-article-text ul {
  list-style: disc;
}

.mkb-add-base-html .mkb-article-text ol {
  list-style-type: decimal;
}

.mkb-add-base-html .mkb-article-text li {
  display: list-item;
}

.mkb-alreated-rated-article-message {
  background: #f7f7f7;
  border: 2px solid #eee;
  border-radius: 6px;
  color: #545454;
  font-size: 1.1em;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
}

.mkb-article-extra__feedback-form-email-title,
.mkb-article-extra__feedback-form-title {
  font-weight: 600;
  margin-bottom: .5em;
}

.mkb-article-extra__feedback-form-email {
  margin-bottom: .5em;
}

.mkb-article-extra__feedback-form .mkb-article-extra__feedback-form-email,
.mkb-article-extra__feedback-form .mkb-article-extra__feedback-form-message-area {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  box-shadow: inset 1px 1px 5px rgba(0,0,0,.08);
  font-family: inherit;
  font-size: inherit;
  padding: 1em 1.3em;
  width: 100%;
}

.mkb-article-extra__feedback-form-submit a {
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  margin: 1em 0;
  opacity: 1;
  padding: .6em 1em;
  transition: opacity .1s ease-in;
}

.mkb-article-extra__feedback-form--no-content .mkb-article-extra__feedback-form-submit a,
.mkb-article-extra__feedback-form-submit a[disabled] {
  cursor: default;
  opacity: .5;
}

.mkb-article-extra__feedback-info {
  font-size: 1em;
  font-style: italic;
  padding: .5em 0 0;
}

.mkb-attachments {
  border-bottom: 1px solid #f0eeef;
  border-top: 1px solid #f0eeef;
  font-size: 1.112em;
  margin: 1.5em 0;
  padding: 1.5em 0;
}

.mkb-attachments .mkb-attachment-icon {
  font-size: 1.2em;
}

.mkb-attachments .mkb-attachment-icon-ext {
  color: #545454;
  font-size: 1em;
  font-weight: 400;
  margin-left: .3em;
  margin-right: -.28em;
  vertical-align: middle;
}

.mkb-fa5 .mkb-attachments .mkb-attachment-icon-ext {
  font-weight: 900;
}

.mkb-attachments .mkb-attachment-item {
  margin-bottom: .2em;
}

.mkb-attachments h3 {
  margin-bottom: .5em;
}

.mkb-attachments__title {
  color: #000;
  font-size: 1.2em;
  margin-bottom: .5em;
}

.mkb-attachment-label {
  color: #565758;
  margin-left: .2em;
  transition: all .1s ease-in;
}

.mkb-attachment-label:hover {
  border-bottom: 1px dotted #545454;
  color: #000;
}

.mkb-attachment-size {
  color: #212121;
  margin-left: .2em;
  vertical-align: middle;
}

.mkb-shortcode-container {
  display: block;
}

.mkb-shortcode-container.mkb-shortcode-container--inline {
  display: inline;
}

.mkb-info,
.mkb-related-content,
.mkb-tip,
.mkb-warning {
  border: 2px solid;
  margin: 2em auto;
  padding: 1em;
  position: relative;
}

.elementor-widget-container .mkb-info,
.elementor-widget-container .mkb-related-content,
.elementor-widget-container .mkb-tip,
.elementor-widget-container .mkb-warning {
  margin: 0;
}

.mkb-related-content {
  margin: 2em 0;
  max-width: 380px;
}

.mkb-related-content a,
.mkb-related-content a:focus,
.mkb-related-content a:hover,
.mkb-related-content a:visited {
  border: none;
  box-shadow: none;
  text-decoration: none;
}

.mkb-related-content-title {
  font-weight: 600;
  margin-bottom: .6em;
}

.mkb-add-base-html .mkb-related-content .mkb-related-content-list,
.mkb-related-content .mkb-related-content-list {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.mkb-related-content .mkb-related-content-list li {
  line-height: 1.5em;
  margin-bottom: .3em;
}

.mkb-info__icon,
.mkb-tip__icon,
.mkb-warning__icon {
  bottom: 0;
  font-size: 2em;
  height: 1em;
  left: .2em;
  line-height: 1em;
  margin: auto!important;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 2em;
}

.mkb-info__content,
.mkb-tip__content,
.mkb-warning__content {
  display: block;
  line-height: 1.5em;
  margin-left: 4em;
  position: relative;
  text-align: left;
  top: 0;
}

.mkb-code {
  border: 2px solid #d1cdc4;
  margin: 2em 0;
}

.mkb-code-title {
  background: #f1ede4;
  border-bottom: 1px solid rgba(0,0,0,.12);
  color: #637c84;
  font-size: .9em;
  font-weight: 500;
  padding: .1em 1em;
}

code.mkb-code-src {
  background: #f8f5ec;
  color: #637c84;
  display: block;
  line-height: 1.1em;
  padding: 1em;
}

.mkb-widget.widget {
  margin: 0 0 2em;
  padding: 1.2em 2em;
}

.elementor-widget .kb-header {
  padding: 0;
}

.elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget,
.elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget,
.mkb-widget.widget {
  border: none;
}

.elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget .mkb-widget-title,
.elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget .mkb-widget-title,
.mkb-widget.widget .mkb-widget-title {
  margin: 0 0 .8em;
}

.elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget ul,
.elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget ul,
.mkb-widget.widget ul {
  -webkit-padding-start: 0;
  list-style-type: none;
  margin: 0;
  padding-inline-start: 0;
}

.elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget ul li,
.elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget ul li,
.mkb-widget.widget ul li {
  border: none;
  line-height: 1.7em;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget ul a,
.elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget ul a,
.mkb-widget.widget ul a {
  display: inline-block;
  line-height: 1.5em;
  outline: none;
  vertical-align: top;
}

.elementor-widget .mkb-empty-sidebar-message a,
.mkb-widget-global .mkb-empty-sidebar-message a {
  color: #0073aa;
}

.elementor-widget .mkb-widget-articles__list-icon,
.elementor-widget .mkb-widget-content-tree__article-icon,
.elementor-widget .mkb-widget-topics__list-icon,
.mkb-widget-global .mkb-widget-articles__list-icon,
.mkb-widget-global .mkb-widget-content-tree__article-icon,
.mkb-widget-global .mkb-widget-topics__list-icon {
  height: 1em;
  left: .2em;
  position: absolute;
  text-align: center;
  top: .2em;
  width: 1em;
}

.elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul,
.elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul,
.elementor-widget.mkb_recent_articles_widget ul,
.elementor-widget.mkb_recent_topics_widget ul,
.mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul,
.mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul,
.mkb-widget-global.mkb_recent_articles_widget ul,
.mkb-widget-global.mkb_recent_topics_widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul li,
.elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul li,
.elementor-widget.mkb_recent_articles_widget ul li,
.elementor-widget.mkb_recent_topics_widget ul li,
.mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul li,
.mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul li,
.mkb-widget-global.mkb_recent_articles_widget ul li,
.mkb-widget-global.mkb_recent_topics_widget ul li {
  list-style-type: none;
  padding-left: 1.7em;
  position: relative;
}

.elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
.elementor-widget.mkb_recent_articles_widget ul li a,
.elementor-widget.mkb_recent_topics_widget ul li a,
.mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
.mkb-widget-global.mkb_recent_articles_widget ul li a,
.mkb-widget-global.mkb_recent_topics_widget ul li a {
  display: inline-block;
  line-height: 1.5em;
  outline: none;
  vertical-align: top;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul,
.elementor-widget.mkb_content_tree_widget ul,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul,
.mkb-widget-global.mkb_content_tree_widget ul {
  font-size: .9rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul ul,
.elementor-widget.mkb_content_tree_widget ul ul,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul ul,
.mkb-widget-global.mkb_content_tree_widget ul ul {
  max-height: 0;
  overflow: hidden;
  padding-left: 1em;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul li,
.elementor-widget.mkb_content_tree_widget ul li,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul li,
.mkb-widget-global.mkb_content_tree_widget ul li {
  line-height: 1.5em;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article:last-child,
.elementor-widget.mkb_content_tree_widget ul li.mkb-widget-content-tree__article:last-child,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article:last-child,
.mkb-widget-global.mkb_content_tree_widget ul li.mkb-widget-content-tree__article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article a,
.elementor-widget.mkb_content_tree_widget ul li.mkb-widget-content-tree__article a,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article a,
.mkb-widget-global.mkb_content_tree_widget ul li.mkb-widget-content-tree__article a {
  display: block;
  padding-bottom: .2em;
  padding-left: 0;
  padding-top: .2em;
  position: relative;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article.mkb-widget-content-tree__article--active,
.elementor-widget.mkb_content_tree_widget ul li.mkb-widget-content-tree__article.mkb-widget-content-tree__article--active,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article.mkb-widget-content-tree__article--active,
.mkb-widget-global.mkb_content_tree_widget ul li.mkb-widget-content-tree__article.mkb-widget-content-tree__article--active {
  color: #333;
  font-weight: 700;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul .topic-open>.mkb-widget-content-tree__topic-name>.mkb-widget-content-tree__list-icon,
.elementor-widget.mkb_content_tree_widget ul .topic-open>.mkb-widget-content-tree__topic-name>.mkb-widget-content-tree__list-icon,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul .topic-open>.mkb-widget-content-tree__topic-name>.mkb-widget-content-tree__list-icon,
.mkb-widget-global.mkb_content_tree_widget ul .topic-open>.mkb-widget-content-tree__topic-name>.mkb-widget-content-tree__list-icon {
  display: none;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul .topic-open>.mkb-widget-content-tree__topic-name>.mkb-widget-content-tree__list-icon-open,
.elementor-widget.mkb_content_tree_widget ul .topic-open>.mkb-widget-content-tree__topic-name>.mkb-widget-content-tree__list-icon-open,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul .topic-open>.mkb-widget-content-tree__topic-name>.mkb-widget-content-tree__list-icon-open,
.mkb-widget-global.mkb_content_tree_widget ul .topic-open>.mkb-widget-content-tree__topic-name>.mkb-widget-content-tree__list-icon-open {
  display: inline-block;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-name,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-name,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-name,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-name {
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding-bottom: .2em;
  padding-top: .2em;
  text-decoration: none;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon,
.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__list-icon,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open {
  margin-right: .3em;
  transition: all .12s ease-in;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open {
  display: none;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count {
  background: #2e5f73;
  background: #ddd;
  border-radius: 4px;
  color: #fff;
  color: inherit;
  display: inline-block;
  font-size: .8rem;
  line-height: .8rem;
  margin-left: .3em;
  margin-right: .5em;
  padding: .3em .5em;
  vertical-align: middle;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:visited,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:visited,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:visited,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:visited {
  color: #fff;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:hover {
  color: inherit;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__article-title,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__article-title {
  display: inline-block;
  padding-left: 1.7em;
  position: relative;
  transition: all .1s linear;
}

.mkb-widget-content-tree__article--active .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title,
.mkb-widget-content-tree__article--active .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__article-title,
.mkb-widget-content-tree__article--active .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title,
.mkb-widget-content-tree__article--active .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__article-title {
  margin-right: 1.2em;
  text-decoration: underline;
}

.mkb-widget-content-tree__article--active .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title:after,
.mkb-widget-content-tree__article--active .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__article-title:after,
.mkb-widget-content-tree__article--active .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title:after,
.mkb-widget-content-tree__article--active .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__article-title:after {
  background: #32cd32;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 8px;
  margin: auto .2em;
  position: absolute;
  right: -1.3em;
  top: 1px;
  width: 8px;
}

.elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title:hover,
.elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__article-title:hover,
.mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title:hover,
.mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__article-title:hover {
  color: #333;
}

.elementor-widget.mkb_search_widget .kb-header,
.mkb-widget-global.mkb_search_widget .kb-header {
  padding: 0;
}

.elementor-widget.mkb_table_of_contents_widget:empty,
.mkb-widget-global.mkb_table_of_contents_widget:empty {
  display: none;
}

.mkb_account_widget a:not(.mkb-button) {
  border-bottom: 1px dashed;
}

.mkb-anchors-list {
  background: #f7f7f7;
  display: inline-block;
  margin: 1em 1em 1em 0;
  max-width: 100%;
  padding: 1em 1em 1.2em 1.5em;
  width: 20em;
}

.mkb-widget .mkb-anchors-list {
  background: inherit;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.widget .mkb-anchors-list {
  max-width: 100%;
  width: 100%;
}

.elementor-widget .mkb-anchors-list {
  background: inherit;
  margin: 0;
  max-width: 100%;
  padding: 0 0 0 .8em;
  width: 100%;
}

.mkb-anchors-list__title {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
  margin: .3em 0 .7em;
}

body:not(.mkb-toc-active) .mkb-toc-title {
  display: none;
}

body.elementor-editor-active .mkb-toc-title {
  display: block;
}

ul.mkb-anchors-list__container {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.mkb-anchors-list__container ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 .7em;
}

ul.mkb-anchors-list__container li {
  line-height: 1.7em;
  margin: 0;
}

ul.mkb-anchors-list__container li .mkb-anchors-list__item-link {
  border: none;
  box-shadow: none;
  position: relative;
}

ul.mkb-anchors-list__container li .mkb-anchors-list__item-link.active:before {
  border-radius: 4px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.18);
  content: "";
  height: calc(100% + 4px);
  left: -10px;
  position: absolute;
  top: -2px;
  width: calc(100% + 20px);
  z-index: 0;
}

.mkb-anchor,
ul.mkb-anchors-list__container li .mkb-anchors-list__item-link-label {
  position: relative;
}

.mkb-anchor {
  margin: 1em 0;
}

.mkb-anchor .mkb-anchor__title {
  display: inline-block;
  margin: 0;
}

.mkb-anchor.mkb-back-to-top-under .mkb-anchor__title {
  display: block;
}

.mkb-back-to-top {
  box-shadow: none;
  font-size: .9em;
  line-height: 2.3em;
  outline: none!important;
  vertical-align: middle;
}

.mkb-anchor .mkb-back-to-top {
  box-shadow: none;
}

.mkb-back-to-top-inline .mkb-back-to-top {
  bottom: 0;
  height: 1em;
  line-height: 1em;
  margin: auto!important;
  position: absolute;
  right: 0;
  top: 0;
}

.mkb-back-to-top-under .mkb-back-to-top {
  clear: both;
  display: inline-block;
}

.mkb-back-to-top .mkb-back-to-top-icon {
  margin-left: .3em;
}

.mkb-article-restricted-excerpt {
  position: relative;
}

.mkb-article-restricted-excerpt--overlayed:after {
  background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0));
  bottom: 0;
  content: "";
  display: block;
  height: 30%;
  left: 0;
  max-height: 15em;
  min-height: 10em;
  position: absolute;
  width: 100%;
}

.mkb-restricted-message {
  background: #fcf8e3;
  border: 2px solid #faebcc;
  color: #333;
  margin: 3em 0 1em;
  padding: 2em 1em;
  position: relative;
}

.mkb-restricted-message .mkb-restricted-message__icon {
  bottom: 0;
  color: #735400;
  font-size: 2em;
  height: 1em;
  left: .2em;
  line-height: 1em;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 2em;
}

.mkb-restricted-message .mkb-restricted-message__content {
  display: block;
  line-height: 1.5em;
  margin-left: 4em;
  position: relative;
  text-align: left;
  top: 0;
}

.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] {
  display: inline-block;
  margin-bottom: 2em;
  max-width: 100%;
  padding: 2em;
  text-align: left;
}

.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] label {
  display: block;
  margin: 0 0 .1em;
}

.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] .mkb-register-link a,
.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] input[type=submit] {
  border: 0;
  border-radius: 6px;
  display: inline-block;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5em;
  padding: .7em 1em;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.22);
  text-transform: none;
  width: 100%;
}

.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] input[type=password],
.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] input[type=text] {
  border: none;
  border-radius: 6px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.12);
  font-size: 1.1em;
  height: 3.8em;
  padding: 1em 1.5em;
  width: 100%;
}

.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] p {
  margin-bottom: 1em;
}

.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] p.login-submit {
  margin: 0;
}

.mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] .mkb-login-or {
  color: #212121;
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
}

.mkb-faq-item-hidden,
.mkb-faq-section-hidden {
  display: none;
}

.kb-faq {
  position: relative;
}

.kb-faq:not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.kb-faq .kb-faq__filter-form {
  background: transparent;
  margin: 0;
  padding: 0;
  position: relative;
}

.kb-faq .kb-faq__count {
  background: #9d2235;
  border-radius: .3em;
  color: #fff;
  display: inline-block;
  font-size: .6em;
  line-height: .8em;
  margin-left: .5em;
  padding: .3em .5em;
  vertical-align: middle;
}

.kb-faq .kb-faq__filter {
  float: left;
  max-width: 100%;
  position: relative;
  width: 16em;
}

.kb-faq .kb-faq__filter input.kb-faq__filter-input {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 1em;
  height: 50px;
  padding: .8em 1.3em;
  width: 100%;
}

.kb-faq .kb-faq__filter.kb-faq__filter--minerva-theme input.kb-faq__filter-input {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 25px;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,.12);
  height: 50px;
}

.kb-faq .kb-faq__filter.kb-faq__filter--invisible-theme input.kb-faq__filter-input {
  border-bottom: 2px solid #aaa;
}

.kb-faq .kb-faq__filter .kb-faq__filter-clear,
.kb-faq .kb-faq__filter .kb-faq__filter-icon {
  bottom: 0;
  box-shadow: none;
  color: #545454;
  font-size: 22px;
  height: 22px;
  line-height: 1em;
  margin: auto;
  outline: none;
  position: absolute;
  right: 14px;
  text-decoration: none;
  top: 0;
}

.kb-faq .kb-faq__filter .kb-faq__filter-icon,
.kb-faq .kb-faq__filter--empty .kb-faq__filter-clear {
  display: none;
}

.kb-faq .kb-faq__filter--empty .kb-faq__filter-icon {
  display: block;
}

.kb-faq .kb-faq__toggle-all {
  float: right;
}

.kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-link {
  background-color: #9d2235;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 2.5em;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  height: 2.5em;
  line-height: 2.5em;
  outline: none;
  padding: 0 .85em;
  text-decoration: none;
  transition: all .15s ease-in;
}

.kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-link:hover {
  background-color: #5e1420;
}

.kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-link--open .kb-faq__toggle-all-label {
  display: none;
}

.kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-link--open .kb-faq__toggle-all-label-open {
  display: inline;
}

.kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-icon {
  font-size: 22px;
  height: 22px;
  line-height: 1em;
  margin-right: .3em;
  outline: none;
  position: relative;
  text-decoration: none;
  top: .06em;
}

.kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-label-open {
  display: none;
}

.kb-faq .kb-faq__category-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: .3em;
  margin-top: .3em;
}

.kb-faq .kb-faq__questions ul.kb-faq__questions-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.kb-faq .kb-faq__questions ul.kb-faq__questions-list li.kb-faq__questions-list-item {
  margin: 0 0 .3em;
  padding: 0;
  position: relative;
}

.kb-faq .kb-faq__questions ul.kb-faq__questions-list li.kb-faq__questions-list-item a {
  text-decoration: none;
}

.kb-faq .kb-faq__questions ul.kb-faq__questions-list--with-shadow li.kb-faq__questions-list-item {
  box-shadow: 1px 1px 1px rgba(0,0,0,.12);
}

.kb-faq .kb-faq__questions .kb-faq__question-toggle-icon,
.kb-faq .kb-faq__questions .kb-faq__question-toggle-icon-open {
  bottom: 0;
  height: 1em;
  left: .6em;
  margin: auto;
  position: absolute;
  top: 0;
}

.kb-faq .kb-faq__questions .kb-faq__questions-list-item--change .kb-faq__question-toggle-icon-open {
  display: none;
}

.kb-faq .kb-faq__questions .kb-faq__questions-list-item--change.kb-faq__questions-list-item--open .kb-faq__question-toggle-icon-open {
  display: inline-block;
}

.kb-faq .kb-faq__questions .kb-faq__questions-list-item--change.kb-faq__questions-list-item--open .kb-faq__question-toggle-icon {
  display: none;
}

.kb-faq .kb-faq__questions .kb-faq__questions-list-item--rotate .kb-faq__question-toggle-icon {
  transition: transform .15s ease-in;
}

.kb-faq .kb-faq__questions .kb-faq__questions-list-item--rotate.kb-faq__questions-list-item--open .kb-faq__question-toggle-icon {
  transform: rotate(90deg);
}

.kb-faq .kb-faq__questions .kb-faq__question-title {
  background: #9d2235;
  color: #5e1420;
  display: block;
  font-size: 1.6875rem;
  padding: .1em .6em .1em 2em;
  position: relative;
  transition: all .15s ease-in;
}

.kb-faq .kb-faq__questions .kb-faq__question-title:hover {
  background: #5e1420;
}

.kb-faq .kb-faq__questions .kb-faq__answer {
  background-color: #fff;
  color: #212121;
  max-height: 0;
  overflow: hidden;
}

.kb-faq .kb-faq__questions .kb-faq__answer .kb-faq__answer-content {
  padding: 1em;
}

.kb-faq .kb-faq__questions .kb-faq__answer p:last-child {
  margin-bottom: 0;
}

.kb-faq .kb-faq__questions .kb-faq__questions-list-item:not(.kb-faq__questions-list-item--open) .kb-faq__answer {
  max-height: 0;
}

.kb-faq .kb-faq__no-results {
  background: #f7f7f7;
  color: #212121;
  font-size: 1.2em;
  padding: 1em;
  text-align: center;
}

#mkb-client-editor {
  min-height: 18em;
}

#mkb-client-editor a {
  box-shadow: none;
}

#mkb-client-editor.ql-bubble {
  border: 1px solid rgba(0,0,0,.12);
}

.mkb-client-submission__heading {
  font-size: 1.6em;
  font-weight: 600;
  margin: .3em 0 .2em;
}

.mkb-client-submission__subheading {
  color: #212121;
  margin-bottom: 1.5em;
}

.mkb-client-submission-send {
  background-color: #9d2235;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 1em 0;
  opacity: 1;
  padding: .6em 1em;
  transition: opacity .1s ease-in;
}

.mkb-client-submission-send.mkb-disabled,
.mkb-client-submission-send[disabled] {
  cursor: default;
  opacity: .5;
}

.mkb-client-submission {
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 6px;
  box-shadow: 0 1px 8px rgba(0,0,0,.12);
  margin: 1em auto;
  max-width: 50em;
  padding: 2em;
}

.mkb-client-submission .mkb-real-human-answer {
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
  width: 5em;
}

.elementor-widget-container .mkb-client-submission {
  margin: 0 auto;
}

.mkb-floating-helper-wrap {
  bottom: 2em;
  font-size: 15px;
  height: 0;
  overflow: visible;
  position: fixed;
  width: 0;
  z-index: 9999;
}

.mkb-floating-helper-wrap.helper-position-btm_right {
  right: 2em;
}

.mkb-floating-helper-wrap.helper-position-btm_left {
  left: 2em;
}

.mkb-floating-helper-btn {
  background: #6495ed;
  border-radius: 50%;
  bottom: 0;
  box-shadow: -1px -1px 38px rgba(0,0,0,.22);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 120px;
  position: absolute;
  right: 0;
  text-align: center;
  transform: scale(.6) translateY(300%) translateX(.5em) rotate(-90deg);
  transition: transform .3s ease-in;
  width: 120px;
}

.helper-position-btm_left .mkb-floating-helper-btn {
  left: 0;
  right: auto;
  transform: scale(.6) translateY(300%) translateX(-.5em) rotate(90deg);
}

.mkb-floating-helper-wrap--open .mkb-floating-helper-btn {
  display: none;
}

.mkb-floating-helper-wrap--ready .mkb-floating-helper-btn,
.mkb-floating-helper-wrap--ready.helper-position-btm_left .mkb-floating-helper-btn {
  transform: scale(1) translateY(0) translateX(0) rotate(0);
}

.mkb-floating-helper-btn .mkb-floating-helper-btn-icon {
  bottom: 0;
  font-size: 60px;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.mkb-floating-helper-content {
  background: #9d2235;
  border-radius: 6px 6px 0 0;
  bottom: 0;
  box-shadow: -1px -1px 38px rgba(0,0,0,.22);
  color: #fff;
  max-width: calc(100vw - 4rem);
  min-height: 0;
  padding: 1em 0 0;
  position: absolute;
  right: 0;
  transform: translateY(200%);
  transition: transform .2s ease-in;
  width: 36em;
}

.helper-position-btm_left .mkb-floating-helper-content {
  left: 0;
  right: auto;
}

.mkb-floating-helper-wrap--open .mkb-floating-helper-content {
  transform: translateY(0);
}

.mkb-floating-helper-content .kb-header {
  margin-bottom: 0;
  padding: 0;
}

.mkb-floating-helper-content .kb-header .kb-search__form {
  max-height: calc(43px + 20em);
}

.mkb-floating-helper-content .kb-header .kb-search__input-wrap {
  height: 45px;
  margin: 0;
  overflow: visible;
}

.mkb-floating-helper-content .kb-header .kb-search__input-wrap .kb-search__input {
  border: solid rgba(0,0,0,.12);
  border-width: 0 0 1px;
  box-shadow: none;
}

.mkb-floating-helper-content .kb-header .kb-search__input-wrap.kb-search__input-wrap--has-results {
  height: auto;
}

.mkb-floating-helper-content .kb-header .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results-summary {
  top: 45px;
  transform: translateY(-100%);
}

.mkb-floating-helper-content .kb-header .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__clear-icon,
.mkb-floating-helper-content .kb-header .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__icon {
  bottom: auto;
  top: 8px;
}

.mkb-floating-helper-content .kb-header .kb-search__results {
  border: none;
  box-shadow: none;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: 20em;
  position: relative;
  right: 0;
  top: 0;
}

.mkb-floating-helper-content .kb-header .kb-search__results ul {
  border-left: none;
}

.mkb-floating-helper-content .kb-header .kb-search__results ul li:first-child {
  border-top: none;
}

.mkb-floating-helper-content .kb-header .kb-search__tip {
  display: none;
}

.mkb-floating-helper-content .mkb-floating-helper-label {
  margin: 0 0 .8em;
  padding: 0 1em;
}

.mkb-floating-helper-content .mkb-floating-helper-close {
  cursor: pointer;
  font-size: 1.4em;
  line-height: 1.2em;
  position: absolute;
  right: .7em;
  text-align: center;
  top: .7em;
  width: 1.2em;
}

.mkb-glossary-term {
  background: rgba(157,34,53,.47);
  border-bottom: 2px dotted #505050;
  color: #000;
  cursor: help;
  position: relative;
}

.mkb-desktop .mkb-glossary-term {
  white-space: nowrap;
}

.mkb-glossary-term .mkb-glossary-term {
  background: transparent!important;
  border-bottom: none!important;
  color: inherit!important;
}

.mkb-glossary-term .mkb-glossary-term .mkb-glossary-tooltip {
  display: none;
}

.mkb-glossary-tooltip {
  background: #fff;
  box-shadow: 0 7px 28px rgba(0,0,0,.18);
  left: 50%;
  position: absolute;
  top: 2.3em;
  transform: translateX(-50%) translateY(3px);
  transition: transform .1s ease-out;
  white-space: normal;
  width: 20rem;
  z-index: 999;
}

.mkb-mobile .mkb-glossary-tooltip {
  bottom: 1em;
  box-shadow: 0 0 4em rgba(0,0,0,.9);
  left: 1em;
  overflow: hidden;
  position: fixed;
  top: 1em;
  transform: none;
  width: calc(100% - 2em);
  z-index: 99999;
}

.mkb-glossary-tooltip.state--animated {
  transform: translateX(-50%) translateY(0);
}

.mkb-mobile .mkb-glossary-tooltip.state--animated {
  transform: none;
}

.mkb-glossary-tooltip.mkb-glossary-tooltip--left {
  left: 0;
  transform: none;
}

.mkb-glossary-tooltip.mkb-glossary-tooltip--left:before {
  left: 1em;
  right: auto;
}

.mkb-glossary-tooltip.mkb-glossary-tooltip--right {
  left: auto;
  right: 0;
  transform: none;
}

.mkb-glossary-tooltip.mkb-glossary-tooltip--right:before {
  left: auto;
  right: 1em;
}

.mkb-glossary-tooltip:before {
  background: inherit;
  box-shadow: 0 -3px 10px rgba(0,0,0,.18);
  content: "";
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -10px;
  transform: rotate(45deg);
  width: 20px;
}

.mkb-mobile .mkb-glossary-tooltip:before {
  display: none;
}

.mkb-glossary-tooltip:after {
  background: transparent;
  content: "";
  height: 20px;
  position: absolute;
  top: -20px;
  width: 100%;
}

.mkb-mobile .mkb-glossary-tooltip:after {
  display: none;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-close {
  color: #545454;
  position: absolute;
  right: 1em;
  top: .5em;
  z-index: 3;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-close i.fa,
.mkb-glossary-tooltip .mkb-glossary-tooltip-close i.fab,
.mkb-glossary-tooltip .mkb-glossary-tooltip-close i.far,
.mkb-glossary-tooltip .mkb-glossary-tooltip-close i.fas {
  color: #545454;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-inner {
  background: inherit;
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  padding: 1.5em;
  position: relative;
  z-index: 2;
}

.mkb-mobile .mkb-glossary-tooltip .mkb-glossary-tooltip-inner {
  max-height: 100%;
  overflow: auto;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-inner .mkb-glossary-tooltip__featured {
  margin-bottom: 1em;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-inner .mkb-glossary-tooltip__title {
  color: #000;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: .5rem;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-inner .mkb-glossary-tooltip__content {
  text-align: left;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-inner .mkb-glossary-tooltip__content strong {
  color: #000;
  font-weight: 700;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-inner p {
  line-height: inherit;
  margin-bottom: .5em;
}

.mkb-glossary-tooltip .mkb-glossary-tooltip-inner p:last-child {
  margin-bottom: 0;
}

.mkb-glossary-tooltip .mkb-glossary-loader {
  margin: .5em auto;
  text-align: center;
}

.mkb-glossary-list-toc {
  background: #f5f5f5;
  list-style-type: none;
  margin: 0 0 2em;
  outline: none;
  padding: 0;
}

.mkb-glossary-list-toc li {
  display: inline-block;
  vertical-align: middle;
}

.mkb-glossary-list-toc li a {
  border: none;
  box-shadow: none;
  display: block;
  font-size: 1.35rem;
  line-height: 1em;
  outline: none;
  padding: .3em .5em;
  text-decoration: none;
  transition: all .1s ease-in;
}

.mkb-glossary-list-toc li a:hover {
  background: #e9e9e9;
}

.mkb-glossary-letter-group {
  border-top: 2px solid rgba(0,0,0,.12);
  margin-bottom: 2em;
  padding-left: 5em;
  padding-top: 2rem;
  position: relative;
}

.mkb-glossary-letter-group h2 {
  font-size: 3rem;
  left: 0;
  line-height: 1;
  outline: none;
  position: absolute;
  top: 2rem;
}

.mkb-glossary-letter-group .mkb-glossary-term-entry {
  margin-bottom: 2rem;
}

.mkb-glossary-letter-group .mkb-glossary-term-entry h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .4em;
}

.mkb-glossary-letter-group .mkb-glossary-term-entry p {
  color: #545454;
  line-height: 1.4em;
  margin-bottom: .7rem;
}

.mkb-ticket-department,
.mkb-ticket-label,
.mkb-ticket-priority,
.mkb-ticket-status,
.mkb-ticket-type {
  background: #22739d;
  border-radius: .38em;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7em;
  margin-left: .5em;
  padding: .12em .6em;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.mkb-ticket-department:empty,
.mkb-ticket-label:empty,
.mkb-ticket-priority:empty,
.mkb-ticket-status:empty,
.mkb-ticket-type:empty {
  display: none;
}

.mkb-ticket-status-badge,
.mkb-ticket-type-badge,
.mkb-unread-replies-count-badge {
  border-radius: .38em;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.7em;
  padding: .12em .6em;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

.mkb-ticket-status.mkb-ticket-status--open {
  background: #2cbe4e;
  color: #fff;
}

.mkb-ticket-status.mkb-ticket-status--closed {
  background: #d73a49;
  color: #fff;
}

.mkb-ticket-status.mkb-ticket-status--in-progress {
  background: #22739d;
  color: #fff;
}

.mkb-ticket-status.mkb-ticket-status--on-hold {
  background: #ca4a1f;
  color: #fff;
}

.mkb-ticket-type.mkb-ticket-type--bug {
  background: #b22222;
}

.mkb-ticket-type.mkb-ticket-type--question {
  background: #22739d;
}

.mkb-ticket-type.mkb-ticket-type--feature-request {
  background: #db7093;
}

.mkb-ticket-priority.mkb-ticket-priority--medium {
  background: orange;
}

.mkb-unread-replies-count-badge {
  background: #32cd32;
  color: #fff;
}

.mkb-create-ticket-link-section {
  margin: 2em 0;
}

.mkb-ticket-reply-content {
  min-height: 20em;
}

.mkb-create-support-account-form,
.mkb-create-ticket-form,
.mkb-provide-ticket-credentials-form,
.mkb-reopen-ticket-form,
.mkb-reply-to-ticket-form,
.mkb-support-account-login-form {
  max-width: 100%;
}

.mkb-create-support-account-form .mkb-editor-container,
.mkb-create-ticket-form .mkb-editor-container,
.mkb-provide-ticket-credentials-form .mkb-editor-container,
.mkb-reopen-ticket-form .mkb-editor-container,
.mkb-reply-to-ticket-form .mkb-editor-container,
.mkb-support-account-login-form .mkb-editor-container {
  display: block;
}

.mkb-create-support-account-form .ql-editor,
.mkb-create-ticket-form .ql-editor,
.mkb-provide-ticket-credentials-form .ql-editor,
.mkb-reopen-ticket-form .ql-editor,
.mkb-reply-to-ticket-form .ql-editor,
.mkb-support-account-login-form .ql-editor {
  min-height: 15em;
}

.mkb-mobile .mkb-create-support-account-form .ql-editor,
.mkb-mobile .mkb-create-ticket-form .ql-editor,
.mkb-mobile .mkb-provide-ticket-credentials-form .ql-editor,
.mkb-mobile .mkb-reopen-ticket-form .ql-editor,
.mkb-mobile .mkb-reply-to-ticket-form .ql-editor,
.mkb-mobile .mkb-support-account-login-form .ql-editor {
  font-size: 16px;
}

.mkb-create-support-account-form .ql-editor.ql-blank:before,
.mkb-create-ticket-form .ql-editor.ql-blank:before,
.mkb-provide-ticket-credentials-form .ql-editor.ql-blank:before,
.mkb-reopen-ticket-form .ql-editor.ql-blank:before,
.mkb-reply-to-ticket-form .ql-editor.ql-blank:before,
.mkb-support-account-login-form .ql-editor.ql-blank:before {
  color: rgba(0,0,0,.4);
}

.mkb-create-support-account-form .ql-container,
.mkb-create-ticket-form .ql-container,
.mkb-provide-ticket-credentials-form .ql-container,
.mkb-reopen-ticket-form .ql-container,
.mkb-reply-to-ticket-form .ql-container,
.mkb-support-account-login-form .ql-container {
  font-family: inherit;
  font-size: 1em;
}

.mkb-create-support-account-form .ql-container.ql-disabled,
.mkb-create-ticket-form .ql-container.ql-disabled,
.mkb-provide-ticket-credentials-form .ql-container.ql-disabled,
.mkb-reopen-ticket-form .ql-container.ql-disabled,
.mkb-reply-to-ticket-form .ql-container.ql-disabled,
.mkb-support-account-login-form .ql-container.ql-disabled {
  background: #f7f7f7;
}

.mkb-create-support-account-form p,
.mkb-create-ticket-form p,
.mkb-provide-ticket-credentials-form p,
.mkb-reopen-ticket-form p,
.mkb-reply-to-ticket-form p,
.mkb-support-account-login-form p {
  margin-bottom: 1em;
}

.mkb-create-support-account-form label,
.mkb-create-ticket-form label,
.mkb-provide-ticket-credentials-form label,
.mkb-reopen-ticket-form label,
.mkb-reply-to-ticket-form label,
.mkb-support-account-login-form label {
  display: block;
  margin-bottom: .3em;
}

.mkb-create-support-account-form input[type=checkbox]+label,
.mkb-create-ticket-form input[type=checkbox]+label,
.mkb-provide-ticket-credentials-form input[type=checkbox]+label,
.mkb-reopen-ticket-form input[type=checkbox]+label,
.mkb-reply-to-ticket-form input[type=checkbox]+label,
.mkb-support-account-login-form input[type=checkbox]+label {
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
}

.mkb-create-support-account-form input[type=email],
.mkb-create-support-account-form input[type=password],
.mkb-create-support-account-form input[type=text],
.mkb-create-support-account-form textarea,
.mkb-create-ticket-form input[type=email],
.mkb-create-ticket-form input[type=password],
.mkb-create-ticket-form input[type=text],
.mkb-create-ticket-form textarea,
.mkb-provide-ticket-credentials-form input[type=email],
.mkb-provide-ticket-credentials-form input[type=password],
.mkb-provide-ticket-credentials-form input[type=text],
.mkb-provide-ticket-credentials-form textarea,
.mkb-reopen-ticket-form input[type=email],
.mkb-reopen-ticket-form input[type=password],
.mkb-reopen-ticket-form input[type=text],
.mkb-reopen-ticket-form textarea,
.mkb-reply-to-ticket-form input[type=email],
.mkb-reply-to-ticket-form input[type=password],
.mkb-reply-to-ticket-form input[type=text],
.mkb-reply-to-ticket-form textarea,
.mkb-support-account-login-form input[type=email],
.mkb-support-account-login-form input[type=password],
.mkb-support-account-login-form input[type=text],
.mkb-support-account-login-form textarea {
  background: #fff;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 0;
  box-shadow: none!important;
  font-size: 1em;
  padding: .5em .8em;
  width: 100%;
}

.mkb-mobile .mkb-create-support-account-form input[type=email],
.mkb-mobile .mkb-create-support-account-form input[type=password],
.mkb-mobile .mkb-create-support-account-form input[type=text],
.mkb-mobile .mkb-create-support-account-form textarea,
.mkb-mobile .mkb-create-ticket-form input[type=email],
.mkb-mobile .mkb-create-ticket-form input[type=password],
.mkb-mobile .mkb-create-ticket-form input[type=text],
.mkb-mobile .mkb-create-ticket-form textarea,
.mkb-mobile .mkb-provide-ticket-credentials-form input[type=email],
.mkb-mobile .mkb-provide-ticket-credentials-form input[type=password],
.mkb-mobile .mkb-provide-ticket-credentials-form input[type=text],
.mkb-mobile .mkb-provide-ticket-credentials-form textarea,
.mkb-mobile .mkb-reopen-ticket-form input[type=email],
.mkb-mobile .mkb-reopen-ticket-form input[type=password],
.mkb-mobile .mkb-reopen-ticket-form input[type=text],
.mkb-mobile .mkb-reopen-ticket-form textarea,
.mkb-mobile .mkb-reply-to-ticket-form input[type=email],
.mkb-mobile .mkb-reply-to-ticket-form input[type=password],
.mkb-mobile .mkb-reply-to-ticket-form input[type=text],
.mkb-mobile .mkb-reply-to-ticket-form textarea,
.mkb-mobile .mkb-support-account-login-form input[type=email],
.mkb-mobile .mkb-support-account-login-form input[type=password],
.mkb-mobile .mkb-support-account-login-form input[type=text],
.mkb-mobile .mkb-support-account-login-form textarea {
  -webkit-appearance: none;
  font-size: 16px;
}

.mkb-create-support-account-form input[type=email],
.mkb-create-support-account-form input[type=password],
.mkb-create-support-account-form input[type=text],
.mkb-create-ticket-form input[type=email],
.mkb-create-ticket-form input[type=password],
.mkb-create-ticket-form input[type=text],
.mkb-provide-ticket-credentials-form input[type=email],
.mkb-provide-ticket-credentials-form input[type=password],
.mkb-provide-ticket-credentials-form input[type=text],
.mkb-reopen-ticket-form input[type=email],
.mkb-reopen-ticket-form input[type=password],
.mkb-reopen-ticket-form input[type=text],
.mkb-reply-to-ticket-form input[type=email],
.mkb-reply-to-ticket-form input[type=password],
.mkb-reply-to-ticket-form input[type=text],
.mkb-support-account-login-form input[type=email],
.mkb-support-account-login-form input[type=password],
.mkb-support-account-login-form input[type=text] {
  height: 2.8em;
}

.mkb-create-support-account-form select,
.mkb-create-ticket-form select,
.mkb-provide-ticket-credentials-form select,
.mkb-reopen-ticket-form select,
.mkb-reply-to-ticket-form select,
.mkb-support-account-login-form select {
  font-size: 1.2em;
}

.mkb-create-support-account-form .mkb-button,
.mkb-create-support-account-form input[type=submit],
.mkb-create-support-account-form input[type=submit]:hover,
.mkb-create-ticket-form .mkb-button,
.mkb-create-ticket-form input[type=submit],
.mkb-create-ticket-form input[type=submit]:hover,
.mkb-provide-ticket-credentials-form .mkb-button,
.mkb-provide-ticket-credentials-form input[type=submit],
.mkb-provide-ticket-credentials-form input[type=submit]:hover,
.mkb-reopen-ticket-form .mkb-button,
.mkb-reopen-ticket-form input[type=submit],
.mkb-reopen-ticket-form input[type=submit]:hover,
.mkb-reply-to-ticket-form .mkb-button,
.mkb-reply-to-ticket-form input[type=submit],
.mkb-reply-to-ticket-form input[type=submit]:hover,
.mkb-support-account-login-form .mkb-button,
.mkb-support-account-login-form input[type=submit],
.mkb-support-account-login-form input[type=submit]:hover {
  -webkit-appearance: none;
  background: #22739d;
  border: 2px solid #22739d;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.12);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  padding: .7em 1.6em;
  text-decoration: none;
  text-transform: none;
}

.mkb-create-support-account-form .mkb-button--small,
.mkb-create-ticket-form .mkb-button--small,
.mkb-provide-ticket-credentials-form .mkb-button--small,
.mkb-reopen-ticket-form .mkb-button--small,
.mkb-reply-to-ticket-form .mkb-button--small,
.mkb-support-account-login-form .mkb-button--small {
  font-size: 1em;
  padding: .6em 1.2em;
}

.mkb-create-support-account-form .mkb-button--secondary,
.mkb-create-ticket-form .mkb-button--secondary,
.mkb-provide-ticket-credentials-form .mkb-button--secondary,
.mkb-reopen-ticket-form .mkb-button--secondary,
.mkb-reply-to-ticket-form .mkb-button--secondary,
.mkb-support-account-login-form .mkb-button--secondary {
  background: transparent;
  color: #22739d;
}

.mkb-create-support-account-form .mkb-ticket-attach-files-button,
.mkb-create-ticket-form .mkb-ticket-attach-files-button,
.mkb-provide-ticket-credentials-form .mkb-ticket-attach-files-button,
.mkb-reopen-ticket-form .mkb-ticket-attach-files-button,
.mkb-reply-to-ticket-form .mkb-ticket-attach-files-button,
.mkb-support-account-login-form .mkb-ticket-attach-files-button {
  margin-left: .6em;
}

.mkb-create-support-account-form .mkb-button--danger,
.mkb-create-ticket-form .mkb-button--danger,
.mkb-provide-ticket-credentials-form .mkb-button--danger,
.mkb-reopen-ticket-form .mkb-button--danger,
.mkb-reply-to-ticket-form .mkb-button--danger,
.mkb-support-account-login-form .mkb-button--danger {
  background: #CA4C1D;
}

.mkb-login-and-register-form {
  margin-bottom: 3em;
}

.mkb-ticket-credentials-container {
  margin-top: 5em;
  max-width: 32em;
}

.mkb-provide-ticket-credentials-form textarea {
  display: none;
  line-height: 1.5em;
  max-width: 100%;
  padding: 1em 1.2em;
  vertical-align: top;
}

.mkb-provide-ticket-credentials-form .mkb-credentials-hide,
.mkb-provide-ticket-credentials-form input[type=submit],
.mkb-provide-ticket-credentials-form:not(.state--open) .mkb-form-messages {
  display: none;
}

.mkb-provide-ticket-credentials-form.state--open textarea {
  display: block;
}

.mkb-provide-ticket-credentials-form.state--open .mkb-credentials-hide,
.mkb-provide-ticket-credentials-form.state--open input[type=submit] {
  display: inline-block;
}

.mkb-provide-ticket-credentials-form.state--open .mkb-credentials-show {
  display: none;
}

.mkb-provide-ticket-credentials-form .mkb-button,
.mkb-provide-ticket-credentials-form input[type=submit],
.mkb-provide-ticket-credentials-form input[type=submit]:hover {
  font-size: 1em;
  margin-bottom: .5em;
  margin-right: .35em;
  padding: .6em 1.2em;
  vertical-align: top;
}

.mkb-ticket-credentials-bottom-message {
  color: #545454;
  display: none;
  margin-bottom: 1em;
  margin-top: 1em;
}

.mkb-provide-ticket-credentials-form.state--open .mkb-ticket-credentials-bottom-message {
  display: block;
}

.mkb-delete-ticket-credentials {
  display: none;
}

.mkb-provide-ticket-credentials-form.state--open .mkb-delete-ticket-credentials {
  display: inline-block;
}

.mkb-mobile .mkb-delete-ticket-credentials {
  margin-left: 0;
  margin-top: 1.5em;
}

.mkb-mobile .mkb-provide-ticket-credentials-form.state--open .mkb-delete-ticket-credentials {
  display: inline-block;
}

.mkb-ticket-reply-content {
  margin-bottom: 1.5em;
}

.mkb-create-ticket-form .ql-preview,
.mkb-create-ticket-form .ql-upload,
.mkb-reply-to-ticket-form .ql-preview,
.mkb-reply-to-ticket-form .ql-upload {
  color: inherit;
  margin-right: .3em;
  outline: none;
}

.mkb-create-ticket-form .ql-preview:after,
.mkb-create-ticket-form .ql-upload:after,
.mkb-reply-to-ticket-form .ql-preview:after,
.mkb-reply-to-ticket-form .ql-upload:after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

.mkb-fa5 .mkb-create-ticket-form .ql-preview:after,
.mkb-fa5 .mkb-create-ticket-form .ql-upload:after,
.mkb-fa5 .mkb-reply-to-ticket-form .ql-preview:after,
.mkb-fa5 .mkb-reply-to-ticket-form .ql-upload:after {
  font-family: Font Awesome\ 5 Free;
}

.mkb-create-ticket-form .ql-preview.state--on,
.mkb-create-ticket-form .ql-upload.state--on,
.mkb-reply-to-ticket-form .ql-preview.state--on,
.mkb-reply-to-ticket-form .ql-upload.state--on {
  background: #f7f7f7!important;
  border: 1px solid #ccc!important;
  border-radius: 3px;
  box-shadow: inset -1px 1px 5px rgba(0,0,0,.12);
  color: #06c;
}

.mkb-create-ticket-form .ql-preview:after,
.mkb-reply-to-ticket-form .ql-preview:after {
  content: "";
}

.mkb-create-ticket-form .ql-upload:after,
.mkb-reply-to-ticket-form .ql-upload:after {
  content: "";
}

.mkb-fa5 .mkb-create-ticket-form .ql-upload:after,
.mkb-fa5 .mkb-reply-to-ticket-form .ql-upload:after {
  content: "";
  font-weight: 900;
}

.mkb-create-ticket-form .mkb-ticket-content-store,
.mkb-reply-to-ticket-form .mkb-ticket-content-store,
.mkb-ticket-attachments-section {
  display: none;
}

.mkb-ticket-attachments-section.state--visible {
  display: block;
}

.mkb-attachment-upload-preview-item {
  background: #f0f0f0;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 1px 1px 8px rgba(0,0,0,.12);
  display: inline-block;
  height: 9em;
  margin: .5em .3em;
  max-width: 30%;
  position: relative;
  vertical-align: middle;
}

.mkb-attachment-upload-preview-item .mkb-attachment-preview-remove {
  background: #fff;
  border: none;
  box-shadow: none;
  color:#9d2235;
  display: block;
  font-size: 2em;
  height: 1.2em;
  line-height: 1.3em;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 1.2em;
}

.mkb-attachment-upload-preview-item.type--file {
  width: 12em;
}

.mkb-attachment-upload-preview-item.type--file span {
  color: #333;
  display: inline-block;
  font-size: .9em;
  font-weight: 500;
  max-width: 80%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  word-break: break-word;
}

.mkb-attachment-upload-preview-item.type--image img {
  height: 100%;
  max-width: 100%;
}

.mkb-ticket-attachments-drop-errors {
  color: #a00;
  margin: .5em auto;
}

.mkb-file-upload-drop-area {
  background: #fff;
  border: 2px dashed #aaa;
  color: #545454;
  margin: 1.2em 0;
  padding: 2em 1em;
  text-align: center;
  transition: all .1s linear;
  width: 100%;
}

.mkb-file-upload-drop-area.mkb-drop-highlight {
  background: rgba(157,34,53,.07);
  border: 2px dashed #9d2235;
}

.mkb-file-upload-drop-area .mkb-user-upload-btn {
  cursor: pointer;
  display: inline-block;
  margin-right: .5em;
}

.mkb-file-upload-drop-area .mkb-ticket-attachments-clear {
  border-bottom: 1px dashed;
  color: #a00;
  line-height: 1em;
  margin-left: .5em;
  text-decoration: none;
}

.mkb-file-upload-drop-area .mkb-ticket-attachments-bg-icon {
  color: #dedede;
}

.mkb-file-upload-preview {
  margin-top: 10px;
}

.mkb-file-upload-btn {
  display: none!important;
}

.mkb-human-readable-time {
  border-bottom: 1px dashed;
  cursor: help;
}

.mkb-form-columns {
  display: flex;
  justify-content: space-between;
}

.mkb-form-columns.mkb-form-columns__2col .mkb-form-column {
  width: 48%;
}

.mkb-form-server-response {
  padding: 2em;
  text-align: center;
}

.mkb-form-server-response.status--success {
  background: #e8f9f2;
  border: 2px solid #186d35;
}

.mkb-form-server-response .mkb-create-ticket-response__icon {
  background: #186d35;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2em;
  height: 3em;
  line-height: 3em;
  margin: .5em auto 1.5em;
  width: 3em;
}

.mkb-form-server-response .mkb-create-ticket-response__heading {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: .8em;
}

.mkb-form-server-response .mkb-create-ticket-response__top-message {
  line-height: 1.5em;
  margin-bottom: 1.7em;
}

.mkb-form-server-response .mkb-create-ticket-response__link-wrap a {
  border-bottom: 1px dashed;
  font-size: 1.2em;
}

.mkb-page-title .mkb-ticket-status {
  border-radius: 3px;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: .4em;
  margin-left: 0;
  margin-right: .7em;
  padding: .4em .7em;
  vertical-align: middle;
}

.mkb-page-title .mkb-ticket-status i {
  margin-right: .2em;
}

.mkb-mobile .mkb-page-title .mkb-ticket-status {
  margin-bottom: .3em;
}

.mkb-original-message-label {
  color: #000;
  display: block;
  font-weight: 600;
  margin-bottom: .7em;
}

.mkb-ticket-meta {
  background: #f7f7f7;
  border: 1px solid rgba(0,0,0,.12);
  border-top: none;
  font-size: .9em;
  padding: 1em;
}

.mkb-content-main--ticket .mkb-page-title {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: .35em;
}

.mkb-mobile .mkb-content-main--ticket .mkb-page-title {
  font-size: 1.5em;
}

.mkb-content-main--ticket h3 {
  margin-bottom: .6em;
}

.mkb-ticket-content {
  margin: .3em 0 3em;
}

.mkb-ticket-content .mkb-ticket-reply__attachments-container {
  margin-top: 1.2em;
}

.mkb-ticket-content .mkb-ticket-reply__attachments-container:empty {
  margin-top: 0;
}

.mkb-ticket-content .mkb-ticket-reply__attachments-container .mkb-attachments {
  margin-bottom: 0;
}

.mkb-ticket-content__text {
  border: 1px solid rgba(0,0,0,.12);
  padding: 1em 1.5em;
}

.mkb-ticket-content__text em {
  font-style: italic;
}

.mkb-ticket-content__text p {
  margin: 0 0 1em;
}

.mkb-ticket-content__text p:empty {
  display: none;
}

pre.ql-syntax {
  word-wrap: break-word;
  background: hsla(0,0%,90%,.28);
  border: 1px dashed #aaa;
  color: #000;
  font-family: monospace;
  font-size: 13.5px;
  line-height: 1.3125;
  margin: .5em 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.2em;
  white-space: pre-wrap;
}

.mkb-ticket-reply-form-container {
  margin-top: 3em;
}

.mkb-reply-to-ticket-form .mkb-close-ticket-checkbox-label {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 1em;
  vertical-align: middle;
}

.mkb-reply-to-ticket-form .mkb-close-ticket-checkbox-label input {
  margin: 0 .4em 0 0;
}

.mkb-ticket-top-info {
  color: #545454;
  font-size: .9em;
  margin-bottom: 1em;
}

.mkb-ticket-top-info em {
  color: #353535;
  font-style: normal;
  font-weight: 400;
}

.mkb-ticket-reply__attachments a {
  box-shadow: none;
  text-decoration: none;
}

.mkb-ticket-reply__attachments-title {
  font-weight: 600;
  margin-bottom: .5em;
}

.mkb-ticket-reply__attachments-title:before {
  color: #212121;
  content: "------";
  display: block;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: .5em;
}

.mkb-ticket-reply__attachments-container {
  padding-top: 1.5em;
  position: relative;
  z-index: 2;
}

.mkb-ticket-reply__attachments.mkb-attachments {
  font-size: .92em;
  margin-bottom: 0;
}

.mkb-ticket-discussion {
  border: 1px solid rgba(0,0,0,.12);
  margin-bottom: 2em;
  margin-top: 3em;
  padding: 1.2em 1.5em 1.5em;
}

.mkb-ticket-discussion>h3 {
  font-size: 1.3em;
  margin-bottom: .9em;
  margin-top: 0;
}

.mkb-ticket-discussion__top-count {
  color: #212121;
  font-weight: 400;
}

.mkb-ticket-reply {
  align-items: flex-start;
  background: transparent;
  border: none;
  display: flex;
  margin-bottom: 2.5em;
  padding: 0;
}

.mkb-ticket-reply em {
  font-style: italic;
}

.mkb-ticket-reply.mkb-ticket-reply--role-client {
  flex-direction: row-reverse;
}

.mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info {
  padding-left: 1.2em;
  padding-right: 0;
}

.mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__content:before {
  left: auto;
  right: -.4em;
}

.mkb-ticket-reply__author_info {
  color: #545454;
  font-size: 12.8px;
  line-height: 1.2em;
  padding-right: 1.2em;
  padding-top: .5em;
  text-align: center;
  width: 9em;
}

.mkb-ticket-reply__avatar {
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 50%;
  height: 6em;
  margin: 0 auto;
  overflow: hidden;
  width: 6em;
}

.mkb-ticket-reply__avatar img {
  border-radius: 0;
  bottom: 0;
  height: auto;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}

.mkb-ticket-reply__name {
  color: #323232;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: .3em;
  margin-top: .8em;
}

.mkb-ticket-reply__role {
  font-size: .92em;
}

.mkb-ticket-reply__author-stats {
  font-size: .92em;
  margin-top: .3em;
}

.mkb-ticket-reply__content {
  background: #fafafa;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
  line-height: 1.5em;
  min-height: 6em;
  padding: 1.2em 1.5em .8em;
  position: relative;
  width: calc(100% - 9rem);
}

.mkb-ticket-reply__content .mkb-ticket-reply__content-text pre {
  background: #f0f0f0;
  border-radius: 4px;
  color: #323232;
  font-family: Consolas,Monaco,Lucida Console,monospace;
  font-size: 13px;
  overflow-x: scroll;
  padding: .8em;
  white-space: pre;
}

.mkb-ticket-reply__content>* {
  position: relative;
  z-index: 2;
}

.mkb-ticket-reply__content:before {
  background: inherit;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 0 3px rgba(0,0,0,.1);
  content: "";
  height: .8em;
  left: -.4em;
  position: absolute;
  top: 2.5em;
  transform: rotate(45deg);
  width: .8em;
  z-index: 0;
}

.mkb-ticket-reply__content:after {
  background: inherit;
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mkb-ticket-reply__content p {
  margin-bottom: 1em;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.mkb-ticket-reply__meta {
  color: #545454;
  font-size: .8em;
  margin-top: 1.5em;
  position: relative;
  z-index: 2;
}

.mkb-tickets-list {
  border: 1px solid rgba(0,0,0,.12);
  display: table;
  margin-bottom: 1em;
  width: 100%;
}

.mkb-tickets-list__row {
  display: table-row;
}

.mkb-tickets-list__row.mkb-tickets-list__row--head {
  background: #f7f7f7;
  color: #000;
  font-weight: 500;
}

.mkb-tickets-list__cell {
  border-bottom: 1px solid rgba(0,0,0,.12);
  border-right: 1px solid rgba(0,0,0,.12);
  display: table-cell;
  line-height: 1.5em;
  padding: .2em .5em;
}

.mkb-tickets-list__cell:last-child {
  border-right: none;
}

.mkb-tickets-list__cell.cell--ticket {
  width: 15em;
}

.mkb-tickets-list__cell.cell--date {
  width: 8em;
}

.mkb-tickets-list__cell:first-child {
  white-space: nowrap;
}

.mkb-tickets-list__row:last-child .mkb-tickets-list__cell {
  border-bottom: none;
}

.mkb-unread-replies-count {
  color: #32cd32;
  font-weight: 600;
}

.mkb-mobile.mkb-create-ticket .mkb-root,
.mkb-mobile.mkb-support-account .mkb-root,
.mkb-mobile.mkb-ticket .mkb-root {
  padding-bottom: 1em;
  padding-top: 1em;
}

.mkb-ticket-form-admin-area {
  border: 2px dashed #ff4500;
  margin: 1.7em 0;
  padding: 2em;
}

.mkb-ticket-form-admin-area h3 {
  margin-bottom: 1em;
}

.mkb-feature-requests-wrap {
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 300;
}

.mkb-feature-requests-wrap * {
  box-sizing: border-box;
}

.mkb-fr-category {
  margin-bottom: 2em;
}

.mkb-fr-category__name {
  color: #333;
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: .5em;
}

.mkb-fr-category__name i {
  color: #ddd;
  display: none;
  margin-right: .1em;
}

.mkb-feature-request {
  border: 1px solid rgba(0,0,0,.02);
  box-shadow: 0 0 12px rgba(0,0,0,.08);
  margin-bottom: 1em;
  min-height: 7.8em;
  padding-left: 7em;
  padding-right: 2em;
  position: relative;
}

.mkb-feature-request__title {
  background: #9d2235;
  color: #5e1420;
  font-size: 1.6875rem;
  font-weight: 600;
  margin-bottom: .5em;
  margin-top: 1em;
}

.mkb-feature-request__title i {
  margin-right: .1em;
}

.mkb-feature-request__description {
  color: #545454;
  margin-bottom: 1em;
  max-width: 40em;
}

.mkb-feature-request__description p:last-of-type {
  margin-bottom: 0;
}

.mkb-feature-request__actions {
  font-size: .9em;
  left: 2em;
  position: absolute;
  text-align: center;
  top: 1.2em;
}

.mkb-feature-request__actions .mkb-vote-for-feature {
  border: 2px solid;
  border-radius: 2em;
  box-shadow: none;
  color: #22739d;
  display: block;
  font-size: 2em;
  height: 2em;
  line-height: 1.35em;
  margin: 0 auto .2em;
  outline: none!important;
  padding: .3em 0;
  text-align: center;
  text-decoration: none;
  transition: all .1s ease-in;
  vertical-align: middle;
  width: 2em;
}

.mkb-feature-request__actions .mkb-vote-for-feature.state--voted,
.mkb-feature-request__actions .mkb-vote-for-feature:hover:not(.state--pending) {
  background-color: #22739d;
  color: #fff;
}

.mkb-feature-request__actions .mkb-vote-for-feature.state--voted {
  cursor: default;
}

.mkb-feature-request__actions .mkb-vote-for-feature.state--pending {
  color: #545454;
  cursor: default;
}

.mkb-fr-votes-count,
.mkb-fr-votes-count-text {
  color: #545454;
}

html[dir=rtl] .kb-topic .kb-topic__articles li .kb-topic__list-article-icon {
  left: auto;
  right: 0;
}

html[dir=rtl] .kb-topic__articles.kb-topic__articles--with-icons li .kb-topic__list-article-title {
  padding-left: 0;
  padding-right: 1.3em;
}

html[dir=rtl] .kb-search .kb-search__clear-icon,
html[dir=rtl] .kb-search .kb-search__icon {
  left: 1em;
  right: auto;
}

html[dir=rtl] .kb-search__results {
  text-align: right;
}

html[dir=rtl] .kb-search__results-summary {
  left: 4em;
  right: auto;
}

html[dir=rtl] .kb-search__result-topic {
  text-align: left;
}

html[dir=rtl] .kb-search__result-topic-label {
  padding-left: .5em;
  padding-right: 1em;
}

html[dir=rtl] .mkb-widget .kb-search__input-wrap .kb-search__input {
  padding-right: 1em;
}

html[dir=rtl] .kb-faq .kb-faq__filter .kb-faq__filter-clear,
html[dir=rtl] .kb-faq .kb-faq__filter .kb-faq__filter-icon {
  left: 14px;
  right: auto;
}

html[dir=rtl] .kb-faq .kb-faq__filter {
  float: right;
}

html[dir=rtl] .kb-faq .kb-faq__toggle-all {
  float: left;
}

html[dir=rtl] .kb-faq .kb-faq__questions .kb-faq__question-toggle-icon,
html[dir=rtl] .kb-faq .kb-faq__questions .kb-faq__question-toggle-icon-open {
  left: auto;
  right: .6em;
}

html[dir=rtl] .kb-faq .kb-faq__questions .kb-faq__question-title {
  padding: .1em 2em .1em .6em;
}

html[dir=rtl] .mkb-breadcrumbs {
  text-align: right;
}

html[dir=rtl] .mkb-breadcrumbs-icon.fa,
html[dir=rtl] .mkb-breadcrumbs-icon.fab,
html[dir=rtl] .mkb-breadcrumbs-icon.far,
html[dir=rtl] .mkb-breadcrumbs-icon.fas {
  transform: rotate(180deg);
}

html[dir=rtl] .mkb-breadcrumbs__label {
  margin-left: .2em;
  margin-right: 0;
}

html[dir=rtl] .mkb-widget.widget .mkb-widget-articles__list-icon,
html[dir=rtl] .mkb-widget.widget .mkb-widget-content-tree__article-icon,
html[dir=rtl] .mkb-widget.widget .mkb-widget-topics__list-icon {
  left: auto;
  margin-left: 5px;
  position: static;
  right: .2em;
}

html[dir=rtl] .mkb-widget.widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon,
html[dir=rtl] .mkb-widget.widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open {
  margin-left: .3em;
  margin-right: 0;
}

html[dir=rtl] .mkb-widget.widget.mkb_content_tree_widget ul ul {
  padding-left: 0;
  padding-right: 1em;
}

html[dir=rtl] .mkb-widget-content-tree__article-title {
  padding-left: 0;
}

html[dir=rtl] .mkb-widget-content-tree__article--active .mkb-widget-content-tree__article-title:after {
  left: -1.3em;
  right: auto;
}

html[dir=rtl] .mkb-widget-content-tree__article--active .mkb-widget-content-tree__article-title {
  margin-right: .6em;
}

html[dir=rtl] .mkb-pagination ul li:first-child {
  margin-right: 0;
}

html[dir=rtl] .mkb-article-item--simple .mkb-article-icon {
  margin-left: .5em;
  margin-right: 0;
}

html[dir=rtl] .mkb-article-item--detailed .mkb-article-item__meta {
  text-align: right;
}

html[dir=rtl] .mkb-article-item--detailed .mkb-article-item__meta-icon {
  margin-left: .2em;
  margin-right: 0;
}

html[dir=rtl] .mkb-article-extra__stats-pageviews>span,
html[dir=rtl] .mkb-article-header__estimate>span {
  display: inline-block;
}

html[dir=rtl] .mkb-anchors-list {
  margin: 1em 0 1em 1em;
  padding: 1em 1.5em 1.2em 1em;
}

html[dir=rtl] .mkb-back-to-top-inline .mkb-back-to-top {
  left: 0;
  right: auto;
}

html[dir=rtl] .mkb-back-to-top .mkb-back-to-top-icon {
  margin-left: 0;
  margin-right: .3em;
}

html[dir=rtl] .mkb-article-extra__dislike,
html[dir=rtl] .mkb-article-extra__like {
  margin: .5em 0 .5em .5em;
}

html[dir=rtl] .mkb-info__icon,
html[dir=rtl] .mkb-tip__icon,
html[dir=rtl] .mkb-warning__icon {
  left: auto;
  right: .2em;
}

html[dir=rtl] .mkb-info__content,
html[dir=rtl] .mkb-tip__content,
html[dir=rtl] .mkb-warning__content {
  margin-left: 0;
  margin-right: 4em;
  text-align: right;
}

html[dir=rtl] .mkb-restricted-login.mkb-restricted-login--custom form[name=loginform] {
  text-align: right;
}

html[dir=rtl] .mkb-restricted-message .mkb-restricted-message__icon {
  left: auto;
  right: .2em;
}

html[dir=rtl] .mkb-restricted-message .mkb-restricted-message__content {
  margin-left: 0;
  margin-right: 4em;
  text-align: right;
}

html[dir=rtl] .mkb-reply-to-ticket-form .mkb-close-ticket-checkbox-label input {
  margin: 0 0 0 .4em;
}

html[dir=rtl] .ql-editor,
html[dir=rtl] .ql-editor.ql-blank:before {
  text-align: right;
}

html[dir=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  left: 0;
  right: auto;
}

@media (min-width:481px) {
  .kb-topic:first-child {
    padding-left: 0;
  }

  .kb-topic:last-child {
    padding-right: 0;
  }

  .kb-topic-gap:first-child {
    padding-left: 0;
  }

  .kb-topic-gap:last-child {
    padding-right: 0;
  }
}

@media (min-width:769px) {
  .article-list-layout-2col .mkb-article-item--simple,
  .article-list-layout-3col .mkb-article-item--simple {
    display: inline-block;
  }

  .article-list-layout-2col .mkb-article-item--simple .mkb-entry-title,
  .article-list-layout-3col .mkb-article-item--simple .mkb-entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .article-list-layout-2col .mkb-article-item--simple {
    margin-right: 2%;
    width: 49%;
  }

  .article-list-layout-2col .mkb-article-item--simple:nth-child(2n) {
    margin-right: 0;
  }

  .article-list-layout-3col .mkb-article-item--simple {
    margin-right: 1.5%;
    width: 32.3%;
  }

  .article-list-layout-3col .mkb-article-item--simple:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:1024px) {
  .mkb-root .mkb-content-main.mkb-content-main--has-sidebar,
  .mkb-root .mkb-sidebar {
    clear: both;
    display: block;
    float: none;
    width: 100%;
  }

  .mkb-root .mkb-sidebar {
    margin-top: 3em;
    max-width: 100%!important;
    padding: 0;
  }

  ul.mkb-anchors-list__container li {
    margin-bottom: .5em;
    margin-top: 1.2em;
  }
}

@media (max-width:768px) {
  .mkb-sidebar {
    padding: 0;
  }

  .mkb-sidebar .mkb-widget {
    padding: 1em;
  }

  .mkb-sidebar .mkb-widget ul li {
    margin-bottom: 1.5em;
  }

  .kb-search .kb-search__title {
    font-size: 3em!important;
  }

  .mkb-article-extra__rating-likes-block,
  .mkb-article-extra__rating-title {
    text-align: center;
  }

  .mkb-article-extra__rating-total {
    display: block;
    text-align: center;
  }

  .mkb-article-extra__stats,
  .mkb-article-extra__tags {
    text-align: center;
  }

  .mkb-article-extra__dislike,
  .mkb-article-extra__like {
    border-radius: 1.6em;
    font-size: 1.2em;
    margin: .5em 1em;
    padding: .5em 1.5em;
  }

  .mkb-anchors-list {
    font-size: 1.2em;
    max-width: none;
    width: 100%!important;
  }

  .kb-topic-gap {
    display: none;
  }

  .mkb-columns-4 .mkb-row {
    display: block;
  }

  .mkb-columns-4 .kb-topic {
    width: 49%;
  }
}

@media screen and (max-width:767px) {
  .mkb-root .kb-faq .kb-faq__filter input.kb-faq__filter-input,
  .mkb-root .kb-search__input-wrap .kb-search__input,
  .mkb-shortcode-container .kb-faq .kb-faq__filter input.kb-faq__filter-input,
  .mkb-shortcode-container .kb-search__input-wrap .kb-search__input {
    font-size: 16px;
  }
}

@media (max-width:640px) {
  .kb-faq .mkb-section-title h3 {
    font-size: 2em!important;
  }

  .kb-faq .kb-faq__filter,
  .kb-faq .kb-faq__toggle-all {
    clear: both;
    float: none;
    margin-bottom: 1em;
    text-align: right;
    width: 100%;
  }

  .kb-faq .kb-faq__questions .kb-faq__question-title {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: .5em;
    padding-top: .5em;
  }

  .kb-faq .kb-faq__questions ul.kb-faq__questions-list li.kb-faq__questions-list-item {
    margin-bottom: .8em;
  }

  .mkb-form-columns {
    display: block;
  }

  .mkb-form-columns.mkb-form-columns__2col .mkb-form-column {
    display: block;
    margin-bottom: 1.5em;
    width: 100%;
  }

  .mkb-ticket-reply.mkb-ticket-reply--role-agent,
  .mkb-ticket-reply.mkb-ticket-reply--role-client {
    display: block;
  }

  .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info,
  .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info {
    align-content: flex-start;
    align-items: center;
    display: flex;
    margin-bottom: .7em;
    margin-left: .5em;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info .mkb-ticket-reply__avatar,
  .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info .mkb-ticket-reply__avatar {
    display: block;
    height: 2em;
    margin: 0 .5em 0 0;
    width: 2em;
  }

  .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info .mkb-ticket-reply__name,
  .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info .mkb-ticket-reply__name {
    margin-bottom: 0;
    margin-right: .5em;
    margin-top: 0;
  }

  .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info .mkb-ticket-reply__role,
  .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info .mkb-ticket-reply__role {
    font-size: inherit;
    margin-right: .5em;
  }

  .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info .mkb-ticket-reply__author-stats,
  .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info .mkb-ticket-reply__author-stats {
    font-size: inherit;
    margin-top: 0;
  }

  .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__content,
  .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__content {
    position: relative;
    width: 100%;
  }

  .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__content:before,
  .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__content:before {
    left: .8em;
    right: auto;
    top: -.4em;
  }
}

@media (max-width:480px) {
  .mkb-glossary-letter-group {
    padding-left: 0;
    padding-top: 5rem;
  }

  .mkb-glossary-letter-group h2 {
    font-size: 2rem;
    left: 0;
    top: .5em;
  }

  .mkb-columns-2 .mkb-row,
  .mkb-columns-3 .mkb-row,
  .mkb-columns-4 .mkb-row {
    display: block;
  }

  .mkb-columns-2 .kb-topic,
  .mkb-columns-3 .kb-topic,
  .mkb-columns-4 .kb-topic {
    width: 100%;
  }

  .mkb-widget-articles__list ul,
  .mkb-widget-topics__list ul {
    padding: 0;
  }

  .kb-search .kb-search__title {
    font-size: 2em!important;
  }

  .mkb-container {
    padding: 0 1em;
  }

  .kb-search__results--with-topics .kb-search__result-title {
    max-width: 100%;
  }

  .kb-search__result-topic {
    display: none;
  }

  .kb-search__results {
    left: 1em;
    right: 1em;
  }

  .kb-search__results ul li a {
    font-size: 1.1em;
    padding: 1em;
  }

  .kb-topic.kb-topic--box-view .kb-topic__inner {
    border: none;
  }
}