#gkPageContent.no-sidebar .item-page.type-1 {
  max-width: 1000px;
}
#gkPageContent.no-sidebar .item-page.type-2 .main-content {
  max-width: 1000px;
}
#gkPageContent.no-sidebar .item-page.type-3 .main-content {
  max-width: 1000px;
}
.card-tags {
  margin-left: 0;
  margin-right: 0;
}
.card-tags h2,
.card-tags h3 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.card-tags [class*="col-"] {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.blog .category-desc,
.blog-featured .category-desc {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.2em;
}
.blog .category-desc p,
.blog-featured .category-desc p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 1.2em;
}
.item-page.type-default {
  max-width: 1000px;
}
.item-page .article-body h2:not([data-v-app] h2) {
  border-top: 3px solid #E5E5E5;
  font-size: 32px !important;
  margin-top: 2rem;
}
.item-page .article-body h3:not([data-v-app] h3) {
  font-size: 22px;
  font-weight: 800;
}
.item-page .article-body h4:not([data-v-app] h4) {
  font-size: 18px;
  font-weight: 800;
}
.article-toc-item {
  font-size: 18px;
  font-weight: 800;
  margin: 0 !important;
}
.article-body a:link {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.article-body a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.item-page div[itemprop="articleBody"] ol,
.item-page .introtext ol,
.item-page > .itemIntroText ol,
.item-page > .itemFullText ol,
.jfaq ol {
  margin: -16px 16px 16px 16px;
  padding: 0 0 0 32px;
}
.item-page div[itemprop="articleBody"] aside,
.item-page div[itemprop="articleBody"] div.article-highlights {
  background-color: #FDFBF8;
  border-radius: 6px;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  font-size: 105%;
  text-color: #0b0b0b;
  line-height: 1.4;
}
.item-page div[itemprop="articleBody"] aside.key-moments,
.item-page div[itemprop="articleBody"] div.article-highlights.key-moments {
  background: #FDFBF8 !important;
  border-top: 3px solid #f3eae1;
}
.item-page div[itemprop="articleBody"] aside > p:first-of-type:not(h2):not(h3):not(h4),
.item-page div[itemprop="articleBody"] aside > ul:first-of-type:not(h2):not(h3):not(h4),
.item-page div[itemprop="articleBody"] div.article-highlights > p:first-of-type:not(h2):not(h3):not(h4),
.item-page div[itemprop="articleBody"] div.article-highlights > ul:first-of-type:not(h2):not(h3):not(h4) {
  margin-top: 25px !important;
}
.item-page div[itemprop="articleBody"] aside > p + ul,
.item-page div[itemprop="articleBody"] div.article-highlights > p + ul {
  margin-top: 0;
}
.item-page div[itemprop="articleBody"] aside ul,
.item-page div[itemprop="articleBody"] div.article-highlights ul {
  padding-left: 0.5rem;
}
.item-page div[itemprop="articleBody"] aside h2,
.item-page div[itemprop="articleBody"] aside h3,
.item-page div[itemprop="articleBody"] aside h4,
.item-page div[itemprop="articleBody"] div.article-highlights h2,
.item-page div[itemprop="articleBody"] div.article-highlights h3,
.item-page div[itemprop="articleBody"] div.article-highlights h4 {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-color: #000;
}
.item-page div[itemprop="articleBody"] .article-callout,
.jfaq .article-callout {
  background-color: #fff5f5;
  padding: 2em;
  margin-bottom: 2rem;
  font-size: 105%;
  color: #0b0b0b;
  line-height: 1.4;
  border-radius: 6px;
}
.item-page div[itemprop="articleBody"] .article-callout p:last-child,
.jfaq .article-callout p:last-child {
  margin-bottom: 0;
}
.item-page div[itemprop="articleBody"] .article-callout h2,
.jfaq .article-callout h2 {
  border-top: 0;
  margin: 0 0 25px 0;
}
.item-page div[itemprop="articleBody"] .article-callout h3,
.item-page div[itemprop="articleBody"] .article-callout h4,
.jfaq .article-callout h3,
.jfaq .article-callout h4 {
  font-size: 22px;
}
.item-page div[itemprop="articleBody"] .article-callout ol,
.item-page div[itemprop="articleBody"] .article-callout ul,
.jfaq .article-callout ol,
.jfaq .article-callout ul {
  padding: 0;
  margin: 0;
}
.item-page div[itemprop="articleBody"] .article-callout ol > li,
.item-page div[itemprop="articleBody"] .article-callout ul > li,
.jfaq .article-callout ol > li,
.jfaq .article-callout ul > li {
  list-style-position: inside;
  margin: 0.5em 0;
}
.item-page div[itemprop="articleBody"] blockquote,
.jfaq blockquote {
  border-radius: 6px;
  border-left: 3px solid #fc3c00;
  background: #fff5f5;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  margin: 5px 0 20px 0;
  text-align: left;
  color: #0b0b0b;
  padding: 0.5rem 2rem;
}
.item-page div[itemprop="articleBody"] blockquote.key-moments,
.jfaq blockquote.key-moments {
  background: #FDFBF8 !important;
  border-left: 3px solid #f3eae1;
}
.item-page div[itemprop="articleBody"] blockquote.keymoments,
.jfaq blockquote.keymoments {
  background: #FDFBF8 !important;
  border-left: 3px solid #f3eae1;
}
.item-page div[itemprop="articleBody"] blockquote > p,
.jfaq blockquote > p {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 400;
}
.item-page div[itemprop="articleBody"] blockquote > ul,
.jfaq blockquote > ul {
  margin: 1rem 0 1rem 0;
  padding: 0 0 0 1rem;
}
.jfaq blockquote {
  padding-top: 20px;
}
blockquote.number-blockquote {
  border-radius: 6px;
  border-left: 50px solid #fc3c00;
  background: #fff5f5;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  margin: 5px 0 20px 0;
  text-align: left;
  color: #0b0b0b;
  padding: 1rem 2rem;
  position: relative;
}
blockquote.number-blockquote.key-moments {
  background: #FDFBF8 !important;
  border-left: 50px solid #f3eae1;
}
blockquote.number-blockquote.keymoments {
  background: #FDFBF8 !important;
  border-left: 50px solid #f3eae1;
}
blockquote.number-blockquote::before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: white;
  color: #fc3c00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
blockquote.number-blockquote.number-0::before {
  content: "0";
}
blockquote.number-blockquote.number-1::before {
  content: "1";
}
blockquote.number-blockquote.number-2::before {
  content: "2";
}
blockquote.number-blockquote.number-3::before {
  content: "3";
}
blockquote.number-blockquote.number-4::before {
  content: "4";
}
blockquote.number-blockquote.number-5::before {
  content: "5";
}
blockquote.number-blockquote.number-6::before {
  content: "6";
}
blockquote.number-blockquote.number-7::before {
  content: "7";
}
blockquote.number-blockquote.number-8::before {
  content: "8";
}
blockquote.number-blockquote.number-9::before {
  content: "9";
}
blockquote.number-blockquote > p {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 400;
}
blockquote.number-blockquote > ul {
  margin: 1rem 0 1rem 0 !important;
  padding: 0 0 0 1rem !important;
}
.article-info .category-name {
  margin-right: 10px;
}
.article-info .createdby {
  margin-right: 10px;
}
.article-info .createdby a {
  line-height: 1.6;
  font-size: 10px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.item-page div[itemprop="articleBody"] ol li,
.item-page .introtext ol li,
.item-page > .itemIntroText ol li,
.item-page > .itemFullText ol li,
.jfaq  ol > li {
  list-style: decimal;
}
.item-page div[itemprop="articleBody"] ul:not(.content-table):not(blockquote ul),
.item-page .introtext ul,
.item-page > .itemIntroText ul,
.item-page > .itemFullText ul {
  margin: -16px 16px 16px 16px;
  padding: 0 0 0 32px;
}
.jfaq ul {
  margin: 0px 16px 16px 16px;
  padding: 0 0 0 32px;
}
.jfaq br {
  margin: 10px 0;
  line-height: 2px;
}
.item-page div[itemprop="articleBody"] li p,
.jfaq li p {
  margin-bottom: 0;
}
.item-page > div[itemprop="articleBody"] ul > li,
.item-page > .itemIntroText ul > li,
.item-page > .itemFullText ul > li,
.jfaq ul > li {
  font-size: 100%;
}
.jfaq ul > li {
  list-style: square;
}
.jfaq {
  margin-bottom: 15px;
  color: #111;
}
.item-page div[itemprop="articleBody"] table:not(div[data-v-app] table) {
  border: 1px solid #444;
  height: auto !important;
  font-size: 80%;
}
.item-page div[itemprop="articleBody"] tr:not(div[data-v-app] tr) {
  height: auto !important;
}
.item-page div[itemprop="articleBody"] td:not(div[data-v-app] td),
.item-page div[itemprop="articleBody"] th:not(div[data-v-app] th) {
  padding: 5px;
  height: auto !important;
  border: 1px solid #444;
}
.item-page div[itemprop="articleBody"] td p {
  margin: 0;
}
.type-2 .table-body ul,
.type-3 .table-body ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.type-2 .table-contents .table-body,
.type-3 .table-contents .table-body {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 25px;
  padding: 0 0 25px 0;
}
.content-info .box-author {
  width: 200px;
  text-align: center;
  position: sticky;
  top: 20px;
  padding: 0 20px;
}
.content-info .box-author .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}
.jamod {
  padding: 0 25px 25px 16px;
}
.jamod-border {
  border: 1px solid #E5E5E5;
}
.jamod-border .jacl-layout {
  border: 0;
  margin-left: 0px;
  margin-right: 0px;
}
.jamod .title-module >h3 {
  margin: 0 0 25px;
}
.jamod-center-title .title-module >h3 {
  margin: 0 0 25px;
  text-align: center;
  color: #ff5555;
  border-top: 0px;
  font-size: 1rem;
}
.jamod .jacl-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.jamod .jacl-row .sub-items {
  margin-top: 0px;
  margin-bottom: 10px;
}
.jacl-row.normal-gutters > div {
  padding-top: 0px;
}
.gkHeader_mobile .gkLogo {
  padding: 10px 30%;
  z-index: 50;
}
.gkLogo {
  padding: 10px 0;
}
#gkSocial {
  font-size: 14px;
}
#gkHeaderNav {
  overflow-x: hidden;
}
@media (min-width: 1040px) {
  [data-sidebar-pos="right"] #gkSidebar,
  [data-sidebar-pos="left"] #gkSidebar {
    width: 300px !important;
  }
}
.top-cat-menu a {
  margin: 0 10px 10px 0;
  background-color: #fff0f0;
  border: 1px solid #ffe5e5 !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 15px;
  color: #111;
  border-bottom: 0px;
}
.top-cat-menu a:hover {
  color: #ff5555;
  border-bottom: 0px;
  text-decoration: none;
}
.top-cat-menu {
  display: flex;
  flex-flow: row wrap;
  overflow: visible;
}
.page-header >h1 {
  font-size: 16px;
}
.title-module .jamod >h3 {
  font-size: 14px;
}
.lang-inline a {
  color: #111;
}
.lang-inline .lang-active a {
  color: #e40000;
  font-weight: 600;
}
.grid-row {
  display: block;
  position: left;
}
.grid-row [class*="col-"] {
  float: left;
  padding: 10px;
}
.grid-row .card {
  max-width: 350px;
  min-width: 140px;
  width: 100%;
  height: auto;
  border: 1px solid #E5E5E5;
  padding: 5px;
}
.grid-row .labels {
  height: 18px;
  text-align: right;
  vertical-align: center;
  margin-bottom: 3px;
}
.grid-row .labels img {
  height: 16px;
  width: auto;
  margin: -15px 0 0 0;
  padding: 0;
}
.grid-row .card a {
  font-size: 20px;
  line-height: 22px;
  font-wight: 600;
  color: #111;
}
.grid-row .card a:hover {
  text-decoration: none;
}
.fields-container {
  padding: 15px;
  background-color: #fff5f5f5;
  margin-bottom: 15px;
}
.fields-container .field-value {
  margin-left: 10px;
  font-weight: 400;
  font-style: oblique;
}
.fields-container .field-entry {
  padding: 0.5em 0;
}
.additive-filter input[type="checkbox"] {
  display: none;
}
.additive-filter .checkbox-bar {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  min-width: 150px;
  height: 5px;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px dotted transparent;
}
.additive-filter input[type="checkbox"]:checked + label.checkbox-bar {
  padding: 6px 0;
}
.additive-filter .label-text {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.additive-filter .checkbox-wrapper {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border: 1px dotted transparent;
}
.latestnews .item .box-info .title {
  font-size: 18px;
  margin-top: 6px;
}
.gauge {
  width: 100%;
  height: 30px;
  position: relative;
  font-size: 10px;
}
.gauge .line {
  width: 100%;
  height: 10px;
  background: linear-gradient(to right,orange 0%,orange 5%,green 15%,green 45%,orange 65%,orange 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gauge .marker {
  width: 5px;
  height: 15px;
  background: black;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translateY(-50%);
}
.gauge .label {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
}
.article-stars {
  display: inline-block;
  direction: ltr;
}
.article-stars svg {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.article-stars .full {
  fill: #FFD700;
}
.article-stars .partial {
  fill: #FFD700;
}
.article-stars .empty {
  fill: none;
  stroke: #ccc;
  stroke-width: 2;
}
.contact .plain-style .contact-miscinfo .contact-misc {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: justify;
}
.contact-miscinfo ul>li {
  list-style: disc;
  margin-left: 1em;
}
