@charset "UTF-8";
.kss-body {
  background: #ffffff;
}

.c-highchart {
  margin-bottom: 1.5rem;
}

blockquote {
  position: relative;
  color: #fff;
  padding: 30px 0;
  width: 100%;
  z-index: 1;
  margin: 80px auto;
  align-self: center;
  border-top: solid 3px #005366;
  border-bottom: solid 3px #005366;
}

/* Blockquote header */
blockquote p {
  position: relative;
  color: #005366 !important;
  font-size: 30px !important;
  font-weight: 800;
  line-height: 1;
  font-style: italic;
  margin: 0;
}

/* Blockquote right double quotes */
blockquote:after {
  position: absolute;
  content: "”";
  color: #005366;
  font-size: 15rem;
  line-height: 0;
  bottom: -43px;
  right: 30px;
}

/* Blockquote subheader */
blockquote p span {
  display: block;
  position: relative;
  color: #292a2b;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-top: 20px;
  z-index: 1;
}

.kss-title {
  margin: 0;
  color: #005366;
  text-align: center;
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: normal;
}

.kss-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 40px 45px 40px;
  margin-bottom: 2rem;
}
.kss-logo img {
  max-width: 300px;
  margin-bottom: 1rem;
}
.kss-logo a {
  display: block;
}

.kss-header {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  color: #005366;
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 64.125em) {
  .kss-header {
    display: none;
  }
}

.kss-header__inner {
  position: relative;
}

.kss-header__title {
  font-size: 1rem;
  line-height: 25px;
  text-align: left;
}
@media only screen and (min-width: 35.5625em) {
  .kss-header__title {
    font-size: 1.25rem;
  }
}

.kss-header__hamburger-trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.kss-header__hamburger {
  width: 30px;
  height: 4px;
  margin-top: 13px;
  margin-bottom: 13px;
  border-radius: 5px;
  color: #005366;
  background: #005366;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.kss-header__hamburger:before, .kss-header__hamburger:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #005366;
  transition: all 0.5s;
}
.kss-header__hamburger:before {
  top: -8px;
  border-radius: 5px;
}
.kss-header__hamburger:after {
  top: 8px;
  border-radius: 5px;
}
.kss-header__hamburger.kss-state-active {
  background: transparent;
}
.kss-header__hamburger.kss-state-active:before, .kss-header__hamburger.kss-state-active:after {
  width: 15px;
  transition: all 0.5s;
}
.kss-header__hamburger.kss-state-active:before {
  transform: translate(7px, 4px) rotate(-40deg);
}
.kss-header__hamburger.kss-state-active:after {
  transform: translate(7px, -4px) rotate(40deg);
}

.kss-navigation__title {
  display: none;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .kss-navigation__title {
    display: block;
  }
}

.kss-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  float: left;
  overflow-y: auto;
  height: 100%;
  background: #ffffff;
}

.kss-nav {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 100px;
}

.kss-nav__item {
  border-bottom: 1px solid #e6e6e6;
}

.kss-nav__item a {
  display: block;
  padding: 10px 20px;
}
.kss-nav__item a:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #005366;
}
.kss-nav__item a.kss-state-active {
  color: #005366;
  background: #E6EDEF;
  font-weight: bold;
}

.kss-nav__subnav {
  margin: 0;
}
.kss-nav__subnav .kss-nav__item {
  border-bottom: 0;
}
.kss-nav__subnav .kss-nav__item a {
  padding: 5px 0 5px 40px;
}
.kss-nav__subnav .kss-nav__item--grandchild a {
  padding-left: 60px;
}

.kss-markdown {
  overflow-y: auto;
  overflow-x: hidden;
}
.kss-markdown ul,
.kss-markdown ol,
.kss-markdown dl,
.kss-markdown dd,
.kss-markdown blockquote,
.kss-markdown hr,
.kss-markdown table,
.kss-markdown form,
.kss-markdown fieldset,
.kss-markdown figure,
.kss-markdown pre,
.kss-markdown address,
.kss-markdown a,
.kss-markdown p,
.kss-markdown h1,
.kss-markdown h2,
.kss-markdown h3,
.kss-markdown h4,
.kss-markdown h5,
.kss-markdown h6 {
  margin: 0;
  color: #222222;
  font-weight: 400;
  line-height: 1.5;
}
.kss-markdown a {
  color: #3498db;
  font-size: 1rem;
  text-decoration: underline;
}
.kss-markdown a:hover,
.kss-markdown a:focus {
  color: #75b9e7;
  outline: 0;
}
.kss-markdown h1,
.kss-markdown h2 {
  color: #005366;
  font-weight: 600;
}
.kss-markdown h2 {
  margin-top: 3rem;
}
.kss-markdown h3,
.kss-markdown h4,
.kss-markdown h5,
.kss-markdown h6 {
  margin-top: 1.5rem;
  color: #005366;
  font-weight: 600;
}
.kss-markdown h1 {
  font-size: 3.125rem;
}
.kss-markdown h2 {
  font-size: 1.875rem;
  line-height: 1.35;
}
.kss-markdown h3 {
  font-size: 1.375rem;
}
.kss-markdown h4 {
  font-size: 1.25rem;
}
.kss-markdown h5 {
  font-size: 1.125rem;
}
.kss-markdown h6 {
  font-size: 1rem;
}
.kss-markdown ol,
.kss-markdown ul,
.kss-markdown p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.kss-markdown ol,
.kss-markdown ul {
  padding-left: 40px;
  list-style-position: outside;
  font-size: 1rem;
}
.kss-markdown ol {
  list-style-type: decimal;
}
.kss-markdown ul {
  list-style-type: circle;
}
.kss-markdown img,
.kss-markdown video,
.kss-markdown audio,
.kss-markdown embed,
.kss-markdown object {
  max-width: 100%;
  display: block;
}
.kss-markdown audio,
.kss-markdown canvas,
.kss-markdown img,
.kss-markdown video {
  vertical-align: middle;
}
.kss-markdown hr {
  display: block;
  box-sizing: border-box;
  height: 1px;
  margin-top: 1.4375rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
}
.kss-markdown pre,
.kss-markdown pre[class*=language-] {
  overflow: auto;
  border: 1px solid #cccccc;
  padding: 1em;
  background: #f5f5f5;
}
.kss-markdown code {
  padding: 2px 5px;
  background: #f5f5f5;
}

.kss-markdown__header img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.kss-markdown__content {
  position: relative;
  z-index: 2;
  background: #E6EDEF;
  margin: -10rem auto 0 auto;
  padding: 6rem 6rem 10rem 6rem;
  max-width: 1000px;
}

.kss-documentation {
  width: 80%;
  float: right;
  min-height: 100vh;
  background: #E6EDEF;
}

.kss-section {
  margin: 0 auto 6em auto;
  padding: 0 3em;
}
header.kss-section {
  max-width: none;
}
header.kss-section .kss-section__heading {
  margin-left: -3em;
  margin-right: -3em;
  padding: 1rem 3rem 3rem 3rem;
  color: #ffffff;
  background: #005366;
}
header.kss-section .kss-section__heading a:visited {
  color: white;
}
header.kss-section .kss-section__title--h1,
header.kss-section .kss-section__description {
  margin: 0 auto;
}
header.kss-section .kss-section__description p:first-child {
  font-size: 1.5rem;
  line-height: 1.5;
}
header.kss-section .kss-section__description > img:first-child {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.kss-section--depth-1 {
  max-width: none;
}
.kss-section__title--h1, .kss-section__title--h2, .kss-section__title--h3, .kss-section__title--h4, .kss-section__title--h5, .kss-section__title--h6 {
  margin: 0;
  padding-bottom: 1.5rem;
}
.kss-section__title--h1 a, .kss-section__title--h2 a, .kss-section__title--h3 a, .kss-section__title--h4 a, .kss-section__title--h5 a, .kss-section__title--h6 a {
  color: #005366;
}
.kss-section__title--h1 a:hover, .kss-section__title--h2 a:hover, .kss-section__title--h3 a:hover, .kss-section__title--h4 a:hover, .kss-section__title--h5 a:hover, .kss-section__title--h6 a:hover {
  text-decoration: none;
}
.kss-section__title--h1 {
  font-size: 4rem;
  border-bottom: 0;
  line-height: 1;
  padding-bottom: 0;
}
.kss-section__title--h1 a {
  color: #ffffff;
}
.kss-section__title--h2 {
  font-size: 3rem;
  line-height: 1.15;
  border-bottom: 1px solid #cccccc;
}
.kss-section__title--h2 a {
  color: #005366;
}
.kss-section__title--h3 {
  font-size: 3.6rem;
  line-height: 1.25;
}
.kss-section__title--h4 {
  font-size: 2.4rem;
  line-height: 1;
}
.kss-section__title--h5 {
  font-size: 2.1rem;
  line-height: 1;
}
.kss-section__title--h6 {
  font-size: 1.8rem;
  line-height: 1;
}

.kss-section__permalink {
  text-decoration: none;
}

.kss-section__item {
  text-transform: none;
  letter-spacing: normal;
}

.kss-section__heading {
  margin-bottom: 3rem;
}

.kss-block-title {
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
}

.kss-section__ref {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.3em;
}

.kss-section__name {
  display: block;
  letter-spacing: -2px;
}

.kss-parameters {
  padding-left: 40px;
  list-style-position: outside;
  list-style-type: circle;
}

.kss-parameters__item {
  margin-bottom: 15px;
}

.kss-parameters__name {
  background: #f5f5f5;
  padding: 5px;
}

.kss-parameters__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.kss-section__description {
  margin-bottom: 4.5rem;
}
.kss-section__description.state-deprecated, .kss-section__description.state-experimental {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 5px 10px;
}
.kss-section__description.state-deprecated {
  border: 1px solid orange;
  background: rgba(255, 165, 0, 0.4);
}
.kss-section__description.state-experimental {
  border: 1px solid lightblue;
  background: rgba(173, 216, 230, 0.4);
}
.kss-section__description ol,
.kss-section__description ul,
.kss-section__description p,
.kss-section__description a {
  color: #222222;
}
.kss-section__description ol,
.kss-section__description ul {
  padding-left: 40px;
  list-style-position: outside;
}
.kss-section__description ol {
  list-style-type: decimal;
}
.kss-section__description ul {
  list-style-type: circle;
}
.kss-section__description a {
  color: #3498db;
  text-decoration: underline;
}
.kss-section__description a:hover,
.kss-section__description a:focus {
  color: #75b9e7;
  text-decoration: underline;
  outline: 0;
}
.kss-section__description code {
  display: inline-block;
  padding: 3px 6px;
  background: #ffffff;
  color: #c36;
}
.kss-section__description pre {
  padding: 1.5rem;
  background: #333;
  color: #ffffff;
  border-radius: 3px;
}

.kss-section__source {
  margin: 0;
  color: gray;
  font-size: 1.125rem;
}

.kss-section__modifiers {
  margin: 0 auto;
}
.kss-section__modifiers .c-menu-toggler {
  display: block;
}

.kss-modifiers__modifier {
  margin-bottom: 3rem;
}

.kss-modifiers__heading {
  margin: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  border-bottom: 1px solid #eee;
  color: #005366;
}

.kss-modifiers__name {
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 0.75rem;
  background: #ffffff;
}
.kss-modifiers__name code {
  color: #c36;
}

.kss-modifiers__description {
  margin-bottom: 1.5em;
}

.kss-modifiers__example {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
}
.kss-modifiers__example p {
  margin-bottom: 0;
}
.kss-modifiers__example:after {
  content: "";
  display: table;
  clear: both;
}
.kss-modifiers__example:last-child {
  margin-bottom: 0;
}

.kss-section__markup summary {
  cursor: pointer;
  text-align: right;
  font-weight: bold;
}
.kss-section__markup ::-webkit-details-marker {
  display: none;
}
.kss-section__markup pre[class*=language-] {
  margin: 0;
}

.kss-colors-container {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 35.5625em) {
  .kss-colors-container {
    margin-left: -10px;
  }
}

.kss-color {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 2px;
}
@media only screen and (min-width: 35.5625em) {
  .kss-color {
    flex-basis: 20%;
    flex-grow: 1;
    width: auto;
    height: 300px;
    margin-left: 10px;
  }
}

.kss-color .kss-parameters__description {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #ffffff;
}

.kss-color__name {
  display: block;
  min-height: 22px;
  font-size: 1.3125em;
  font-weight: bold;
}
.kss-color__name:empty {
  display: none;
}

.kss-color__var,
.kss-color__code {
  display: block;
  font-size: 1.3125em;
}

.kss-color .kss-parameters__name {
  display: none;
}
