﻿@charset "UTF-8";

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.kb-breakpoint-s::before {
  content: "640px";
}

.kb-breakpoint-m::before {
  content: "960px";
}

.kb-breakpoint-l::before {
  content: "1200px";
}

.kb-breakpoint-xl::before {
  content: "1600px";
}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

input[type="submit" i] {
  -webkit-appearance: none;
}


/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.kb-link-muted,
.kb-link-muted a {
  color: #8f919e;
}

a.kb-link-muted:hover,
.kb-link-muted a:hover,
.kb-link-toggle:hover .kb-link-muted,
.kb-link-toggle:focus .kb-link-muted {
  color: #323247;
}

/* Text
 ========================================================================== */
a.kb-link-text,
.kb-link-text a {
  color: inherit;
}

a.kb-link-text:hover,
.kb-link-text a:hover,
.kb-link-toggle:hover .kb-link-text,
.kb-link-toggle:focus .kb-link-text {
  color: #8f919e;
}

/* Heading
 ========================================================================== */
a.kb-link-heading,
.kb-link-heading a {
  color: inherit;
}

a.kb-link-heading:hover,
.kb-link-heading a:hover,
.kb-link-toggle:hover .kb-link-heading,
.kb-link-toggle:focus .kb-link-heading {
  color: #05c896;
  text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.kb-link-reset,
.kb-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
.kb-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

.kb-link-toggle:focus {
  outline: none;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
.kb-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.kb-heading-medium {
  font-size: 2.875rem;
  line-height: 1.1;
}

.kb-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.kb-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.kb-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .kb-heading-small {
    font-size: 3.25rem;
  }
  .kb-heading-medium {
    font-size: 3.75rem;
  }
  .kb-heading-large {
    font-size: 4rem;
  }
  .kb-heading-xlarge {
    font-size: 6rem;
  }
  .kb-heading-2xlarge {
    font-size: 8rem;
  }
}

/* Laptop and bigger */
@media (min-width: 1200px) {
  .kb-heading-medium {
    font-size: 4rem;
  }
  .kb-heading-large {
    font-size: 6rem;
  }
  .kb-heading-xlarge {
    font-size: 8rem;
  }
  .kb-heading-2xlarge {
    font-size: 11rem;
  }
}

/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.kb-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
.kb-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.kb-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.kb-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
.kb-heading-line > * {
  display: inline-block;
  position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.kb-heading-line > ::before,
.kb-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.kb-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

.kb-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*='uk-divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + [class*='uk-divider'] {
  margin-top: 20px;
}

/* Icon
 ========================================================================== */
.kb-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.kb-divider-icon::before,
.kb-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}

.kb-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

.kb-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.kb-divider-small {
  line-height: 0;
}

/* 2 */
.kb-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

/* Vertical
 ========================================================================== */
.kb-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.kb-list {
  padding: 0;
  list-style: none;
}

/*
 * Micro clearfix
 */
.kb-list > li::before,
.kb-list > li::after {
  content: "";
  display: table;
}

.kb-list > li::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-list > li > :last-child {
  margin-bottom: 0;
}

/*
 * Nested lists
 */
.kb-list ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}

/*
 * Style
 */
.kb-list > li:nth-child(n+2),
.kb-list > li > ul {
  margin-top: 10px;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.kb-list-divider > li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.kb-list-striped > li {
  padding: 10px 10px;
}

.kb-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.kb-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}

.kb-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
.kb-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 10px);
}

.kb-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23323247%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 1 */
  display: block;
}

/* Size modifier
 ========================================================================== */
.kb-list-large > li:nth-child(n+2),
.kb-list-large > li > ul {
  margin-top: 20px;
}

/*
 * Divider
 */
.kb-list-large.kb-list-divider > li:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

/*
 * Striped
 */
.kb-list-large.kb-list-striped > li {
  padding: 20px 10px;
}

.kb-list-large.kb-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.kb-list-large.kb-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

.kb-list {
  margin: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.kb-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

.kb-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.kb-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.kb-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + .kb-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.kb-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #8f919e;
  text-transform: uppercase;
}

/* Cell
 ========================================================================== */
.kb-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.kb-table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.kb-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
.kb-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #8f919e;
}

/* Alignment modifier
 ========================================================================== */
.kb-table-middle,
.kb-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.kb-table-divider > tr:not(:first-child),
.kb-table-divider > :not(:first-child) > tr,
.kb-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #ebecee;
}

/*
 * Striped
 */
.kb-table-striped > tr:nth-of-type(odd),
.kb-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
.kb-table-hover > tr:hover,
.kb-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
.kb-table > tr.kb-active,
.kb-table tbody tr.kb-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
.kb-table-small th,
.kb-table-small td {
  padding: 10px 12px;
}

.kb-table-large th,
.kb-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.kb-table-justify th:first-child,
.kb-table-justify td:first-child {
  padding-left: 0;
}

.kb-table-justify th:last-child,
.kb-table-justify td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
.kb-table-shrink {
  width: 1px;
}

.kb-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.kb-table-link {
  padding: 0 !important;
}

.kb-table-link > a {
  display: block;
  padding: 16px 12px;
}

.kb-table-small .kb-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .kb-table-responsive,
  .kb-table-responsive tbody,
  .kb-table-responsive th,
  .kb-table-responsive td,
  .kb-table-responsive tr {
    display: block;
  }
  .kb-table-responsive thead {
    display: none;
  }
  .kb-table-responsive th,
  .kb-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .kb-table-responsive th:not(:first-child):not(.kb-table-link),
  .kb-table-responsive td:not(:first-child):not(.kb-table-link),
  .kb-table-responsive .kb-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .kb-table-responsive th:not(:last-child):not(.kb-table-link),
  .kb-table-responsive td:not(:last-child):not(.kb-table-link),
  .kb-table-responsive .kb-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .kb-table-justify.kb-table-responsive th,
  .kb-table-justify.kb-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}

table {
  font-size: 0.875rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
}

table > tr:not(:first-child),
table > :not(:first-child) > tr,
table > :first-child > tr:not(:first-child) {
  border-top: 1px solid #ebecee;
}

table tbody tr {
  transition: background-color .1s linear;
}

table th,
table td {
  padding: 10px 12px;
}

table td {
  vertical-align: top;
}

table th {
  text-align: left;
  vertical-align: bottom;
}

/*table th:first-child,
table td:first-child {
  padding-left: 0;
}

table th:last-child,
table td:last-child {
  padding-right: 0;
}*/

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.kb-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.kb-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.kb-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.kb-icon:not(.kb-preserve) [fill*='#']:not(.kb-preserve) {
  fill: currentcolor;
}

.kb-icon:not(.kb-preserve) [stroke*='#']:not(.kb-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.kb-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.kb-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.kb-icon-link {
  color: #8f919e;
}

.kb-icon-link:hover,
.kb-icon-link:focus {
  color: #323247;
  outline: none;
}

/* OnClick + Active */
.kb-icon-link:active,
.kb-active > .kb-icon-link {
  color: #272738;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.kb-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #8f919e;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover + Focus */
.kb-icon-button:hover,
.kb-icon-button:focus {
  background-color: #ebebeb;
  color: #323247;
  outline: none;
}

/* OnClick + Active */
.kb-icon-button:active,
.kb-active > .kb-icon-button {
  background-color: #dfdfdf;
  color: #323247;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.kb-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0;
}

/* Focus */
.kb-range:focus {
  outline: none;
}

.kb-range::-moz-focus-outer {
  border: none;
}

/* IE11 Reset */
.kb-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.kb-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.kb-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

.kb-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}

/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.kb-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Firefox */
.kb-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Edge */
.kb-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}

/* IE11 */
.kb-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Edge + IE11 */
.kb-range::-ms-tooltip {
  display: none;
}

/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.kb-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.kb-range:focus::-webkit-slider-runnable-track,
.kb-range:active::-webkit-slider-runnable-track {
  background: #d2d2d2;
}

/* Firefox */
.kb-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.kb-range:focus::-moz-range-track {
  background: #d2d2d2;
}

/* Edge */
.kb-range::-ms-fill-lower,
.kb-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.kb-range:focus::-ms-fill-lower,
.kb-range:focus::-ms-fill-upper {
  background: #d2d2d2;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.kb-input,
.kb-select,
.kb-textarea,
.kb-radio,
.kb-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.kb-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.kb-select {
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.kb-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.kb-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.kb-input[type="search"]::-webkit-search-cancel-button,
.kb-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.kb-input[type="number"]::-webkit-inner-spin-button,
.kb-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.kb-input::-moz-placeholder,
.kb-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.kb-radio:not(:disabled),
.kb-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
.kb-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.kb-input,
.kb-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.kb-input,
.kb-select,
.kb-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #323247;
  border: solid 1px #e5e5e5;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.kb-input,
.kb-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */
.kb-input:not(input),
.kb-select:not(select) {
  line-height: 38px;
}

/*
 * Multi-line
 */
.kb-select[multiple],
.kb-select[size],
.kb-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

/* Focus */
.kb-input:focus,
.kb-select:focus,
.kb-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #323247;
  border-color: #05c896;
}

/* Disabled */
.kb-input:disabled,
.kb-select:disabled,
.kb-textarea:disabled {
  background-color: #f8f8f8;
  color: #8f919e;
  border-color: #e5e5e5;
}

/*
 * Placeholder
 */
.kb-input::-ms-input-placeholder {
  color: #8f919e !important;
}

.kb-input::placeholder {
  color: #8f919e;
}

.kb-textarea::-ms-input-placeholder {
  color: #8f919e !important;
}

.kb-textarea::placeholder {
  color: #8f919e;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.kb-form-small {
  font-size: 0.875rem;
}

.kb-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.kb-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */
.kb-form-large {
  font-size: 1.125rem;
}

.kb-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

.kb-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.kb-form-danger,
.kb-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}

/*
 * Success
 */
.kb-form-success,
.kb-form-success:focus {
  color: #403e56;
  border-color: #403e56;
}

/*
 * Blank
 */
.kb-form-blank {
  background: none;
  border-color: transparent;
}

.kb-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.kb-form-width-xsmall {
  width: 50px;
}

select.kb-form-width-xsmall {
  width: 75px;
}

.kb-form-width-small {
  width: 130px;
}

.kb-form-width-medium {
  width: 200px;
}

.kb-form-width-large {
  width: 500px;
}

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.kb-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23323247%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23323247%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* 3 */
.kb-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

/* 4 */
.kb-select:not([multiple]):not([size]) option {
  color: #444;
}

/*
 * Disabled
 */
.kb-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%238f919e%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%238f919e%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.kb-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.kb-input[list]:hover,
.kb-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23323247%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */
.kb-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.kb-radio,
.kb-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

.kb-radio {
  border-radius: 50%;
}

/* Focus */
.kb-radio:focus,
.kb-checkbox:focus {
  outline: none;
  border-color: #05c896;
}

/*
 * Checked
 */
.kb-radio:checked,
.kb-checkbox:checked,
.kb-checkbox:indeterminate {
  background-color: #05c896;
  border-color: transparent;
}

/* Focus */
.kb-radio:checked:focus,
.kb-checkbox:checked:focus,
.kb-checkbox:indeterminate:focus {
  background-color: #049671;
}

/*
 * Icons
 */
.kb-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.kb-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.kb-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */
.kb-radio:disabled,
.kb-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

.kb-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%238f919e%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.kb-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%238f919e%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.kb-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%238f919e%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.kb-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.375rem;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.kb-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.kb-form-custom select,
.kb-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

.kb-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/* Label
 ========================================================================== */
.kb-form-label {
  color: #333;
  font-size: 0.875rem;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.kb-form-stacked .kb-form-label {
  display: block;
  margin-bottom: 5px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .kb-form-horizontal .kb-form-label {
    display: block;
    margin-bottom: 5px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-form-horizontal .kb-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .kb-form-horizontal .kb-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .kb-form-horizontal .kb-form-controls-text {
    padding-top: 7px;
  }
}

/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.kb-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #8f919e;
}

/*
 * Required for `a`.
 */
.kb-form-icon:hover {
  color: #323247;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.kb-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */
.kb-form-icon:not(.kb-form-icon-flip) ~ .kb-input {
  padding-left: 40px !important;
}

/*
 * Position modifier
 */
.kb-form-icon-flip {
  right: 0;
  left: auto;
}

.kb-form-icon-flip ~ .kb-input {
  padding-right: 40px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.kb-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  border-radius: 30px;
}

.kb-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.kb-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */
.kb-button:hover {
  /* 9 */
  text-decoration: none;
}

/* Focus */
.kb-button:focus {
  outline: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.kb-button-default {
  background-color: transparent;
  color: #222;
  border: 1px solid #222;
}

/* Hover + Focus */
.kb-button-default:hover,
.kb-button-default:focus {
  background-color: #222;
  color: #fff;
  border-color: #222;
}

/* OnClick + Active */
.kb-button-default:active,
.kb-button-default.kb-active {
  background-color: #222;
  color: #fff;
  border-color: #222;
}

/*
 * Primary
 */
.kb-button-primary {
  background-color: #05c896;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
.kb-button-primary:hover,
.kb-button-primary:focus {
  background-color: #04af83;
  color: #fff;
}

/* OnClick + Active */
.kb-button-primary:active,
.kb-button-primary.kb-active {
  background-color: #049671;
  color: #fff;
}

/*
 * Secondary
 */
.kb-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
.kb-button-secondary:hover,
.kb-button-secondary:focus {
  background-color: #151515;
  color: #fff;
}

/* OnClick + Active */
.kb-button-secondary:active,
.kb-button-secondary.kb-active {
  background-color: #090909;
  color: #fff;
}

/*
 * Danger
 */
.kb-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
.kb-button-danger:hover,
.kb-button-danger:focus {
  background-color: #ee395b;
  color: #fff;
}

/* OnClick + Active */
.kb-button-danger:active,
.kb-button-danger.kb-active {
  background-color: #ec2147;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.kb-button-default:disabled,
.kb-button-primary:disabled,
.kb-button-secondary:disabled,
.kb-button-danger:disabled {
  background-color: transparent;
  color: #8f919e;
  border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
.kb-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}

.kb-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.kb-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}

.kb-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right 0.3s ease-out;
}

/* Hover + Focus */
.kb-button-text:hover,
.kb-button-text:focus {
  color: #333;
}

.kb-button-text:hover::before,
.kb-button-text:focus::before {
  right: 0;
}

/* Disabled */
.kb-button-text:disabled {
  color: #8f919e;
}

.kb-button-text:disabled::before {
  display: none;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.kb-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}

/* Hover + Focus */
.kb-button-link:hover,
.kb-button-link:focus {
  color: #0f6ecd;
  text-decoration: underline;
}

/* Disabled */
.kb-button-link:disabled {
  color: #8f919e;
  text-decoration: none;
}

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.kb-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

.kb-button-warning {
  background-color: #fbc418;
  color: #fff;
  border: 1px solid transparent;
}

.kb-button-warning:hover,
.kb-button-warning:focus {
  background-color: #ebb304;
  color: #fff;
}

.kb-button-warning:active,
.kb-button-warning.kb-active {
  background-color: #ebb304;
  color: #fff;
}

.kb-button-success {
  background-color: #403e56;
  color: #fff;
  border: 1px solid transparent;
}

.kb-button-success:hover,
.kb-button-success:focus {
  background-color: #353347;
  color: #fff;
}

.kb-button-success:active,
.kb-button-success.kb-active {
  background-color: #353347;
  color: #fff;
}

.kb-button-primary-outline {
  background-color: transparent;
  color: #05c896;
  border: 1px solid #05c896;
}

.kb-button-primary-outline:hover,
.kb-button-primary-outline:focus {
  background-color: #05c896;
  color: #fff;
  border: 1px solid #05c896;
}

.kb-button-primary-outline:active,
.kb-button-primary-outline.kb-active {
  background-color: #05c896;
  color: #fff;
  border: 1px solid #05c896;
}

.kb-button-danger-outline {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}

.kb-button-danger-outline:hover,
.kb-button-danger-outline:focus {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid #f0506e;
}

.kb-button-danger-outline:active,
.kb-button-danger-outline.kb-active {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid #f0506e;
}

.kb-button-success-outline {
  background-color: transparent;
  color: #403e56;
  border: 1px solid #403e56;
}

.kb-button-success-outline:hover,
.kb-button-success-outline:focus {
  background-color: #403e56;
  color: #fff;
  border: 1px solid #403e56;
}

.kb-button-success-outline:active,
.kb-button-success-outline.kb-active {
  background-color: #403e56;
  color: #fff;
  border: 1px solid #403e56;
}

.kb-button-warning-outline {
  background-color: transparent;
  color: #fbc418;
  border: 1px solid #fbc418;
}

.kb-button-warning-outline:hover,
.kb-button-warning-outline:focus {
  background-color: #fbc418;
  color: #fff;
  border: 1px solid #fbc418;
}

.kb-button-warning-outline:active,
.kb-button-warning-outline.kb-active {
  background-color: #fbc418;
  color: #fff;
  border: 1px solid #fbc418;
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.kb-section {
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .kb-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*
 * Micro clearfix
 */
.kb-section::before,
.kb-section::after {
  content: "";
  display: table;
}

.kb-section::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.kb-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.kb-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.kb-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/*
 * XLarge
 */
.kb-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.kb-section-default {
  background: #fff;
}

/*
 * Muted
 */
.kb-section-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
.kb-section-primary {
  background: #05c896;
}

/*
 * Secondary
 */
.kb-section-secondary {
  background: #222;
}

.kb-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 100%;
  /*margin-left: auto;
  margin-right: auto;*/
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
 * Micro clearfix
 */
.kb-container::before,
.kb-container::after {
  content: "";
  display: table;
}

.kb-container::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.kb-container .kb-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */
/*.kb-container-xsmall {
  max-width: 750px;
}

.kb-container-small {
  max-width: 900px;
}

.kb-container-large {
  max-width: 1600px;
}*/

.kb-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.kb-container-expand-left {
  margin-left: 0;
}

.kb-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-container-expand-left.kb-container-xsmall,
  .kb-container-expand-right.kb-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .kb-container-expand-left.kb-container-small,
  .kb-container-expand-right.kb-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-container-expand-left,
  .kb-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .kb-container-expand-left.kb-container-xsmall,
  .kb-container-expand-right.kb-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .kb-container-expand-left.kb-container-small,
  .kb-container-expand-right.kb-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .kb-container-expand-left.kb-container-large,
  .kb-container-expand-right.kb-container-large {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}

/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.kb-container-item-padding-remove-left,
.kb-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.kb-container-item-padding-remove-left {
  margin-left: -15px;
}

.kb-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-container-item-padding-remove-left,
  .kb-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .kb-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .kb-container-item-padding-remove-right {
    margin-right: -30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-container-item-padding-remove-left,
  .kb-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .kb-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .kb-container-item-padding-remove-right {
    margin-right: -40px;
  }
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.kb-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.kb-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.kb-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.kb-grid {
  margin-left: -30px;
}

.kb-grid > * {
  padding-left: 30px;
}

/* Vertical */
.kb-grid + .kb-grid,
.kb-grid > .kb-grid-margin,
* + .kb-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .kb-grid {
    margin-left: -40px;
  }
  .kb-grid > * {
    padding-left: 40px;
  }
  /* Vertical */
  .kb-grid + .kb-grid,
  .kb-grid > .kb-grid-margin,
  * + .kb-grid-margin {
    margin-top: 40px;
  }
}

/*
 * Small
 */
/* Horizontal */
.kb-grid-small,
.kb-grid-column-small {
  margin-left: -15px;
}

.kb-grid-small > *,
.kb-grid-column-small > * {
  padding-left: 15px;
}

/* Vertical */
.kb-grid + .kb-grid-small,
.kb-grid + .kb-grid-row-small,
.kb-grid-small > .kb-grid-margin,
.kb-grid-row-small > .kb-grid-margin,
* + .kb-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.kb-grid-medium,
.kb-grid-column-medium {
  margin-left: -30px;
}

.kb-grid-medium > *,
.kb-grid-column-medium > * {
  padding-left: 30px;
}

/* Vertical */
.kb-grid + .kb-grid-medium,
.kb-grid + .kb-grid-row-medium,
.kb-grid-medium > .kb-grid-margin,
.kb-grid-row-medium > .kb-grid-margin,
* + .kb-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.kb-grid-large,
.kb-grid-column-large {
  margin-left: -40px;
}

.kb-grid-large > *,
.kb-grid-column-large > * {
  padding-left: 40px;
}

/* Vertical */
.kb-grid + .kb-grid-large,
.kb-grid + .kb-grid-row-large,
.kb-grid-large > .kb-grid-margin,
.kb-grid-row-large > .kb-grid-margin,
* + .kb-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .kb-grid-large,
  .kb-grid-column-large {
    margin-left: -70px;
  }
  .kb-grid-large > *,
  .kb-grid-column-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .kb-grid + .kb-grid-large,
  .kb-grid + .kb-grid-row-large,
  .kb-grid-large > .kb-grid-margin,
  .kb-grid-row-large > .kb-grid-margin,
  * + .kb-grid-margin-large {
    margin-top: 70px;
  }
}

/*
 * Collapse
 */
/* Horizontal */
.kb-grid-collapse,
.kb-grid-column-collapse {
  margin-left: 0;
}

.kb-grid-collapse > *,
.kb-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */
.kb-grid + .kb-grid-collapse,
.kb-grid + .kb-grid-row-collapse,
.kb-grid-collapse > .kb-grid-margin,
.kb-grid-row-collapse > .kb-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.kb-grid-divider > * {
  position: relative;
}

.kb-grid-divider > :not(.kb-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.kb-grid-divider.kb-grid-stack > .kb-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.kb-grid-divider {
  margin-left: -60px;
}

.kb-grid-divider > * {
  padding-left: 60px;
}

.kb-grid-divider > :not(.kb-first-column)::before {
  left: 30px;
}

/* Vertical */
.kb-grid-divider.kb-grid-stack > .kb-grid-margin {
  margin-top: 60px;
}

.kb-grid-divider.kb-grid-stack > .kb-grid-margin::before {
  top: -30px;
  left: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .kb-grid-divider {
    margin-left: -80px;
  }
  .kb-grid-divider > * {
    padding-left: 80px;
  }
  .kb-grid-divider > :not(.kb-first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .kb-grid-divider.kb-grid-stack > .kb-grid-margin {
    margin-top: 80px;
  }
  .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}

/*
 * Small
 */
/* Horizontal */
.kb-grid-divider.kb-grid-small,
.kb-grid-divider.kb-grid-column-small {
  margin-left: -30px;
}

.kb-grid-divider.kb-grid-small > *,
.kb-grid-divider.kb-grid-column-small > * {
  padding-left: 30px;
}

.kb-grid-divider.kb-grid-small > :not(.kb-first-column)::before,
.kb-grid-divider.kb-grid-column-small > :not(.kb-first-column)::before {
  left: 15px;
}

/* Vertical */
.kb-grid-divider.kb-grid-small.kb-grid-stack > .kb-grid-margin,
.kb-grid-divider.kb-grid-row-small.kb-grid-stack > .kb-grid-margin {
  margin-top: 30px;
}

.kb-grid-divider.kb-grid-small.kb-grid-stack > .kb-grid-margin::before {
  top: -15px;
  left: 30px;
}

.kb-grid-divider.kb-grid-row-small.kb-grid-stack > .kb-grid-margin::before {
  top: -15px;
}

.kb-grid-divider.kb-grid-column-small.kb-grid-stack > .kb-grid-margin::before {
  left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.kb-grid-divider.kb-grid-medium,
.kb-grid-divider.kb-grid-column-medium {
  margin-left: -60px;
}

.kb-grid-divider.kb-grid-medium > *,
.kb-grid-divider.kb-grid-column-medium > * {
  padding-left: 60px;
}

.kb-grid-divider.kb-grid-medium > :not(.kb-first-column)::before,
.kb-grid-divider.kb-grid-column-medium > :not(.kb-first-column)::before {
  left: 30px;
}

/* Vertical */
.kb-grid-divider.kb-grid-medium.kb-grid-stack > .kb-grid-margin,
.kb-grid-divider.kb-grid-row-medium.kb-grid-stack > .kb-grid-margin {
  margin-top: 60px;
}

.kb-grid-divider.kb-grid-medium.kb-grid-stack > .kb-grid-margin::before {
  top: -30px;
  left: 60px;
}

.kb-grid-divider.kb-grid-row-medium.kb-grid-stack > .kb-grid-margin::before {
  top: -30px;
}

.kb-grid-divider.kb-grid-column-medium.kb-grid-stack > .kb-grid-margin::before {
  left: 60px;
}

/*
 * Large
 */
/* Horizontal */
.kb-grid-divider.kb-grid-large,
.kb-grid-divider.kb-grid-column-large {
  margin-left: -80px;
}

.kb-grid-divider.kb-grid-large > *,
.kb-grid-divider.kb-grid-column-large > * {
  padding-left: 80px;
}

.kb-grid-divider.kb-grid-large > :not(.kb-first-column)::before,
.kb-grid-divider.kb-grid-column-large > :not(.kb-first-column)::before {
  left: 40px;
}

/* Vertical */
.kb-grid-divider.kb-grid-large.kb-grid-stack > .kb-grid-margin,
.kb-grid-divider.kb-grid-row-large.kb-grid-stack > .kb-grid-margin {
  margin-top: 80px;
}

.kb-grid-divider.kb-grid-large.kb-grid-stack > .kb-grid-margin::before {
  top: -40px;
  left: 80px;
}

.kb-grid-divider.kb-grid-row-large.kb-grid-stack > .kb-grid-margin::before {
  top: -40px;
}

.kb-grid-divider.kb-grid-column-large.kb-grid-stack > .kb-grid-margin::before {
  left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .kb-grid-divider.kb-grid-large,
  .kb-grid-divider.kb-grid-column-large {
    margin-left: -140px;
  }
  .kb-grid-divider.kb-grid-large > *,
  .kb-grid-divider.kb-grid-column-large > * {
    padding-left: 140px;
  }
  .kb-grid-divider.kb-grid-large > :not(.kb-first-column)::before,
  .kb-grid-divider.kb-grid-column-large > :not(.kb-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .kb-grid-divider.kb-grid-large.kb-grid-stack > .kb-grid-margin,
  .kb-grid-divider.kb-grid-row-large.kb-grid-stack > .kb-grid-margin {
    margin-top: 140px;
  }
  .kb-grid-divider.kb-grid-large.kb-grid-stack > .kb-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .kb-grid-divider.kb-grid-row-large.kb-grid-stack > .kb-grid-margin::before {
    top: -70px;
  }
  .kb-grid-divider.kb-grid-column-large.kb-grid-stack > .kb-grid-margin::before {
    left: 140px;
  }
}

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.kb-grid-match > *,
.kb-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.kb-grid-match > * > :not([class*='uk-width']),
.kb-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Tile
 ========================================================================== */
.kb-tile {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*
 * Micro clearfix
 */
.kb-tile::before,
.kb-tile::after {
  content: "";
  display: table;
}

.kb-tile::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-tile > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.kb-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.kb-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.kb-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/*
 * XLarge
 */
.kb-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.kb-tile-default {
  background: #fff;
}

/*
 * Muted
 */
.kb-tile-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
.kb-tile-primary {
  background: #05c896;
}

/*
 * Secondary
 */
.kb-tile-secondary {
  background: #222;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.kb-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}

/* Sections
 ========================================================================== */
.kb-card-body {
  padding: 30px 30px;
}

.kb-card-body > p {
  font-size: 0.875rem;
}

.kb-card-body > span {
  color: #05c896;
}

.kb-card-header {
  padding: 15px 30px;
}

.kb-card-footer {
  padding: 15px 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-card-body {
    padding: 50px 40px;
  }
  .kb-card-header {
    padding: 20px 40px;
  }
  .kb-card-footer {
    padding: 20px 40px;
  }
}

/*
 * Micro clearfix
 */
.kb-card-body::before,
.kb-card-body::after,
.kb-card-header::before,
.kb-card-header::after,
.kb-card-footer::before,
.kb-card-footer::after {
  content: "";
  display: table;
}

.kb-card-body::after,
.kb-card-header::after,
.kb-card-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-card-body > :last-child,
.kb-card-header > :last-child,
.kb-card-footer > :last-child {
  margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.kb-card-title {
  font-size: 1.375rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */
.kb-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

/*
 * Remove margin from adjacent element
 */
.kb-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.kb-card-hover:not(.kb-card-default):not(.kb-card-primary):not(.kb-card-secondary):hover {
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.kb-card-default {
  background: #fff;
  color: #8f919e;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.kb-card-default .kb-card-title {
  color: #323247;
}

.kb-card-default.kb-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.kb-card-default .kb-card-header {
  border-bottom: 1px solid #e5e5e5;
}

.kb-card-default .kb-card-footer {
  border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */
.kb-card-primary {
  background: #05c896;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.kb-card-primary .kb-card-title {
  color: #fff;
}

.kb-card-primary.kb-card-hover:hover {
  background-color: #05c896;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

/*
 * Secondary
 */
.kb-card-secondary {
  background: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.kb-card-secondary .kb-card-title {
  color: #fff;
}

.kb-card-secondary.kb-card-hover:hover {
  background-color: #222;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.kb-card-small.kb-card-body,
.kb-card-small .kb-card-body {
  padding: 25px 25px;
}

.kb-card-small .kb-card-header {
  padding: 13px 20px;
}

.kb-card-small .kb-card-footer {
  padding: 13px 20px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-card-large.kb-card-body,
  .kb-card-large .kb-card-body {
    padding: 70px 70px;
  }
  .kb-card-large .kb-card-header {
    padding: 35px 70px;
  }
  .kb-card-large .kb-card-footer {
    padding: 35px 70px;
  }
}

.kb-position-cover {
  z-index: 1;
}

.card-category h3:nth-child(2n) {
  margin-top: 0 !important;
}

.card-post .kb-card-header {
  padding-top: 40px;
  padding-bottom: 0;
  border-bottom: none;
}

.card-post .kb-card-header .avatar {
  width: 40px;
}

.card-post .kb-card-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-post .kb-card-footer {
  padding-bottom: 36px;
  padding-top: 0;
  border-top: none;
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.kb-close {
  color: #8f919e;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

/* Hover + Focus */
.kb-close:hover,
.kb-close:focus {
  color: #323247;
  outline: none;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.kb-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

/*
 * Circle
 */
.kb-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.kb-totop {
  padding: 5px;
  color: #8f919e;
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.kb-totop:hover,
.kb-totop:focus {
  color: #323247;
  outline: none;
}

/* OnClick */
.kb-totop:active {
  color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.kb-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}

/* Hover + Focus */
.kb-marker:hover,
.kb-marker:focus {
  color: #fff;
  outline: none;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.kb-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #323247;
  border-radius: 5px;
}

/* Add margin if adjacent element */
* + .kb-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.kb-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.kb-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */
.kb-alert-close:first-child + * {
  margin-top: 0;
}

/*
 * Hover + Focus
 */
.kb-alert-close:hover,
.kb-alert-close:focus {
  color: inherit;
  opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.kb-alert-primary {
  background: #bdf0e3;
  color: #05c896;
}

/*
 * Success
 */
.kb-alert-success {
  background: #d0cfd5;
  color: #403e56;
}

/*
 * Warning
 */
.kb-alert-warning {
  background: #fef2cb;
  color: #fbc418;
}

/*
 * Danger
 */
.kb-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

.kb-alert h1,
.kb-alert h2,
.kb-alert h3,
.kb-alert h4,
.kb-alert h5,
.kb-alert h6 {
  color: inherit;
}

.kb-alert a:not([class]) {
  color: inherit !important;
  border-bottom-color: inherit !important;
}

.kb-alert a:not([class]):hover {
  color: inherit !important;
  border-bottom-color: inherit !important;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.kb-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #05c896;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*
 * Required for `a`
 */
.kb-badge:hover,
.kb-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.kb-label {
  display: inline-block;
  padding: 2px 10px;
  background: #05c896;
  line-height: 1.5;
  font-size: 0.8125rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 20px;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.kb-label-success {
  background-color: #403e56;
  color: #fff;
}

/*
 * Warning
 */
.kb-label-warning {
  background-color: #fbc418;
  color: #fff;
}

/*
 * Danger
 */
.kb-label-danger {
  background-color: #f0506e;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.kb-overlay {
  padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */
.kb-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.kb-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.kb-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix
 */
.kb-article::before,
.kb-article::after {
  content: "";
  display: table;
}

.kb-article::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-article > :last-child {
  margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
.kb-article + .kb-article {
  margin-top: 70px;
}

/* Title
 ========================================================================== */
.kb-article-title {
  font-size: 2.125rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-article-title {
    font-size: 2.25rem;
  }
}

/* Meta
 ========================================================================== */
.kb-article-meta {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #8f919e;
}

.kb-article-meta a {
  color: #8f919e;
}

.kb-article-meta a:hover {
  color: #05c896;
}

.kb-article-meta .avatar {
  margin-right: 15px;
  max-width: 36px;
}


/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.kb-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.kb-comment-header {
  margin-bottom: 20px;
}

/*
 * Micro clearfix
 */
.kb-comment-body::before,
.kb-comment-body::after,
.kb-comment-header::before,
.kb-comment-header::after {
  content: "";
  display: table;
}

.kb-comment-body::after,
.kb-comment-header::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-comment-body > :last-child,
.kb-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.kb-comment-title {
  font-size: 1.125rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */
.kb-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #8f919e;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.kb-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */
.kb-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.kb-comment-list .kb-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
  .kb-comment-list .kb-comment ~ ul {
    padding-left: 100px;
  }
}

/* Adjacent siblings */
.kb-comment-list .kb-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

/* Style modifier
 ========================================================================== */
.kb-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.kb-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.kb-search-input::-webkit-search-cancel-button,
.kb-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.kb-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.kb-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #323247;
}

.kb-search-input:focus {
  outline: none;
}

/* Placeholder */
.kb-search-input:-ms-input-placeholder {
  color: #6e747c !important;
}

.kb-search-input::placeholder {
  color: #6e747c;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.kb-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.kb-search .kb-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #6e747c;
}

/*
 * Required for `a`.
 */
.kb-search .kb-search-icon:hover {
  color: #6e747c;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.kb-search .kb-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.kb-search .kb-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
.kb-search-default {
  width: 180px;
}

/*
 * Input
 */
.kb-search-default .kb-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: #fff;
  border: 1px solid #f5f5f5;
}

/* Focus */
.kb-search-default .kb-search-input:focus {
  background-color: #fff;
}

/*
 * Icon
 */
.kb-search-default .kb-search-icon {
  width: 40px;
}

.kb-search-default .kb-search-icon:not(.kb-search-icon-flip) ~ .kb-search-input {
  padding-left: 40px;
}

.kb-search-default .kb-search-icon-flip ~ .kb-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.kb-search-navbar {
  width: 400px;
}

/*
 * Input
 */
.kb-search-navbar .kb-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.375rem;
}

/*
 * Icon
 */
.kb-search-navbar .kb-search-icon {
  width: 40px;
}

.kb-search-navbar .kb-search-icon:not(.kb-search-icon-flip) ~ .kb-search-input {
  padding-left: 40px;
}

.kb-search-navbar .kb-search-icon-flip ~ .kb-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.kb-search-large {
  width: 500px;
}

/*
 * Input
 */
.kb-search-large .kb-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.25rem;
}

/*
 * Icon
 */
.kb-search-large .kb-search-icon {
  width: 80px;
}

.kb-search-large .kb-search-icon:not(.kb-search-icon-flip) ~ .kb-search-input {
  padding-left: 80px;
}

.kb-search-large .kb-search-icon-flip ~ .kb-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.kb-search-toggle {
  color: #8f919e;
}

/* Hover + Focus */
.kb-search-toggle:hover,
.kb-search-toggle:focus {
  color: #323247;
}

.awesomplete [hidden], #search-results {
  display: none;
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete mark {
  background: inherit;
  color: inherit;
}

.awesomplete li:hover mark {
  background: inherit;
  color: #05c896;
}

.awesomplete li[aria-selected="true"] mark {
  background: inherit;
  color: #05c896;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}

.awesomplete > ul:empty {
  display: none;
}

.awesomplete > ul > li {
  position: relative;
  padding: 18px 36px;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: #f8f8f8;
  color: #05c896;
}

.awesomplete > ul > li[aria-selected="true"] {
  background: #f8f8f8;
  color: #05c896;
}

.kb-search-navbar .awesomplete > ul {
  margin-top: 16px;
}

.kb-search-navbar .awesomplete > ul > li {
  padding: 0.75rem 1.1875rem;
}

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em;
  }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.kb-nav,
.kb-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 2 */
.kb-nav li > a {
  display: block;
  text-decoration: none;
}

/* 3 */
.kb-nav li > a:focus {
  outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.kb-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.kb-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.kb-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */
.kb-nav-sub a {
  padding: 2px 0;
}

/* Parent icon modifier
 ========================================================================== */
.kb-nav-parent-icon > .kb-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23323247%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.kb-nav-parent-icon > .kb-parent.kb-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23323247%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Header
 ========================================================================== */
.kb-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.kb-nav-header:not(:first-child) {
  margin-top: 20px;
}

/* Divider
 ========================================================================== */
.kb-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
.kb-nav-default {
  font-size: 0.875rem;
}

/*
 * Items
 */
.kb-nav-default > li > a {
  color: #8f919e;
}

/* Hover + Focus */
.kb-nav-default > li > a:hover,
.kb-nav-default > li > a:focus {
  color: #323247;
}

/* Active */
.kb-nav-default > li.kb-active > a {
  color: #333;
}

/*
 * Header
 */
.kb-nav-default .kb-nav-header {
  color: #333;
}

/*
 * Divider
 */
.kb-nav-default .kb-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.kb-nav-default .kb-nav-sub a {
  color: #8f919e;
}

.kb-nav-default .kb-nav-sub a:hover,
.kb-nav-default .kb-nav-sub a:focus {
  color: #323247;
}

.kb-nav-default .kb-nav-sub li.kb-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.kb-nav-primary > li > a {
  font-size: 1.375rem;
  line-height: 1.5;
  color: #8f919e;
}

/* Hover + Focus */
.kb-nav-primary > li > a:hover,
.kb-nav-primary > li > a:focus {
  color: #323247;
}

/* Active */
.kb-nav-primary > li.kb-active > a {
  color: #333;
}

/*
 * Header
 */
.kb-nav-primary .kb-nav-header {
  color: #333;
}

/*
 * Divider
 */
.kb-nav-primary .kb-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.kb-nav-primary .kb-nav-sub a {
  color: #8f919e;
}

.kb-nav-primary .kb-nav-sub a:hover,
.kb-nav-primary .kb-nav-sub a:focus {
  color: #323247;
}

.kb-nav-primary .kb-nav-sub li.kb-active > a {
  color: #333;
}

/* Alignment modifier
 ========================================================================== */
.kb-nav-center {
  text-align: center;
}

/* Sublists */
.kb-nav-center .kb-nav-sub,
.kb-nav-center .kb-nav-sub ul {
  padding-left: 0;
}

/* Parent icon modifier  */
.kb-nav-center.kb-nav-parent-icon > .kb-parent > a::after {
  position: absolute;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.kb-navbar {
  display: flex;
  /* 1 */
  position: relative;
  font-weight: 500;
}

.kb-navbar .kb-drop {
  width: 360px;
}

.kb-navbar .kb-search-navbar .kb-search-input {
  height: 50px;
  font-size: 1.0625rem;
  padding-left: 1.1875rem;
  background: #fff;
}

/* Container
 ========================================================================== */
.kb-navbar-container:not(.kb-navbar-transparent) {
  background: #fff;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.kb-navbar-container > ::before,
.kb-navbar-container > ::after {
  display: none !important;
}

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.kb-navbar-left,
.kb-navbar-right,
.kb-navbar-center,
.kb-navbar-center-left > *,
.kb-navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.kb-navbar-right {
  margin-left: auto;
}

.kb-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}

.kb-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */
.kb-navbar-center-left,
.kb-navbar-center-right {
  position: absolute;
  top: 0;
}

.kb-navbar-center-left {
  right: 100%;
}

.kb-navbar-center-right {
  left: 100%;
}

[class*='uk-navbar-center-'] {
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.kb-navbar-nav {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.kb-navbar-left,
.kb-navbar-right,
.kb-navbar-center:only-child {
  flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.kb-navbar-nav > li > a,
.kb-navbar-item,
.kb-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 3 */
  font-size: 0.9375rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  text-decoration: none;
}

/*
 * Nav items
 */
.kb-navbar-nav > li > a {
  color: #323247;
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.kb-navbar-nav > li:hover > a,
.kb-navbar-nav > li > a:focus,
.kb-navbar-nav > li > a.kb-open {
  color: #05c896;
  outline: none;
}

/* OnClick */
.kb-navbar-nav > li > a:active {
  color: #333;
}

/* Active */
.kb-navbar-nav > li.kb-active > a {
  color: #05c896;
}

/* Item
 ========================================================================== */
.kb-navbar-item {
  color: #323247;
}

/* Toggle
 ========================================================================== */
.kb-navbar-toggle {
  color: #323247;
}

.kb-navbar-toggle:hover,
.kb-navbar-toggle:focus,
.kb-navbar-toggle.kb-open {
  color: #05c896;
  outline: none;
  text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.kb-navbar-subtitle {
  font-size: 0.875rem;
}

/* Style modifiers
 ========================================================================== */
.kb-navbar-sticky {
  border-bottom: solid 1px #f5f5f5;
}

/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.kb-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #323247;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Show */
.kb-navbar-dropdown.kb-open {
  display: block;
}

/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*='uk-navbar-dropdown-top'] {
  margin-top: -1px;
}

[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 1px;
}

[class*='uk-navbar-dropdown-left'] {
  margin-left: -1px;
}

[class*='uk-navbar-dropdown-right'] {
  margin-left: 1px;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.kb-navbar-dropdown-grid {
  margin-left: -50px;
}

.kb-navbar-dropdown-grid > * {
  padding-left: 50px;
}

/* Gutter Vertical */
.kb-navbar-dropdown-grid > .kb-grid-margin {
  margin-top: 50px;
}

/* Stack */
.kb-navbar-dropdown-stack .kb-navbar-dropdown-grid > * {
  width: 100% !important;
}

/*
 * Width modifier
 */
.kb-navbar-dropdown-width-2:not(.kb-navbar-dropdown-stack) {
  width: 400px;
}

.kb-navbar-dropdown-width-3:not(.kb-navbar-dropdown-stack) {
  width: 600px;
}

.kb-navbar-dropdown-width-4:not(.kb-navbar-dropdown-stack) {
  width: 800px;
}

.kb-navbar-dropdown-width-5:not(.kb-navbar-dropdown-stack) {
  width: 1000px;
}

/*
 * Dropbar modifier
 */
.kb-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.kb-navbar-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */
.kb-navbar-dropdown-nav > li > a {
  color: #323247;
}

/* Hover + Focus */
.kb-navbar-dropdown-nav > li > a:hover,
.kb-navbar-dropdown-nav > li > a:focus {
  color: #05c896;
}

/* Active */
.kb-navbar-dropdown-nav > li.kb-active > a {
  color: #05c896;
}

/*
 * Header
 */
.kb-navbar-dropdown-nav .kb-nav-header {
  color: #333;
}

/*
 * Divider
 */
.kb-navbar-dropdown-nav .kb-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.kb-navbar-dropdown-nav .kb-nav-sub a {
  color: #8f919e;
}

.kb-navbar-dropdown-nav .kb-nav-sub a:hover,
.kb-navbar-dropdown-nav .kb-nav-sub a:focus {
  color: #323247;
}

.kb-navbar-dropdown-nav .kb-nav-sub li.kb-active > a {
  color: #333;
}

/* Dropbar
 ========================================================================== */
.kb-navbar-dropbar {
  background: #fff;
}

/*
 * Slide modifier
 */
.kb-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

.kb-navbar-item .kb-button {
  padding: 0 22px;
  line-height: 34px;
}

.kb-navbar-container > .kb-container .kb-navbar-left {
  margin-left: -15px;
}

.kb-navbar-container > .kb-container .kb-navbar-right {
  margin-right: -15px;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.kb-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.kb-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.kb-subnav > * > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #8f919e;
  font-size: 0.875rem;
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover + Focus */
.kb-subnav > * > a:hover,
.kb-subnav > * > a:focus {
  color: #323247;
  text-decoration: none;
  outline: none;
}

/* Active */
.kb-subnav > .kb-active > a {
  color: #323247;
}

/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.kb-subnav-divider > * {
  /* 1 */
  display: flex;
  align-items: center;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5;
}

/* Pill modifier
 ========================================================================== */
.kb-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #8f919e;
}

/* Hover + Focus */
.kb-subnav-pill > * > a:hover,
.kb-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #323247;
}

/* OnClick */
.kb-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #323247;
}

/* Active */
.kb-subnav-pill > .kb-active > a {
  background-color: #05c896;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.kb-subnav > .kb-disabled > a {
  color: #8f919e;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
.kb-breadcrumb {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.kb-breadcrumb > * {
  flex: none;
}

/* Items
 ========================================================================== */
.kb-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #8f919e;
}

/* Hover + Focus */
.kb-breadcrumb > * > :hover,
.kb-breadcrumb > * > :focus {
  color: #323247;
  text-decoration: none;
}

/* Disabled */
/* Active */
.kb-breadcrumb > :last-child > * {
  color: #323247;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #8f919e;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.kb-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.kb-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.kb-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: #323247;
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.kb-pagination > * > :hover,
.kb-pagination > * > :focus {
  color: #323247;
  text-decoration: none;
}

/* Active */
.kb-pagination > .kb-active > * {
  color: #323247;
}

/* Disabled */
.kb-pagination > .kb-disabled > * {
  color: #8f919e;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.kb-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}

.kb-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.kb-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.kb-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #8f919e;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.kb-tab > * > a:hover,
.kb-tab > * > a:focus {
  color: #323247;
  text-decoration: none;
}

/* Active */
.kb-tab > .kb-active > a {
  color: #333;
  border-color: #05c896;
}

/* Disabled */
.kb-tab > .kb-disabled > a {
  color: #8f919e;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.kb-tab-bottom::before {
  top: 0;
  bottom: auto;
}

.kb-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
.kb-tab-left,
.kb-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */
.kb-tab-left > *,
.kb-tab-right > * {
  padding-left: 0;
}

.kb-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.kb-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.kb-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}

.kb-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}

.kb-tab .kb-dropdown {
  margin-left: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.kb-slidenav {
  padding: 5px 10px;
  color: rgba(50, 50, 71, 0.5);
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.kb-slidenav:hover,
.kb-slidenav:focus {
  color: rgba(50, 50, 71, 0.9);
  outline: none;
}

/* OnClick */
.kb-slidenav:active {
  color: rgba(50, 50, 71, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.kb-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.kb-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.kb-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.kb-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.kb-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(50, 50, 71, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

/* Hover + Focus */
.kb-dotnav > * > :hover,
.kb-dotnav > * > :focus {
  background-color: rgba(50, 50, 71, 0.6);
  outline: none;
  border-color: transparent;
}

/* OnClick */
.kb-dotnav > * > :active {
  background-color: rgba(50, 50, 71, 0.2);
  border-color: transparent;
}

/* Active */
.kb-dotnav > .kb-active > * {
  background-color: rgba(50, 50, 71, 0.6);
  border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.kb-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
.kb-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.kb-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.kb-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
.kb-thumbnav > * > * {
  display: inline-block;
  position: relative;
}

.kb-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.1s ease-in-out;
}

/* Hover + Focus */
.kb-thumbnav > * > :hover,
.kb-thumbnav > * > :focus {
  outline: none;
}

.kb-thumbnav > * > :hover::after,
.kb-thumbnav > * > :focus::after {
  background-color: transparent;
}

/* Active */
.kb-thumbnav > .kb-active > *::after {
  background-color: transparent;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.kb-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */
.kb-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.kb-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
.kb-accordion > :nth-child(n+2) {
  margin-top: 16px;
}

/* Title
 ========================================================================== */
.kb-accordion-title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #05c896;
  overflow: hidden;
  border: solid 1px #ebecee;
  border-radius: 8px;
  padding: 20px;
  font-weight: 500;
}

.kb-accordion-title::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%2305c896' stroke-width='1.03' points='16 7 10 13 4 7' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f1fffb;
  border-radius: 20px;
}

.kb-open > .kb-accordion-title::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%2305c896' stroke-width='1.03' points='4 13 10 7 16 13' /%3E%3C/svg%3E");
}

/* Hover + Focus */
.kb-accordion-title:hover,
.kb-accordion-title:focus {
  color: #05c896;
  text-decoration: none;
  outline: none;
}

/* Content
 ========================================================================== */
.kb-accordion-content {
  margin-top: 16px;
  padding: 20px;
}

/*
 * Micro clearfix
 */
.kb-accordion-content::before,
.kb-accordion-content::after {
  content: "";
  display: table;
}

.kb-accordion-content::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.kb-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.kb-drop.kb-open {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-drop-top'] {
  margin-top: -20px;
}

[class*='uk-drop-bottom'] {
  margin-top: 20px;
}

[class*='uk-drop-left'] {
  margin-left: -20px;
}

[class*='uk-drop-right'] {
  margin-left: 20px;
}

/* Grid modifiers
 ========================================================================== */
.kb-drop-stack .kb-drop-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.kb-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #323247;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Show */
.kb-dropdown.kb-open {
  display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.kb-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem;
}

/*
 * Items
 */
.kb-dropdown-nav > li > a {
  color: #8f919e;
}

/* Hover + Focus + Active */
.kb-dropdown-nav > li > a:hover,
.kb-dropdown-nav > li > a:focus,
.kb-dropdown-nav > li.kb-active > a {
  color: #323247;
}

/*
 * Header
 */
.kb-dropdown-nav .kb-nav-header {
  color: #333;
}

/*
 * Divider
 */
.kb-dropdown-nav .kb-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.kb-dropdown-nav .kb-nav-sub a {
  color: #8f919e;
}

.kb-dropdown-nav .kb-nav-sub a:hover,
.kb-dropdown-nav .kb-nav-sub a:focus,
.kb-dropdown-nav .kb-nav-sub li.kb-active > a {
  color: #323247;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] {
  margin-top: -10px;
}

[class*='uk-dropdown-bottom'] {
  margin-top: 10px;
}

[class*='uk-dropdown-left'] {
  margin-left: -10px;
}

[class*='uk-dropdown-right'] {
  margin-left: 10px;
}

/* Grid modifiers
 ========================================================================== */
.kb-dropdown-stack .kb-dropdown-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.kb-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-modal {
    padding: 50px 30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
 * Open
 */
.kb-modal.kb-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.kb-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.kb-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.kb-open > .kb-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.kb-modal-container .kb-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.kb-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.kb-modal-full .kb-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
.kb-modal-body {
  padding: 30px 30px;
}

.kb-modal-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.kb-modal-footer {
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

/*
 * Micro clearfix
 */
.kb-modal-body::before,
.kb-modal-body::after,
.kb-modal-header::before,
.kb-modal-header::after,
.kb-modal-footer::before,
.kb-modal-footer::after {
  content: "";
  display: table;
}

.kb-modal-body::after,
.kb-modal-header::after,
.kb-modal-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-modal-body > :last-child,
.kb-modal-header > :last-child,
.kb-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.kb-modal-title {
  font-size: 1.6875rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.kb-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}

.kb-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .kb-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}

/*
 * Full
 */
.kb-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.kb-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.kb-lightbox.kb-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.kb-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.kb-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */
.kb-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

/* 6 */
.kb-lightbox-items > :focus {
  outline: none;
}

.kb-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.kb-lightbox-items > .kb-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */
.kb-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.kb-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.kb-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
.kb-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.kb-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*
 * Hover
 */
.kb-lightbox-button:hover {
  color: #fff;
}

/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.kb-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.kb-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.kb-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.kb-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y;
}

/* 6 */
.kb-slideshow-items > :focus {
  outline: none;
}

/*
 * Hide not active items
 */
.kb-slideshow-items > :not(.kb-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.kb-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.kb-slider-container {
  /* 1 */
  overflow: hidden;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.kb-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.kb-slider-items:not(.kb-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.kb-slider-items.kb-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */
.kb-slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/* 4 */
.kb-slider-items > :focus {
  outline: none;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.kb-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
 * Faster animations
 */
.kb-sticky[class*='uk-animation-'] {
  animation-duration: 0.2s;
}

.kb-sticky.kb-animation-reverse {
  animation-duration: 0.2s;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.kb-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.kb-offcanvas-flip .kb-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.kb-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -320px;
  /* 2 */
  box-sizing: border-box;
  width: 320px;
  padding: 20px 20px;
  background: #fff;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-weight: 500;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}

/* Flip modifier */
.kb-offcanvas-flip .kb-offcanvas-bar {
  left: auto;
  right: -320px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-offcanvas-flip .kb-offcanvas-bar {
    right: -350px;
  }
}

/*
 * Open
 */
.kb-open > .kb-offcanvas-bar {
  left: 0;
}

.kb-offcanvas-flip .kb-open > .kb-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.kb-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.kb-offcanvas-flip .kb-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.kb-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.kb-offcanvas-reveal .kb-offcanvas-bar {
  /* 4 */
  left: 0;
}

.kb-offcanvas-flip .kb-offcanvas-reveal .kb-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.kb-open > .kb-offcanvas-reveal {
  width: 320px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-open > .kb-offcanvas-reveal {
    width: 350px;
  }
}

/*
 * Flip modifier
 */
.kb-offcanvas-flip .kb-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.kb-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.kb-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.kb-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.kb-offcanvas-overlay.kb-open::before {
  opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.kb-offcanvas-page,
.kb-offcanvas-container {
  overflow-x: hidden;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.kb-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.kb-offcanvas-flip).kb-offcanvas-container-animation {
  left: 320px;
}

.kb-offcanvas-flip.kb-offcanvas-container-animation {
  left: -320px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.kb-offcanvas-flip).kb-offcanvas-container-animation {
    left: 350px;
  }
  .kb-offcanvas-flip.kb-offcanvas-container-animation {
    left: -350px;
  }
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.kb-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.kb-switcher > :not(.kb-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */
.kb-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.kb-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.kb-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}

/*
 * Hide if media does not match
 */
.kb-leader-fill.kb-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */
.kb-leader-fill-content::before {
  content: ".";
}

:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.kb-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.kb-iconnav > * {
  /* 1 */
  padding-left: 10px;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.kb-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #8f919e;
}

/* Hover + Focus */
.kb-iconnav > * > a:hover,
.kb-iconnav > * > a:focus {
  color: #323247;
  outline: none;
}

/* Active */
.kb-iconnav > .kb-active > a {
  color: #323247;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.kb-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}

/* 2 */
.kb-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.kb-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
.kb-notification-top-right,
.kb-notification-bottom-right {
  left: auto;
  right: 10px;
}

.kb-notification-top-center,
.kb-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.kb-notification-bottom-left,
.kb-notification-bottom-right,
.kb-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .kb-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

/* Message
========================================================================== */
.kb-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #323247;
  font-size: 1.125rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .kb-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.kb-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.kb-notification-message:hover .kb-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.kb-notification-message-primary {
  color: #05c896;
}

/*
 * Success
 */
.kb-notification-message-success {
  color: #403e56;
}

/*
 * Warning
 */
.kb-notification-message-warning {
  color: #fbc418;
}

/*
 * Danger
 */
.kb-notification-message-danger {
  color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.kb-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 4 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

/* Show */
.kb-tooltip.kb-active {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: -10px;
}

[class*='uk-tooltip-bottom'] {
  margin-top: 10px;
}

[class*='uk-tooltip-left'] {
  margin-left: -10px;
}

[class*='uk-tooltip-right'] {
  margin-left: 10px;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.kb-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */
* + .kb-placeholder {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.kb-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
.kb-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f8f8f8;
  /* 6 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}

/* Add margin if adjacent element */
* + .kb-progress {
  margin-top: 20px;
}

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.kb-progress:indeterminate {
  color: transparent;
}

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.kb-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}

/* 2 */
.kb-progress:indeterminate::-moz-progress-bar {
  width: 0;
}

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.kb-progress::-webkit-progress-value {
  background-color: #05c896;
  transition: width 0.6s ease;
}

.kb-progress::-moz-progress-bar {
  background-color: #05c896;
}

.kb-progress::-ms-fill {
  background-color: #05c896;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.kb-sortable {
  position: relative;
}

/*
 * Deactivate pointer-events on SVGs in Safari
 */
.kb-sortable svg {
  pointer-events: none;
}

/*
 * Remove margin from the last-child
 */
.kb-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */
.kb-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.kb-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.kb-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.kb-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/*
 * 1. Center numbers and separators vertically
 */
.kb-countdown-number,
.kb-countdown-separator {
  /* 1 */
  line-height: 0.8;
}

/* Number
 ========================================================================== */
.kb-countdown-number {
  font-size: 2rem;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-countdown-number {
    font-size: 4rem;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-countdown-number {
    font-size: 6rem;
  }
}

/* Separator
 ========================================================================== */
.kb-countdown-separator {
  font-size: 1rem;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-countdown-separator {
    font-size: 2rem;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-countdown-separator {
    font-size: 3rem;
  }
}

/* Label
 ========================================================================== */
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.kb-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.kb-animation-scale-up {
  animation-name: uk-fade-scale-02;
}

.kb-animation-scale-down {
  animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
.kb-animation-slide-top {
  animation-name: uk-fade-top;
}

.kb-animation-slide-bottom {
  animation-name: uk-fade-bottom;
}

.kb-animation-slide-left {
  animation-name: uk-fade-left;
}

.kb-animation-slide-right {
  animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
.kb-animation-slide-top-small {
  animation-name: uk-fade-top-small;
}

.kb-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
}

.kb-animation-slide-left-small {
  animation-name: uk-fade-left-small;
}

.kb-animation-slide-right-small {
  animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
.kb-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
}

.kb-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
}

.kb-animation-slide-left-medium {
  animation-name: uk-fade-left-medium;
}

.kb-animation-slide-right-medium {
  animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
.kb-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
.kb-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.kb-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s;
}

/* Direction modifier
 ========================================================================== */
.kb-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.kb-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.kb-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.kb-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.kb-animation-toggle:focus {
  outline: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}

/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

.kb-child-width-1-2 > * {
  width: 50%;
}

.kb-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.kb-child-width-1-4 > * {
  width: 25%;
}

.kb-child-width-1-5 > * {
  width: 20%;
}

.kb-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.kb-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.kb-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-child-width-1-1\@s > * {
    width: 100%;
  }
  .kb-child-width-1-2\@s > * {
    width: 50%;
  }
  .kb-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .kb-child-width-1-4\@s > * {
    width: 25%;
  }
  .kb-child-width-1-5\@s > * {
    width: 20%;
  }
  .kb-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .kb-child-width-auto\@s > * {
    width: auto;
  }
  .kb-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-child-width-1-1\@m > * {
    width: 100%;
  }
  .kb-child-width-1-2\@m > * {
    width: 50%;
  }
  .kb-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .kb-child-width-1-4\@m > * {
    width: 25%;
  }
  .kb-child-width-1-5\@m > * {
    width: 20%;
  }
  .kb-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .kb-child-width-auto\@m > * {
    width: auto;
  }
  .kb-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-child-width-1-1\@l > * {
    width: 100%;
  }
  .kb-child-width-1-2\@l > * {
    width: 50%;
  }
  .kb-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .kb-child-width-1-4\@l > * {
    width: 25%;
  }
  .kb-child-width-1-5\@l > * {
    width: 20%;
  }
  .kb-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .kb-child-width-auto\@l > * {
    width: auto;
  }
  .kb-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-child-width-1-1\@xl > * {
    width: 100%;
  }
  .kb-child-width-1-2\@xl > * {
    width: 50%;
  }
  .kb-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .kb-child-width-1-4\@xl > * {
    width: 25%;
  }
  .kb-child-width-1-5\@xl > * {
    width: 20%;
  }
  .kb-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .kb-child-width-auto\@xl > * {
    width: auto;
  }
  .kb-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.kb-width-1-2 {
  width: 50%;
}

/* Thirds */
.kb-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.kb-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */
.kb-width-1-4 {
  width: 25%;
}

.kb-width-3-4 {
  width: 75%;
}

/* Fifths */
.kb-width-1-5 {
  width: 20%;
}

.kb-width-2-5 {
  width: 40%;
}

.kb-width-3-5 {
  width: 60%;
}

.kb-width-4-5 {
  width: 80%;
}

/* Sixths */
.kb-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.kb-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */
.kb-width-small {
  width: 150px;
}

.kb-width-medium {
  width: 300px;
}

.kb-width-large {
  width: 450px;
}

.kb-width-xlarge {
  width: 600px;
}

.kb-width-xxlarge {
  width: 750px;
}

/* Auto */
.kb-width-auto {
  width: auto;
}

/* Expand */
.kb-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .kb-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .kb-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .kb-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .kb-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .kb-width-1-4\@s {
    width: 25%;
  }
  .kb-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .kb-width-1-5\@s {
    width: 20%;
  }
  .kb-width-2-5\@s {
    width: 40%;
  }
  .kb-width-3-5\@s {
    width: 60%;
  }
  .kb-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .kb-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .kb-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .kb-width-small\@s {
    width: 150px;
  }
  .kb-width-medium\@s {
    width: 300px;
  }
  .kb-width-large\@s {
    width: 450px;
  }
  .kb-width-xlarge\@s {
    width: 600px;
  }
  .kb-width-xxlarge\@s {
    width: 750px;
  }
  /* Auto */
  .kb-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .kb-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .kb-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .kb-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .kb-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .kb-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .kb-width-1-4\@m {
    width: 25%;
  }
  .kb-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .kb-width-1-5\@m {
    width: 20%;
  }
  .kb-width-2-5\@m {
    width: 40%;
  }
  .kb-width-3-5\@m {
    width: 60%;
  }
  .kb-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .kb-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .kb-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .kb-width-small\@m {
    width: 150px;
  }
  .kb-width-medium\@m {
    width: 300px;
  }
  .kb-width-large\@m {
    width: 450px;
  }
  .kb-width-xlarge\@m {
    width: 600px;
  }
  .kb-width-xxlarge\@m {
    width: 750px;
  }
  /* Auto */
  .kb-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .kb-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .kb-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .kb-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .kb-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .kb-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .kb-width-1-4\@l {
    width: 25%;
  }
  .kb-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .kb-width-1-5\@l {
    width: 20%;
  }
  .kb-width-2-5\@l {
    width: 40%;
  }
  .kb-width-3-5\@l {
    width: 60%;
  }
  .kb-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .kb-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .kb-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .kb-width-small\@l {
    width: 150px;
  }
  .kb-width-medium\@l {
    width: 300px;
  }
  .kb-width-large\@l {
    width: 450px;
  }
  .kb-width-xlarge\@l {
    width: 600px;
  }
  .kb-width-xxlarge\@l {
    width: 750px;
  }
  /* Auto */
  .kb-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .kb-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .kb-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .kb-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .kb-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .kb-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .kb-width-1-4\@xl {
    width: 25%;
  }
  .kb-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .kb-width-1-5\@xl {
    width: 20%;
  }
  .kb-width-2-5\@xl {
    width: 40%;
  }
  .kb-width-3-5\@xl {
    width: 60%;
  }
  .kb-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .kb-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .kb-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .kb-width-small\@xl {
    width: 150px;
  }
  .kb-width-medium\@xl {
    width: 300px;
  }
  .kb-width-large\@xl {
    width: 450px;
  }
  .kb-width-xlarge\@xl {
    width: 600px;
  }
  .kb-width-xxlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .kb-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .kb-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.kb-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.kb-height-viewport {
  min-height: 100vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.kb-height-small {
  height: 150px;
}

.kb-height-medium {
  height: 300px;
}

.kb-height-large {
  height: 450px;
}

.kb-height-max-small {
  max-height: 150px;
}

.kb-height-max-medium {
  max-height: 300px;
}

.kb-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.kb-text-lead {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #8f919e;
}

.kb-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #8f919e;
}

.kb-text-meta a {
  color: #8f919e;
}

.kb-text-meta a:hover {
  color: #323247;
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.kb-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.kb-text-large {
  font-size: 1.375rem;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.kb-text-light {
  font-weight: 300;
}

.kb-text-normal {
  font-weight: 400;
}

.kb-text-bold {
  font-weight: 700;
}

.kb-text-lighter {
  font-weight: lighter;
}

.kb-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.kb-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.kb-text-capitalize {
  text-transform: capitalize !important;
}

.kb-text-uppercase {
  text-transform: uppercase !important;
}

.kb-text-lowercase {
  text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */
.kb-text-muted {
  color: #8f919e !important;
}

.kb-text-emphasis {
  color: #333 !important;
}

.kb-text-primary {
  color: #05c896 !important;
}

.kb-text-secondary {
  color: #222 !important;
}

.kb-text-success {
  color: #403e56 !important;
}

.kb-text-warning {
  color: #fbc418 !important;
}

.kb-text-danger {
  color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.kb-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #05c896 !important;
}

@supports (-webkit-background-clip: text) {
  .kb-text-background {
    background-color: #05c896;
  }
}

/* Alignment modifiers
 ========================================================================== */
.kb-text-left {
  text-align: left !important;
}

.kb-text-right {
  text-align: right !important;
}

.kb-text-center {
  text-align: center !important;
}

.kb-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-text-left\@s {
    text-align: left !important;
  }
  .kb-text-right\@s {
    text-align: right !important;
  }
  .kb-text-center\@s {
    text-align: center !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-text-left\@m {
    text-align: left !important;
  }
  .kb-text-right\@m {
    text-align: right !important;
  }
  .kb-text-center\@m {
    text-align: center !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-text-left\@l {
    text-align: left !important;
  }
  .kb-text-right\@l {
    text-align: right !important;
  }
  .kb-text-center\@l {
    text-align: center !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-text-left\@xl {
    text-align: left !important;
  }
  .kb-text-right\@xl {
    text-align: right !important;
  }
  .kb-text-center\@xl {
    text-align: center !important;
  }
}

/*
 * Vertical
 */
.kb-text-top {
  vertical-align: top !important;
}

.kb-text-middle {
  vertical-align: middle !important;
}

.kb-text-bottom {
  vertical-align: bottom !important;
}

.kb-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.kb-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.kb-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.kb-text-truncate,
td.kb-text-truncate {
  max-width: 0;
}

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.kb-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}

/* 3 */
th.kb-text-break,
td.kb-text-break {
  word-break: break-all;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='uk-column-'] {
    column-gap: 40px;
  }
}

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.kb-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-column-divider {
    column-gap: 80px;
  }
}

/* Width modifiers
 ========================================================================== */
.kb-column-1-2 {
  column-count: 2;
}

.kb-column-1-3 {
  column-count: 3;
}

.kb-column-1-4 {
  column-count: 4;
}

.kb-column-1-5 {
  column-count: 5;
}

.kb-column-1-6 {
  column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-column-1-2\@s {
    column-count: 2;
  }
  .kb-column-1-3\@s {
    column-count: 3;
  }
  .kb-column-1-4\@s {
    column-count: 4;
  }
  .kb-column-1-5\@s {
    column-count: 5;
  }
  .kb-column-1-6\@s {
    column-count: 6;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-column-1-2\@m {
    column-count: 2;
  }
  .kb-column-1-3\@m {
    column-count: 3;
  }
  .kb-column-1-4\@m {
    column-count: 4;
  }
  .kb-column-1-5\@m {
    column-count: 5;
  }
  .kb-column-1-6\@m {
    column-count: 6;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-column-1-2\@l {
    column-count: 2;
  }
  .kb-column-1-3\@l {
    column-count: 3;
  }
  .kb-column-1-4\@l {
    column-count: 4;
  }
  .kb-column-1-5\@l {
    column-count: 5;
  }
  .kb-column-1-6\@l {
    column-count: 6;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-column-1-2\@xl {
    column-count: 2;
  }
  .kb-column-1-3\@xl {
    column-count: 3;
  }
  .kb-column-1-4\@xl {
    column-count: 4;
  }
  .kb-column-1-5\@xl {
    column-count: 5;
  }
  .kb-column-1-6\@xl {
    column-count: 6;
  }
}

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.kb-column-span {
  column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.kb-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

iframe.kb-cover {
  pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.kb-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.kb-background-default {
  background-color: #fff;
}

.kb-background-muted {
  background-color: #f8f8f8;
}

.kb-background-primary {
  background-color: #05c896;
}

.kb-background-secondary {
  background-color: #222;
}

/* Size
 ========================================================================== */
.kb-background-cover,
.kb-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.kb-background-cover {
  background-size: cover;
}

.kb-background-contain {
  background-size: contain;
}

/* Position
 ========================================================================== */
.kb-background-top-left {
  background-position: 0 0;
}

.kb-background-top-center {
  background-position: 50% 0;
}

.kb-background-top-right {
  background-position: 100% 0;
}

.kb-background-center-left {
  background-position: 0 50%;
}

.kb-background-center-center {
  background-position: 50% 50%;
}

.kb-background-center-right {
  background-position: 100% 50%;
}

.kb-background-bottom-left {
  background-position: 0 100%;
}

.kb-background-bottom-center {
  background-position: 50% 100%;
}

.kb-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.kb-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.kb-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .kb-background-fixed {
    background-attachment: scroll;
  }
}

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .kb-background-image\@s {
    background-image: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .kb-background-image\@m {
    background-image: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .kb-background-image\@l {
    background-image: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
  .kb-background-image\@xl {
    background-image: none !important;
  }
}

/* Blend modes
 ========================================================================== */
.kb-background-blend-multiply {
  background-blend-mode: multiply;
}

.kb-background-blend-screen {
  background-blend-mode: screen;
}

.kb-background-blend-overlay {
  background-blend-mode: overlay;
}

.kb-background-blend-darken {
  background-blend-mode: darken;
}

.kb-background-blend-lighten {
  background-blend-mode: lighten;
}

.kb-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.kb-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.kb-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.kb-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.kb-background-blend-difference {
  background-blend-mode: difference;
}

.kb-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.kb-background-blend-hue {
  background-blend-mode: hue;
}

.kb-background-blend-saturation {
  background-blend-mode: saturation;
}

.kb-background-blend-color {
  background-blend-mode: color;
}

.kb-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px;
}

* + [class*='uk-align'] {
  margin-top: 30px;
}

/*
 * Center
 */
.kb-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
.kb-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.kb-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .kb-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .kb-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .kb-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .kb-align-left,
  .kb-align-left\@s,
  .kb-align-left\@m,
  .kb-align-left\@l {
    margin-right: 40px;
  }
  .kb-align-right,
  .kb-align-right\@s,
  .kb-align-right\@m,
  .kb-align-right\@l {
    margin-left: 40px;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .kb-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}

/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.kb-svg,
.kb-svg:not(.kb-preserve) [fill*='#']:not(.kb-preserve) {
  fill: currentcolor;
}

.kb-svg:not(.kb-preserve) [stroke*='#']:not(.kb-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.kb-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.kb-panel {
  position: relative;
  box-sizing: border-box;
}

/*
 * Micro clearfix
 */
.kb-panel::before,
.kb-panel::after {
  content: "";
  display: table;
}

.kb-panel::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.kb-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.kb-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.kb-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.kb-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.kb-float-left {
  float: left;
}

.kb-float-right {
  float: right;
}

/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.kb-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.kb-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.kb-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */
.kb-resize {
  resize: both;
}

.kb-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.kb-display-block {
  display: block !important;
}

.kb-display-inline {
  display: inline !important;
}

.kb-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.kb-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.kb-preserve-width,
.kb-preserve-width canvas,
.kb-preserve-width img,
.kb-preserve-width svg,
.kb-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.kb-responsive-width,
.kb-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.kb-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.kb-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
.kb-border-circle {
  border-radius: 50%;
}

.kb-border-pill {
  border-radius: 500px;
}

.kb-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.kb-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.kb-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.kb-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.kb-box-shadow-large {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.kb-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out;
}

.kb-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.kb-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.kb-box-shadow-hover-large:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.kb-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
  .kb-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .kb-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
  }
  /* 3 */
  .kb-box-shadow-bottom > * {
    position: relative;
  }
}

/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.kb-dropcap::first-letter,
.kb-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {
  .kb-dropcap::first-letter,
  .kb-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}

/* 3 */
@supports (-ms-ime-align: auto) {
  .kb-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}

/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.kb-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #323247;
  /* 1 */
  text-decoration: none;
  font-weight: 700;
}

/* Hover + Focus */
.kb-logo:hover,
.kb-logo:focus {
  color: #323247;
  outline: none;
  /* 1 */
  text-decoration: none;
}

.kb-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.kb-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.kb-drag,
.kb-drag * {
  cursor: move;
}

/* 2 */
.kb-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.kb-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.kb-blend-multiply {
  mix-blend-mode: multiply;
}

.kb-blend-screen {
  mix-blend-mode: screen;
}

.kb-blend-overlay {
  mix-blend-mode: overlay;
}

.kb-blend-darken {
  mix-blend-mode: darken;
}

.kb-blend-lighten {
  mix-blend-mode: lighten;
}

.kb-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.kb-blend-color-burn {
  mix-blend-mode: color-burn;
}

.kb-blend-hard-light {
  mix-blend-mode: hard-light;
}

.kb-blend-soft-light {
  mix-blend-mode: soft-light;
}

.kb-blend-difference {
  mix-blend-mode: difference;
}

.kb-blend-exclusion {
  mix-blend-mode: exclusion;
}

.kb-blend-hue {
  mix-blend-mode: hue;
}

.kb-blend-saturation {
  mix-blend-mode: saturation;
}

.kb-blend-color {
  mix-blend-mode: color;
}

.kb-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.kb-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.kb-transform-origin-top-left {
  transform-origin: 0 0;
}

.kb-transform-origin-top-center {
  transform-origin: 50% 0;
}

.kb-transform-origin-top-right {
  transform-origin: 100% 0;
}

.kb-transform-origin-center-left {
  transform-origin: 0 50%;
}

.kb-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.kb-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.kb-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.kb-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

.border-xlight {
  border: solid 1px #f5f5f5;
}

.border-light {
  border: solid 1px #ebecee;
}

.border {
  border: solid 1px #e5e5e5;
}

.border-radius-medium {
  border-radius: 12px;
}

.border-radius-large {
  border-radius: 16px;
}

.remove-underline,
.remove-underline:hover {
  text-decoration: none;
}

.kb-container.kb-container-xsmall {
  max-width: 700px;
}

.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-forward:active,
.hvr-forward:focus,
.hvr-forward:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.hvr-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-back:hover,
.hvr-back:focus,
.hvr-back:active {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

.social-networks {
  margin-top: 70px;
}

.container-xxsmall {
  max-width: 560px;
}

.sidebar-fixed-width {
  width: 260px;
}

.sidebar-docs {
  width: 220px;
  padding-right: 40px;
  top: 80px;/*112px;*/
  bottom: 70px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sidebar-docs > h5 {
  margin: 15px 0 0;
}

.sidebar-docs > h5:first-child {
  margin-top: 17px;
}

@media (min-width: 1200px) {
  .sidebar-fixed-width {
    width: 360px;
  }
  .sidebar-docs {
    width: 290px;
    padding-right: 70px;
  }
}

ul.doc-nav {
  padding-left: 14px;
  margin-top: 5px;
}

.doc-nav > li.kb-active > a {
  position: relative;
}

.doc-nav > li.kb-active > a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -14px;
  width: 7px;
  border-top: 1px solid #05c896;
}

.hero-image {
  margin-top: -28px;
  margin-bottom: 30px;
}

.hero-image img {
  max-height: 220px;
}

.kb-section .kb-h1 {
  margin-bottom: 12px;
}

.kb-section .kb-text-lead {
  margin: 0;
}

.section-hero {
  z-index: 10;
}

.section-hero .hero-search {
  margin: 60px auto 0 auto;
}

.section-hero .hero-search .kb-search-input {
  height: 80px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-style: normal;
  padding-left: 36px;
}

.section-hero .hero-search .kb-search-input:focus {
  background: #ffffff;
}

.section-hero .hero-search .kb-search-icon {
  width: 70px;
}

.section-hero .hero-search .kb-search-icon svg {
  width: 31px;
  height: auto;
}

.section-hero .kb-text-lead {
  font-size: 1.25rem;
  color: #686c7b;
}

@media (min-width: 640px) {
  .section-videos div[class^="uk-child-width-1-1"] .kb-card {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 960px) {
  .section-videos div[class^="uk-child-width-1-1"] .kb-card {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.section-featured .kb-accordion > :nth-child(n+2) {
  margin-top: 16px;
}

.section-featured a {
  display: block;
  font-size: 1.125rem;
  overflow: hidden;
  border: solid 1px #ebecee;
  border-radius: 8px;
  padding: 20px;
  font-weight: 500;
  color: #05c896;
}

.section-featured a::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%2305c896' stroke-width='1.03' points='7 4 13 10 7 16' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f1fffb;
  border-radius: 20px;
}

.section-featured a:hover {
  text-decoration: none;
  color: #05c896;
}

.section-team .kb-slider-items li {
  opacity: .7;
}

.section-team .kb-slider-items li.kb-active {
  opacity: 1;
}

.section-team .kb-grid > div {
  width: 128px;
}

.section-team .kb-card img {
  max-width: 86px;
}

#markdown-toc {
  padding: 0 0 0 20px;
  border-left: solid 2px #d9dde0;
  list-style: none;
  margin-bottom: 40px;
}

#markdown-toc > li > :last-child {
  margin-bottom: 0;
}

#markdown-toc ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

#markdown-toc > li:nth-child(n+2),
#markdown-toc > li > ul {
  margin-top: 5px;
}

.article-content .no_toc {
  margin-top: 0;
  margin-bottom: 20px;
}

.tm-timeline-entry + .tm-timeline-entry {
  margin-top: 40px;
}

@media (min-width: 640px) {
  .tm-timeline {
    box-sizing: border-box;
    position: relative;
  }
  .tm-timeline * {
    box-sizing: border-box;
  }
  .tm-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(30% - 2px);
    bottom: 0;
    width: 4px;
    background: #05c896;
  }
  .tm-timeline:after {
    content: "";
    display: table;
    clear: both;
  }
  .tm-timeline-entry {
    clear: both;
    text-align: left;
    position: relative;
  }
  .tm-timeline-entry + .tm-timeline-entry {
    margin-top: 70px;
  }
  .tm-timeline-entry:after {
    display: block;
    content: "";
    clear: both;
  }
  .tm-timeline-entry .tm-timeline-time {
    float: left;
    width: 30%;
    padding-right: 70px;
    text-align: right;
    position: relative;
  }
  .tm-timeline-entry .tm-timeline-time:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #05c896;
    background-color: #fff;
    border-radius: 100%;
    top: 0;
    right: -14px;
    z-index: 99;
  }
  .tm-timeline-entry .tm-timeline-time h5 {
    margin: 3px 0 0;
  }
  .tm-timeline-entry .tm-timeline-body {
    float: right;
    width: 70%;
    padding-left: 70px;
    margin-top: -2px;
  }
  .tm-timeline-entry .tm-timeline-body h3 {
    margin: 0 0 15px;
  }
  .tm-timeline-entry .tm-timeline-body h3 span {
    padding: 1px 7px;
  }
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.kb-flex {
  display: flex;
}

.kb-flex-inline {
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.kb-flex::before,
.kb-flex::after,
.kb-flex-inline::before,
.kb-flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.kb-flex-left {
  justify-content: flex-start;
}

.kb-flex-center {
  justify-content: center;
}

.kb-flex-right {
  justify-content: flex-end;
}

.kb-flex-between {
  justify-content: space-between;
}

.kb-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-flex-left\@s {
    justify-content: flex-start;
  }
  .kb-flex-center\@s {
    justify-content: center;
  }
  .kb-flex-right\@s {
    justify-content: flex-end;
  }
  .kb-flex-between\@s {
    justify-content: space-between;
  }
  .kb-flex-around\@s {
    justify-content: space-around;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-flex-left\@m {
    justify-content: flex-start;
  }
  .kb-flex-center\@m {
    justify-content: center;
  }
  .kb-flex-right\@m {
    justify-content: flex-end;
  }
  .kb-flex-between\@m {
    justify-content: space-between;
  }
  .kb-flex-around\@m {
    justify-content: space-around;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-flex-left\@l {
    justify-content: flex-start;
  }
  .kb-flex-center\@l {
    justify-content: center;
  }
  .kb-flex-right\@l {
    justify-content: flex-end;
  }
  .kb-flex-between\@l {
    justify-content: space-between;
  }
  .kb-flex-around\@l {
    justify-content: space-around;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-flex-left\@xl {
    justify-content: flex-start;
  }
  .kb-flex-center\@xl {
    justify-content: center;
  }
  .kb-flex-right\@xl {
    justify-content: flex-end;
  }
  .kb-flex-between\@xl {
    justify-content: space-between;
  }
  .kb-flex-around\@xl {
    justify-content: space-around;
  }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.kb-flex-stretch {
  align-items: stretch;
}

.kb-flex-top {
  align-items: flex-start;
}

.kb-flex-middle {
  align-items: center;
}

.kb-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
.kb-flex-row {
  flex-direction: row;
}

.kb-flex-row-reverse {
  flex-direction: row-reverse;
}

.kb-flex-column {
  flex-direction: column;
}

.kb-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.kb-flex-nowrap {
  flex-wrap: nowrap;
}

.kb-flex-wrap {
  flex-wrap: wrap;
}

.kb-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.kb-flex-wrap-stretch {
  align-content: stretch;
}

.kb-flex-wrap-top {
  align-content: flex-start;
}

.kb-flex-wrap-middle {
  align-content: center;
}

.kb-flex-wrap-bottom {
  align-content: flex-end;
}

.kb-flex-wrap-between {
  align-content: space-between;
}

.kb-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.kb-flex-first {
  order: -1;
}

.kb-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-flex-first\@s {
    order: -1;
  }
  .kb-flex-last\@s {
    order: 99;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-flex-first\@m {
    order: -1;
  }
  .kb-flex-last\@m {
    order: 99;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-flex-first\@l {
    order: -1;
  }
  .kb-flex-last\@l {
    order: 99;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-flex-first\@xl {
    order: -1;
  }
  .kb-flex-last\@xl {
    order: 99;
  }
}

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.kb-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.kb-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.kb-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.kb-margin {
  margin-bottom: 20px;
}

* + .kb-margin {
  margin-top: 20px !important;
}

.kb-margin-top {
  margin-top: 20px !important;
}

.kb-margin-bottom {
  margin-bottom: 20px !important;
}

.kb-margin-left {
  margin-left: 20px !important;
}

.kb-margin-right {
  margin-right: 20px !important;
}

/* Small
 ========================================================================== */
.kb-margin-small {
  margin-bottom: 10px;
}

* + .kb-margin-small {
  margin-top: 10px !important;
}

.kb-margin-small-top {
  margin-top: 10px !important;
}

.kb-margin-small-bottom {
  margin-bottom: 10px !important;
}

.kb-margin-small-left {
  margin-left: 10px !important;
}

.kb-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.kb-margin-medium {
  margin-bottom: 40px;
}

* + .kb-margin-medium {
  margin-top: 40px !important;
}

.kb-margin-medium-top {
  margin-top: 40px !important;
}

.kb-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.kb-margin-medium-left {
  margin-left: 40px !important;
}

.kb-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.kb-margin-large {
  margin-bottom: 40px;
}

* + .kb-margin-large {
  margin-top: 40px !important;
}

.kb-margin-large-top {
  margin-top: 40px !important;
}

.kb-margin-large-bottom {
  margin-bottom: 40px !important;
}

.kb-margin-large-left {
  margin-left: 40px !important;
}

.kb-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-margin-large {
    margin-bottom: 70px;
  }
  * + .kb-margin-large {
    margin-top: 70px !important;
  }
  .kb-margin-large-top {
    margin-top: 70px !important;
  }
  .kb-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .kb-margin-large-left {
    margin-left: 70px !important;
  }
  .kb-margin-large-right {
    margin-right: 70px !important;
  }
}

/* XLarge
 ========================================================================== */
.kb-margin-xlarge {
  margin-bottom: 70px;
}

* + .kb-margin-xlarge {
  margin-top: 70px !important;
}

.kb-margin-xlarge-top {
  margin-top: 70px !important;
}

.kb-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.kb-margin-xlarge-left {
  margin-left: 70px !important;
}

.kb-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .kb-margin-xlarge {
    margin-top: 140px !important;
  }
  .kb-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .kb-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .kb-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .kb-margin-xlarge-right {
    margin-right: 140px !important;
  }
}

/* Auto
 ========================================================================== */
.kb-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.kb-margin-auto-top {
  margin-top: auto !important;
}

.kb-margin-auto-bottom {
  margin-bottom: auto !important;
}

.kb-margin-auto-left {
  margin-left: auto !important;
}

.kb-margin-auto-right {
  margin-right: auto !important;
}

.kb-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .kb-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .kb-margin-auto-right\@s {
    margin-right: auto !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .kb-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .kb-margin-auto-right\@m {
    margin-right: auto !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .kb-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .kb-margin-auto-right\@l {
    margin-right: auto !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .kb-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .kb-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}

/* Remove
 ========================================================================== */
.kb-margin-remove {
  margin: 0 !important;
}

.kb-margin-remove-top {
  margin-top: 0 !important;
}

.kb-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.kb-margin-remove-left {
  margin-left: 0 !important;
}

.kb-margin-remove-right {
  margin-right: 0 !important;
}

.kb-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.kb-margin-remove-adjacent + *,
.kb-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.kb-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .kb-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .kb-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .kb-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .kb-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

/* ========================================================================
   Component: Padding
 ========================================================================== */
.kb-padding {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-padding {
    padding: 40px;
  }
}

/* Small
 ========================================================================== */
.kb-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
.kb-padding-large {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-padding-large {
    padding: 70px;
  }
}

/* Remove
 ========================================================================== */
.kb-padding-remove {
  padding: 0 !important;
}

.kb-padding-remove-top {
  padding-top: 0 !important;
}

.kb-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.kb-padding-remove-left {
  padding-left: 0 !important;
}

.kb-padding-remove-right {
  padding-right: 0 !important;
}

.kb-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kb-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
}

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.kb-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.kb-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.kb-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.kb-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/* Corners
 ========================================================================== */
.kb-position-top-left {
  top: 0;
  left: 0;
}

.kb-position-top-right {
  top: 0;
  right: 0;
}

.kb-position-bottom-left {
  bottom: 0;
  left: 0;
}

.kb-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.kb-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%);
}

.kb-position-center-left {
  left: 0;
}

.kb-position-center-right {
  right: 0;
}

.kb-position-center-left-out {
  right: 100%;
  width: max-content;
}

.kb-position-center-right-out {
  left: 100%;
  width: max-content;
}

/* Horizontal */
.kb-position-top-center,
.kb-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.kb-position-top-center {
  top: 0;
}

.kb-position-bottom-center {
  bottom: 0;
}

/* Cover
 ========================================================================== */
.kb-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Utility
 ========================================================================== */
.kb-position-relative {
  position: relative !important;
}

.kb-position-absolute {
  position: absolute !important;
}

.kb-position-fixed {
  position: fixed !important;
}

.kb-position-z-index {
  z-index: 1;
}

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.kb-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}

.kb-position-small.kb-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px);
}

.kb-position-small[class*='uk-position-center-left'],
.kb-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px);
}

.kb-position-small.kb-position-top-center,
.kb-position-small.kb-position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}

/*
 * Medium
 */
.kb-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.kb-position-medium.kb-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

.kb-position-medium[class*='uk-position-center-left'],
.kb-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}

.kb-position-medium.kb-position-top-center,
.kb-position-medium.kb-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

/*
 * Large
 */
.kb-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.kb-position-large.kb-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

.kb-position-large[class*='uk-position-center-left'],
.kb-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}

.kb-position-large.kb-position-top-center,
.kb-position-large.kb-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .kb-position-large.kb-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .kb-position-large[class*='uk-position-center-left'],
  .kb-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px);
  }
  .kb-position-large.kb-position-top-center,
  .kb-position-large.kb-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.kb-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.kb-transition-toggle:focus {
  outline: none;
}

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.kb-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */
.kb-transition-toggle:hover .kb-transition-fade,
.kb-transition-toggle:focus .kb-transition-fade,
.kb-transition-active.kb-active .kb-transition-fade {
  opacity: 1;
}

/*
 * Scale
 */
.kb-transition-scale-up {
  transform: scale(1, 1);
}

.kb-transition-scale-down {
  transform: scale(1.1, 1.1);
}

/* Show */
.kb-transition-toggle:hover .kb-transition-scale-up,
.kb-transition-toggle:focus .kb-transition-scale-up,
.kb-transition-active.kb-active .kb-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1);
}

.kb-transition-toggle:hover .kb-transition-scale-down,
.kb-transition-toggle:focus .kb-transition-scale-down,
.kb-transition-active.kb-active .kb-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1);
}

/*
 * Slide
 */
.kb-transition-slide-top {
  transform: translateY(-100%);
}

.kb-transition-slide-bottom {
  transform: translateY(100%);
}

.kb-transition-slide-left {
  transform: translateX(-100%);
}

.kb-transition-slide-right {
  transform: translateX(100%);
}

.kb-transition-slide-top-small {
  transform: translateY(-10px);
}

.kb-transition-slide-bottom-small {
  transform: translateY(10px);
}

.kb-transition-slide-left-small {
  transform: translateX(-10px);
}

.kb-transition-slide-right-small {
  transform: translateX(10px);
}

.kb-transition-slide-top-medium {
  transform: translateY(-50px);
}

.kb-transition-slide-bottom-medium {
  transform: translateY(50px);
}

.kb-transition-slide-left-medium {
  transform: translateX(-50px);
}

.kb-transition-slide-right-medium {
  transform: translateX(50px);
}

/* Show */
.kb-transition-toggle:hover [class*='uk-transition-slide'],
.kb-transition-toggle:focus [class*='uk-transition-slide'],
.kb-transition-active.kb-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0);
}

/* Opacity modifier
 ========================================================================== */
.kb-transition-opaque {
  opacity: 1;
}

/* Duration modifiers
 ========================================================================== */
.kb-transition-slow {
  transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.kb-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .kb-hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .kb-hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .kb-hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .kb-hidden\@xl {
    display: none !important;
  }
}

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .kb-visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .kb-visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .kb-visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
  .kb-visible\@xl {
    display: none !important;
  }
}

/* Visibility
 ========================================================================== */
.kb-invisible {
  visibility: hidden !important;
}

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.kb-visible-toggle:not(:hover):not(:focus) .kb-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
 * Invisible
 */
/* 1 + 2 */
.kb-visible-toggle:not(:hover):not(:focus) .kb-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.kb-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.kb-visible-toggle:focus {
  outline: none;
}

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .kb-hidden-touch {
    display: none !important;
  }
}

/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.kb-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .kb-hidden-notouch {
    display: block !important;
  }
}

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.kb-light, .kb-section-primary:not(.kb-preserve-color), .kb-section-secondary:not(.kb-preserve-color), .kb-tile-primary:not(.kb-preserve-color), .kb-tile-secondary:not(.kb-preserve-color), .kb-card-primary.kb-card-body, .kb-card-primary > :not([class*='uk-card-media']), .kb-card-secondary.kb-card-body, .kb-card-secondary > :not([class*='uk-card-media']), .kb-overlay-primary {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light a, .kb-section-primary:not(.kb-preserve-color) a, .kb-section-secondary:not(.kb-preserve-color) a, .kb-tile-primary:not(.kb-preserve-color) a, .kb-tile-secondary:not(.kb-preserve-color) a, .kb-card-primary.kb-card-body a, .kb-card-primary > :not([class*='uk-card-media']) a, .kb-card-secondary.kb-card-body a, .kb-card-secondary > :not([class*='uk-card-media']) a, .kb-overlay-primary a,
.kb-light .kb-link,
.kb-section-primary:not(.kb-preserve-color) .kb-link,
.kb-section-secondary:not(.kb-preserve-color) .kb-link,
.kb-tile-primary:not(.kb-preserve-color) .kb-link,
.kb-tile-secondary:not(.kb-preserve-color) .kb-link,
.kb-card-primary.kb-card-body .kb-link,
.kb-card-primary > :not([class*='uk-card-media']) .kb-link,
.kb-card-secondary.kb-card-body .kb-link,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-link,
.kb-overlay-primary .kb-link {
  color: #fff;
}

.kb-light a:hover, .kb-section-primary:not(.kb-preserve-color) a:hover, .kb-section-secondary:not(.kb-preserve-color) a:hover, .kb-tile-primary:not(.kb-preserve-color) a:hover, .kb-tile-secondary:not(.kb-preserve-color) a:hover, .kb-card-primary.kb-card-body a:hover, .kb-card-primary > :not([class*='uk-card-media']) a:hover, .kb-card-secondary.kb-card-body a:hover, .kb-card-secondary > :not([class*='uk-card-media']) a:hover, .kb-overlay-primary a:hover,
.kb-light .kb-link:hover,
.kb-section-primary:not(.kb-preserve-color) .kb-link:hover,
.kb-section-secondary:not(.kb-preserve-color) .kb-link:hover,
.kb-tile-primary:not(.kb-preserve-color) .kb-link:hover,
.kb-tile-secondary:not(.kb-preserve-color) .kb-link:hover,
.kb-card-primary.kb-card-body .kb-link:hover,
.kb-card-primary > :not([class*='uk-card-media']) .kb-link:hover,
.kb-card-secondary.kb-card-body .kb-link:hover,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-link:hover,
.kb-overlay-primary .kb-link:hover {
  color: #fff;
}

.kb-light :not(pre) > code, .kb-section-primary:not(.kb-preserve-color) :not(pre) > code, .kb-section-secondary:not(.kb-preserve-color) :not(pre) > code, .kb-tile-primary:not(.kb-preserve-color) :not(pre) > code, .kb-tile-secondary:not(.kb-preserve-color) :not(pre) > code, .kb-card-primary.kb-card-body :not(pre) > code, .kb-card-primary > :not([class*='uk-card-media']) :not(pre) > code, .kb-card-secondary.kb-card-body :not(pre) > code, .kb-card-secondary > :not([class*='uk-card-media']) :not(pre) > code, .kb-overlay-primary :not(pre) > code,
.kb-light :not(pre) > kbd,
.kb-section-primary:not(.kb-preserve-color) :not(pre) > kbd,
.kb-section-secondary:not(.kb-preserve-color) :not(pre) > kbd,
.kb-tile-primary:not(.kb-preserve-color) :not(pre) > kbd,
.kb-tile-secondary:not(.kb-preserve-color) :not(pre) > kbd,
.kb-card-primary.kb-card-body :not(pre) > kbd,
.kb-card-primary > :not([class*='uk-card-media']) :not(pre) > kbd,
.kb-card-secondary.kb-card-body :not(pre) > kbd,
.kb-card-secondary > :not([class*='uk-card-media']) :not(pre) > kbd,
.kb-overlay-primary :not(pre) > kbd,
.kb-light :not(pre) > samp,
.kb-section-primary:not(.kb-preserve-color) :not(pre) > samp,
.kb-section-secondary:not(.kb-preserve-color) :not(pre) > samp,
.kb-tile-primary:not(.kb-preserve-color) :not(pre) > samp,
.kb-tile-secondary:not(.kb-preserve-color) :not(pre) > samp,
.kb-card-primary.kb-card-body :not(pre) > samp,
.kb-card-primary > :not([class*='uk-card-media']) :not(pre) > samp,
.kb-card-secondary.kb-card-body :not(pre) > samp,
.kb-card-secondary > :not([class*='uk-card-media']) :not(pre) > samp,
.kb-overlay-primary :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.kb-light em, .kb-section-primary:not(.kb-preserve-color) em, .kb-section-secondary:not(.kb-preserve-color) em, .kb-tile-primary:not(.kb-preserve-color) em, .kb-tile-secondary:not(.kb-preserve-color) em, .kb-card-primary.kb-card-body em, .kb-card-primary > :not([class*='uk-card-media']) em, .kb-card-secondary.kb-card-body em, .kb-card-secondary > :not([class*='uk-card-media']) em, .kb-overlay-primary em {
  color: #fff;
}

.kb-light h1, .kb-section-primary:not(.kb-preserve-color) h1, .kb-section-secondary:not(.kb-preserve-color) h1, .kb-tile-primary:not(.kb-preserve-color) h1, .kb-tile-secondary:not(.kb-preserve-color) h1, .kb-card-primary.kb-card-body h1, .kb-card-primary > :not([class*='uk-card-media']) h1, .kb-card-secondary.kb-card-body h1, .kb-card-secondary > :not([class*='uk-card-media']) h1, .kb-overlay-primary h1, .kb-light .kb-h1, .kb-section-primary:not(.kb-preserve-color) .kb-h1, .kb-section-secondary:not(.kb-preserve-color) .kb-h1, .kb-tile-primary:not(.kb-preserve-color) .kb-h1, .kb-tile-secondary:not(.kb-preserve-color) .kb-h1, .kb-card-primary.kb-card-body .kb-h1, .kb-card-primary > :not([class*='uk-card-media']) .kb-h1, .kb-card-secondary.kb-card-body .kb-h1, .kb-card-secondary > :not([class*='uk-card-media']) .kb-h1, .kb-overlay-primary .kb-h1,
.kb-light h2,
.kb-section-primary:not(.kb-preserve-color) h2,
.kb-section-secondary:not(.kb-preserve-color) h2,
.kb-tile-primary:not(.kb-preserve-color) h2,
.kb-tile-secondary:not(.kb-preserve-color) h2,
.kb-card-primary.kb-card-body h2,
.kb-card-primary > :not([class*='uk-card-media']) h2,
.kb-card-secondary.kb-card-body h2,
.kb-card-secondary > :not([class*='uk-card-media']) h2,
.kb-overlay-primary h2, .kb-light .kb-h2, .kb-section-primary:not(.kb-preserve-color) .kb-h2, .kb-section-secondary:not(.kb-preserve-color) .kb-h2, .kb-tile-primary:not(.kb-preserve-color) .kb-h2, .kb-tile-secondary:not(.kb-preserve-color) .kb-h2, .kb-card-primary.kb-card-body .kb-h2, .kb-card-primary > :not([class*='uk-card-media']) .kb-h2, .kb-card-secondary.kb-card-body .kb-h2, .kb-card-secondary > :not([class*='uk-card-media']) .kb-h2, .kb-overlay-primary .kb-h2,
.kb-light h3,
.kb-section-primary:not(.kb-preserve-color) h3,
.kb-section-secondary:not(.kb-preserve-color) h3,
.kb-tile-primary:not(.kb-preserve-color) h3,
.kb-tile-secondary:not(.kb-preserve-color) h3,
.kb-card-primary.kb-card-body h3,
.kb-card-primary > :not([class*='uk-card-media']) h3,
.kb-card-secondary.kb-card-body h3,
.kb-card-secondary > :not([class*='uk-card-media']) h3,
.kb-overlay-primary h3, .kb-light .kb-h3, .kb-section-primary:not(.kb-preserve-color) .kb-h3, .kb-section-secondary:not(.kb-preserve-color) .kb-h3, .kb-tile-primary:not(.kb-preserve-color) .kb-h3, .kb-tile-secondary:not(.kb-preserve-color) .kb-h3, .kb-card-primary.kb-card-body .kb-h3, .kb-card-primary > :not([class*='uk-card-media']) .kb-h3, .kb-card-secondary.kb-card-body .kb-h3, .kb-card-secondary > :not([class*='uk-card-media']) .kb-h3, .kb-overlay-primary .kb-h3,
.kb-light h4,
.kb-section-primary:not(.kb-preserve-color) h4,
.kb-section-secondary:not(.kb-preserve-color) h4,
.kb-tile-primary:not(.kb-preserve-color) h4,
.kb-tile-secondary:not(.kb-preserve-color) h4,
.kb-card-primary.kb-card-body h4,
.kb-card-primary > :not([class*='uk-card-media']) h4,
.kb-card-secondary.kb-card-body h4,
.kb-card-secondary > :not([class*='uk-card-media']) h4,
.kb-overlay-primary h4, .kb-light .kb-h4, .kb-section-primary:not(.kb-preserve-color) .kb-h4, .kb-section-secondary:not(.kb-preserve-color) .kb-h4, .kb-tile-primary:not(.kb-preserve-color) .kb-h4, .kb-tile-secondary:not(.kb-preserve-color) .kb-h4, .kb-card-primary.kb-card-body .kb-h4, .kb-card-primary > :not([class*='uk-card-media']) .kb-h4, .kb-card-secondary.kb-card-body .kb-h4, .kb-card-secondary > :not([class*='uk-card-media']) .kb-h4, .kb-overlay-primary .kb-h4,
.kb-light h5,
.kb-section-primary:not(.kb-preserve-color) h5,
.kb-section-secondary:not(.kb-preserve-color) h5,
.kb-tile-primary:not(.kb-preserve-color) h5,
.kb-tile-secondary:not(.kb-preserve-color) h5,
.kb-card-primary.kb-card-body h5,
.kb-card-primary > :not([class*='uk-card-media']) h5,
.kb-card-secondary.kb-card-body h5,
.kb-card-secondary > :not([class*='uk-card-media']) h5,
.kb-overlay-primary h5, .kb-light .kb-h5, .kb-section-primary:not(.kb-preserve-color) .kb-h5, .kb-section-secondary:not(.kb-preserve-color) .kb-h5, .kb-tile-primary:not(.kb-preserve-color) .kb-h5, .kb-tile-secondary:not(.kb-preserve-color) .kb-h5, .kb-card-primary.kb-card-body .kb-h5, .kb-card-primary > :not([class*='uk-card-media']) .kb-h5, .kb-card-secondary.kb-card-body .kb-h5, .kb-card-secondary > :not([class*='uk-card-media']) .kb-h5, .kb-overlay-primary .kb-h5,
.kb-light h6,
.kb-section-primary:not(.kb-preserve-color) h6,
.kb-section-secondary:not(.kb-preserve-color) h6,
.kb-tile-primary:not(.kb-preserve-color) h6,
.kb-tile-secondary:not(.kb-preserve-color) h6,
.kb-card-primary.kb-card-body h6,
.kb-card-primary > :not([class*='uk-card-media']) h6,
.kb-card-secondary.kb-card-body h6,
.kb-card-secondary > :not([class*='uk-card-media']) h6,
.kb-overlay-primary h6, .kb-light .kb-h6, .kb-section-primary:not(.kb-preserve-color) .kb-h6, .kb-section-secondary:not(.kb-preserve-color) .kb-h6, .kb-tile-primary:not(.kb-preserve-color) .kb-h6, .kb-tile-secondary:not(.kb-preserve-color) .kb-h6, .kb-card-primary.kb-card-body .kb-h6, .kb-card-primary > :not([class*='uk-card-media']) .kb-h6, .kb-card-secondary.kb-card-body .kb-h6, .kb-card-secondary > :not([class*='uk-card-media']) .kb-h6, .kb-overlay-primary .kb-h6,
.kb-light .kb-heading-small,
.kb-section-primary:not(.kb-preserve-color) .kb-heading-small,
.kb-section-secondary:not(.kb-preserve-color) .kb-heading-small,
.kb-tile-primary:not(.kb-preserve-color) .kb-heading-small,
.kb-tile-secondary:not(.kb-preserve-color) .kb-heading-small,
.kb-card-primary.kb-card-body .kb-heading-small,
.kb-card-primary > :not([class*='uk-card-media']) .kb-heading-small,
.kb-card-secondary.kb-card-body .kb-heading-small,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-small,
.kb-overlay-primary .kb-heading-small,
.kb-light .kb-heading-medium,
.kb-section-primary:not(.kb-preserve-color) .kb-heading-medium,
.kb-section-secondary:not(.kb-preserve-color) .kb-heading-medium,
.kb-tile-primary:not(.kb-preserve-color) .kb-heading-medium,
.kb-tile-secondary:not(.kb-preserve-color) .kb-heading-medium,
.kb-card-primary.kb-card-body .kb-heading-medium,
.kb-card-primary > :not([class*='uk-card-media']) .kb-heading-medium,
.kb-card-secondary.kb-card-body .kb-heading-medium,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-medium,
.kb-overlay-primary .kb-heading-medium,
.kb-light .kb-heading-large,
.kb-section-primary:not(.kb-preserve-color) .kb-heading-large,
.kb-section-secondary:not(.kb-preserve-color) .kb-heading-large,
.kb-tile-primary:not(.kb-preserve-color) .kb-heading-large,
.kb-tile-secondary:not(.kb-preserve-color) .kb-heading-large,
.kb-card-primary.kb-card-body .kb-heading-large,
.kb-card-primary > :not([class*='uk-card-media']) .kb-heading-large,
.kb-card-secondary.kb-card-body .kb-heading-large,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-large,
.kb-overlay-primary .kb-heading-large,
.kb-light .kb-heading-xlarge,
.kb-section-primary:not(.kb-preserve-color) .kb-heading-xlarge,
.kb-section-secondary:not(.kb-preserve-color) .kb-heading-xlarge,
.kb-tile-primary:not(.kb-preserve-color) .kb-heading-xlarge,
.kb-tile-secondary:not(.kb-preserve-color) .kb-heading-xlarge,
.kb-card-primary.kb-card-body .kb-heading-xlarge,
.kb-card-primary > :not([class*='uk-card-media']) .kb-heading-xlarge,
.kb-card-secondary.kb-card-body .kb-heading-xlarge,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-xlarge,
.kb-overlay-primary .kb-heading-xlarge,
.kb-light .kb-heading-2xlarge,
.kb-section-primary:not(.kb-preserve-color) .kb-heading-2xlarge,
.kb-section-secondary:not(.kb-preserve-color) .kb-heading-2xlarge,
.kb-tile-primary:not(.kb-preserve-color) .kb-heading-2xlarge,
.kb-tile-secondary:not(.kb-preserve-color) .kb-heading-2xlarge,
.kb-card-primary.kb-card-body .kb-heading-2xlarge,
.kb-card-primary > :not([class*='uk-card-media']) .kb-heading-2xlarge,
.kb-card-secondary.kb-card-body .kb-heading-2xlarge,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-2xlarge,
.kb-overlay-primary .kb-heading-2xlarge {
  color: #fff;
}

.kb-light blockquote, .kb-section-primary:not(.kb-preserve-color) blockquote, .kb-section-secondary:not(.kb-preserve-color) blockquote, .kb-tile-primary:not(.kb-preserve-color) blockquote, .kb-tile-secondary:not(.kb-preserve-color) blockquote, .kb-card-primary.kb-card-body blockquote, .kb-card-primary > :not([class*='uk-card-media']) blockquote, .kb-card-secondary.kb-card-body blockquote, .kb-card-secondary > :not([class*='uk-card-media']) blockquote, .kb-overlay-primary blockquote {
  color: #fff;
}

.kb-light blockquote footer, .kb-section-primary:not(.kb-preserve-color) blockquote footer, .kb-section-secondary:not(.kb-preserve-color) blockquote footer, .kb-tile-primary:not(.kb-preserve-color) blockquote footer, .kb-tile-secondary:not(.kb-preserve-color) blockquote footer, .kb-card-primary.kb-card-body blockquote footer, .kb-card-primary > :not([class*='uk-card-media']) blockquote footer, .kb-card-secondary.kb-card-body blockquote footer, .kb-card-secondary > :not([class*='uk-card-media']) blockquote footer, .kb-overlay-primary blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light hr, .kb-section-primary:not(.kb-preserve-color) hr, .kb-section-secondary:not(.kb-preserve-color) hr, .kb-tile-primary:not(.kb-preserve-color) hr, .kb-tile-secondary:not(.kb-preserve-color) hr, .kb-card-primary.kb-card-body hr, .kb-card-primary > :not([class*='uk-card-media']) hr, .kb-card-secondary.kb-card-body hr, .kb-card-secondary > :not([class*='uk-card-media']) hr, .kb-overlay-primary hr, .kb-light .kb-hr, .kb-section-primary:not(.kb-preserve-color) .kb-hr, .kb-section-secondary:not(.kb-preserve-color) .kb-hr, .kb-tile-primary:not(.kb-preserve-color) .kb-hr, .kb-tile-secondary:not(.kb-preserve-color) .kb-hr, .kb-card-primary.kb-card-body .kb-hr, .kb-card-primary > :not([class*='uk-card-media']) .kb-hr, .kb-card-secondary.kb-card-body .kb-hr, .kb-card-secondary > :not([class*='uk-card-media']) .kb-hr, .kb-overlay-primary .kb-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-link-muted, .kb-section-primary:not(.kb-preserve-color) .kb-link-muted, .kb-section-secondary:not(.kb-preserve-color) .kb-link-muted, .kb-tile-primary:not(.kb-preserve-color) .kb-link-muted, .kb-tile-secondary:not(.kb-preserve-color) .kb-link-muted, .kb-card-primary.kb-card-body .kb-link-muted, .kb-card-primary > :not([class*='uk-card-media']) .kb-link-muted, .kb-card-secondary.kb-card-body .kb-link-muted, .kb-card-secondary > :not([class*='uk-card-media']) .kb-link-muted, .kb-overlay-primary .kb-link-muted,
.kb-light .kb-link-muted a,
.kb-section-primary:not(.kb-preserve-color) .kb-link-muted a,
.kb-section-secondary:not(.kb-preserve-color) .kb-link-muted a,
.kb-tile-primary:not(.kb-preserve-color) .kb-link-muted a,
.kb-tile-secondary:not(.kb-preserve-color) .kb-link-muted a,
.kb-card-primary.kb-card-body .kb-link-muted a,
.kb-card-primary > :not([class*='uk-card-media']) .kb-link-muted a,
.kb-card-secondary.kb-card-body .kb-link-muted a,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-link-muted a,
.kb-overlay-primary .kb-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-link-muted:hover, .kb-section-primary:not(.kb-preserve-color) .kb-link-muted:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-link-muted:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-link-muted:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-link-muted:hover, .kb-card-primary.kb-card-body .kb-link-muted:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-link-muted:hover, .kb-card-secondary.kb-card-body .kb-link-muted:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-link-muted:hover, .kb-overlay-primary .kb-link-muted:hover,
.kb-light .kb-link-muted a:hover,
.kb-section-primary:not(.kb-preserve-color) .kb-link-muted a:hover,
.kb-section-secondary:not(.kb-preserve-color) .kb-link-muted a:hover,
.kb-tile-primary:not(.kb-preserve-color) .kb-link-muted a:hover,
.kb-tile-secondary:not(.kb-preserve-color) .kb-link-muted a:hover,
.kb-card-primary.kb-card-body .kb-link-muted a:hover,
.kb-card-primary > :not([class*='uk-card-media']) .kb-link-muted a:hover,
.kb-card-secondary.kb-card-body .kb-link-muted a:hover,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-link-muted a:hover,
.kb-overlay-primary .kb-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-link-text:hover, .kb-section-primary:not(.kb-preserve-color) .kb-link-text:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-link-text:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-link-text:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-link-text:hover, .kb-card-primary.kb-card-body .kb-link-text:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-link-text:hover, .kb-card-secondary.kb-card-body .kb-link-text:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-link-text:hover, .kb-overlay-primary .kb-link-text:hover,
.kb-light .kb-link-text a:hover,
.kb-section-primary:not(.kb-preserve-color) .kb-link-text a:hover,
.kb-section-secondary:not(.kb-preserve-color) .kb-link-text a:hover,
.kb-tile-primary:not(.kb-preserve-color) .kb-link-text a:hover,
.kb-tile-secondary:not(.kb-preserve-color) .kb-link-text a:hover,
.kb-card-primary.kb-card-body .kb-link-text a:hover,
.kb-card-primary > :not([class*='uk-card-media']) .kb-link-text a:hover,
.kb-card-secondary.kb-card-body .kb-link-text a:hover,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-link-text a:hover,
.kb-overlay-primary .kb-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-link-heading:hover, .kb-section-primary:not(.kb-preserve-color) .kb-link-heading:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-link-heading:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-link-heading:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-link-heading:hover, .kb-card-primary.kb-card-body .kb-link-heading:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-link-heading:hover, .kb-card-secondary.kb-card-body .kb-link-heading:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-link-heading:hover, .kb-overlay-primary .kb-link-heading:hover,
.kb-light .kb-link-heading a:hover,
.kb-section-primary:not(.kb-preserve-color) .kb-link-heading a:hover,
.kb-section-secondary:not(.kb-preserve-color) .kb-link-heading a:hover,
.kb-tile-primary:not(.kb-preserve-color) .kb-link-heading a:hover,
.kb-tile-secondary:not(.kb-preserve-color) .kb-link-heading a:hover,
.kb-card-primary.kb-card-body .kb-link-heading a:hover,
.kb-card-primary > :not([class*='uk-card-media']) .kb-link-heading a:hover,
.kb-card-secondary.kb-card-body .kb-link-heading a:hover,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-link-heading a:hover,
.kb-overlay-primary .kb-link-heading a:hover {
  color: #fff;
}

.kb-light .kb-heading-divider, .kb-section-primary:not(.kb-preserve-color) .kb-heading-divider, .kb-section-secondary:not(.kb-preserve-color) .kb-heading-divider, .kb-tile-primary:not(.kb-preserve-color) .kb-heading-divider, .kb-tile-secondary:not(.kb-preserve-color) .kb-heading-divider, .kb-card-primary.kb-card-body .kb-heading-divider, .kb-card-primary > :not([class*='uk-card-media']) .kb-heading-divider, .kb-card-secondary.kb-card-body .kb-heading-divider, .kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-divider, .kb-overlay-primary .kb-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-heading-bullet::before, .kb-section-primary:not(.kb-preserve-color) .kb-heading-bullet::before, .kb-section-secondary:not(.kb-preserve-color) .kb-heading-bullet::before, .kb-tile-primary:not(.kb-preserve-color) .kb-heading-bullet::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-heading-bullet::before, .kb-card-primary.kb-card-body .kb-heading-bullet::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-heading-bullet::before, .kb-card-secondary.kb-card-body .kb-heading-bullet::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-bullet::before, .kb-overlay-primary .kb-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-heading-line > ::before, .kb-section-primary:not(.kb-preserve-color) .kb-heading-line > ::before, .kb-section-secondary:not(.kb-preserve-color) .kb-heading-line > ::before, .kb-tile-primary:not(.kb-preserve-color) .kb-heading-line > ::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-heading-line > ::before, .kb-card-primary.kb-card-body .kb-heading-line > ::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-heading-line > ::before, .kb-card-secondary.kb-card-body .kb-heading-line > ::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-line > ::before, .kb-overlay-primary .kb-heading-line > ::before,
.kb-light .kb-heading-line > ::after,
.kb-section-primary:not(.kb-preserve-color) .kb-heading-line > ::after,
.kb-section-secondary:not(.kb-preserve-color) .kb-heading-line > ::after,
.kb-tile-primary:not(.kb-preserve-color) .kb-heading-line > ::after,
.kb-tile-secondary:not(.kb-preserve-color) .kb-heading-line > ::after,
.kb-card-primary.kb-card-body .kb-heading-line > ::after,
.kb-card-primary > :not([class*='uk-card-media']) .kb-heading-line > ::after,
.kb-card-secondary.kb-card-body .kb-heading-line > ::after,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-heading-line > ::after,
.kb-overlay-primary .kb-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-divider-icon, .kb-section-primary:not(.kb-preserve-color) .kb-divider-icon, .kb-section-secondary:not(.kb-preserve-color) .kb-divider-icon, .kb-tile-primary:not(.kb-preserve-color) .kb-divider-icon, .kb-tile-secondary:not(.kb-preserve-color) .kb-divider-icon, .kb-card-primary.kb-card-body .kb-divider-icon, .kb-card-primary > :not([class*='uk-card-media']) .kb-divider-icon, .kb-card-secondary.kb-card-body .kb-divider-icon, .kb-card-secondary > :not([class*='uk-card-media']) .kb-divider-icon, .kb-overlay-primary .kb-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.kb-light .kb-divider-icon::before, .kb-section-primary:not(.kb-preserve-color) .kb-divider-icon::before, .kb-section-secondary:not(.kb-preserve-color) .kb-divider-icon::before, .kb-tile-primary:not(.kb-preserve-color) .kb-divider-icon::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-divider-icon::before, .kb-card-primary.kb-card-body .kb-divider-icon::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-divider-icon::before, .kb-card-secondary.kb-card-body .kb-divider-icon::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-divider-icon::before, .kb-overlay-primary .kb-divider-icon::before,
.kb-light .kb-divider-icon::after,
.kb-section-primary:not(.kb-preserve-color) .kb-divider-icon::after,
.kb-section-secondary:not(.kb-preserve-color) .kb-divider-icon::after,
.kb-tile-primary:not(.kb-preserve-color) .kb-divider-icon::after,
.kb-tile-secondary:not(.kb-preserve-color) .kb-divider-icon::after,
.kb-card-primary.kb-card-body .kb-divider-icon::after,
.kb-card-primary > :not([class*='uk-card-media']) .kb-divider-icon::after,
.kb-card-secondary.kb-card-body .kb-divider-icon::after,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-divider-icon::after,
.kb-overlay-primary .kb-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-divider-small::after, .kb-section-primary:not(.kb-preserve-color) .kb-divider-small::after, .kb-section-secondary:not(.kb-preserve-color) .kb-divider-small::after, .kb-tile-primary:not(.kb-preserve-color) .kb-divider-small::after, .kb-tile-secondary:not(.kb-preserve-color) .kb-divider-small::after, .kb-card-primary.kb-card-body .kb-divider-small::after, .kb-card-primary > :not([class*='uk-card-media']) .kb-divider-small::after, .kb-card-secondary.kb-card-body .kb-divider-small::after, .kb-card-secondary > :not([class*='uk-card-media']) .kb-divider-small::after, .kb-overlay-primary .kb-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-divider-vertical, .kb-section-primary:not(.kb-preserve-color) .kb-divider-vertical, .kb-section-secondary:not(.kb-preserve-color) .kb-divider-vertical, .kb-tile-primary:not(.kb-preserve-color) .kb-divider-vertical, .kb-tile-secondary:not(.kb-preserve-color) .kb-divider-vertical, .kb-card-primary.kb-card-body .kb-divider-vertical, .kb-card-primary > :not([class*='uk-card-media']) .kb-divider-vertical, .kb-card-secondary.kb-card-body .kb-divider-vertical, .kb-card-secondary > :not([class*='uk-card-media']) .kb-divider-vertical, .kb-overlay-primary .kb-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-list-divider > li:nth-child(n+2), .kb-section-primary:not(.kb-preserve-color) .kb-list-divider > li:nth-child(n+2), .kb-section-secondary:not(.kb-preserve-color) .kb-list-divider > li:nth-child(n+2), .kb-tile-primary:not(.kb-preserve-color) .kb-list-divider > li:nth-child(n+2), .kb-tile-secondary:not(.kb-preserve-color) .kb-list-divider > li:nth-child(n+2), .kb-card-primary.kb-card-body .kb-list-divider > li:nth-child(n+2), .kb-card-primary > :not([class*='uk-card-media']) .kb-list-divider > li:nth-child(n+2), .kb-card-secondary.kb-card-body .kb-list-divider > li:nth-child(n+2), .kb-card-secondary > :not([class*='uk-card-media']) .kb-list-divider > li:nth-child(n+2), .kb-overlay-primary .kb-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-list-striped > li:nth-of-type(odd), .kb-section-primary:not(.kb-preserve-color) .kb-list-striped > li:nth-of-type(odd), .kb-section-secondary:not(.kb-preserve-color) .kb-list-striped > li:nth-of-type(odd), .kb-tile-primary:not(.kb-preserve-color) .kb-list-striped > li:nth-of-type(odd), .kb-tile-secondary:not(.kb-preserve-color) .kb-list-striped > li:nth-of-type(odd), .kb-card-primary.kb-card-body .kb-list-striped > li:nth-of-type(odd), .kb-card-primary > :not([class*='uk-card-media']) .kb-list-striped > li:nth-of-type(odd), .kb-card-secondary.kb-card-body .kb-list-striped > li:nth-of-type(odd), .kb-card-secondary > :not([class*='uk-card-media']) .kb-list-striped > li:nth-of-type(odd), .kb-overlay-primary .kb-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-list-striped > li:nth-of-type(odd), .kb-section-primary:not(.kb-preserve-color) .kb-list-striped > li:nth-of-type(odd), .kb-section-secondary:not(.kb-preserve-color) .kb-list-striped > li:nth-of-type(odd), .kb-tile-primary:not(.kb-preserve-color) .kb-list-striped > li:nth-of-type(odd), .kb-tile-secondary:not(.kb-preserve-color) .kb-list-striped > li:nth-of-type(odd), .kb-card-primary.kb-card-body .kb-list-striped > li:nth-of-type(odd), .kb-card-primary > :not([class*='uk-card-media']) .kb-list-striped > li:nth-of-type(odd), .kb-card-secondary.kb-card-body .kb-list-striped > li:nth-of-type(odd), .kb-card-secondary > :not([class*='uk-card-media']) .kb-list-striped > li:nth-of-type(odd), .kb-overlay-primary .kb-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.kb-light .kb-list-bullet > li::before, .kb-section-primary:not(.kb-preserve-color) .kb-list-bullet > li::before, .kb-section-secondary:not(.kb-preserve-color) .kb-list-bullet > li::before, .kb-tile-primary:not(.kb-preserve-color) .kb-list-bullet > li::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-list-bullet > li::before, .kb-card-primary.kb-card-body .kb-list-bullet > li::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-list-bullet > li::before, .kb-card-secondary.kb-card-body .kb-list-bullet > li::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-list-bullet > li::before, .kb-overlay-primary .kb-list-bullet > li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.kb-light .kb-icon-link, .kb-section-primary:not(.kb-preserve-color) .kb-icon-link, .kb-section-secondary:not(.kb-preserve-color) .kb-icon-link, .kb-tile-primary:not(.kb-preserve-color) .kb-icon-link, .kb-tile-secondary:not(.kb-preserve-color) .kb-icon-link, .kb-card-primary.kb-card-body .kb-icon-link, .kb-card-primary > :not([class*='uk-card-media']) .kb-icon-link, .kb-card-secondary.kb-card-body .kb-icon-link, .kb-card-secondary > :not([class*='uk-card-media']) .kb-icon-link, .kb-overlay-primary .kb-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-icon-link:hover, .kb-section-primary:not(.kb-preserve-color) .kb-icon-link:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-icon-link:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-icon-link:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-icon-link:hover, .kb-card-primary.kb-card-body .kb-icon-link:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-icon-link:hover, .kb-card-secondary.kb-card-body .kb-icon-link:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-icon-link:hover, .kb-overlay-primary .kb-icon-link:hover,
.kb-light .kb-icon-link:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-icon-link:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-icon-link:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-icon-link:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-icon-link:focus,
.kb-card-primary.kb-card-body .kb-icon-link:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-icon-link:focus,
.kb-card-secondary.kb-card-body .kb-icon-link:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-icon-link:focus,
.kb-overlay-primary .kb-icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-icon-link:active, .kb-section-primary:not(.kb-preserve-color) .kb-icon-link:active, .kb-section-secondary:not(.kb-preserve-color) .kb-icon-link:active, .kb-tile-primary:not(.kb-preserve-color) .kb-icon-link:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-icon-link:active, .kb-card-primary.kb-card-body .kb-icon-link:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-icon-link:active, .kb-card-secondary.kb-card-body .kb-icon-link:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-icon-link:active, .kb-overlay-primary .kb-icon-link:active,
.kb-light .kb-active > .kb-icon-link,
.kb-section-primary:not(.kb-preserve-color) .kb-active > .kb-icon-link,
.kb-section-secondary:not(.kb-preserve-color) .kb-active > .kb-icon-link,
.kb-tile-primary:not(.kb-preserve-color) .kb-active > .kb-icon-link,
.kb-tile-secondary:not(.kb-preserve-color) .kb-active > .kb-icon-link,
.kb-card-primary.kb-card-body .kb-active > .kb-icon-link,
.kb-card-primary > :not([class*='uk-card-media']) .kb-active > .kb-icon-link,
.kb-card-secondary.kb-card-body .kb-active > .kb-icon-link,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-active > .kb-icon-link,
.kb-overlay-primary .kb-active > .kb-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-icon-button, .kb-section-primary:not(.kb-preserve-color) .kb-icon-button, .kb-section-secondary:not(.kb-preserve-color) .kb-icon-button, .kb-tile-primary:not(.kb-preserve-color) .kb-icon-button, .kb-tile-secondary:not(.kb-preserve-color) .kb-icon-button, .kb-card-primary.kb-card-body .kb-icon-button, .kb-card-primary > :not([class*='uk-card-media']) .kb-icon-button, .kb-card-secondary.kb-card-body .kb-icon-button, .kb-card-secondary > :not([class*='uk-card-media']) .kb-icon-button, .kb-overlay-primary .kb-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-icon-button:hover, .kb-section-primary:not(.kb-preserve-color) .kb-icon-button:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-icon-button:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-icon-button:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-icon-button:hover, .kb-card-primary.kb-card-body .kb-icon-button:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-icon-button:hover, .kb-card-secondary.kb-card-body .kb-icon-button:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-icon-button:hover, .kb-overlay-primary .kb-icon-button:hover,
.kb-light .kb-icon-button:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-icon-button:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-icon-button:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-icon-button:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-icon-button:focus,
.kb-card-primary.kb-card-body .kb-icon-button:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-icon-button:focus,
.kb-card-secondary.kb-card-body .kb-icon-button:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-icon-button:focus,
.kb-overlay-primary .kb-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-icon-button:active, .kb-section-primary:not(.kb-preserve-color) .kb-icon-button:active, .kb-section-secondary:not(.kb-preserve-color) .kb-icon-button:active, .kb-tile-primary:not(.kb-preserve-color) .kb-icon-button:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-icon-button:active, .kb-card-primary.kb-card-body .kb-icon-button:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-icon-button:active, .kb-card-secondary.kb-card-body .kb-icon-button:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-icon-button:active, .kb-overlay-primary .kb-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-input, .kb-section-primary:not(.kb-preserve-color) .kb-input, .kb-section-secondary:not(.kb-preserve-color) .kb-input, .kb-tile-primary:not(.kb-preserve-color) .kb-input, .kb-tile-secondary:not(.kb-preserve-color) .kb-input, .kb-card-primary.kb-card-body .kb-input, .kb-card-primary > :not([class*='uk-card-media']) .kb-input, .kb-card-secondary.kb-card-body .kb-input, .kb-card-secondary > :not([class*='uk-card-media']) .kb-input, .kb-overlay-primary .kb-input,
.kb-light .kb-select,
.kb-section-primary:not(.kb-preserve-color) .kb-select,
.kb-section-secondary:not(.kb-preserve-color) .kb-select,
.kb-tile-primary:not(.kb-preserve-color) .kb-select,
.kb-tile-secondary:not(.kb-preserve-color) .kb-select,
.kb-card-primary.kb-card-body .kb-select,
.kb-card-primary > :not([class*='uk-card-media']) .kb-select,
.kb-card-secondary.kb-card-body .kb-select,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-select,
.kb-overlay-primary .kb-select,
.kb-light .kb-textarea,
.kb-section-primary:not(.kb-preserve-color) .kb-textarea,
.kb-section-secondary:not(.kb-preserve-color) .kb-textarea,
.kb-tile-primary:not(.kb-preserve-color) .kb-textarea,
.kb-tile-secondary:not(.kb-preserve-color) .kb-textarea,
.kb-card-primary.kb-card-body .kb-textarea,
.kb-card-primary > :not([class*='uk-card-media']) .kb-textarea,
.kb-card-secondary.kb-card-body .kb-textarea,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-textarea,
.kb-overlay-primary .kb-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-input:focus, .kb-section-primary:not(.kb-preserve-color) .kb-input:focus, .kb-section-secondary:not(.kb-preserve-color) .kb-input:focus, .kb-tile-primary:not(.kb-preserve-color) .kb-input:focus, .kb-tile-secondary:not(.kb-preserve-color) .kb-input:focus, .kb-card-primary.kb-card-body .kb-input:focus, .kb-card-primary > :not([class*='uk-card-media']) .kb-input:focus, .kb-card-secondary.kb-card-body .kb-input:focus, .kb-card-secondary > :not([class*='uk-card-media']) .kb-input:focus, .kb-overlay-primary .kb-input:focus,
.kb-light .kb-select:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-select:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-select:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-select:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-select:focus,
.kb-card-primary.kb-card-body .kb-select:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-select:focus,
.kb-card-secondary.kb-card-body .kb-select:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-select:focus,
.kb-overlay-primary .kb-select:focus,
.kb-light .kb-textarea:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-textarea:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-textarea:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-textarea:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-textarea:focus,
.kb-card-primary.kb-card-body .kb-textarea:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-textarea:focus,
.kb-card-secondary.kb-card-body .kb-textarea:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-textarea:focus,
.kb-overlay-primary .kb-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-input::-ms-input-placeholder, .kb-section-primary:not(.kb-preserve-color) .kb-input::-ms-input-placeholder, .kb-section-secondary:not(.kb-preserve-color) .kb-input::-ms-input-placeholder, .kb-tile-primary:not(.kb-preserve-color) .kb-input::-ms-input-placeholder, .kb-tile-secondary:not(.kb-preserve-color) .kb-input::-ms-input-placeholder, .kb-card-primary.kb-card-body .kb-input::-ms-input-placeholder, .kb-card-primary > :not([class*='uk-card-media']) .kb-input::-ms-input-placeholder, .kb-card-secondary.kb-card-body .kb-input::-ms-input-placeholder, .kb-card-secondary > :not([class*='uk-card-media']) .kb-input::-ms-input-placeholder, .kb-overlay-primary .kb-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.kb-light .kb-input::placeholder, .kb-section-primary:not(.kb-preserve-color) .kb-input::placeholder, .kb-section-secondary:not(.kb-preserve-color) .kb-input::placeholder, .kb-tile-primary:not(.kb-preserve-color) .kb-input::placeholder, .kb-tile-secondary:not(.kb-preserve-color) .kb-input::placeholder, .kb-card-primary.kb-card-body .kb-input::placeholder, .kb-card-primary > :not([class*='uk-card-media']) .kb-input::placeholder, .kb-card-secondary.kb-card-body .kb-input::placeholder, .kb-card-secondary > :not([class*='uk-card-media']) .kb-input::placeholder, .kb-overlay-primary .kb-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-textarea::-ms-input-placeholder, .kb-section-primary:not(.kb-preserve-color) .kb-textarea::-ms-input-placeholder, .kb-section-secondary:not(.kb-preserve-color) .kb-textarea::-ms-input-placeholder, .kb-tile-primary:not(.kb-preserve-color) .kb-textarea::-ms-input-placeholder, .kb-tile-secondary:not(.kb-preserve-color) .kb-textarea::-ms-input-placeholder, .kb-card-primary.kb-card-body .kb-textarea::-ms-input-placeholder, .kb-card-primary > :not([class*='uk-card-media']) .kb-textarea::-ms-input-placeholder, .kb-card-secondary.kb-card-body .kb-textarea::-ms-input-placeholder, .kb-card-secondary > :not([class*='uk-card-media']) .kb-textarea::-ms-input-placeholder, .kb-overlay-primary .kb-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.kb-light .kb-textarea::placeholder, .kb-section-primary:not(.kb-preserve-color) .kb-textarea::placeholder, .kb-section-secondary:not(.kb-preserve-color) .kb-textarea::placeholder, .kb-tile-primary:not(.kb-preserve-color) .kb-textarea::placeholder, .kb-tile-secondary:not(.kb-preserve-color) .kb-textarea::placeholder, .kb-card-primary.kb-card-body .kb-textarea::placeholder, .kb-card-primary > :not([class*='uk-card-media']) .kb-textarea::placeholder, .kb-card-secondary.kb-card-body .kb-textarea::placeholder, .kb-card-secondary > :not([class*='uk-card-media']) .kb-textarea::placeholder, .kb-overlay-primary .kb-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-select:not([multiple]):not([size]), .kb-section-primary:not(.kb-preserve-color) .kb-select:not([multiple]):not([size]), .kb-section-secondary:not(.kb-preserve-color) .kb-select:not([multiple]):not([size]), .kb-tile-primary:not(.kb-preserve-color) .kb-select:not([multiple]):not([size]), .kb-tile-secondary:not(.kb-preserve-color) .kb-select:not([multiple]):not([size]), .kb-card-primary.kb-card-body .kb-select:not([multiple]):not([size]), .kb-card-primary > :not([class*='uk-card-media']) .kb-select:not([multiple]):not([size]), .kb-card-secondary.kb-card-body .kb-select:not([multiple]):not([size]), .kb-card-secondary > :not([class*='uk-card-media']) .kb-select:not([multiple]):not([size]), .kb-overlay-primary .kb-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.kb-light .kb-input[list]:hover, .kb-section-primary:not(.kb-preserve-color) .kb-input[list]:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-input[list]:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-input[list]:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-input[list]:hover, .kb-card-primary.kb-card-body .kb-input[list]:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-input[list]:hover, .kb-card-secondary.kb-card-body .kb-input[list]:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-input[list]:hover, .kb-overlay-primary .kb-input[list]:hover,
.kb-light .kb-input[list]:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-input[list]:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-input[list]:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-input[list]:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-input[list]:focus,
.kb-card-primary.kb-card-body .kb-input[list]:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-input[list]:focus,
.kb-card-secondary.kb-card-body .kb-input[list]:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-input[list]:focus,
.kb-overlay-primary .kb-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.kb-light .kb-radio, .kb-section-primary:not(.kb-preserve-color) .kb-radio, .kb-section-secondary:not(.kb-preserve-color) .kb-radio, .kb-tile-primary:not(.kb-preserve-color) .kb-radio, .kb-tile-secondary:not(.kb-preserve-color) .kb-radio, .kb-card-primary.kb-card-body .kb-radio, .kb-card-primary > :not([class*='uk-card-media']) .kb-radio, .kb-card-secondary.kb-card-body .kb-radio, .kb-card-secondary > :not([class*='uk-card-media']) .kb-radio, .kb-overlay-primary .kb-radio,
.kb-light .kb-checkbox,
.kb-section-primary:not(.kb-preserve-color) .kb-checkbox,
.kb-section-secondary:not(.kb-preserve-color) .kb-checkbox,
.kb-tile-primary:not(.kb-preserve-color) .kb-checkbox,
.kb-tile-secondary:not(.kb-preserve-color) .kb-checkbox,
.kb-card-primary.kb-card-body .kb-checkbox,
.kb-card-primary > :not([class*='uk-card-media']) .kb-checkbox,
.kb-card-secondary.kb-card-body .kb-checkbox,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-checkbox,
.kb-overlay-primary .kb-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-radio:focus, .kb-section-primary:not(.kb-preserve-color) .kb-radio:focus, .kb-section-secondary:not(.kb-preserve-color) .kb-radio:focus, .kb-tile-primary:not(.kb-preserve-color) .kb-radio:focus, .kb-tile-secondary:not(.kb-preserve-color) .kb-radio:focus, .kb-card-primary.kb-card-body .kb-radio:focus, .kb-card-primary > :not([class*='uk-card-media']) .kb-radio:focus, .kb-card-secondary.kb-card-body .kb-radio:focus, .kb-card-secondary > :not([class*='uk-card-media']) .kb-radio:focus, .kb-overlay-primary .kb-radio:focus,
.kb-light .kb-checkbox:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-checkbox:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-checkbox:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-checkbox:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-checkbox:focus,
.kb-card-primary.kb-card-body .kb-checkbox:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-checkbox:focus,
.kb-card-secondary.kb-card-body .kb-checkbox:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-checkbox:focus,
.kb-overlay-primary .kb-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-radio:checked, .kb-section-primary:not(.kb-preserve-color) .kb-radio:checked, .kb-section-secondary:not(.kb-preserve-color) .kb-radio:checked, .kb-tile-primary:not(.kb-preserve-color) .kb-radio:checked, .kb-tile-secondary:not(.kb-preserve-color) .kb-radio:checked, .kb-card-primary.kb-card-body .kb-radio:checked, .kb-card-primary > :not([class*='uk-card-media']) .kb-radio:checked, .kb-card-secondary.kb-card-body .kb-radio:checked, .kb-card-secondary > :not([class*='uk-card-media']) .kb-radio:checked, .kb-overlay-primary .kb-radio:checked,
.kb-light .kb-checkbox:checked,
.kb-section-primary:not(.kb-preserve-color) .kb-checkbox:checked,
.kb-section-secondary:not(.kb-preserve-color) .kb-checkbox:checked,
.kb-tile-primary:not(.kb-preserve-color) .kb-checkbox:checked,
.kb-tile-secondary:not(.kb-preserve-color) .kb-checkbox:checked,
.kb-card-primary.kb-card-body .kb-checkbox:checked,
.kb-card-primary > :not([class*='uk-card-media']) .kb-checkbox:checked,
.kb-card-secondary.kb-card-body .kb-checkbox:checked,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-checkbox:checked,
.kb-overlay-primary .kb-checkbox:checked,
.kb-light .kb-checkbox:indeterminate,
.kb-section-primary:not(.kb-preserve-color) .kb-checkbox:indeterminate,
.kb-section-secondary:not(.kb-preserve-color) .kb-checkbox:indeterminate,
.kb-tile-primary:not(.kb-preserve-color) .kb-checkbox:indeterminate,
.kb-tile-secondary:not(.kb-preserve-color) .kb-checkbox:indeterminate,
.kb-card-primary.kb-card-body .kb-checkbox:indeterminate,
.kb-card-primary > :not([class*='uk-card-media']) .kb-checkbox:indeterminate,
.kb-card-secondary.kb-card-body .kb-checkbox:indeterminate,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-checkbox:indeterminate,
.kb-overlay-primary .kb-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-radio:checked:focus, .kb-section-primary:not(.kb-preserve-color) .kb-radio:checked:focus, .kb-section-secondary:not(.kb-preserve-color) .kb-radio:checked:focus, .kb-tile-primary:not(.kb-preserve-color) .kb-radio:checked:focus, .kb-tile-secondary:not(.kb-preserve-color) .kb-radio:checked:focus, .kb-card-primary.kb-card-body .kb-radio:checked:focus, .kb-card-primary > :not([class*='uk-card-media']) .kb-radio:checked:focus, .kb-card-secondary.kb-card-body .kb-radio:checked:focus, .kb-card-secondary > :not([class*='uk-card-media']) .kb-radio:checked:focus, .kb-overlay-primary .kb-radio:checked:focus,
.kb-light .kb-checkbox:checked:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-checkbox:checked:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-checkbox:checked:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-checkbox:checked:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-checkbox:checked:focus,
.kb-card-primary.kb-card-body .kb-checkbox:checked:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-checkbox:checked:focus,
.kb-card-secondary.kb-card-body .kb-checkbox:checked:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-checkbox:checked:focus,
.kb-overlay-primary .kb-checkbox:checked:focus,
.kb-light .kb-checkbox:indeterminate:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-checkbox:indeterminate:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-checkbox:indeterminate:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-checkbox:indeterminate:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-checkbox:indeterminate:focus,
.kb-card-primary.kb-card-body .kb-checkbox:indeterminate:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-checkbox:indeterminate:focus,
.kb-card-secondary.kb-card-body .kb-checkbox:indeterminate:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-checkbox:indeterminate:focus,
.kb-overlay-primary .kb-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}

.kb-light .kb-radio:checked, .kb-section-primary:not(.kb-preserve-color) .kb-radio:checked, .kb-section-secondary:not(.kb-preserve-color) .kb-radio:checked, .kb-tile-primary:not(.kb-preserve-color) .kb-radio:checked, .kb-tile-secondary:not(.kb-preserve-color) .kb-radio:checked, .kb-card-primary.kb-card-body .kb-radio:checked, .kb-card-primary > :not([class*='uk-card-media']) .kb-radio:checked, .kb-card-secondary.kb-card-body .kb-radio:checked, .kb-card-secondary > :not([class*='uk-card-media']) .kb-radio:checked, .kb-overlay-primary .kb-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23323247%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}


.kb-light .kb-checkbox:checked,
.kb-section-primary:not(.kb-preserve-color) .kb-checkbox:checked,
.kb-section-secondary:not(.kb-preserve-color) .kb-checkbox:checked,
.kb-tile-primary:not(.kb-preserve-color) .kb-checkbox:checked,
.kb-tile-secondary:not(.kb-preserve-color) .kb-checkbox:checked,
.kb-card-primary.kb-card-body .kb-checkbox:checked,
.kb-card-primary > :not([class*='uk-card-media']) .kb-checkbox:checked,
.kb-card-secondary.kb-card-body .kb-checkbox:checked,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-checkbox:checked,
.kb-overlay-primary .kb-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23323247%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}


.kb-light .kb-checkbox:indeterminate,
.kb-section-primary:not(.kb-preserve-color) .kb-checkbox:indeterminate,
.kb-section-secondary:not(.kb-preserve-color) .kb-checkbox:indeterminate,
.kb-tile-primary:not(.kb-preserve-color) .kb-checkbox:indeterminate,
.kb-tile-secondary:not(.kb-preserve-color) .kb-checkbox:indeterminate,
.kb-card-primary.kb-card-body .kb-checkbox:indeterminate,
.kb-card-primary > :not([class*='uk-card-media']) .kb-checkbox:indeterminate,
.kb-card-secondary.kb-card-body .kb-checkbox:indeterminate,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-checkbox:indeterminate,
.kb-overlay-primary .kb-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23323247%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.kb-light .kb-form-label, .kb-section-primary:not(.kb-preserve-color) .kb-form-label, .kb-section-secondary:not(.kb-preserve-color) .kb-form-label, .kb-tile-primary:not(.kb-preserve-color) .kb-form-label, .kb-tile-secondary:not(.kb-preserve-color) .kb-form-label, .kb-card-primary.kb-card-body .kb-form-label, .kb-card-primary > :not([class*='uk-card-media']) .kb-form-label, .kb-card-secondary.kb-card-body .kb-form-label, .kb-card-secondary > :not([class*='uk-card-media']) .kb-form-label, .kb-overlay-primary .kb-form-label {
  color: #fff;
}

.kb-light .kb-form-icon, .kb-section-primary:not(.kb-preserve-color) .kb-form-icon, .kb-section-secondary:not(.kb-preserve-color) .kb-form-icon, .kb-tile-primary:not(.kb-preserve-color) .kb-form-icon, .kb-tile-secondary:not(.kb-preserve-color) .kb-form-icon, .kb-card-primary.kb-card-body .kb-form-icon, .kb-card-primary > :not([class*='uk-card-media']) .kb-form-icon, .kb-card-secondary.kb-card-body .kb-form-icon, .kb-card-secondary > :not([class*='uk-card-media']) .kb-form-icon, .kb-overlay-primary .kb-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-form-icon:hover, .kb-section-primary:not(.kb-preserve-color) .kb-form-icon:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-form-icon:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-form-icon:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-form-icon:hover, .kb-card-primary.kb-card-body .kb-form-icon:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-form-icon:hover, .kb-card-secondary.kb-card-body .kb-form-icon:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-form-icon:hover, .kb-overlay-primary .kb-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-button-default, .kb-section-primary:not(.kb-preserve-color) .kb-button-default, .kb-section-secondary:not(.kb-preserve-color) .kb-button-default, .kb-tile-primary:not(.kb-preserve-color) .kb-button-default, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-default, .kb-card-primary.kb-card-body .kb-button-default, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-default, .kb-card-secondary.kb-card-body .kb-button-default, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-default, .kb-overlay-primary .kb-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-button-default:hover, .kb-section-primary:not(.kb-preserve-color) .kb-button-default:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-button-default:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-button-default:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-default:hover, .kb-card-primary.kb-card-body .kb-button-default:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-default:hover, .kb-card-secondary.kb-card-body .kb-button-default:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-default:hover, .kb-overlay-primary .kb-button-default:hover,
.kb-light .kb-button-default:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-button-default:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-button-default:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-button-default:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-button-default:focus,
.kb-card-primary.kb-card-body .kb-button-default:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-button-default:focus,
.kb-card-secondary.kb-card-body .kb-button-default:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-button-default:focus,
.kb-overlay-primary .kb-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.kb-light .kb-button-default:active, .kb-section-primary:not(.kb-preserve-color) .kb-button-default:active, .kb-section-secondary:not(.kb-preserve-color) .kb-button-default:active, .kb-tile-primary:not(.kb-preserve-color) .kb-button-default:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-default:active, .kb-card-primary.kb-card-body .kb-button-default:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-default:active, .kb-card-secondary.kb-card-body .kb-button-default:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-default:active, .kb-overlay-primary .kb-button-default:active,
.kb-light .kb-button-default.kb-active,
.kb-section-primary:not(.kb-preserve-color) .kb-button-default.kb-active,
.kb-section-secondary:not(.kb-preserve-color) .kb-button-default.kb-active,
.kb-tile-primary:not(.kb-preserve-color) .kb-button-default.kb-active,
.kb-tile-secondary:not(.kb-preserve-color) .kb-button-default.kb-active,
.kb-card-primary.kb-card-body .kb-button-default.kb-active,
.kb-card-primary > :not([class*='uk-card-media']) .kb-button-default.kb-active,
.kb-card-secondary.kb-card-body .kb-button-default.kb-active,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-button-default.kb-active,
.kb-overlay-primary .kb-button-default.kb-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.kb-light .kb-button-primary, .kb-section-primary:not(.kb-preserve-color) .kb-button-primary, .kb-section-secondary:not(.kb-preserve-color) .kb-button-primary, .kb-tile-primary:not(.kb-preserve-color) .kb-button-primary, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-primary, .kb-card-primary.kb-card-body .kb-button-primary, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-primary, .kb-card-secondary.kb-card-body .kb-button-primary, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-primary, .kb-overlay-primary .kb-button-primary {
  background-color: #fff;
  color: #323247;
}

.kb-light .kb-button-primary:hover, .kb-section-primary:not(.kb-preserve-color) .kb-button-primary:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-button-primary:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-button-primary:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-primary:hover, .kb-card-primary.kb-card-body .kb-button-primary:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-primary:hover, .kb-card-secondary.kb-card-body .kb-button-primary:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-primary:hover, .kb-overlay-primary .kb-button-primary:hover,
.kb-light .kb-button-primary:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-button-primary:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-button-primary:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-button-primary:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-button-primary:focus,
.kb-card-primary.kb-card-body .kb-button-primary:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-button-primary:focus,
.kb-card-secondary.kb-card-body .kb-button-primary:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-button-primary:focus,
.kb-overlay-primary .kb-button-primary:focus {
  background-color: #f2f2f2;
  color: #323247;
}

.kb-light .kb-button-primary:active, .kb-section-primary:not(.kb-preserve-color) .kb-button-primary:active, .kb-section-secondary:not(.kb-preserve-color) .kb-button-primary:active, .kb-tile-primary:not(.kb-preserve-color) .kb-button-primary:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-primary:active, .kb-card-primary.kb-card-body .kb-button-primary:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-primary:active, .kb-card-secondary.kb-card-body .kb-button-primary:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-primary:active, .kb-overlay-primary .kb-button-primary:active,
.kb-light .kb-button-primary.kb-active,
.kb-section-primary:not(.kb-preserve-color) .kb-button-primary.kb-active,
.kb-section-secondary:not(.kb-preserve-color) .kb-button-primary.kb-active,
.kb-tile-primary:not(.kb-preserve-color) .kb-button-primary.kb-active,
.kb-tile-secondary:not(.kb-preserve-color) .kb-button-primary.kb-active,
.kb-card-primary.kb-card-body .kb-button-primary.kb-active,
.kb-card-primary > :not([class*='uk-card-media']) .kb-button-primary.kb-active,
.kb-card-secondary.kb-card-body .kb-button-primary.kb-active,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-button-primary.kb-active,
.kb-overlay-primary .kb-button-primary.kb-active {
  background-color: #e6e6e6;
  color: #323247;
}

.kb-light .kb-button-secondary, .kb-section-primary:not(.kb-preserve-color) .kb-button-secondary, .kb-section-secondary:not(.kb-preserve-color) .kb-button-secondary, .kb-tile-primary:not(.kb-preserve-color) .kb-button-secondary, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-secondary, .kb-card-primary.kb-card-body .kb-button-secondary, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-secondary, .kb-card-secondary.kb-card-body .kb-button-secondary, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-secondary, .kb-overlay-primary .kb-button-secondary {
  background-color: #fff;
  color: #323247;
}

.kb-light .kb-button-secondary:hover, .kb-section-primary:not(.kb-preserve-color) .kb-button-secondary:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-button-secondary:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-button-secondary:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-secondary:hover, .kb-card-primary.kb-card-body .kb-button-secondary:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-secondary:hover, .kb-card-secondary.kb-card-body .kb-button-secondary:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-secondary:hover, .kb-overlay-primary .kb-button-secondary:hover,
.kb-light .kb-button-secondary:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-button-secondary:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-button-secondary:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-button-secondary:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-button-secondary:focus,
.kb-card-primary.kb-card-body .kb-button-secondary:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-button-secondary:focus,
.kb-card-secondary.kb-card-body .kb-button-secondary:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-button-secondary:focus,
.kb-overlay-primary .kb-button-secondary:focus {
  background-color: #f2f2f2;
  color: #323247;
}

.kb-light .kb-button-secondary:active, .kb-section-primary:not(.kb-preserve-color) .kb-button-secondary:active, .kb-section-secondary:not(.kb-preserve-color) .kb-button-secondary:active, .kb-tile-primary:not(.kb-preserve-color) .kb-button-secondary:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-secondary:active, .kb-card-primary.kb-card-body .kb-button-secondary:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-secondary:active, .kb-card-secondary.kb-card-body .kb-button-secondary:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-secondary:active, .kb-overlay-primary .kb-button-secondary:active,
.kb-light .kb-button-secondary.kb-active,
.kb-section-primary:not(.kb-preserve-color) .kb-button-secondary.kb-active,
.kb-section-secondary:not(.kb-preserve-color) .kb-button-secondary.kb-active,
.kb-tile-primary:not(.kb-preserve-color) .kb-button-secondary.kb-active,
.kb-tile-secondary:not(.kb-preserve-color) .kb-button-secondary.kb-active,
.kb-card-primary.kb-card-body .kb-button-secondary.kb-active,
.kb-card-primary > :not([class*='uk-card-media']) .kb-button-secondary.kb-active,
.kb-card-secondary.kb-card-body .kb-button-secondary.kb-active,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-button-secondary.kb-active,
.kb-overlay-primary .kb-button-secondary.kb-active {
  background-color: #e6e6e6;
  color: #323247;
}

.kb-light .kb-button-text, .kb-section-primary:not(.kb-preserve-color) .kb-button-text, .kb-section-secondary:not(.kb-preserve-color) .kb-button-text, .kb-tile-primary:not(.kb-preserve-color) .kb-button-text, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-text, .kb-card-primary.kb-card-body .kb-button-text, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-text, .kb-card-secondary.kb-card-body .kb-button-text, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-text, .kb-overlay-primary .kb-button-text {
  color: #fff;
}

.kb-light .kb-button-text::before, .kb-section-primary:not(.kb-preserve-color) .kb-button-text::before, .kb-section-secondary:not(.kb-preserve-color) .kb-button-text::before, .kb-tile-primary:not(.kb-preserve-color) .kb-button-text::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-text::before, .kb-card-primary.kb-card-body .kb-button-text::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-text::before, .kb-card-secondary.kb-card-body .kb-button-text::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-text::before, .kb-overlay-primary .kb-button-text::before {
  border-bottom-color: #fff;
}

.kb-light .kb-button-text:hover, .kb-section-primary:not(.kb-preserve-color) .kb-button-text:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-button-text:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-button-text:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-text:hover, .kb-card-primary.kb-card-body .kb-button-text:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-text:hover, .kb-card-secondary.kb-card-body .kb-button-text:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-text:hover, .kb-overlay-primary .kb-button-text:hover,
.kb-light .kb-button-text:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-button-text:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-button-text:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-button-text:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-button-text:focus,
.kb-card-primary.kb-card-body .kb-button-text:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-button-text:focus,
.kb-card-secondary.kb-card-body .kb-button-text:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-button-text:focus,
.kb-overlay-primary .kb-button-text:focus {
  color: #fff;
}

.kb-light .kb-button-text:disabled, .kb-section-primary:not(.kb-preserve-color) .kb-button-text:disabled, .kb-section-secondary:not(.kb-preserve-color) .kb-button-text:disabled, .kb-tile-primary:not(.kb-preserve-color) .kb-button-text:disabled, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-text:disabled, .kb-card-primary.kb-card-body .kb-button-text:disabled, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-text:disabled, .kb-card-secondary.kb-card-body .kb-button-text:disabled, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-text:disabled, .kb-overlay-primary .kb-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-button-link, .kb-section-primary:not(.kb-preserve-color) .kb-button-link, .kb-section-secondary:not(.kb-preserve-color) .kb-button-link, .kb-tile-primary:not(.kb-preserve-color) .kb-button-link, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-link, .kb-card-primary.kb-card-body .kb-button-link, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-link, .kb-card-secondary.kb-card-body .kb-button-link, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-link, .kb-overlay-primary .kb-button-link {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-button-link:hover, .kb-section-primary:not(.kb-preserve-color) .kb-button-link:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-button-link:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-button-link:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-button-link:hover, .kb-card-primary.kb-card-body .kb-button-link:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-button-link:hover, .kb-card-secondary.kb-card-body .kb-button-link:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-button-link:hover, .kb-overlay-primary .kb-button-link:hover,
.kb-light .kb-button-link:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-button-link:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-button-link:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-button-link:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-button-link:focus,
.kb-card-primary.kb-card-body .kb-button-link:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-button-link:focus,
.kb-card-secondary.kb-card-body .kb-button-link:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-button-link:focus,
.kb-overlay-primary .kb-button-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-grid-divider > :not(.kb-first-column)::before, .kb-section-primary:not(.kb-preserve-color) .kb-grid-divider > :not(.kb-first-column)::before, .kb-section-secondary:not(.kb-preserve-color) .kb-grid-divider > :not(.kb-first-column)::before, .kb-tile-primary:not(.kb-preserve-color) .kb-grid-divider > :not(.kb-first-column)::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-grid-divider > :not(.kb-first-column)::before, .kb-card-primary.kb-card-body .kb-grid-divider > :not(.kb-first-column)::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-grid-divider > :not(.kb-first-column)::before, .kb-card-secondary.kb-card-body .kb-grid-divider > :not(.kb-first-column)::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-grid-divider > :not(.kb-first-column)::before, .kb-overlay-primary .kb-grid-divider > :not(.kb-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-section-primary:not(.kb-preserve-color) .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-section-secondary:not(.kb-preserve-color) .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-tile-primary:not(.kb-preserve-color) .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-card-primary.kb-card-body .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-card-secondary.kb-card-body .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before, .kb-overlay-primary .kb-grid-divider.kb-grid-stack > .kb-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-close, .kb-section-primary:not(.kb-preserve-color) .kb-close, .kb-section-secondary:not(.kb-preserve-color) .kb-close, .kb-tile-primary:not(.kb-preserve-color) .kb-close, .kb-tile-secondary:not(.kb-preserve-color) .kb-close, .kb-card-primary.kb-card-body .kb-close, .kb-card-primary > :not([class*='uk-card-media']) .kb-close, .kb-card-secondary.kb-card-body .kb-close, .kb-card-secondary > :not([class*='uk-card-media']) .kb-close, .kb-overlay-primary .kb-close {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-close:hover, .kb-section-primary:not(.kb-preserve-color) .kb-close:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-close:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-close:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-close:hover, .kb-card-primary.kb-card-body .kb-close:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-close:hover, .kb-card-secondary.kb-card-body .kb-close:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-close:hover, .kb-overlay-primary .kb-close:hover,
.kb-light .kb-close:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-close:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-close:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-close:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-close:focus,
.kb-card-primary.kb-card-body .kb-close:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-close:focus,
.kb-card-secondary.kb-card-body .kb-close:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-close:focus,
.kb-overlay-primary .kb-close:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-totop, .kb-section-primary:not(.kb-preserve-color) .kb-totop, .kb-section-secondary:not(.kb-preserve-color) .kb-totop, .kb-tile-primary:not(.kb-preserve-color) .kb-totop, .kb-tile-secondary:not(.kb-preserve-color) .kb-totop, .kb-card-primary.kb-card-body .kb-totop, .kb-card-primary > :not([class*='uk-card-media']) .kb-totop, .kb-card-secondary.kb-card-body .kb-totop, .kb-card-secondary > :not([class*='uk-card-media']) .kb-totop, .kb-overlay-primary .kb-totop {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-totop:hover, .kb-section-primary:not(.kb-preserve-color) .kb-totop:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-totop:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-totop:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-totop:hover, .kb-card-primary.kb-card-body .kb-totop:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-totop:hover, .kb-card-secondary.kb-card-body .kb-totop:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-totop:hover, .kb-overlay-primary .kb-totop:hover,
.kb-light .kb-totop:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-totop:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-totop:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-totop:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-totop:focus,
.kb-card-primary.kb-card-body .kb-totop:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-totop:focus,
.kb-card-secondary.kb-card-body .kb-totop:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-totop:focus,
.kb-overlay-primary .kb-totop:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-totop:active, .kb-section-primary:not(.kb-preserve-color) .kb-totop:active, .kb-section-secondary:not(.kb-preserve-color) .kb-totop:active, .kb-tile-primary:not(.kb-preserve-color) .kb-totop:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-totop:active, .kb-card-primary.kb-card-body .kb-totop:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-totop:active, .kb-card-secondary.kb-card-body .kb-totop:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-totop:active, .kb-overlay-primary .kb-totop:active {
  color: #fff;
}

.kb-light .kb-badge, .kb-section-primary:not(.kb-preserve-color) .kb-badge, .kb-section-secondary:not(.kb-preserve-color) .kb-badge, .kb-tile-primary:not(.kb-preserve-color) .kb-badge, .kb-tile-secondary:not(.kb-preserve-color) .kb-badge, .kb-card-primary.kb-card-body .kb-badge, .kb-card-primary > :not([class*='uk-card-media']) .kb-badge, .kb-card-secondary.kb-card-body .kb-badge, .kb-card-secondary > :not([class*='uk-card-media']) .kb-badge, .kb-overlay-primary .kb-badge {
  background-color: #fff;
  color: #323247;
}

.kb-light .kb-badge:hover, .kb-section-primary:not(.kb-preserve-color) .kb-badge:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-badge:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-badge:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-badge:hover, .kb-card-primary.kb-card-body .kb-badge:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-badge:hover, .kb-card-secondary.kb-card-body .kb-badge:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-badge:hover, .kb-overlay-primary .kb-badge:hover,
.kb-light .kb-badge:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-badge:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-badge:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-badge:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-badge:focus,
.kb-card-primary.kb-card-body .kb-badge:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-badge:focus,
.kb-card-secondary.kb-card-body .kb-badge:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-badge:focus,
.kb-overlay-primary .kb-badge:focus {
  color: #323247;
}

.kb-light .kb-label, .kb-section-primary:not(.kb-preserve-color) .kb-label, .kb-section-secondary:not(.kb-preserve-color) .kb-label, .kb-tile-primary:not(.kb-preserve-color) .kb-label, .kb-tile-secondary:not(.kb-preserve-color) .kb-label, .kb-card-primary.kb-card-body .kb-label, .kb-card-primary > :not([class*='uk-card-media']) .kb-label, .kb-card-secondary.kb-card-body .kb-label, .kb-card-secondary > :not([class*='uk-card-media']) .kb-label, .kb-overlay-primary .kb-label {
  background-color: #fff;
  color: #323247;
}

.kb-light .kb-article-meta, .kb-section-primary:not(.kb-preserve-color) .kb-article-meta, .kb-section-secondary:not(.kb-preserve-color) .kb-article-meta, .kb-tile-primary:not(.kb-preserve-color) .kb-article-meta, .kb-tile-secondary:not(.kb-preserve-color) .kb-article-meta, .kb-card-primary.kb-card-body .kb-article-meta, .kb-card-primary > :not([class*='uk-card-media']) .kb-article-meta, .kb-card-secondary.kb-card-body .kb-article-meta, .kb-card-secondary > :not([class*='uk-card-media']) .kb-article-meta, .kb-overlay-primary .kb-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-search-input, .kb-section-primary:not(.kb-preserve-color) .kb-search-input, .kb-section-secondary:not(.kb-preserve-color) .kb-search-input, .kb-tile-primary:not(.kb-preserve-color) .kb-search-input, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-input, .kb-card-primary.kb-card-body .kb-search-input, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-input, .kb-card-secondary.kb-card-body .kb-search-input, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-input, .kb-overlay-primary .kb-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-search-input:-ms-input-placeholder, .kb-section-primary:not(.kb-preserve-color) .kb-search-input:-ms-input-placeholder, .kb-section-secondary:not(.kb-preserve-color) .kb-search-input:-ms-input-placeholder, .kb-tile-primary:not(.kb-preserve-color) .kb-search-input:-ms-input-placeholder, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-input:-ms-input-placeholder, .kb-card-primary.kb-card-body .kb-search-input:-ms-input-placeholder, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-input:-ms-input-placeholder, .kb-card-secondary.kb-card-body .kb-search-input:-ms-input-placeholder, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-input:-ms-input-placeholder, .kb-overlay-primary .kb-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.kb-light .kb-search-input::placeholder, .kb-section-primary:not(.kb-preserve-color) .kb-search-input::placeholder, .kb-section-secondary:not(.kb-preserve-color) .kb-search-input::placeholder, .kb-tile-primary:not(.kb-preserve-color) .kb-search-input::placeholder, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-input::placeholder, .kb-card-primary.kb-card-body .kb-search-input::placeholder, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-input::placeholder, .kb-card-secondary.kb-card-body .kb-search-input::placeholder, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-input::placeholder, .kb-overlay-primary .kb-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-search .kb-search-icon, .kb-section-primary:not(.kb-preserve-color) .kb-search .kb-search-icon, .kb-section-secondary:not(.kb-preserve-color) .kb-search .kb-search-icon, .kb-tile-primary:not(.kb-preserve-color) .kb-search .kb-search-icon, .kb-tile-secondary:not(.kb-preserve-color) .kb-search .kb-search-icon, .kb-card-primary.kb-card-body .kb-search .kb-search-icon, .kb-card-primary > :not([class*='uk-card-media']) .kb-search .kb-search-icon, .kb-card-secondary.kb-card-body .kb-search .kb-search-icon, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search .kb-search-icon, .kb-overlay-primary .kb-search .kb-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-search .kb-search-icon:hover, .kb-section-primary:not(.kb-preserve-color) .kb-search .kb-search-icon:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-search .kb-search-icon:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-search .kb-search-icon:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-search .kb-search-icon:hover, .kb-card-primary.kb-card-body .kb-search .kb-search-icon:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-search .kb-search-icon:hover, .kb-card-secondary.kb-card-body .kb-search .kb-search-icon:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search .kb-search-icon:hover, .kb-overlay-primary .kb-search .kb-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-search-default .kb-search-input, .kb-section-primary:not(.kb-preserve-color) .kb-search-default .kb-search-input, .kb-section-secondary:not(.kb-preserve-color) .kb-search-default .kb-search-input, .kb-tile-primary:not(.kb-preserve-color) .kb-search-default .kb-search-input, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-default .kb-search-input, .kb-card-primary.kb-card-body .kb-search-default .kb-search-input, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-default .kb-search-input, .kb-card-secondary.kb-card-body .kb-search-default .kb-search-input, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-default .kb-search-input, .kb-overlay-primary .kb-search-default .kb-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-search-default .kb-search-input:focus, .kb-section-primary:not(.kb-preserve-color) .kb-search-default .kb-search-input:focus, .kb-section-secondary:not(.kb-preserve-color) .kb-search-default .kb-search-input:focus, .kb-tile-primary:not(.kb-preserve-color) .kb-search-default .kb-search-input:focus, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-default .kb-search-input:focus, .kb-card-primary.kb-card-body .kb-search-default .kb-search-input:focus, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-default .kb-search-input:focus, .kb-card-secondary.kb-card-body .kb-search-default .kb-search-input:focus, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-default .kb-search-input:focus, .kb-overlay-primary .kb-search-default .kb-search-input:focus {
  background-color: transparent;
}

.kb-light .kb-search-navbar .kb-search-input, .kb-section-primary:not(.kb-preserve-color) .kb-search-navbar .kb-search-input, .kb-section-secondary:not(.kb-preserve-color) .kb-search-navbar .kb-search-input, .kb-tile-primary:not(.kb-preserve-color) .kb-search-navbar .kb-search-input, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-navbar .kb-search-input, .kb-card-primary.kb-card-body .kb-search-navbar .kb-search-input, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-navbar .kb-search-input, .kb-card-secondary.kb-card-body .kb-search-navbar .kb-search-input, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-navbar .kb-search-input, .kb-overlay-primary .kb-search-navbar .kb-search-input {
  background-color: transparent;
}

.kb-light .kb-search-large .kb-search-input, .kb-section-primary:not(.kb-preserve-color) .kb-search-large .kb-search-input, .kb-section-secondary:not(.kb-preserve-color) .kb-search-large .kb-search-input, .kb-tile-primary:not(.kb-preserve-color) .kb-search-large .kb-search-input, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-large .kb-search-input, .kb-card-primary.kb-card-body .kb-search-large .kb-search-input, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-large .kb-search-input, .kb-card-secondary.kb-card-body .kb-search-large .kb-search-input, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-large .kb-search-input, .kb-overlay-primary .kb-search-large .kb-search-input {
  background-color: transparent;
}

.kb-light .kb-search-toggle, .kb-section-primary:not(.kb-preserve-color) .kb-search-toggle, .kb-section-secondary:not(.kb-preserve-color) .kb-search-toggle, .kb-tile-primary:not(.kb-preserve-color) .kb-search-toggle, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-toggle, .kb-card-primary.kb-card-body .kb-search-toggle, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-toggle, .kb-card-secondary.kb-card-body .kb-search-toggle, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-toggle, .kb-overlay-primary .kb-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-search-toggle:hover, .kb-section-primary:not(.kb-preserve-color) .kb-search-toggle:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-search-toggle:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-search-toggle:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-search-toggle:hover, .kb-card-primary.kb-card-body .kb-search-toggle:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-search-toggle:hover, .kb-card-secondary.kb-card-body .kb-search-toggle:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-search-toggle:hover, .kb-overlay-primary .kb-search-toggle:hover,
.kb-light .kb-search-toggle:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-search-toggle:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-search-toggle:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-search-toggle:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-search-toggle:focus,
.kb-card-primary.kb-card-body .kb-search-toggle:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-search-toggle:focus,
.kb-card-secondary.kb-card-body .kb-search-toggle:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-search-toggle:focus,
.kb-overlay-primary .kb-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-nav-parent-icon > .kb-parent > a::after, .kb-section-primary:not(.kb-preserve-color) .kb-nav-parent-icon > .kb-parent > a::after, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-parent-icon > .kb-parent > a::after, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-parent-icon > .kb-parent > a::after, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-parent-icon > .kb-parent > a::after, .kb-card-primary.kb-card-body .kb-nav-parent-icon > .kb-parent > a::after, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-parent-icon > .kb-parent > a::after, .kb-card-secondary.kb-card-body .kb-nav-parent-icon > .kb-parent > a::after, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-parent-icon > .kb-parent > a::after, .kb-overlay-primary .kb-nav-parent-icon > .kb-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.kb-light .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-section-primary:not(.kb-preserve-color) .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-card-primary.kb-card-body .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-card-secondary.kb-card-body .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-parent-icon > .kb-parent.kb-open > a::after, .kb-overlay-primary .kb-nav-parent-icon > .kb-parent.kb-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.kb-light .kb-nav-default > li > a, .kb-section-primary:not(.kb-preserve-color) .kb-nav-default > li > a, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-default > li > a, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-default > li > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default > li > a, .kb-card-primary.kb-card-body .kb-nav-default > li > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default > li > a, .kb-card-secondary.kb-card-body .kb-nav-default > li > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default > li > a, .kb-overlay-primary .kb-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-nav-default > li > a:hover, .kb-section-primary:not(.kb-preserve-color) .kb-nav-default > li > a:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-default > li > a:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-default > li > a:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default > li > a:hover, .kb-card-primary.kb-card-body .kb-nav-default > li > a:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default > li > a:hover, .kb-card-secondary.kb-card-body .kb-nav-default > li > a:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default > li > a:hover, .kb-overlay-primary .kb-nav-default > li > a:hover,
.kb-light .kb-nav-default > li > a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-nav-default > li > a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-nav-default > li > a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-nav-default > li > a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default > li > a:focus,
.kb-card-primary.kb-card-body .kb-nav-default > li > a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default > li > a:focus,
.kb-card-secondary.kb-card-body .kb-nav-default > li > a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default > li > a:focus,
.kb-overlay-primary .kb-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-nav-default > li.kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-nav-default > li.kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-default > li.kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-default > li.kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default > li.kb-active > a, .kb-card-primary.kb-card-body .kb-nav-default > li.kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default > li.kb-active > a, .kb-card-secondary.kb-card-body .kb-nav-default > li.kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default > li.kb-active > a, .kb-overlay-primary .kb-nav-default > li.kb-active > a {
  color: #fff;
}

.kb-light .kb-nav-default .kb-nav-header, .kb-section-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-header, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-header, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-header, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-header, .kb-card-primary.kb-card-body .kb-nav-default .kb-nav-header, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-header, .kb-card-secondary.kb-card-body .kb-nav-default .kb-nav-header, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-header, .kb-overlay-primary .kb-nav-default .kb-nav-header {
  color: #fff;
}

.kb-light .kb-nav-default .kb-nav-divider, .kb-section-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-divider, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-divider, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-divider, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-divider, .kb-card-primary.kb-card-body .kb-nav-default .kb-nav-divider, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-divider, .kb-card-secondary.kb-card-body .kb-nav-default .kb-nav-divider, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-divider, .kb-overlay-primary .kb-nav-default .kb-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-nav-default .kb-nav-sub a, .kb-section-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a, .kb-card-primary.kb-card-body .kb-nav-default .kb-nav-sub a, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-sub a, .kb-card-secondary.kb-card-body .kb-nav-default .kb-nav-sub a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-sub a, .kb-overlay-primary .kb-nav-default .kb-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-nav-default .kb-nav-sub a:hover, .kb-section-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a:hover, .kb-card-primary.kb-card-body .kb-nav-default .kb-nav-sub a:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-sub a:hover, .kb-card-secondary.kb-card-body .kb-nav-default .kb-nav-sub a:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-sub a:hover, .kb-overlay-primary .kb-nav-default .kb-nav-sub a:hover,
.kb-light .kb-nav-default .kb-nav-sub a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub a:focus,
.kb-card-primary.kb-card-body .kb-nav-default .kb-nav-sub a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-sub a:focus,
.kb-card-secondary.kb-card-body .kb-nav-default .kb-nav-sub a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-sub a:focus,
.kb-overlay-primary .kb-nav-default .kb-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-card-primary.kb-card-body .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-card-secondary.kb-card-body .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-default .kb-nav-sub li.kb-active > a, .kb-overlay-primary .kb-nav-default .kb-nav-sub li.kb-active > a {
  color: #fff;
}

.kb-light .kb-nav-primary > li > a, .kb-section-primary:not(.kb-preserve-color) .kb-nav-primary > li > a, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary > li > a, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary > li > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary > li > a, .kb-card-primary.kb-card-body .kb-nav-primary > li > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary > li > a, .kb-card-secondary.kb-card-body .kb-nav-primary > li > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary > li > a, .kb-overlay-primary .kb-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-nav-primary > li > a:hover, .kb-section-primary:not(.kb-preserve-color) .kb-nav-primary > li > a:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary > li > a:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary > li > a:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary > li > a:hover, .kb-card-primary.kb-card-body .kb-nav-primary > li > a:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary > li > a:hover, .kb-card-secondary.kb-card-body .kb-nav-primary > li > a:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary > li > a:hover, .kb-overlay-primary .kb-nav-primary > li > a:hover,
.kb-light .kb-nav-primary > li > a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-nav-primary > li > a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary > li > a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary > li > a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary > li > a:focus,
.kb-card-primary.kb-card-body .kb-nav-primary > li > a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary > li > a:focus,
.kb-card-secondary.kb-card-body .kb-nav-primary > li > a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary > li > a:focus,
.kb-overlay-primary .kb-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-nav-primary > li.kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-nav-primary > li.kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary > li.kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary > li.kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary > li.kb-active > a, .kb-card-primary.kb-card-body .kb-nav-primary > li.kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary > li.kb-active > a, .kb-card-secondary.kb-card-body .kb-nav-primary > li.kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary > li.kb-active > a, .kb-overlay-primary .kb-nav-primary > li.kb-active > a {
  color: #fff;
}

.kb-light .kb-nav-primary .kb-nav-header, .kb-section-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-header, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-header, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-header, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-header, .kb-card-primary.kb-card-body .kb-nav-primary .kb-nav-header, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-header, .kb-card-secondary.kb-card-body .kb-nav-primary .kb-nav-header, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-header, .kb-overlay-primary .kb-nav-primary .kb-nav-header {
  color: #fff;
}

.kb-light .kb-nav-primary .kb-nav-divider, .kb-section-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-divider, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-divider, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-divider, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-divider, .kb-card-primary.kb-card-body .kb-nav-primary .kb-nav-divider, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-divider, .kb-card-secondary.kb-card-body .kb-nav-primary .kb-nav-divider, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-divider, .kb-overlay-primary .kb-nav-primary .kb-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-nav-primary .kb-nav-sub a, .kb-section-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a, .kb-card-primary.kb-card-body .kb-nav-primary .kb-nav-sub a, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-sub a, .kb-card-secondary.kb-card-body .kb-nav-primary .kb-nav-sub a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-sub a, .kb-overlay-primary .kb-nav-primary .kb-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-nav-primary .kb-nav-sub a:hover, .kb-section-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a:hover, .kb-card-primary.kb-card-body .kb-nav-primary .kb-nav-sub a:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-sub a:hover, .kb-card-secondary.kb-card-body .kb-nav-primary .kb-nav-sub a:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-sub a:hover, .kb-overlay-primary .kb-nav-primary .kb-nav-sub a:hover,
.kb-light .kb-nav-primary .kb-nav-sub a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub a:focus,
.kb-card-primary.kb-card-body .kb-nav-primary .kb-nav-sub a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-sub a:focus,
.kb-card-secondary.kb-card-body .kb-nav-primary .kb-nav-sub a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-sub a:focus,
.kb-overlay-primary .kb-nav-primary .kb-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-card-primary.kb-card-body .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-card-secondary.kb-card-body .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-nav-primary .kb-nav-sub li.kb-active > a, .kb-overlay-primary .kb-nav-primary .kb-nav-sub li.kb-active > a {
  color: #fff;
}

.kb-light .kb-navbar-nav > li > a, .kb-section-primary:not(.kb-preserve-color) .kb-navbar-nav > li > a, .kb-section-secondary:not(.kb-preserve-color) .kb-navbar-nav > li > a, .kb-tile-primary:not(.kb-preserve-color) .kb-navbar-nav > li > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-nav > li > a, .kb-card-primary.kb-card-body .kb-navbar-nav > li > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-nav > li > a, .kb-card-secondary.kb-card-body .kb-navbar-nav > li > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-nav > li > a, .kb-overlay-primary .kb-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-navbar-nav > li:hover > a, .kb-section-primary:not(.kb-preserve-color) .kb-navbar-nav > li:hover > a, .kb-section-secondary:not(.kb-preserve-color) .kb-navbar-nav > li:hover > a, .kb-tile-primary:not(.kb-preserve-color) .kb-navbar-nav > li:hover > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-nav > li:hover > a, .kb-card-primary.kb-card-body .kb-navbar-nav > li:hover > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-nav > li:hover > a, .kb-card-secondary.kb-card-body .kb-navbar-nav > li:hover > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-nav > li:hover > a, .kb-overlay-primary .kb-navbar-nav > li:hover > a,
.kb-light .kb-navbar-nav > li > a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-navbar-nav > li > a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-navbar-nav > li > a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-navbar-nav > li > a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-nav > li > a:focus,
.kb-card-primary.kb-card-body .kb-navbar-nav > li > a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-nav > li > a:focus,
.kb-card-secondary.kb-card-body .kb-navbar-nav > li > a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-nav > li > a:focus,
.kb-overlay-primary .kb-navbar-nav > li > a:focus,
.kb-light .kb-navbar-nav > li > a.kb-open,
.kb-section-primary:not(.kb-preserve-color) .kb-navbar-nav > li > a.kb-open,
.kb-section-secondary:not(.kb-preserve-color) .kb-navbar-nav > li > a.kb-open,
.kb-tile-primary:not(.kb-preserve-color) .kb-navbar-nav > li > a.kb-open,
.kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-nav > li > a.kb-open,
.kb-card-primary.kb-card-body .kb-navbar-nav > li > a.kb-open,
.kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-nav > li > a.kb-open,
.kb-card-secondary.kb-card-body .kb-navbar-nav > li > a.kb-open,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-nav > li > a.kb-open,
.kb-overlay-primary .kb-navbar-nav > li > a.kb-open {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-navbar-nav > li > a:active, .kb-section-primary:not(.kb-preserve-color) .kb-navbar-nav > li > a:active, .kb-section-secondary:not(.kb-preserve-color) .kb-navbar-nav > li > a:active, .kb-tile-primary:not(.kb-preserve-color) .kb-navbar-nav > li > a:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-nav > li > a:active, .kb-card-primary.kb-card-body .kb-navbar-nav > li > a:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-nav > li > a:active, .kb-card-secondary.kb-card-body .kb-navbar-nav > li > a:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-nav > li > a:active, .kb-overlay-primary .kb-navbar-nav > li > a:active {
  color: #fff;
}

.kb-light .kb-navbar-nav > li.kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-navbar-nav > li.kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-navbar-nav > li.kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-navbar-nav > li.kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-nav > li.kb-active > a, .kb-card-primary.kb-card-body .kb-navbar-nav > li.kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-nav > li.kb-active > a, .kb-card-secondary.kb-card-body .kb-navbar-nav > li.kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-nav > li.kb-active > a, .kb-overlay-primary .kb-navbar-nav > li.kb-active > a {
  color: #fff;
}

.kb-light .kb-navbar-item, .kb-section-primary:not(.kb-preserve-color) .kb-navbar-item, .kb-section-secondary:not(.kb-preserve-color) .kb-navbar-item, .kb-tile-primary:not(.kb-preserve-color) .kb-navbar-item, .kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-item, .kb-card-primary.kb-card-body .kb-navbar-item, .kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-item, .kb-card-secondary.kb-card-body .kb-navbar-item, .kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-item, .kb-overlay-primary .kb-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-navbar-toggle, .kb-section-primary:not(.kb-preserve-color) .kb-navbar-toggle, .kb-section-secondary:not(.kb-preserve-color) .kb-navbar-toggle, .kb-tile-primary:not(.kb-preserve-color) .kb-navbar-toggle, .kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-toggle, .kb-card-primary.kb-card-body .kb-navbar-toggle, .kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-toggle, .kb-card-secondary.kb-card-body .kb-navbar-toggle, .kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-toggle, .kb-overlay-primary .kb-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-navbar-toggle:hover, .kb-section-primary:not(.kb-preserve-color) .kb-navbar-toggle:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-navbar-toggle:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-navbar-toggle:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-toggle:hover, .kb-card-primary.kb-card-body .kb-navbar-toggle:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-toggle:hover, .kb-card-secondary.kb-card-body .kb-navbar-toggle:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-toggle:hover, .kb-overlay-primary .kb-navbar-toggle:hover,
.kb-light .kb-navbar-toggle:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-navbar-toggle:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-navbar-toggle:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-navbar-toggle:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-toggle:focus,
.kb-card-primary.kb-card-body .kb-navbar-toggle:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-toggle:focus,
.kb-card-secondary.kb-card-body .kb-navbar-toggle:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-toggle:focus,
.kb-overlay-primary .kb-navbar-toggle:focus,
.kb-light .kb-navbar-toggle.kb-open,
.kb-section-primary:not(.kb-preserve-color) .kb-navbar-toggle.kb-open,
.kb-section-secondary:not(.kb-preserve-color) .kb-navbar-toggle.kb-open,
.kb-tile-primary:not(.kb-preserve-color) .kb-navbar-toggle.kb-open,
.kb-tile-secondary:not(.kb-preserve-color) .kb-navbar-toggle.kb-open,
.kb-card-primary.kb-card-body .kb-navbar-toggle.kb-open,
.kb-card-primary > :not([class*='uk-card-media']) .kb-navbar-toggle.kb-open,
.kb-card-secondary.kb-card-body .kb-navbar-toggle.kb-open,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-navbar-toggle.kb-open,
.kb-overlay-primary .kb-navbar-toggle.kb-open {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-subnav > * > :first-child, .kb-section-primary:not(.kb-preserve-color) .kb-subnav > * > :first-child, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav > * > :first-child, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav > * > :first-child, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav > * > :first-child, .kb-card-primary.kb-card-body .kb-subnav > * > :first-child, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav > * > :first-child, .kb-card-secondary.kb-card-body .kb-subnav > * > :first-child, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav > * > :first-child, .kb-overlay-primary .kb-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-subnav > * > a:hover, .kb-section-primary:not(.kb-preserve-color) .kb-subnav > * > a:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav > * > a:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav > * > a:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav > * > a:hover, .kb-card-primary.kb-card-body .kb-subnav > * > a:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav > * > a:hover, .kb-card-secondary.kb-card-body .kb-subnav > * > a:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav > * > a:hover, .kb-overlay-primary .kb-subnav > * > a:hover,
.kb-light .kb-subnav > * > a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-subnav > * > a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-subnav > * > a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-subnav > * > a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-subnav > * > a:focus,
.kb-card-primary.kb-card-body .kb-subnav > * > a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-subnav > * > a:focus,
.kb-card-secondary.kb-card-body .kb-subnav > * > a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav > * > a:focus,
.kb-overlay-primary .kb-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-subnav > .kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-subnav > .kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav > .kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav > .kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav > .kb-active > a, .kb-card-primary.kb-card-body .kb-subnav > .kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav > .kb-active > a, .kb-card-secondary.kb-card-body .kb-subnav > .kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav > .kb-active > a, .kb-overlay-primary .kb-subnav > .kb-active > a {
  color: #fff;
}

.kb-light .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-section-primary:not(.kb-preserve-color) .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-card-primary.kb-card-body .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-card-secondary.kb-card-body .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before, .kb-overlay-primary .kb-subnav-divider > :nth-child(n+2):not(.kb-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-subnav-pill > * > :first-child, .kb-section-primary:not(.kb-preserve-color) .kb-subnav-pill > * > :first-child, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav-pill > * > :first-child, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav-pill > * > :first-child, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav-pill > * > :first-child, .kb-card-primary.kb-card-body .kb-subnav-pill > * > :first-child, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav-pill > * > :first-child, .kb-card-secondary.kb-card-body .kb-subnav-pill > * > :first-child, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav-pill > * > :first-child, .kb-overlay-primary .kb-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-subnav-pill > * > a:hover, .kb-section-primary:not(.kb-preserve-color) .kb-subnav-pill > * > a:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav-pill > * > a:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav-pill > * > a:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav-pill > * > a:hover, .kb-card-primary.kb-card-body .kb-subnav-pill > * > a:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav-pill > * > a:hover, .kb-card-secondary.kb-card-body .kb-subnav-pill > * > a:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav-pill > * > a:hover, .kb-overlay-primary .kb-subnav-pill > * > a:hover,
.kb-light .kb-subnav-pill > * > a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-subnav-pill > * > a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-subnav-pill > * > a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-subnav-pill > * > a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-subnav-pill > * > a:focus,
.kb-card-primary.kb-card-body .kb-subnav-pill > * > a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-subnav-pill > * > a:focus,
.kb-card-secondary.kb-card-body .kb-subnav-pill > * > a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav-pill > * > a:focus,
.kb-overlay-primary .kb-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-subnav-pill > * > a:active, .kb-section-primary:not(.kb-preserve-color) .kb-subnav-pill > * > a:active, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav-pill > * > a:active, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav-pill > * > a:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav-pill > * > a:active, .kb-card-primary.kb-card-body .kb-subnav-pill > * > a:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav-pill > * > a:active, .kb-card-secondary.kb-card-body .kb-subnav-pill > * > a:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav-pill > * > a:active, .kb-overlay-primary .kb-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-subnav-pill > .kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-subnav-pill > .kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav-pill > .kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav-pill > .kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav-pill > .kb-active > a, .kb-card-primary.kb-card-body .kb-subnav-pill > .kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav-pill > .kb-active > a, .kb-card-secondary.kb-card-body .kb-subnav-pill > .kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav-pill > .kb-active > a, .kb-overlay-primary .kb-subnav-pill > .kb-active > a {
  background-color: #fff;
  color: #323247;
}

.kb-light .kb-subnav > .kb-disabled > a, .kb-section-primary:not(.kb-preserve-color) .kb-subnav > .kb-disabled > a, .kb-section-secondary:not(.kb-preserve-color) .kb-subnav > .kb-disabled > a, .kb-tile-primary:not(.kb-preserve-color) .kb-subnav > .kb-disabled > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-subnav > .kb-disabled > a, .kb-card-primary.kb-card-body .kb-subnav > .kb-disabled > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-subnav > .kb-disabled > a, .kb-card-secondary.kb-card-body .kb-subnav > .kb-disabled > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-subnav > .kb-disabled > a, .kb-overlay-primary .kb-subnav > .kb-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-breadcrumb > * > *, .kb-section-primary:not(.kb-preserve-color) .kb-breadcrumb > * > *, .kb-section-secondary:not(.kb-preserve-color) .kb-breadcrumb > * > *, .kb-tile-primary:not(.kb-preserve-color) .kb-breadcrumb > * > *, .kb-tile-secondary:not(.kb-preserve-color) .kb-breadcrumb > * > *, .kb-card-primary.kb-card-body .kb-breadcrumb > * > *, .kb-card-primary > :not([class*='uk-card-media']) .kb-breadcrumb > * > *, .kb-card-secondary.kb-card-body .kb-breadcrumb > * > *, .kb-card-secondary > :not([class*='uk-card-media']) .kb-breadcrumb > * > *, .kb-overlay-primary .kb-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-breadcrumb > * > :hover, .kb-section-primary:not(.kb-preserve-color) .kb-breadcrumb > * > :hover, .kb-section-secondary:not(.kb-preserve-color) .kb-breadcrumb > * > :hover, .kb-tile-primary:not(.kb-preserve-color) .kb-breadcrumb > * > :hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-breadcrumb > * > :hover, .kb-card-primary.kb-card-body .kb-breadcrumb > * > :hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-breadcrumb > * > :hover, .kb-card-secondary.kb-card-body .kb-breadcrumb > * > :hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-breadcrumb > * > :hover, .kb-overlay-primary .kb-breadcrumb > * > :hover,
.kb-light .kb-breadcrumb > * > :focus,
.kb-section-primary:not(.kb-preserve-color) .kb-breadcrumb > * > :focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-breadcrumb > * > :focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-breadcrumb > * > :focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-breadcrumb > * > :focus,
.kb-card-primary.kb-card-body .kb-breadcrumb > * > :focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-breadcrumb > * > :focus,
.kb-card-secondary.kb-card-body .kb-breadcrumb > * > :focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-breadcrumb > * > :focus,
.kb-overlay-primary .kb-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-breadcrumb > :last-child > *, .kb-section-primary:not(.kb-preserve-color) .kb-breadcrumb > :last-child > *, .kb-section-secondary:not(.kb-preserve-color) .kb-breadcrumb > :last-child > *, .kb-tile-primary:not(.kb-preserve-color) .kb-breadcrumb > :last-child > *, .kb-tile-secondary:not(.kb-preserve-color) .kb-breadcrumb > :last-child > *, .kb-card-primary.kb-card-body .kb-breadcrumb > :last-child > *, .kb-card-primary > :not([class*='uk-card-media']) .kb-breadcrumb > :last-child > *, .kb-card-secondary.kb-card-body .kb-breadcrumb > :last-child > *, .kb-card-secondary > :not([class*='uk-card-media']) .kb-breadcrumb > :last-child > *, .kb-overlay-primary .kb-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-section-primary:not(.kb-preserve-color) .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-section-secondary:not(.kb-preserve-color) .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-tile-primary:not(.kb-preserve-color) .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-card-primary.kb-card-body .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-card-secondary.kb-card-body .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before, .kb-overlay-primary .kb-breadcrumb > :nth-child(n+2):not(.kb-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-pagination > * > *, .kb-section-primary:not(.kb-preserve-color) .kb-pagination > * > *, .kb-section-secondary:not(.kb-preserve-color) .kb-pagination > * > *, .kb-tile-primary:not(.kb-preserve-color) .kb-pagination > * > *, .kb-tile-secondary:not(.kb-preserve-color) .kb-pagination > * > *, .kb-card-primary.kb-card-body .kb-pagination > * > *, .kb-card-primary > :not([class*='uk-card-media']) .kb-pagination > * > *, .kb-card-secondary.kb-card-body .kb-pagination > * > *, .kb-card-secondary > :not([class*='uk-card-media']) .kb-pagination > * > *, .kb-overlay-primary .kb-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-pagination > * > :hover, .kb-section-primary:not(.kb-preserve-color) .kb-pagination > * > :hover, .kb-section-secondary:not(.kb-preserve-color) .kb-pagination > * > :hover, .kb-tile-primary:not(.kb-preserve-color) .kb-pagination > * > :hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-pagination > * > :hover, .kb-card-primary.kb-card-body .kb-pagination > * > :hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-pagination > * > :hover, .kb-card-secondary.kb-card-body .kb-pagination > * > :hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-pagination > * > :hover, .kb-overlay-primary .kb-pagination > * > :hover,
.kb-light .kb-pagination > * > :focus,
.kb-section-primary:not(.kb-preserve-color) .kb-pagination > * > :focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-pagination > * > :focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-pagination > * > :focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-pagination > * > :focus,
.kb-card-primary.kb-card-body .kb-pagination > * > :focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-pagination > * > :focus,
.kb-card-secondary.kb-card-body .kb-pagination > * > :focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-pagination > * > :focus,
.kb-overlay-primary .kb-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-pagination > .kb-active > *, .kb-section-primary:not(.kb-preserve-color) .kb-pagination > .kb-active > *, .kb-section-secondary:not(.kb-preserve-color) .kb-pagination > .kb-active > *, .kb-tile-primary:not(.kb-preserve-color) .kb-pagination > .kb-active > *, .kb-tile-secondary:not(.kb-preserve-color) .kb-pagination > .kb-active > *, .kb-card-primary.kb-card-body .kb-pagination > .kb-active > *, .kb-card-primary > :not([class*='uk-card-media']) .kb-pagination > .kb-active > *, .kb-card-secondary.kb-card-body .kb-pagination > .kb-active > *, .kb-card-secondary > :not([class*='uk-card-media']) .kb-pagination > .kb-active > *, .kb-overlay-primary .kb-pagination > .kb-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-pagination > .kb-disabled > *, .kb-section-primary:not(.kb-preserve-color) .kb-pagination > .kb-disabled > *, .kb-section-secondary:not(.kb-preserve-color) .kb-pagination > .kb-disabled > *, .kb-tile-primary:not(.kb-preserve-color) .kb-pagination > .kb-disabled > *, .kb-tile-secondary:not(.kb-preserve-color) .kb-pagination > .kb-disabled > *, .kb-card-primary.kb-card-body .kb-pagination > .kb-disabled > *, .kb-card-primary > :not([class*='uk-card-media']) .kb-pagination > .kb-disabled > *, .kb-card-secondary.kb-card-body .kb-pagination > .kb-disabled > *, .kb-card-secondary > :not([class*='uk-card-media']) .kb-pagination > .kb-disabled > *, .kb-overlay-primary .kb-pagination > .kb-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-tab::before, .kb-section-primary:not(.kb-preserve-color) .kb-tab::before, .kb-section-secondary:not(.kb-preserve-color) .kb-tab::before, .kb-tile-primary:not(.kb-preserve-color) .kb-tab::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-tab::before, .kb-card-primary.kb-card-body .kb-tab::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-tab::before, .kb-card-secondary.kb-card-body .kb-tab::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-tab::before, .kb-overlay-primary .kb-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-tab > * > a, .kb-section-primary:not(.kb-preserve-color) .kb-tab > * > a, .kb-section-secondary:not(.kb-preserve-color) .kb-tab > * > a, .kb-tile-primary:not(.kb-preserve-color) .kb-tab > * > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-tab > * > a, .kb-card-primary.kb-card-body .kb-tab > * > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-tab > * > a, .kb-card-secondary.kb-card-body .kb-tab > * > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-tab > * > a, .kb-overlay-primary .kb-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-tab > * > a:hover, .kb-section-primary:not(.kb-preserve-color) .kb-tab > * > a:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-tab > * > a:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-tab > * > a:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-tab > * > a:hover, .kb-card-primary.kb-card-body .kb-tab > * > a:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-tab > * > a:hover, .kb-card-secondary.kb-card-body .kb-tab > * > a:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-tab > * > a:hover, .kb-overlay-primary .kb-tab > * > a:hover,
.kb-light .kb-tab > * > a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-tab > * > a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-tab > * > a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-tab > * > a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-tab > * > a:focus,
.kb-card-primary.kb-card-body .kb-tab > * > a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-tab > * > a:focus,
.kb-card-secondary.kb-card-body .kb-tab > * > a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-tab > * > a:focus,
.kb-overlay-primary .kb-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-tab > .kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-tab > .kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-tab > .kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-tab > .kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-tab > .kb-active > a, .kb-card-primary.kb-card-body .kb-tab > .kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-tab > .kb-active > a, .kb-card-secondary.kb-card-body .kb-tab > .kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-tab > .kb-active > a, .kb-overlay-primary .kb-tab > .kb-active > a {
  color: #fff;
  border-color: #fff;
}

.kb-light .kb-tab > .kb-disabled > a, .kb-section-primary:not(.kb-preserve-color) .kb-tab > .kb-disabled > a, .kb-section-secondary:not(.kb-preserve-color) .kb-tab > .kb-disabled > a, .kb-tile-primary:not(.kb-preserve-color) .kb-tab > .kb-disabled > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-tab > .kb-disabled > a, .kb-card-primary.kb-card-body .kb-tab > .kb-disabled > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-tab > .kb-disabled > a, .kb-card-secondary.kb-card-body .kb-tab > .kb-disabled > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-tab > .kb-disabled > a, .kb-overlay-primary .kb-tab > .kb-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-slidenav, .kb-section-primary:not(.kb-preserve-color) .kb-slidenav, .kb-section-secondary:not(.kb-preserve-color) .kb-slidenav, .kb-tile-primary:not(.kb-preserve-color) .kb-slidenav, .kb-tile-secondary:not(.kb-preserve-color) .kb-slidenav, .kb-card-primary.kb-card-body .kb-slidenav, .kb-card-primary > :not([class*='uk-card-media']) .kb-slidenav, .kb-card-secondary.kb-card-body .kb-slidenav, .kb-card-secondary > :not([class*='uk-card-media']) .kb-slidenav, .kb-overlay-primary .kb-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-slidenav:hover, .kb-section-primary:not(.kb-preserve-color) .kb-slidenav:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-slidenav:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-slidenav:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-slidenav:hover, .kb-card-primary.kb-card-body .kb-slidenav:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-slidenav:hover, .kb-card-secondary.kb-card-body .kb-slidenav:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-slidenav:hover, .kb-overlay-primary .kb-slidenav:hover,
.kb-light .kb-slidenav:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-slidenav:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-slidenav:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-slidenav:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-slidenav:focus,
.kb-card-primary.kb-card-body .kb-slidenav:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-slidenav:focus,
.kb-card-secondary.kb-card-body .kb-slidenav:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-slidenav:focus,
.kb-overlay-primary .kb-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}

.kb-light .kb-slidenav:active, .kb-section-primary:not(.kb-preserve-color) .kb-slidenav:active, .kb-section-secondary:not(.kb-preserve-color) .kb-slidenav:active, .kb-tile-primary:not(.kb-preserve-color) .kb-slidenav:active, .kb-tile-secondary:not(.kb-preserve-color) .kb-slidenav:active, .kb-card-primary.kb-card-body .kb-slidenav:active, .kb-card-primary > :not([class*='uk-card-media']) .kb-slidenav:active, .kb-card-secondary.kb-card-body .kb-slidenav:active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-slidenav:active, .kb-overlay-primary .kb-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-dotnav > * > *, .kb-section-primary:not(.kb-preserve-color) .kb-dotnav > * > *, .kb-section-secondary:not(.kb-preserve-color) .kb-dotnav > * > *, .kb-tile-primary:not(.kb-preserve-color) .kb-dotnav > * > *, .kb-tile-secondary:not(.kb-preserve-color) .kb-dotnav > * > *, .kb-card-primary.kb-card-body .kb-dotnav > * > *, .kb-card-primary > :not([class*='uk-card-media']) .kb-dotnav > * > *, .kb-card-secondary.kb-card-body .kb-dotnav > * > *, .kb-card-secondary > :not([class*='uk-card-media']) .kb-dotnav > * > *, .kb-overlay-primary .kb-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.kb-light .kb-dotnav > * > :hover, .kb-section-primary:not(.kb-preserve-color) .kb-dotnav > * > :hover, .kb-section-secondary:not(.kb-preserve-color) .kb-dotnav > * > :hover, .kb-tile-primary:not(.kb-preserve-color) .kb-dotnav > * > :hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-dotnav > * > :hover, .kb-card-primary.kb-card-body .kb-dotnav > * > :hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-dotnav > * > :hover, .kb-card-secondary.kb-card-body .kb-dotnav > * > :hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-dotnav > * > :hover, .kb-overlay-primary .kb-dotnav > * > :hover,
.kb-light .kb-dotnav > * > :focus,
.kb-section-primary:not(.kb-preserve-color) .kb-dotnav > * > :focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-dotnav > * > :focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-dotnav > * > :focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-dotnav > * > :focus,
.kb-card-primary.kb-card-body .kb-dotnav > * > :focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-dotnav > * > :focus,
.kb-card-secondary.kb-card-body .kb-dotnav > * > :focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-dotnav > * > :focus,
.kb-overlay-primary .kb-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.kb-light .kb-dotnav > * > :active, .kb-section-primary:not(.kb-preserve-color) .kb-dotnav > * > :active, .kb-section-secondary:not(.kb-preserve-color) .kb-dotnav > * > :active, .kb-tile-primary:not(.kb-preserve-color) .kb-dotnav > * > :active, .kb-tile-secondary:not(.kb-preserve-color) .kb-dotnav > * > :active, .kb-card-primary.kb-card-body .kb-dotnav > * > :active, .kb-card-primary > :not([class*='uk-card-media']) .kb-dotnav > * > :active, .kb-card-secondary.kb-card-body .kb-dotnav > * > :active, .kb-card-secondary > :not([class*='uk-card-media']) .kb-dotnav > * > :active, .kb-overlay-primary .kb-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.kb-light .kb-dotnav > .kb-active > *, .kb-section-primary:not(.kb-preserve-color) .kb-dotnav > .kb-active > *, .kb-section-secondary:not(.kb-preserve-color) .kb-dotnav > .kb-active > *, .kb-tile-primary:not(.kb-preserve-color) .kb-dotnav > .kb-active > *, .kb-tile-secondary:not(.kb-preserve-color) .kb-dotnav > .kb-active > *, .kb-card-primary.kb-card-body .kb-dotnav > .kb-active > *, .kb-card-primary > :not([class*='uk-card-media']) .kb-dotnav > .kb-active > *, .kb-card-secondary.kb-card-body .kb-dotnav > .kb-active > *, .kb-card-secondary > :not([class*='uk-card-media']) .kb-dotnav > .kb-active > *, .kb-overlay-primary .kb-dotnav > .kb-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.kb-light .kb-accordion-title::before, .kb-section-primary:not(.kb-preserve-color) .kb-accordion-title::before, .kb-section-secondary:not(.kb-preserve-color) .kb-accordion-title::before, .kb-tile-primary:not(.kb-preserve-color) .kb-accordion-title::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-accordion-title::before, .kb-card-primary.kb-card-body .kb-accordion-title::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-accordion-title::before, .kb-card-secondary.kb-card-body .kb-accordion-title::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-accordion-title::before, .kb-overlay-primary .kb-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='rgba(255, 255, 255, 0.7)' stroke-width='1.03' points='16 7 10 13 4 7' /%3E%3C/svg%3E");
}

.kb-light .kb-open > .kb-accordion-title::before, .kb-section-primary:not(.kb-preserve-color) .kb-open > .kb-accordion-title::before, .kb-section-secondary:not(.kb-preserve-color) .kb-open > .kb-accordion-title::before, .kb-tile-primary:not(.kb-preserve-color) .kb-open > .kb-accordion-title::before, .kb-tile-secondary:not(.kb-preserve-color) .kb-open > .kb-accordion-title::before, .kb-card-primary.kb-card-body .kb-open > .kb-accordion-title::before, .kb-card-primary > :not([class*='uk-card-media']) .kb-open > .kb-accordion-title::before, .kb-card-secondary.kb-card-body .kb-open > .kb-accordion-title::before, .kb-card-secondary > :not([class*='uk-card-media']) .kb-open > .kb-accordion-title::before, .kb-overlay-primary .kb-open > .kb-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='rgba(255, 255, 255, 0.7)' stroke-width='1.03' points='4 13 10 7 16 13' /%3E%3C/svg%3E");
}

.kb-light .kb-iconnav > * > a, .kb-section-primary:not(.kb-preserve-color) .kb-iconnav > * > a, .kb-section-secondary:not(.kb-preserve-color) .kb-iconnav > * > a, .kb-tile-primary:not(.kb-preserve-color) .kb-iconnav > * > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-iconnav > * > a, .kb-card-primary.kb-card-body .kb-iconnav > * > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-iconnav > * > a, .kb-card-secondary.kb-card-body .kb-iconnav > * > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-iconnav > * > a, .kb-overlay-primary .kb-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-iconnav > * > a:hover, .kb-section-primary:not(.kb-preserve-color) .kb-iconnav > * > a:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-iconnav > * > a:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-iconnav > * > a:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-iconnav > * > a:hover, .kb-card-primary.kb-card-body .kb-iconnav > * > a:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-iconnav > * > a:hover, .kb-card-secondary.kb-card-body .kb-iconnav > * > a:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-iconnav > * > a:hover, .kb-overlay-primary .kb-iconnav > * > a:hover,
.kb-light .kb-iconnav > * > a:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-iconnav > * > a:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-iconnav > * > a:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-iconnav > * > a:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-iconnav > * > a:focus,
.kb-card-primary.kb-card-body .kb-iconnav > * > a:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-iconnav > * > a:focus,
.kb-card-secondary.kb-card-body .kb-iconnav > * > a:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-iconnav > * > a:focus,
.kb-overlay-primary .kb-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-iconnav > .kb-active > a, .kb-section-primary:not(.kb-preserve-color) .kb-iconnav > .kb-active > a, .kb-section-secondary:not(.kb-preserve-color) .kb-iconnav > .kb-active > a, .kb-tile-primary:not(.kb-preserve-color) .kb-iconnav > .kb-active > a, .kb-tile-secondary:not(.kb-preserve-color) .kb-iconnav > .kb-active > a, .kb-card-primary.kb-card-body .kb-iconnav > .kb-active > a, .kb-card-primary > :not([class*='uk-card-media']) .kb-iconnav > .kb-active > a, .kb-card-secondary.kb-card-body .kb-iconnav > .kb-active > a, .kb-card-secondary > :not([class*='uk-card-media']) .kb-iconnav > .kb-active > a, .kb-overlay-primary .kb-iconnav > .kb-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-text-lead, .kb-section-primary:not(.kb-preserve-color) .kb-text-lead, .kb-section-secondary:not(.kb-preserve-color) .kb-text-lead, .kb-tile-primary:not(.kb-preserve-color) .kb-text-lead, .kb-tile-secondary:not(.kb-preserve-color) .kb-text-lead, .kb-card-primary.kb-card-body .kb-text-lead, .kb-card-primary > :not([class*='uk-card-media']) .kb-text-lead, .kb-card-secondary.kb-card-body .kb-text-lead, .kb-card-secondary > :not([class*='uk-card-media']) .kb-text-lead, .kb-overlay-primary .kb-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-text-meta, .kb-section-primary:not(.kb-preserve-color) .kb-text-meta, .kb-section-secondary:not(.kb-preserve-color) .kb-text-meta, .kb-tile-primary:not(.kb-preserve-color) .kb-text-meta, .kb-tile-secondary:not(.kb-preserve-color) .kb-text-meta, .kb-card-primary.kb-card-body .kb-text-meta, .kb-card-primary > :not([class*='uk-card-media']) .kb-text-meta, .kb-card-secondary.kb-card-body .kb-text-meta, .kb-card-secondary > :not([class*='uk-card-media']) .kb-text-meta, .kb-overlay-primary .kb-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.kb-light .kb-text-muted, .kb-section-primary:not(.kb-preserve-color) .kb-text-muted, .kb-section-secondary:not(.kb-preserve-color) .kb-text-muted, .kb-tile-primary:not(.kb-preserve-color) .kb-text-muted, .kb-tile-secondary:not(.kb-preserve-color) .kb-text-muted, .kb-card-primary.kb-card-body .kb-text-muted, .kb-card-primary > :not([class*='uk-card-media']) .kb-text-muted, .kb-card-secondary.kb-card-body .kb-text-muted, .kb-card-secondary > :not([class*='uk-card-media']) .kb-text-muted, .kb-overlay-primary .kb-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.kb-light .kb-text-emphasis, .kb-section-primary:not(.kb-preserve-color) .kb-text-emphasis, .kb-section-secondary:not(.kb-preserve-color) .kb-text-emphasis, .kb-tile-primary:not(.kb-preserve-color) .kb-text-emphasis, .kb-tile-secondary:not(.kb-preserve-color) .kb-text-emphasis, .kb-card-primary.kb-card-body .kb-text-emphasis, .kb-card-primary > :not([class*='uk-card-media']) .kb-text-emphasis, .kb-card-secondary.kb-card-body .kb-text-emphasis, .kb-card-secondary > :not([class*='uk-card-media']) .kb-text-emphasis, .kb-overlay-primary .kb-text-emphasis {
  color: #fff !important;
}

.kb-light .kb-text-primary, .kb-section-primary:not(.kb-preserve-color) .kb-text-primary, .kb-section-secondary:not(.kb-preserve-color) .kb-text-primary, .kb-tile-primary:not(.kb-preserve-color) .kb-text-primary, .kb-tile-secondary:not(.kb-preserve-color) .kb-text-primary, .kb-card-primary.kb-card-body .kb-text-primary, .kb-card-primary > :not([class*='uk-card-media']) .kb-text-primary, .kb-card-secondary.kb-card-body .kb-text-primary, .kb-card-secondary > :not([class*='uk-card-media']) .kb-text-primary, .kb-overlay-primary .kb-text-primary {
  color: #fff !important;
}

.kb-light .kb-text-secondary, .kb-section-primary:not(.kb-preserve-color) .kb-text-secondary, .kb-section-secondary:not(.kb-preserve-color) .kb-text-secondary, .kb-tile-primary:not(.kb-preserve-color) .kb-text-secondary, .kb-tile-secondary:not(.kb-preserve-color) .kb-text-secondary, .kb-card-primary.kb-card-body .kb-text-secondary, .kb-card-primary > :not([class*='uk-card-media']) .kb-text-secondary, .kb-card-secondary.kb-card-body .kb-text-secondary, .kb-card-secondary > :not([class*='uk-card-media']) .kb-text-secondary, .kb-overlay-primary .kb-text-secondary {
  color: #fff !important;
}

.kb-light .kb-column-divider, .kb-section-primary:not(.kb-preserve-color) .kb-column-divider, .kb-section-secondary:not(.kb-preserve-color) .kb-column-divider, .kb-tile-primary:not(.kb-preserve-color) .kb-column-divider, .kb-tile-secondary:not(.kb-preserve-color) .kb-column-divider, .kb-card-primary.kb-card-body .kb-column-divider, .kb-card-primary > :not([class*='uk-card-media']) .kb-column-divider, .kb-card-secondary.kb-card-body .kb-column-divider, .kb-card-secondary > :not([class*='uk-card-media']) .kb-column-divider, .kb-overlay-primary .kb-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}

.kb-light .kb-logo, .kb-section-primary:not(.kb-preserve-color) .kb-logo, .kb-section-secondary:not(.kb-preserve-color) .kb-logo, .kb-tile-primary:not(.kb-preserve-color) .kb-logo, .kb-tile-secondary:not(.kb-preserve-color) .kb-logo, .kb-card-primary.kb-card-body .kb-logo, .kb-card-primary > :not([class*='uk-card-media']) .kb-logo, .kb-card-secondary.kb-card-body .kb-logo, .kb-card-secondary > :not([class*='uk-card-media']) .kb-logo, .kb-overlay-primary .kb-logo {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-logo:hover, .kb-section-primary:not(.kb-preserve-color) .kb-logo:hover, .kb-section-secondary:not(.kb-preserve-color) .kb-logo:hover, .kb-tile-primary:not(.kb-preserve-color) .kb-logo:hover, .kb-tile-secondary:not(.kb-preserve-color) .kb-logo:hover, .kb-card-primary.kb-card-body .kb-logo:hover, .kb-card-primary > :not([class*='uk-card-media']) .kb-logo:hover, .kb-card-secondary.kb-card-body .kb-logo:hover, .kb-card-secondary > :not([class*='uk-card-media']) .kb-logo:hover, .kb-overlay-primary .kb-logo:hover,
.kb-light .kb-logo:focus,
.kb-section-primary:not(.kb-preserve-color) .kb-logo:focus,
.kb-section-secondary:not(.kb-preserve-color) .kb-logo:focus,
.kb-tile-primary:not(.kb-preserve-color) .kb-logo:focus,
.kb-tile-secondary:not(.kb-preserve-color) .kb-logo:focus,
.kb-card-primary.kb-card-body .kb-logo:focus,
.kb-card-primary > :not([class*='uk-card-media']) .kb-logo:focus,
.kb-card-secondary.kb-card-body .kb-logo:focus,
.kb-card-secondary > :not([class*='uk-card-media']) .kb-logo:focus,
.kb-overlay-primary .kb-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}

.kb-light .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-section-primary:not(.kb-preserve-color) .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-section-secondary:not(.kb-preserve-color) .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-tile-primary:not(.kb-preserve-color) .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-tile-secondary:not(.kb-preserve-color) .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-card-primary.kb-card-body .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-card-primary > :not([class*='uk-card-media']) .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-card-secondary.kb-card-body .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-card-secondary > :not([class*='uk-card-media']) .kb-logo > :not(.kb-logo-inverse):not(:only-of-type), .kb-overlay-primary .kb-logo > :not(.kb-logo-inverse):not(:only-of-type) {
  display: none;
}

.kb-light .kb-logo-inverse, .kb-section-primary:not(.kb-preserve-color) .kb-logo-inverse, .kb-section-secondary:not(.kb-preserve-color) .kb-logo-inverse, .kb-tile-primary:not(.kb-preserve-color) .kb-logo-inverse, .kb-tile-secondary:not(.kb-preserve-color) .kb-logo-inverse, .kb-card-primary.kb-card-body .kb-logo-inverse, .kb-card-primary > :not([class*='uk-card-media']) .kb-logo-inverse, .kb-card-secondary.kb-card-body .kb-logo-inverse, .kb-card-secondary > :not([class*='uk-card-media']) .kb-logo-inverse, .kb-overlay-primary .kb-logo-inverse {
  display: inline;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

pre.highlight {
  background-color: #fff;
  border: solid 1px #f5f5f5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 8px;
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  font-style: italic;
}

/* Comment */
/* Error */
.highlight .k {
  font-weight: bold;
}

/* Keyword */
.highlight .cm {
  font-style: italic;
}

/* Comment.Multiline */
.highlight .c1 {
  font-style: italic;
}

/* Comment.Single */
.highlight .cs {
  font-style: italic;
}

/* Comment.Special */
.highlight .ge {
  font-style: italic;
}

/* Generic.Emph */
.highlight .gh {
  font-weight: bold;
}

/* Generic.Heading */
.highlight .gp {
  font-weight: bold;
}

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
}

/* Generic.Strong */
.highlight .gu {
  font-weight: bold;
}

/* Generic.Subheading */
.highlight .kc {
  font-weight: bold;
}

/* Keyword.Constant */
.highlight .kd {
  font-weight: bold;
}

/* Keyword.Declaration */
.highlight .kn {
  font-weight: bold;
}

/* Keyword.Namespace */
.highlight .kr {
  font-weight: bold;
}

/* Keyword.Reserved */
.highlight .s {
  font-style: italic;
}

/* Literal.String */
.highlight .nc {
  font-weight: bold;
}

/* Name.Class */
.highlight .ni {
  font-weight: bold;
}

/* Name.Entity */
.highlight .ne {
  font-weight: bold;
}

/* Name.Exception */
.highlight .nn {
  font-weight: bold;
}

/* Name.Namespace */
.highlight .nt {
  font-weight: bold;
}

/* Name.Tag */
.highlight .ow {
  font-weight: bold;
}

/* Operator.Word */
.highlight .sb {
  font-style: italic;
}

/* Literal.String.Backtick */
.highlight .sc {
  font-style: italic;
}

/* Literal.String.Char */
.highlight .sd {
  font-style: italic;
}

/* Literal.String.Doc */
.highlight .s2 {
  font-style: italic;
}

/* Literal.String.Double */
.highlight .se {
  font-weight: bold;
  font-style: italic;
}

/* Literal.String.Escape */
.highlight .sh {
  font-style: italic;
}

/* Literal.String.Heredoc */
.highlight .si {
  font-weight: bold;
  font-style: italic;
}

/* Literal.String.Interpol */
.highlight .sx {
  font-style: italic;
}

/* Literal.String.Other */
.highlight .sr {
  font-style: italic;
}

/* Literal.String.Regex */
.highlight .s1 {
  font-style: italic;
}

/* Literal.String.Single */
.highlight .ss {
  font-style: italic;
}

/* Literal.String.Symbol */
.hide{
    display:none!important;
}
