	/*! UIkit 3.0.2 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  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";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}
/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/* Links
 ========================================================================== */
/*
 * Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects;
}
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none;
}
/*
 * Style
 */
a,
.link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.link:hover {
  color: #0f6ecd;
  text-decoration: underline;
}
/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add an underline text decoration in Safari, Edge and IE.
 * 2. Add `dotted` style in Safari.
 * Note: The shorthand declaration `underline dotted` is not supported in Safari, Edge and IE.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}
/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}
/*
 * Emphasize
 */
em {
  color: #f0506e;
}
/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}
/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666;
}
/*
 * Quote
 */
q {
  font-style: italic;
}
/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}
/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/*
 * Hide `alt` text for lazy load images
 * Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  visibility: hidden;
}
/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0;
}
/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}
/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}
/* Headings
 ========================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px 0;
  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";
  font-weight: normal;
  color: #333;
  text-transform: none;
}
/* Add margin if adjacent element */
* + h1,
* + .h1,
* + h2,
* + .h2,
* + h3,
* + .h3,
* + h4,
* + .h4,
* + h5,
* + .h5,
* + h6,
* + .h6 {
  margin-top: 40px;
}
/*
 * Sizes
 */
h1,
.h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}
h2,
.h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}
h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 1.4;
}
h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Add the correct box sizing and height in Firefox.
 * 2. Show the overflow in Edge and IE.
 * 3. Add the correct text-align in Edge and IE.
 * 4. Style
 */
hr,
.hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
  text-align: inherit;
  /* 4 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
/* Add margin if adjacent element */
* + hr,
* + .hr {
  margin-top: 20px;
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}
/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}
/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}
blockquote footer::before {
  content: "— ";
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  /* 2 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.breakpoint-s::before {
  content: '640px';
}
.breakpoint-m::before {
  content: '960px';
}
.breakpoint-l::before {
  content: '1200px';
}
.breakpoint-xl::before {
  content: '1600px';
}
:root {
  --breakpoint-s: 640px;
  --breakpoint-m: 960px;
  --breakpoint-l: 1200px;
  --breakpoint-xl: 1600px;
}
/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.link-muted,
.link-muted a {
  color: #999;
}
a.link-muted:hover,
.link-muted a:hover {
  color: #666;
}
/* Text
 ========================================================================== */
a.link-text:not(:hover),
.link-text a:not(:hover) {
  color: inherit;
}
a.link-text:hover,
.link-text a:hover {
  color: #999;
}
/* Heading
 ========================================================================== */
a.link-heading:not(:hover),
.link-heading a:not(:hover) {
  color: inherit;
}
a.link-heading:hover,
.link-heading a:hover {
  color: #1e87f0;
  text-decoration: none;
}
/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.link-reset,
a.link-reset:hover,
.link-reset a,
.link-reset a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
/* ========================================================================
   Component: Heading
 ========================================================================== */
/* Primary
 ========================================================================== */
.heading-primary {
  font-size: 3rem;
  line-height: 1.2;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .heading-primary {
    font-size: 3.375rem;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
/* Hero
 ========================================================================== */
.heading-hero {
  font-size: 4rem;
  line-height: 1.1;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .heading-hero {
    font-size: 6rem;
    line-height: 1;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .heading-hero {
    font-size: 8rem;
    line-height: 1;
  }
}
/* Divider
 ========================================================================== */
.heading-divider {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
/* Bullet
 ========================================================================== */
.heading-bullet {
  position: relative;
}
/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: 0.9em;
  margin-right: 10px;
  border-left: 5px solid #e5e5e5;
}
/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.heading-line {
  overflow: hidden;
}
/*
 * Extra markup is needed to make it work with text align
 */
.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
 */
.heading-line > ::before,
.heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (1px / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: 1px solid #e5e5e5;
}
.heading-line > ::before {
  right: 100%;
  margin-right: 0.6em;
}
.heading-line > ::after {
  left: 100%;
  margin-left: 0.6em;
}
/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*='divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + [class*='divider'] {
  margin-top: 20px;
}
/* Icon
 ========================================================================== */
.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%;
}
.divider-icon::before,
.divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}
.divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}
/* Small
 ========================================================================== */
/*
 * Fix height of `hr` element not being expanded by child border width.
 * `height` also needed to reset the child `line-height` caused by `inline-block`
 */
.divider-small {
  height: 1px;
}
.divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}
/* Vertical
 ========================================================================== */
.divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}
/* ========================================================================
   Component: List
 ========================================================================== */
.list {
  padding: 0;
  list-style: none;
}
/*
 * Micro clearfix
 */
.list > li::before,
.list > li::after {
  content: "";
  display: table;
}
.list > li::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.list > li > :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.list ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
/*
 * Style
 */
.list > li:nth-child(n+2),
.list > li > ul {
  margin-top: 10px;
}
/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.list-divider > li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
/*
 * Striped
 */
.list-striped > li {
  padding: 10px 10px;
}
.list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
.list-striped > li:nth-child(n+2) {
  margin-top: 0;
}
/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
.list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 10px);
}
.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%23666%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
 ========================================================================== */
.list-large > li:nth-child(n+2),
.list-large > li > ul {
  margin-top: 20px;
}
/*
 * Divider
 */
.list-large.list-divider > li:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}
/*
 * Striped
 */
.list-large.list-striped > li {
  padding: 20px 10px;
}
.list-large.list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.list-large.list-striped > li:nth-child(n+2) {
  margin-top: 0;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}
.description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}
/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.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
 */
.table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + .table {
  margin-top: 20px;
}
/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
/* Cell
 ========================================================================== */
.table td {
  padding: 16px 12px;
  vertical-align: top;
}
/*
 * Remove margin from the last-child
 */
.table td > :last-child {
  margin-bottom: 0;
}
/* Footer
 ========================================================================== */
.table tfoot {
  font-size: 0.875rem;
}
/* Caption
 ========================================================================== */
.table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}
/* Alignment modifier
 ========================================================================== */
.table-middle,
.table-middle td {
  vertical-align: middle !important;
}
/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.table-divider > tr:not(:first-child),
.table-divider > :not(:first-child) > tr,
.table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
/*
 * Striped
 */
.table-striped > tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/*
 * Hover
 */
.table-hover > tr:hover,
.table-hover tbody tr:hover {
  background: #ffd;
}
/* Active state
 ========================================================================== */
.table > tr.active,
.table tbody tr.active {
  background: #ffd;
}
/* Size modifier
 ========================================================================== */
.table-small th,
.table-small td {
  padding: 10px 12px;
}
.table-large th,
.table-large td {
  padding: 22px 12px;
}
/* Justify modifier
 ========================================================================== */
.table-justify th:first-child,
.table-justify td:first-child {
  padding-left: 0;
}
.table-justify th:last-child,
.table-justify td:last-child {
  padding-right: 0;
}
/* Cell size modifier
 ========================================================================== */
.table-shrink {
  width: 1px;
}
.table-expand {
  min-width: 150px;
}
/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `table-justify` at the moment
 */
.table-link {
  padding: 0 !important;
}
.table-link > a {
  display: block;
  padding: 16px 12px;
}
.table-small .table-link > a {
  padding: 10px 12px;
}
/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .table-responsive,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive th,
  .table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .table-responsive th:not(:first-child):not(.table-link),
  .table-responsive td:not(:first-child):not(.table-link),
  .table-responsive .table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .table-responsive th:not(:last-child):not(.table-link),
  .table-responsive td:not(:last-child):not(.table-link),
  .table-responsive .table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .table-justify.table-responsive th,
  .table-justify.table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.table tbody tr {
  transition: background-color 0.1s linear;
}
/* ========================================================================
   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
 */
.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.icon:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove the inner border and padding in Firefox.
 */
.icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.icon:not(.preserve) [fill*='#']:not(.preserve) {
  fill: currentcolor;
}
.icon:not(.preserve) [stroke*='#']:not(.preserve) {
  stroke: currentcolor;
}
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.icon > * {
  transform: translate(0, 0);
}
/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.icon-link {
  color: #999;
}
.icon-link:hover,
.icon-link:focus {
  color: #666;
  outline: none;
}
/* OnClick + Active */
.icon-link:active,
.active > .icon-link {
  color: #595959;
}
/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  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 */
.icon-button:hover,
.icon-button:focus {
  background-color: #ebebeb;
  color: #666;
  outline: none;
}
/* OnClick + Active */
.icon-button:active,
.active > .icon-button {
  background-color: #dfdfdf;
  color: #666;
}
/* ========================================================================
   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
 */
.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 */
.range:focus {
  outline: none;
}
.range::-moz-focus-outer {
  border: none;
}
/* IE11 Reset */
.range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}
.range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}
.range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}
/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.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 */
.range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
/* Edge */
.range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
/* Edge + IE11 */
.range::-ms-tooltip {
  display: none;
}
/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.range:focus::-webkit-slider-runnable-track,
.range:active::-webkit-slider-runnable-track {
  background: #d2d2d2;
}
/* Firefox */
.range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.range:focus::-moz-range-track {
  background: #d2d2d2;
}
/* Edge */
.range::-ms-fill-lower,
.range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.range:focus::-ms-fill-lower,
.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.
 */
.input,
.select,
.textarea,
.radio,
.checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}
/*
 * Show the overflow in Edge.
 */
.input {
  overflow: visible;
}
/*
 * Remove the inheritance of text transform in Firefox.
 */
.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.
 */
.select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.textarea {
  overflow: auto;
}
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.input[type="search"]::-webkit-search-cancel-button,
.input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.input[type="number"]::-webkit-inner-spin-button,
.input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  opacity: 1;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.radio:not(:disabled),
.checkbox:not(:disabled) {
  cursor: pointer;
}
/*
 * Define consistent border, margin, and padding.
 */
.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.
 */
.input,
.textarea {
  -webkit-appearance: none;
}
/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.input,
.select,
.textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}
/*
 * 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
 */
.input,
.select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}
/* 2 */
.input:not(input),
.select:not(select) {
  line-height: 38px;
}
/*
 * Multi-line
 */
.select[multiple],
.select[size],
.textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
/* Focus */
.input:focus,
.select:focus,
.textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}
/* Disabled */
.input:disabled,
.select:disabled,
.textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}
/*
 * Placeholder
 */
.input::-ms-input-placeholder {
  color: #999 !important;
}
.input::placeholder {
  color: #999;
}
.textarea::-ms-input-placeholder {
  color: #999 !important;
}
.textarea::placeholder {
  color: #999;
}
/* Style modifier (`input`, `select` and `textarea`)
 ========================================================================== */
/*
 * Small
 */
.form-small {
  font-size: 0.875rem;
}
.form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
.form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}
/*
 * Large
 */
.form-large {
  font-size: 1.25rem;
}
.form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}
/* Style modifier (`input`, `select` and `textarea`)
 ========================================================================== */
/*
 * Error
 */
.form-danger,
.form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}
/*
 * Success
 */
.form-success,
.form-success:focus {
  color: #32d296;
  border-color: #32d296;
}
/*
 * Blank
 */
.form-blank {
  background: none;
  border-color: transparent;
}
.form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}
/* Width modifiers (`input`, `select` and `textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.form-width-xsmall {
  width: 50px;
}
select.form-width-xsmall {
  width: 75px;
}
.form-width-small {
  width: 130px;
}
.form-width-medium {
  width: 200px;
}
.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.
 */
.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%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%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 */
.select:not([multiple]):not([size])::-ms-expand {
  display: none;
}
/* 4 */
.select:not([multiple]):not([size]) option {
  color: #444;
}
/*
 * Disabled
 */
.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%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* 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
 */
.radio,
.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;
}
.radio {
  border-radius: 50%;
}
/* Focus */
.radio:focus,
.checkbox:focus {
  outline: none;
  border-color: #1e87f0;
}
/*
 * Checked
 */
.radio:checked,
.checkbox:checked,
.checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Focus */
.radio:checked:focus,
.checkbox:checked:focus,
.checkbox:indeterminate:focus {
  background-color: #0e6dcd;
}
/*
 * Icons
 */
.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");
}
.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");
}
.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
 */
.radio:disabled,
.checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.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%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.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%23999%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");
}
.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%23999%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
 */
.legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  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
 */
.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
 */
.form-custom select,
.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;
}
.form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}
/* Label
 ========================================================================== */
.form-label {
  color: #333;
  font-size: 0.875rem;
}
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.form-stacked .form-label {
  display: block;
  margin-bottom: 5px;
}
/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `form-stacked` */
  .form-horizontal .form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .form-horizontal .form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .form-horizontal .form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .form-horizontal .form-controls-text {
    padding-top: 7px;
  }
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.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: #999;
}
/*
 * Required for `a`.
 */
.form-icon:hover {
  color: #666;
}
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
/*
 * Input padding
 */
.form-icon:not(.form-icon-flip) ~ .input {
  padding-left: 40px !important;
}
/*
 * Position modifier
 */
.form-icon-flip {
  right: 0;
  left: auto;
}
.form-icon-flip ~ .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. Style
 * 7. `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.
 * 8. Align text if button has a width
 * 9. Required for `a`.
 */
.button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 7 */
  line-height: 38px;
  /* 8 */
  text-align: center;
  /* 9 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
.button:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove the inner border and padding in Firefox.
 */
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Hover */
.button:hover {
  /* 9 */
  text-decoration: none;
}
/* Focus */
.button:focus {
  outline: none;
}
/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
/* Hover + Focus */
.button-default:hover,
.button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}
/* OnClick + Active */
.button-default:active,
.button-default.active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}
/*
 * Primary
 */
.button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.button-primary:hover,
.button-primary:focus {
  background-color: #0f7ae5;
  color: #fff;
}
/* OnClick + Active */
.button-primary:active,
.button-primary.active {
  background-color: #0e6dcd;
  color: #fff;
}
/*
 * Secondary
 */
.button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.button-secondary:hover,
.button-secondary:focus {
  background-color: #151515;
  color: #fff;
}
/* OnClick + Active */
.button-secondary:active,
.button-secondary.active {
  background-color: #080808;
  color: #fff;
}
/*
 * Danger
 */
.button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.button-danger:hover,
.button-danger:focus {
  background-color: #ee395b;
  color: #fff;
}
/* OnClick + Active */
.button-danger:active,
.button-danger.active {
  background-color: #ec2147;
  color: #fff;
}
/*
 * Disabled
 * The same for all style modifiers
 */
.button-default:disabled,
.button-primary:disabled,
.button-secondary:disabled,
.button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
/* Size modifiers
 ========================================================================== */
.button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}
.button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}
/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}
.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 */
.button-text:hover,
.button-text:focus {
  color: #333;
}
.button-text:hover::before,
.button-text:focus::before {
  right: 0;
}
/* Disabled */
.button-text:disabled {
  color: #999;
}
.button-text:disabled::before {
  display: none;
}
/*
 * Link
 * 1. Reset
 * 2. Style
 */
.button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.button-link:hover,
.button-link:focus {
  color: #0f6ecd;
  text-decoration: underline;
}
/* Disabled */
.button-link:disabled {
  color: #999;
  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
 */
.button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}
/* Group
     ========================================================================== */
/*
     * Collapse border
     */
.button-group > .button:nth-child(n+2),
.button-group > div:nth-child(n+2) .button {
  margin-left: -1px;
}
/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */
.button-group .button:hover,
.button-group .button:focus,
.button-group .button:active,
.button-group .button.active {
  position: relative;
  z-index: 1;
}
/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.section {
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Micro clearfix
 */
.section::before,
.section::after {
  content: "";
  display: table;
}
.section::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.section > :last-child {
  margin-bottom: 0;
}
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * Small
 */
.section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
 * Large
 */
.section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.section-default {
  background: #fff;
}
/*
 * Muted
 */
.section-muted {
  background: #f8f8f8;
}
/*
 * Primary
 */
.section-primary {
  background: #1e87f0;
}
/*
 * Secondary
 */
.section-secondary {
  background: #222;
}
/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Micro clearfix
 */
.container::before,
.container::after {
  content: "";
  display: table;
}
.container::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.container > :last-child {
  margin-bottom: 0;
}
/*
 * Remove padding from nested containers
 */
.container .container {
  padding-left: 0;
  padding-right: 0;
}
/* Size modifier
 ========================================================================== */
.container-xsmall {
  max-width: 750px;
}
.container-small {
  max-width: 900px;
}
.container-large {
  max-width: 1600px;
}
.container-expand {
  max-width: none;
}
/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.container-expand-left {
  margin-left: 0;
}
.container-expand-right {
  margin-right: 0;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .container-expand-left.container-xsmall,
  .container-expand-right.container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .container-expand-left.container-small,
  .container-expand-right.container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .container-expand-left,
  .container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .container-expand-left.container-xsmall,
  .container-expand-right.container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .container-expand-left.container-small,
  .container-expand-right.container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .container-expand-left.container-large,
  .container-expand-right.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.
 */
.container-item-padding-remove-left,
.container-item-padding-remove-right {
  width: calc(100% + 15px);
}
.container-item-padding-remove-left {
  margin-left: -15px;
}
.container-item-padding-remove-right {
  margin-right: -15px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .container-item-padding-remove-left,
  .container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .container-item-padding-remove-left {
    margin-left: -30px;
  }
  .container-item-padding-remove-right {
    margin-right: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .container-item-padding-remove-left,
  .container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .container-item-padding-remove-left {
    margin-left: -40px;
  }
  .container-item-padding-remove-right {
    margin-right: -40px;
  }
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.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
 */
.grid > * {
  margin: 0;
}
/*
 * Remove margin from the last-child
 */
.grid > * > :last-child {
  margin-bottom: 0;
}
/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.grid {
  margin-left: -30px;
}
.grid > * {
  padding-left: 30px;
}
/* Vertical */
.grid + .grid,
.grid > .grid-margin,
* + .grid-margin {
  margin-top: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .grid {
    margin-left: -40px;
  }
  .grid > * {
    padding-left: 40px;
  }
  /* Vertical */
  .grid + .grid,
  .grid > .grid-margin,
  * + .grid-margin {
    margin-top: 40px;
  }
}
/*
 * Small
 */
/* Horizontal */
.grid-small {
  margin-left: -15px;
}
.grid-small > * {
  padding-left: 15px;
}
/* Vertical */
.grid + .grid-small,
.grid-small > .grid-margin,
* + .grid-margin-small {
  margin-top: 15px;
}
/*
 * Medium
 */
/* Horizontal */
.grid-medium {
  margin-left: -30px;
}
.grid-medium > * {
  padding-left: 30px;
}
/* Vertical */
.grid + .grid-medium,
.grid-medium > .grid-margin,
* + .grid-margin-medium {
  margin-top: 30px;
}
/*
 * Large
 */
/* Horizontal */
.grid-large {
  margin-left: -40px;
}
.grid-large > * {
  padding-left: 40px;
}
/* Vertical */
.grid + .grid-large,
.grid-large > .grid-margin,
* + .grid-margin-large {
  margin-top: 40px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .grid-large {
    margin-left: -70px;
  }
  .grid-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .grid + .grid-large,
  .grid-large > .grid-margin,
  * + .grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
.grid-collapse {
  margin-left: 0;
}
.grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.grid + .grid-collapse,
.grid-collapse > .grid-margin {
  margin-top: 0;
}
/* Divider
 ========================================================================== */
.grid-divider > * {
  position: relative;
}
.grid-divider > :not(.first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
/* Vertical */
.grid-divider.grid-stack > .grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
/*
 * Default
 */
/* Horizontal */
.grid-divider {
  margin-left: -60px;
}
.grid-divider > * {
  padding-left: 60px;
}
.grid-divider > :not(.first-column)::before {
  left: 30px;
}
/* Vertical */
.grid-divider.grid-stack > .grid-margin {
  margin-top: 60px;
}
.grid-divider.grid-stack > .grid-margin::before {
  top: -30px;
  left: 60px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .grid-divider {
    margin-left: -80px;
  }
  .grid-divider > * {
    padding-left: 80px;
  }
  .grid-divider > :not(.first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .grid-divider.grid-stack > .grid-margin {
    margin-top: 80px;
  }
  .grid-divider.grid-stack > .grid-margin::before {
    top: -40px;
    left: 80px;
  }
}
/*
 * Small
 */
/* Horizontal */
.grid-divider.grid-small {
  margin-left: -30px;
}
.grid-divider.grid-small > * {
  padding-left: 30px;
}
.grid-divider.grid-small > :not(.first-column)::before {
  left: 15px;
}
/* Vertical */
.grid-divider.grid-small.grid-stack > .grid-margin {
  margin-top: 30px;
}
.grid-divider.grid-small.grid-stack > .grid-margin::before {
  top: -15px;
  left: 30px;
}
/*
 * Medium
 */
/* Horizontal */
.grid-divider.grid-medium {
  margin-left: -60px;
}
.grid-divider.grid-medium > * {
  padding-left: 60px;
}
.grid-divider.grid-medium > :not(.first-column)::before {
  left: 30px;
}
/* Vertical */
.grid-divider.grid-medium.grid-stack > .grid-margin {
  margin-top: 60px;
}
.grid-divider.grid-medium.grid-stack > .grid-margin::before {
  top: -30px;
  left: 60px;
}
/*
 * Large
 */
/* Horizontal */
.grid-divider.grid-large {
  margin-left: -80px;
}
.grid-divider.grid-large > * {
  padding-left: 80px;
}
.grid-divider.grid-large > :not(.first-column)::before {
  left: 40px;
}
/* Vertical */
.grid-divider.grid-large.grid-stack > .grid-margin {
  margin-top: 80px;
}
.grid-divider.grid-large.grid-stack > .grid-margin::before {
  top: -40px;
  left: 80px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .grid-divider.grid-large {
    margin-left: -140px;
  }
  .grid-divider.grid-large > * {
    padding-left: 140px;
  }
  .grid-divider.grid-large > :not(.first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .grid-divider.grid-large.grid-stack > .grid-margin {
    margin-top: 140px;
  }
  .grid-divider.grid-large.grid-stack > .grid-margin::before {
    top: -70px;
    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)
 */
.grid-match > *,
.grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}
.grid-match > * > :not([class*='width']),
.grid-item-match > :not([class*='width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}
/* ========================================================================
   Component: Tile
 ========================================================================== */
.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) {
  .tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Micro clearfix
 */
.tile::before,
.tile::after {
  content: "";
  display: table;
}
.tile::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.tile > :last-child {
  margin-bottom: 0;
}
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * Small
 */
.tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
 * Large
 */
.tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.tile-default {
  background: #fff;
}
/*
 * Muted
 */
.tile-muted {
  background: #f8f8f8;
}
/*
 * Primary
 */
.tile-primary {
  background: #1e87f0;
}
/*
 * Secondary
 */
.tile-secondary {
  background: #222;
}
/* ========================================================================
   Component: Card
 ========================================================================== */
.card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}
/* Sections
 ========================================================================== */
.card-body {
  padding: 30px 30px;
}
.card-header {
  padding: 15px 30px;
}
.card-footer {
  padding: 15px 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .card-body {
    padding: 40px 40px;
  }
  .card-header {
    padding: 20px 40px;
  }
  .card-footer {
    padding: 20px 40px;
  }
}
/*
 * Micro clearfix
 */
.card-body::before,
.card-body::after,
.card-header::before,
.card-header::after,
.card-footer::before,
.card-footer::after {
  content: "";
  display: table;
}
.card-body::after,
.card-header::after,
.card-footer::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.card-body > :last-child,
.card-header > :last-child,
.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
 ========================================================================== */
.card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
/* Badge
 ========================================================================== */
.card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
/*
 * Remove margin from adjacent element
 */
.card-badge:first-child + * {
  margin-top: 0;
}
/* Hover modifier
 ========================================================================== */
.card-hover:not(.card-default):not(.card-primary):not(.card-secondary):hover {
  background: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.card-default {
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.card-default .card-title {
  color: #333;
}
.card-default.card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.card-default .card-header {
  border-bottom: 1px solid #e5e5e5;
}
.card-default .card-footer {
  border-top: 1px solid #e5e5e5;
}
/*
 * Primary
 */
.card-primary {
  background: #1e87f0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.card-primary .card-title {
  color: #fff;
}
.card-primary.card-hover:hover {
  background-color: #1e87f0;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/*
 * Secondary
 */
.card-secondary {
  background: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.card-secondary .card-title {
  color: #fff;
}
.card-secondary.card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.card-small.card-body,
.card-small .card-body {
  padding: 20px 20px;
}
.card-small .card-header {
  padding: 13px 20px;
}
.card-small .card-footer {
  padding: 13px 20px;
}
/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .card-large.card-body,
  .card-large .card-body {
    padding: 70px 70px;
  }
  .card-large .card-header {
    padding: 35px 70px;
  }
  .card-large .card-footer {
    padding: 35px 70px;
  }
}
/*
     * Default
     */
.card-body > .nav-default {
  margin-left: -30px;
  margin-right: -30px;
}
.card-body > .nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}
.card-body .nav-default > li > a,
.card-body .nav-default .nav-header,
.card-body .nav-default .nav-divider {
  padding-left: 30px;
  padding-right: 30px;
}
.card-body .nav-default .nav-sub {
  padding-left: 45px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .card-body > .nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }
  .card-body > .nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .card-body .nav-default > li > a,
  .card-body .nav-default .nav-header,
  .card-body .nav-default .nav-divider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .card-body .nav-default .nav-sub {
    padding-left: 55px;
  }
}
/*
     * Small
     */
.card-small > .nav-default {
  margin-left: -20px;
  margin-right: -20px;
}
.card-small > .nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}
.card-small .nav-default > li > a,
.card-small .nav-default .nav-header,
.card-small .nav-default .nav-divider {
  padding-left: 20px;
  padding-right: 20px;
}
.card-small .nav-default .nav-sub {
  padding-left: 35px;
}
/*
     * Large
     */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .card-large > .nav-default {
    margin: 0;
  }
  .card-large > .nav-default:only-child {
    margin: 0;
  }
  .card-large .nav-default > li > a,
  .card-large .nav-default .nav-header,
  .card-large .nav-default .nav-divider {
    padding-left: 0;
    padding-right: 0;
  }
  .card-large .nav-default .nav-sub {
    padding-left: 15px;
  }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `icon`
 */
.close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}
/* Hover + Focus */
.close:hover,
.close:focus {
  color: #666;
  outline: none;
}
/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `icon`
 */
/* SVG
 ========================================================================== */
.spinner > * {
  animation: spinner-rotate 1.4s linear infinite;
}
@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
.spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}
@keyframes spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `icon`
 */
.totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}
/* Hover + Focus */
.totop:hover,
.totop:focus {
  color: #666;
  outline: none;
}
/* OnClick */
.totop:active {
  color: #333;
}
/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `icon`
 */
.marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}
/* Hover + Focus */
.marker:hover,
.marker:focus {
  color: #fff;
  outline: none;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
/* Add margin if adjacent element */
* + .alert {
  margin-top: 20px;
}
/*
 * Remove margin from the last-child
 */
.alert > :last-child {
  margin-bottom: 0;
}
/* Close
 * Adopts `close`
 ========================================================================== */
.alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}
/*
 * Remove margin from adjacent element
 */
.alert-close:first-child + * {
  margin-top: 0;
}
/*
 * Hover + Focus
 */
.alert-close:hover,
.alert-close:focus {
  color: inherit;
  opacity: 0.8;
}
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}
/*
 * Success
 */
.alert-success {
  background: #edfbf6;
  color: #32d296;
}
/*
 * Warning
 */
.alert-warning {
  background: #fff6ee;
  color: #faa05a;
}
/*
 * Danger
 */
.alert-danger {
  background: #fef4f6;
  color: #f0506e;
}
/*
     * Content
     */
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
}
.alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}
/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/*
 * Required for `a`
 */
.badge:hover,
.badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
   Component: Label
 ========================================================================== */
.label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.label-success {
  background-color: #32d296;
  color: #fff;
}
/*
 * Warning
 */
.label-warning {
  background-color: #faa05a;
  color: #fff;
}
/*
 * Danger
 */
.label-danger {
  background-color: #f0506e;
  color: #fff;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
.overlay {
  padding: 30px 30px;
}
/*
 * Remove margin from the last-child
 */
.overlay > :last-child {
  margin-bottom: 0;
}
/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.overlay-default {
  background: rgba(255, 255, 255, 0.8);
}
/*
 * Primary
 */
.overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}
/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix
 */
.article::before,
.article::after {
  content: "";
  display: table;
}
.article::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.article > :last-child {
  margin-bottom: 0;
}
/* Adjacent sibling
 ========================================================================== */
.article + .article {
  margin-top: 70px;
}
/* Title
 ========================================================================== */
.article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .article-title {
    font-size: 2.625rem;
  }
}
/* Meta
 ========================================================================== */
.article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.article-meta a {
  color: #999;
}
.article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.comment-header {
  margin-bottom: 20px;
}
/*
 * Micro clearfix
 */
.comment-body::before,
.comment-body::after,
.comment-header::before,
.comment-header::after {
  content: "";
  display: table;
}
.comment-body::after,
.comment-header::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.comment-body > :last-child,
.comment-header > :last-child {
  margin-bottom: 0;
}
/* Title
 ========================================================================== */
.comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
/* Meta
 ========================================================================== */
.comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.comment-list {
  padding: 0;
  list-style: none;
}
/* Adjacent siblings */
.comment-list > :nth-child(n+2) {
  margin-top: 70px;
}
/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.comment-list .comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}
/* Tablet and bigger */
@media (min-width: 960px) {
  .comment-list .comment ~ ul {
    padding-left: 100px;
  }
}
/* Adjacent siblings */
.comment-list .comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}
/* Style modifier
 ========================================================================== */
.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`
 */
.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.
 */
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.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
 */
.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: #666;
}
.search-input:focus {
  outline: none;
}
/* Placeholder */
.search-input:-ms-input-placeholder {
  color: #999 !important;
}
.search-input::placeholder {
  color: #999;
}
/* Icon (Adopts `icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.search-icon:focus {
  outline: none;
}
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.search .search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}
/*
 * Required for `a`.
 */
.search .search-icon:hover {
  color: #999;
}
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.search .search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
/*
 * Position modifier
 */
.search .search-icon-flip {
  right: 0;
  left: auto;
}
/* Default modifier
 ========================================================================== */
.search-default {
  width: 180px;
}
/*
 * Input
 */
.search-default .search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
/* Focus */
.search-default .search-input:focus {
  background-color: transparent;
}
/*
 * Icon
 */
.search-default .search-icon {
  width: 40px;
}
.search-default .search-icon:not(.search-icon-flip) ~ .search-input {
  padding-left: 40px;
}
.search-default .search-icon-flip ~ .search-input {
  padding-right: 40px;
}
/* Navbar modifier
 ========================================================================== */
.search-navbar {
  width: 400px;
}
/*
 * Input
 */
.search-navbar .search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}
/*
 * Icon
 */
.search-navbar .search-icon {
  width: 40px;
}
.search-navbar .search-icon:not(.search-icon-flip) ~ .search-input {
  padding-left: 40px;
}
.search-navbar .search-icon-flip ~ .search-input {
  padding-right: 40px;
}
/* Large modifier
 ========================================================================== */
.search-large {
  width: 500px;
}
/*
 * Input
 */
.search-large .search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}
/*
 * Icon
 */
.search-large .search-icon {
  width: 80px;
}
.search-large .search-icon:not(.search-icon-flip) ~ .search-input {
  padding-left: 80px;
}
.search-large .search-icon-flip ~ .search-input {
  padding-right: 80px;
}
/* Toggle
 ========================================================================== */
.search-toggle {
  color: #999;
}
/* Hover + Focus */
.search-toggle:hover,
.search-toggle:focus {
  color: #666;
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.nav,
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* 2 */
.nav li > a {
  display: block;
  text-decoration: none;
}
/* 3 */
.nav li > a:focus {
  outline: none;
}
/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.nav > li > a {
  padding: 5px 0;
}
/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.nav-sub {
  padding: 5px 0 5px 15px;
}
/*
 * Level 3 and deeper
 */
.nav-sub ul {
  padding-left: 15px;
}
/*
 * Items
 */
.nav-sub a {
  padding: 2px 0;
}
/* Parent icon modifier
 ========================================================================== */
.nav-parent-icon > .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%23666%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%;
}
.nav-parent-icon > .parent.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%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* Header
 ========================================================================== */
.nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.nav-header:not(:first-child) {
  margin-top: 20px;
}
/* Divider
 ========================================================================== */
.nav-divider {
  margin: 5px 0;
}
/* Default modifier
 ========================================================================== */
.nav-default {
  font-size: 0.875rem;
}
/*
 * Items
 */
.nav-default > li > a {
  color: #999;
}
/* Hover + Focus */
.nav-default > li > a:hover,
.nav-default > li > a:focus {
  color: #666;
}
/* Active */
.nav-default > li.active > a {
  color: #333;
}
/*
 * Header
 */
.nav-default .nav-header {
  color: #333;
}
/*
 * Divider
 */
.nav-default .nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.nav-default .nav-sub a {
  color: #999;
}
.nav-default .nav-sub a:hover,
.nav-default .nav-sub a:focus {
  color: #666;
}
.nav-default .nav-sub li.active > a {
  color: #333;
}
/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999;
}
/* Hover + Focus */
.nav-primary > li > a:hover,
.nav-primary > li > a:focus {
  color: #666;
}
/* Active */
.nav-primary > li.active > a {
  color: #333;
}
/*
 * Header
 */
.nav-primary .nav-header {
  color: #333;
}
/*
 * Divider
 */
.nav-primary .nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.nav-primary .nav-sub a {
  color: #999;
}
.nav-primary .nav-sub a:hover,
.nav-primary .nav-sub a:focus {
  color: #666;
}
.nav-primary .nav-sub li.active > a {
  color: #333;
}
/* Alignment modifier
 ========================================================================== */
.nav-center {
  text-align: center;
}
/* Sublists */
.nav-center .nav-sub,
.nav-center .nav-sub ul {
  padding-left: 0;
}
/* Parent icon modifier  */
.nav-center.nav-parent-icon > .parent > a::after {
  position: absolute;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.navbar {
  display: flex;
  /* 1 */
  position: relative;
}
/* Container
 ========================================================================== */
.navbar-container:not(.navbar-transparent) {
  background: #f8f8f8;
}
/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.navbar-container > ::before,
.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
 */
.navbar-left,
.navbar-right,
.navbar-center,
.navbar-center-left > *,
.navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center;
}
/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 3. Fix text wrapping if the centered section is larger than 50% of the navbar
 * 4. Align sub groups for centered navbar
 */
.navbar-right {
  margin-left: auto;
}
.navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}
.navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  z-index: 990;
}
/* 3 */
.navbar-center:not(:only-child) .navbar-nav > li > a,
.navbar-center:not(:only-child) .navbar-item,
.navbar-center:not(:only-child) .navbar-toggle {
  white-space: nowrap;
}
/* 4 */
.navbar-center-left,
.navbar-center-right {
  position: absolute;
  top: 0;
}
.navbar-center-left {
  right: 100%;
}
.navbar-center-right {
  left: 100%;
}
[class*='navbar-center-'] .navbar-nav > li > a,
[class*='navbar-center-'] .navbar-item,
[class*='navbar-center-'] .navbar-toggle {
  white-space: nowrap;
}
/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.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
 */
.navbar-left,
.navbar-right,
.navbar-center:only-child {
  flex-wrap: wrap;
}
/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.navbar-nav > li > a,
.navbar-item,
.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.875rem;
  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
 */
.navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.navbar-nav > li:hover > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.open {
  color: #666;
  outline: none;
}
/* OnClick */
.navbar-nav > li > a:active {
  color: #333;
}
/* Active */
.navbar-nav > li.active > a {
  color: #333;
}
/* Item
 ========================================================================== */
.navbar-item {
  color: #666;
}
/* Toggle
 ========================================================================== */
.navbar-toggle {
  color: #999;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle.open {
  color: #666;
  outline: none;
  text-decoration: none;
}
/*
 * Icon
 * Adopts `icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.navbar-subtitle {
  font-size: 0.875rem;
}
/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
/* Show */
.navbar-dropdown.open {
  display: block;
}
/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*='navbar-dropdown-top'] {
  margin-top: -15px;
}
[class*='navbar-dropdown-bottom'] {
  margin-top: 15px;
}
[class*='navbar-dropdown-left'] {
  margin-left: -15px;
}
[class*='navbar-dropdown-right'] {
  margin-left: 15px;
}
/*
 * Grid
 * Adopts `grid`
 */
/* Gutter Horizontal */
.navbar-dropdown-grid {
  margin-left: -50px;
}
.navbar-dropdown-grid > * {
  padding-left: 50px;
}
/* Gutter Vertical */
.navbar-dropdown-grid > .grid-margin {
  margin-top: 50px;
}
/* Stack */
.navbar-dropdown-stack .navbar-dropdown-grid > * {
  width: 100% !important;
}
/*
 * Width modifier
 */
.navbar-dropdown-width-2:not(.navbar-dropdown-stack) {
  width: 400px;
}
.navbar-dropdown-width-3:not(.navbar-dropdown-stack) {
  width: 600px;
}
.navbar-dropdown-width-4:not(.navbar-dropdown-stack) {
  width: 800px;
}
.navbar-dropdown-width-5:not(.navbar-dropdown-stack) {
  width: 1000px;
}
/*
 * Dropbar modifier
 */
.navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}
/* Dropdown Nav
 * Adopts `nav`
 ========================================================================== */
.navbar-dropdown-nav {
  font-size: 0.875rem;
}
/*
 * Items
 */
.navbar-dropdown-nav > li > a {
  color: #999;
}
/* Hover + Focus */
.navbar-dropdown-nav > li > a:hover,
.navbar-dropdown-nav > li > a:focus {
  color: #666;
}
/* Active */
.navbar-dropdown-nav > li.active > a {
  color: #333;
}
/*
 * Header
 */
.navbar-dropdown-nav .nav-header {
  color: #333;
}
/*
 * Divider
 */
.navbar-dropdown-nav .nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.navbar-dropdown-nav .nav-sub a {
  color: #999;
}
.navbar-dropdown-nav .nav-sub a:hover,
.navbar-dropdown-nav .nav-sub a:focus {
  color: #666;
}
.navbar-dropdown-nav .nav-sub li.active > a {
  color: #333;
}
/* Dropbar
 ========================================================================== */
.navbar-dropbar {
  background: #fff;
}
/*
 * Slide modifier
 */
.navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}
/*
     * Navbar
     */
.navbar-container > .container .navbar-left {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-container > .container .navbar-right {
  margin-right: -15px;
}
/*
     * Grid Divider
     */
.navbar-dropdown-grid > * {
  position: relative;
}
.navbar-dropdown-grid > :not(.first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5;
}
/* Vertical */
.navbar-dropdown-grid.grid-stack > .grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.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
 */
.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
 */
.subnav > * > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/* Hover + Focus */
.subnav > * > a:hover,
.subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
.subnav > .active > a {
  color: #333;
}
/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.subnav-divider > * {
  /* 1 */
  display: flex;
  align-items: center;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.subnav-divider > :nth-child(n+2):not(.first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5;
}
/* Pill modifier
 ========================================================================== */
.subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}
/* Hover + Focus */
.subnav-pill > * > a:hover,
.subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #666;
}
/* OnClick */
.subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}
/* Active */
.subnav-pill > .active > a {
  background-color: #1e87f0;
  color: #fff;
}
/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.subnav > .disabled > a {
  color: #999;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
.breadcrumb {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.breadcrumb > * {
  flex: none;
}
/* Items
 ========================================================================== */
.breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999;
}
/* Hover + Focus */
.breadcrumb > * > :hover,
.breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
/* Active */
.breadcrumb > :last-child > * {
  color: #666;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.breadcrumb > :nth-child(n+2):not(.first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
}
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.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
 */
.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
 */
.pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  transition: color 0.1s ease-in-out;
}
/* Hover + Focus */
.pagination > * > :hover,
.pagination > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Active */
.pagination > .active > * {
  color: #666;
}
/* Disabled */
.pagination > .disabled > * {
  color: #999;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.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
 */
.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
 */
.tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}
/* Hover + Focus */
.tab > * > a:hover,
.tab > * > a:focus {
  color: #666;
  text-decoration: none;
}
/* Active */
.tab > .active > a {
  color: #333;
  border-color: #1e87f0;
}
/* Disabled */
.tab > .disabled > a {
  color: #999;
}
/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.tab-bottom::before {
  top: 0;
  bottom: auto;
}
.tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}
/*
 * Left + Right
 * 1. Reset Gutter
 */
.tab-left,
.tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}
/* 1 */
.tab-left > *,
.tab-right > * {
  padding-left: 0;
}
.tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}
.tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}
.tab .dropdown {
  margin-left: 30px;
}
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `icon`
 */
.slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out;
}
/* Hover + Focus */
.slidenav:hover,
.slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none;
}
/* OnClick */
.slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}
/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.slidenav-large {
  padding: 10px 10px;
}
/* Container
 ========================================================================== */
.slidenav-container {
  display: flex;
}
/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.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
 */
.dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.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(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}
/* Hover + Focus */
.dotnav > * > :hover,
.dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}
/* Active */
.dotnav > .active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}
/* Modifier: 'dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}
/* 2 */
.dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.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
 */
.thumbnav > * {
  /* 1 */
  padding-left: 15px;
}
/* Items
 ========================================================================== */
/*
 * Items
 */
.thumbnav > * > * {
  display: inline-block;
  position: relative;
}
.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 */
.thumbnav > * > :hover,
.thumbnav > * > :focus {
  outline: none;
}
.thumbnav > * > :hover::after,
.thumbnav > * > :focus::after {
  background-color: transparent;
}
/* Active */
.thumbnav > .active > *::after {
  background-color: transparent;
}
/* Modifier: 'thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}
/* 2 */
.thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
.accordion {
  padding: 0;
  list-style: none;
}
/* Item
 ========================================================================== */
.accordion > :nth-child(n+2) {
  margin-top: 20px;
}
/* Title
 ========================================================================== */
.accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
.accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.open > .accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* Hover + Focus */
.accordion-title:hover,
.accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Content
 ========================================================================== */
.accordion-content {
  margin-top: 20px;
}
/*
 * Micro clearfix
 */
.accordion-content::before,
.accordion-content::after {
  content: "";
  display: table;
}
.accordion-content::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.accordion-content > :last-child {
  margin-bottom: 0;
}
/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}
/* Show */
.drop.open {
  display: block;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='drop-top'] {
  margin-top: -20px;
}
[class*='drop-bottom'] {
  margin-top: 20px;
}
[class*='drop-left'] {
  margin-left: -20px;
}
[class*='drop-right'] {
  margin-left: 20px;
}
/* Grid modifiers
 ========================================================================== */
.drop-stack .drop-grid > * {
  width: 100% !important;
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
/* Show */
.dropdown.open {
  display: block;
}
/* Nav
 * Adopts `nav`
 ========================================================================== */
.dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem;
}
/*
 * Items
 */
.dropdown-nav > li > a {
  color: #999;
}
/* Hover + Focus + Active */
.dropdown-nav > li > a:hover,
.dropdown-nav > li > a:focus,
.dropdown-nav > li.active > a {
  color: #666;
}
/*
 * Header
 */
.dropdown-nav .nav-header {
  color: #333;
}
/*
 * Divider
 */
.dropdown-nav .nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.dropdown-nav .nav-sub a {
  color: #999;
}
.dropdown-nav .nav-sub a:hover,
.dropdown-nav .nav-sub a:focus,
.dropdown-nav .nav-sub li.active > a {
  color: #666;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='dropdown-top'] {
  margin-top: -10px;
}
[class*='dropdown-bottom'] {
  margin-top: 10px;
}
[class*='dropdown-left'] {
  margin-left: -10px;
}
[class*='dropdown-right'] {
  margin-left: 10px;
}
/* Grid modifiers
 ========================================================================== */
.dropdown-stack .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
 */
.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) {
  .modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
.modal.open {
  opacity: 1;
}
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.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 `width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.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
 */
.open > .modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.modal-container .modal-dialog {
  width: 1200px;
}
/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.modal-full {
  padding: 0;
  background: none;
}
/* 2 */
.modal-full .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
/* Sections
 ========================================================================== */
.modal-body {
  padding: 30px 30px;
}
.modal-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.modal-footer {
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
/*
 * Micro clearfix
 */
.modal-body::before,
.modal-body::after,
.modal-header::before,
.modal-header::after,
.modal-footer::before,
.modal-footer::after {
  content: "";
  display: table;
}
.modal-body::after,
.modal-header::after,
.modal-footer::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.modal-body > :last-child,
.modal-header > :last-child,
.modal-footer > :last-child {
  margin-bottom: 0;
}
/* Title
 ========================================================================== */
.modal-title {
  font-size: 2rem;
  line-height: 1.3;
}
/* Close
 * Adopts `close`
 ========================================================================== */
[class*='modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}
/*
 * Remove margin from adjacent element
 */
[class*='modal-close-']:first-child + * {
  margin-top: 0;
}
/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: #ffffff;
}
.modal-close-outside:hover {
  color: #fff;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
.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
 */
.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
 */
.lightbox.open {
  display: block;
  /* 2 */
  opacity: 1;
}
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.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
 */
.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 */
.lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}
.lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}
.lightbox-items > .active {
  display: flex;
}
/* Toolbar
 ========================================================================== */
.lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}
/* Toolbar Icon (Close)
 ========================================================================== */
.lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}
/*
 * Hover
 */
.lightbox-toolbar-icon:hover {
  color: #fff;
}
/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.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
 */
.lightbox-button:hover {
  color: #fff;
}
/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.lightbox-iframe {
  width: 80%;
  height: 80%;
}
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.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.
 */
.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 `cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 */
.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;
}
/*
 * Hide not active items
 */
.slideshow-items > :not(.active) {
  display: none;
}
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.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`.
 */
.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.
 */
.slider-items:not(.grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}
.slider-items.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
 */
.slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*
 * Faster animations
 */
.sticky[class*='animation-'] {
  animation-duration: 0.2s;
}
.sticky.animation-reverse {
  animation-duration: 0.2s;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
/*
 * Flip modifier
 */
.offcanvas-flip .offcanvas {
  right: 0;
  left: auto;
}
/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}
/* Flip modifier */
.offcanvas-flip .offcanvas-bar {
  left: auto;
  right: -270px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .offcanvas-flip .offcanvas-bar {
    right: -350px;
  }
}
/*
 * Open
 */
.open > .offcanvas-bar {
  left: 0;
}
.offcanvas-flip .open > .offcanvas-bar {
  left: auto;
  right: 0;
}
/*
 * Slide Animation (Used in slide and push mode)
 */
.offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}
.offcanvas-flip .offcanvas-bar-animation {
  transition-property: right;
}
/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}
.offcanvas-reveal .offcanvas-bar {
  /* 4 */
  left: 0;
}
.offcanvas-flip .offcanvas-reveal .offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}
.open > .offcanvas-reveal {
  width: 270px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .open > .offcanvas-reveal {
    width: 350px;
  }
}
/*
 * Flip modifier
 */
.offcanvas-flip .offcanvas-reveal {
  right: 0;
  left: auto;
}
/* Close
 * Adopts `close`
 ========================================================================== */
.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.
 */
.offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}
/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.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;
}
.offcanvas-overlay.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`
 */
.offcanvas-page,
.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
 */
.offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}
/*
 * Activate slide-out animation
 */
:not(.offcanvas-flip).offcanvas-container-animation {
  left: 270px;
}
.offcanvas-flip.offcanvas-container-animation {
  left: -270px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.offcanvas-flip).offcanvas-container-animation {
    left: 350px;
  }
  .offcanvas-flip.offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.switcher > :not(.active) {
  display: none;
}
/*
 * Remove margin from the last-child
 */
.switcher > * > :last-child {
  margin-bottom: 0;
}
/* ========================================================================
   Component: Leader
 ========================================================================== */
.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
 */
.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
 */
.leader-fill.leader-hide::after {
  display: none;
}
/*
 * Pass fill character to JS
 */
.leader-fill-content::before {
  content: '.';
}
:root {
  --leader-fill-content: .;
}
/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.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
 */
.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
 */
.iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}
/* Hover + Focus */
.iconnav > * > a:hover,
.iconnav > * > a:focus {
  color: #666;
  outline: none;
}
/* Active */
.iconnav > .active > a {
  color: #666;
}
/* Modifier: 'iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}
/* 2 */
.iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}
/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}
/* Position modifiers
========================================================================== */
.notification-top-right,
.notification-bottom-right {
  left: auto;
  right: 10px;
}
.notification-top-center,
.notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}
.notification-bottom-left,
.notification-bottom-right,
.notification-bottom-center {
  top: auto;
  bottom: 10px;
}
/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}
* + .notification-message {
  margin-top: 10px;
}
/* Close
 * Adopts `close`
 ========================================================================== */
.notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}
.notification-message:hover .notification-close {
  display: block;
}
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.notification-message-primary {
  color: #1e87f0;
}
/*
 * Success
 */
.notification-message-success {
  color: #32d296;
}
/*
 * Warning
 */
.notification-message-warning {
  color: #faa05a;
}
/*
 * Danger
 */
.notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.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 */
.tooltip.active {
  display: block;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='tooltip-top'] {
  margin-top: -10px;
}
[class*='tooltip-bottom'] {
  margin-top: 10px;
}
[class*='tooltip-left'] {
  margin-left: -10px;
}
[class*='tooltip-right'] {
  margin-left: 10px;
}
/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}
/* Add margin if adjacent element */
* + .placeholder {
  margin-top: 20px;
}
/*
 * Remove margin from the last-child
 */
.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
 */
.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 */
* + .progress {
  margin-top: 20px;
}
/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.progress:indeterminate {
  color: transparent;
}
/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/* 2 */
.progress:indeterminate::-moz-progress-bar {
  width: 0;
}
/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width 0.6s ease;
}
.progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.progress::-ms-fill {
  background-color: #1e87f0;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}
/* ========================================================================
   Component: Sortable
 ========================================================================== */
.sortable {
  position: relative;
}
/*
 * Deactivate pointer-events on SVGs in Safari
 */
.sortable svg {
  pointer-events: none;
}
/*
 * Remove margin from the last-child
 */
.sortable > :last-child {
  margin-bottom: 0;
}
/* Drag
 ========================================================================== */
.sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none;
}
/* Placeholder
 ========================================================================== */
.sortable-placeholder {
  opacity: 0;
}
/* Empty modifier
 ========================================================================== */
.sortable-empty {
  min-height: 50px;
}
/* Handle
 ========================================================================== */
/* Hover */
.sortable-handle:hover {
  cursor: move;
}
/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/*
 * 1. Center numbers and separators vertically
 */
.countdown-number,
.countdown-separator {
  /* 1 */
  line-height: 70px;
}
/* Number
 ========================================================================== */
.countdown-number {
  font-size: 2rem;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
.countdown-separator {
  font-size: 1rem;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .countdown-separator {
    font-size: 3rem;
  }
}
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
/* Direction modifier
 ========================================================================== */
.animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.animation-toggle:not(:hover):not(:focus) [class*='animation-'] {
  animation-name: none;
}
/*
 * 1. Prevent tab highlighting on iOS.
 */
.animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.animation-toggle:focus {
  outline: none;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.animation-fade {
  animation-name: fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
/*
 * Scale
 */
.animation-scale-up {
  animation-name: fade-scale-02;
}
.animation-scale-down {
  animation-name: fade-scale-18;
}
/*
 * Slide
 */
.animation-slide-top {
  animation-name: fade-top;
}
.animation-slide-bottom {
  animation-name: fade-bottom;
}
.animation-slide-left {
  animation-name: fade-left;
}
.animation-slide-right {
  animation-name: fade-right;
}
/*
 * Slide Small
 */
.animation-slide-top-small {
  animation-name: fade-top-small;
}
.animation-slide-bottom-small {
  animation-name: fade-bottom-small;
}
.animation-slide-left-small {
  animation-name: fade-left-small;
}
.animation-slide-right-small {
  animation-name: fade-right-small;
}
/*
 * Slide Medium
 */
.animation-slide-top-medium {
  animation-name: fade-top-medium;
}
.animation-slide-bottom-medium {
  animation-name: fade-bottom-medium;
}
.animation-slide-left-medium {
  animation-name: fade-left-medium;
}
.animation-slide-right-medium {
  animation-name: fade-right-medium;
}
/*
 * Kenburns
 */
.animation-kenburns {
  animation-name: scale-kenburns;
  animation-duration: 15s;
}
/*
 * Shake
 */
.animation-shake {
  animation-name: shake;
}
/* Duration modifier
 ========================================================================== */
.animation-fast {
  animation-duration: 0.1s;
}
/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Slide Top
 */
@keyframes fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom
 */
@keyframes fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left
 */
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right
 */
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Small
 */
@keyframes fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Small
 */
@keyframes fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Small
 */
@keyframes fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Small
 */
@keyframes fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Medium
 */
@keyframes fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Medium
 */
@keyframes fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Medium
 */
@keyframes fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Medium
 */
@keyframes fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Scale Up
 */
@keyframes fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale Down
 */
@keyframes fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Kenburns
 */
@keyframes scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@keyframes 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);
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.child-width-1-2 > * {
  width: 50%;
}
.child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}
.child-width-1-4 > * {
  width: 25%;
}
.child-width-1-5 > * {
  width: 20%;
}
.child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}
.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.
 */
.child-width-expand > :not([class*='width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .child-width-1-1\@s > * {
    width: 100%;
  }
  .child-width-1-2\@s > * {
    width: 50%;
  }
  .child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .child-width-1-4\@s > * {
    width: 25%;
  }
  .child-width-1-5\@s > * {
    width: 20%;
  }
  .child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .child-width-auto\@s > * {
    width: auto;
  }
  .child-width-expand\@s > :not([class*='width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .child-width-1-1\@m > * {
    width: 100%;
  }
  .child-width-1-2\@m > * {
    width: 50%;
  }
  .child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .child-width-1-4\@m > * {
    width: 25%;
  }
  .child-width-1-5\@m > * {
    width: 20%;
  }
  .child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .child-width-auto\@m > * {
    width: auto;
  }
  .child-width-expand\@m > :not([class*='width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .child-width-1-1\@l > * {
    width: 100%;
  }
  .child-width-1-2\@l > * {
    width: 50%;
  }
  .child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .child-width-1-4\@l > * {
    width: 25%;
  }
  .child-width-1-5\@l > * {
    width: 20%;
  }
  .child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .child-width-auto\@l > * {
    width: auto;
  }
  .child-width-expand\@l > :not([class*='width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .child-width-1-1\@xl > * {
    width: 100%;
  }
  .child-width-1-2\@xl > * {
    width: 50%;
  }
  .child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .child-width-1-4\@xl > * {
    width: 25%;
  }
  .child-width-1-5\@xl > * {
    width: 20%;
  }
  .child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .child-width-auto\@xl > * {
    width: auto;
  }
  .child-width-expand\@xl > :not([class*='width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}
/* Halves */
.width-1-2 {
  width: 50%;
}
/* Thirds */
.width-1-3 {
  width: calc(100% * 1 / 3.001);
}
.width-2-3 {
  width: calc(100% * 2 / 3.001);
}
/* Quarters */
.width-1-4 {
  width: 25%;
}
.width-3-4 {
  width: 75%;
}
/* Fifths */
.width-1-5 {
  width: 20%;
}
.width-2-5 {
  width: 40%;
}
.width-3-5 {
  width: 60%;
}
.width-4-5 {
  width: 80%;
}
/* Sixths */
.width-1-6 {
  width: calc(100% * 1 / 6.001);
}
.width-5-6 {
  width: calc(100% * 5 / 6.001);
}
/* Pixel */
.width-small {
  width: 150px;
}
.width-medium {
  width: 300px;
}
.width-large {
  width: 450px;
}
.width-xlarge {
  width: 600px;
}
.width-xxlarge {
  width: 750px;
}
/* Auto */
.width-auto {
  width: auto;
}
/* Expand */
.width-expand {
  flex: 1;
  min-width: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .width-1-4\@s {
    width: 25%;
  }
  .width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .width-1-5\@s {
    width: 20%;
  }
  .width-2-5\@s {
    width: 40%;
  }
  .width-3-5\@s {
    width: 60%;
  }
  .width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .width-small\@s {
    width: 150px;
  }
  .width-medium\@s {
    width: 300px;
  }
  .width-large\@s {
    width: 450px;
  }
  .width-xlarge\@s {
    width: 600px;
  }
  .width-xxlarge\@s {
    width: 750px;
  }
  /* Auto */
  .width-auto\@s {
    width: auto;
  }
  /* Expand */
  .width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .width-1-4\@m {
    width: 25%;
  }
  .width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .width-1-5\@m {
    width: 20%;
  }
  .width-2-5\@m {
    width: 40%;
  }
  .width-3-5\@m {
    width: 60%;
  }
  .width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .width-small\@m {
    width: 150px;
  }
  .width-medium\@m {
    width: 300px;
  }
  .width-large\@m {
    width: 450px;
  }
  .width-xlarge\@m {
    width: 600px;
  }
  .width-xxlarge\@m {
    width: 750px;
  }
  /* Auto */
  .width-auto\@m {
    width: auto;
  }
  /* Expand */
  .width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .width-1-4\@l {
    width: 25%;
  }
  .width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .width-1-5\@l {
    width: 20%;
  }
  .width-2-5\@l {
    width: 40%;
  }
  .width-3-5\@l {
    width: 60%;
  }
  .width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .width-small\@l {
    width: 150px;
  }
  .width-medium\@l {
    width: 300px;
  }
  .width-large\@l {
    width: 450px;
  }
  .width-xlarge\@l {
    width: 600px;
  }
  .width-xxlarge\@l {
    width: 750px;
  }
  /* Auto */
  .width-auto\@l {
    width: auto;
  }
  /* Expand */
  .width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .width-1-4\@xl {
    width: 25%;
  }
  .width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .width-1-5\@xl {
    width: 20%;
  }
  .width-2-5\@xl {
    width: 40%;
  }
  .width-3-5\@xl {
    width: 60%;
  }
  .width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .width-small\@xl {
    width: 150px;
  }
  .width-medium\@xl {
    width: 300px;
  }
  .width-large\@xl {
    width: 450px;
  }
  .width-xlarge\@xl {
    width: 600px;
  }
  .width-xxlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='height'] {
  box-sizing: border-box;
}
/*
 * Only works if parent element has a height set
 */
.height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.height-viewport {
  min-height: 100vh;
}
/*
 * Pixel
 * Useful for `overflow: auto`
 */
.height-small {
  height: 150px;
}
.height-medium {
  height: 300px;
}
.height-large {
  height: 450px;
}
.height-max-small {
  max-height: 150px;
}
.height-max-medium {
  max-height: 300px;
}
.height-max-large {
  max-height: 450px;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}
.text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.text-meta a {
  color: #999;
}
.text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
 ========================================================================== */
.text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}
/* Weight modifier
 ========================================================================== */
.text-bold {
  font-weight: bolder;
}
/* Transform modifier
 ========================================================================== */
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
 ========================================================================== */
.text-muted {
  color: #999 !important;
}
.text-emphasis {
  color: #333 !important;
}
.text-primary {
  color: #1e87f0 !important;
}
.text-success {
  color: #32d296 !important;
}
.text-warning {
  color: #faa05a !important;
}
.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
 */
.text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .text-background {
    background-color: #1e87f0;
  }
}
/* Alignment modifiers
 ========================================================================== */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .text-left\@s {
    text-align: left !important;
  }
  .text-right\@s {
    text-align: right !important;
  }
  .text-center\@s {
    text-align: center !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .text-left\@m {
    text-align: left !important;
  }
  .text-right\@m {
    text-align: right !important;
  }
  .text-center\@m {
    text-align: center !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .text-left\@l {
    text-align: left !important;
  }
  .text-right\@l {
    text-align: right !important;
  }
  .text-center\@l {
    text-align: center !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .text-left\@xl {
    text-align: left !important;
  }
  .text-right\@xl {
    text-align: right !important;
  }
  .text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
.text-top {
  vertical-align: top !important;
}
.text-middle {
  vertical-align: middle !important;
}
.text-bottom {
  vertical-align: bottom !important;
}
.text-baseline {
  vertical-align: baseline !important;
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.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
 */
.text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 2 */
th.text-truncate,
td.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
 */
.text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}
/* 3 */
th.text-break,
td.text-break {
  word-break: break-all;
}
/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='column-'] {
  column-gap: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='column-'] {
    column-gap: 40px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='column-'] img {
  transform: translate3d(0, 0, 0);
}
/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .column-divider {
    column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
.column-1-2 {
  column-count: 2;
}
.column-1-3 {
  column-count: 3;
}
.column-1-4 {
  column-count: 4;
}
.column-1-5 {
  column-count: 5;
}
.column-1-6 {
  column-count: 6;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .column-1-2\@s {
    column-count: 2;
  }
  .column-1-3\@s {
    column-count: 3;
  }
  .column-1-4\@s {
    column-count: 4;
  }
  .column-1-5\@s {
    column-count: 5;
  }
  .column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .column-1-2\@m {
    column-count: 2;
  }
  .column-1-3\@m {
    column-count: 3;
  }
  .column-1-4\@m {
    column-count: 4;
  }
  .column-1-5\@m {
    column-count: 5;
  }
  .column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .column-1-2\@l {
    column-count: 2;
  }
  .column-1-3\@l {
    column-count: 3;
  }
  .column-1-4\@l {
    column-count: 4;
  }
  .column-1-5\@l {
    column-count: 5;
  }
  .column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .column-1-2\@xl {
    column-count: 2;
  }
  .column-1-3\@xl {
    column-count: 3;
  }
  .column-1-4\@xl {
    column-count: 4;
  }
  .column-1-5\@xl {
    column-count: 5;
  }
  .column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.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
 */
.cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
iframe.cover {
  pointer-events: none;
}
/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}
/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.background-default {
  background-color: #fff;
}
.background-muted {
  background-color: #f8f8f8;
}
.background-primary {
  background-color: #1e87f0;
}
.background-secondary {
  background-color: #222;
}
/* Size
 ========================================================================== */
.background-cover,
.background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.background-cover {
  background-size: cover;
}
.background-contain {
  background-size: contain;
}
/* Position
 ========================================================================== */
.background-top-left {
  background-position: 0 0;
}
.background-top-center {
  background-position: 50% 0;
}
.background-top-right {
  background-position: 100% 0;
}
.background-center-left {
  background-position: 0 50%;
}
.background-center-center {
  background-position: 50% 50%;
}
.background-center-right {
  background-position: 100% 50%;
}
.background-bottom-left {
  background-position: 0 100%;
}
.background-bottom-center {
  background-position: 50% 100%;
}
.background-bottom-right {
  background-position: 100% 100%;
}
/* Repeat
 ========================================================================== */
.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`
 */
.background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}
/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
.background-blend-multiply {
  background-blend-mode: multiply;
}
.background-blend-screen {
  background-blend-mode: screen;
}
.background-blend-overlay {
  background-blend-mode: overlay;
}
.background-blend-darken {
  background-blend-mode: darken;
}
.background-blend-lighten {
  background-blend-mode: lighten;
}
.background-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.background-blend-color-burn {
  background-blend-mode: color-burn;
}
.background-blend-hard-light {
  background-blend-mode: hard-light;
}
.background-blend-soft-light {
  background-blend-mode: soft-light;
}
.background-blend-difference {
  background-blend-mode: difference;
}
.background-blend-exclusion {
  background-blend-mode: exclusion;
}
.background-blend-hue {
  background-blend-mode: hue;
}
.background-blend-saturation {
  background-blend-mode: saturation;
}
.background-blend-color {
  background-blend-mode: color;
}
.background-blend-luminosity {
  background-blend-mode: luminosity;
}
/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='align'] {
  display: block;
  margin-bottom: 30px;
}
* + [class*='align'] {
  margin-top: 30px;
}
/*
 * Center
 */
.align-center {
  margin-left: auto;
  margin-right: auto;
}
/*
 * Left/Right
 */
.align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}
.align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .align-left\@l {
    margin-top: 0;
    float: left;
  }
  .align-right\@l {
    margin-top: 0;
    float: right;
  }
  .align-left,
  .align-left\@s,
  .align-left\@m,
  .align-left\@l {
    margin-right: 40px;
  }
  .align-right,
  .align-right\@s,
  .align-right\@m,
  .align-right\@l {
    margin-left: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .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 */
.svg,
.svg:not(.preserve) [fill*='#']:not(.preserve) {
  fill: currentcolor;
}
.svg:not(.preserve) [stroke*='#']:not(.preserve) {
  stroke: currentcolor;
}
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.svg {
  transform: translate(0, 0);
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.panel {
  position: relative;
  box-sizing: border-box;
}
/*
 * Micro clearfix
 */
.panel::before,
.panel::after {
  content: "";
  display: table;
}
.panel::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.panel > :last-child {
  margin-bottom: 0;
}
/*
 * Scrollable
 */
.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 */
.clearfix::before {
  content: "";
  display: table-cell;
}
/* 2 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* 1 */
[class*='float-'] {
  max-width: 100%;
}
/* Overfow
 ========================================================================== */
.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
 */
.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.overflow-auto > :last-child {
  margin-bottom: 0;
}
/* Resize
 ========================================================================== */
.resize {
  resize: both;
}
.resize-vertical {
  resize: vertical;
}
/* Display
 ========================================================================== */
.display-block {
  display: block !important;
}
.display-inline {
  display: inline !important;
}
.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*='inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}
.inline-clip {
  /* 6 */
  overflow: hidden;
}
/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.preserve-width,
.preserve-width canvas,
.preserve-width img,
.preserve-width svg,
.preserve-width video {
  max-width: none;
}
/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.responsive-width,
.responsive-height {
  box-sizing: border-box;
}
/*
 * 1. Set a maximum width. `important` needed to override `preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.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
 */
.responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}
/* Border
 ========================================================================== */
.border-circle {
  border-radius: 50%;
}
.border-pill {
  border-radius: 500px;
}
.border-rounded {
  border-radius: 5px;
}
/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.inline-clip[class*='border-'] {
  -webkit-transform: translateZ(0);
}
/* Box-shadow
 ========================================================================== */
.box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
/*
 * Hover
 */
[class*='box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out;
}
.box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.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)) {
  .box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .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 */
  .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.
 */
.dropcap::first-letter,
.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() {
  .dropcap::first-letter,
  .dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* 3 */
@supports (-ms-ime-align: auto) {
  .dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.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: #666;
  /* 1 */
  text-decoration: none;
}
/* Hover + Focus */
.logo:hover,
.logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none;
}
.logo-inverse {
  display: none;
}
/* Disabled State
 ========================================================================== */
.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
 */
.drag,
.drag * {
  cursor: move;
}
/* 2 */
.drag iframe {
  pointer-events: none;
}
/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
/* Blend modes
 ========================================================================== */
.blend-multiply {
  mix-blend-mode: multiply;
}
.blend-screen {
  mix-blend-mode: screen;
}
.blend-overlay {
  mix-blend-mode: overlay;
}
.blend-darken {
  mix-blend-mode: darken;
}
.blend-lighten {
  mix-blend-mode: lighten;
}
.blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.blend-color-burn {
  mix-blend-mode: color-burn;
}
.blend-hard-light {
  mix-blend-mode: hard-light;
}
.blend-soft-light {
  mix-blend-mode: soft-light;
}
.blend-difference {
  mix-blend-mode: difference;
}
.blend-exclusion {
  mix-blend-mode: exclusion;
}
.blend-hue {
  mix-blend-mode: hue;
}
.blend-saturation {
  mix-blend-mode: saturation;
}
.blend-color {
  mix-blend-mode: color;
}
.blend-luminosity {
  mix-blend-mode: luminosity;
}
/* Transform
========================================================================== */
.transform-center {
  transform: translate(-50%, -50%);
}
/* Transform Origin
========================================================================== */
.transform-origin-top-left {
  transform-origin: 0 0;
}
.transform-origin-top-center {
  transform-origin: 50% 0;
}
.transform-origin-top-right {
  transform-origin: 100% 0;
}
.transform-origin-center-left {
  transform-origin: 0 50%;
}
.transform-origin-center-right {
  transform-origin: 100% 50%;
}
.transform-origin-bottom-left {
  transform-origin: 0 100%;
}
.transform-origin-bottom-center {
  transform-origin: 50% 100%;
}
.transform-origin-bottom-right {
  transform-origin: 100% 100%;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.flex {
  display: flex;
}
.flex-inline {
  display: inline-flex;
}
/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.flex::before,
.flex::after,
.flex-inline::before,
.flex-inline::after {
  display: none;
}
/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.flex-left {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .flex-left\@s {
    justify-content: flex-start;
  }
  .flex-center\@s {
    justify-content: center;
  }
  .flex-right\@s {
    justify-content: flex-end;
  }
  .flex-between\@s {
    justify-content: space-between;
  }
  .flex-around\@s {
    justify-content: space-around;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .flex-left\@m {
    justify-content: flex-start;
  }
  .flex-center\@m {
    justify-content: center;
  }
  .flex-right\@m {
    justify-content: flex-end;
  }
  .flex-between\@m {
    justify-content: space-between;
  }
  .flex-around\@m {
    justify-content: space-around;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .flex-left\@l {
    justify-content: flex-start;
  }
  .flex-center\@l {
    justify-content: center;
  }
  .flex-right\@l {
    justify-content: flex-end;
  }
  .flex-between\@l {
    justify-content: space-between;
  }
  .flex-around\@l {
    justify-content: space-around;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .flex-left\@xl {
    justify-content: flex-start;
  }
  .flex-center\@xl {
    justify-content: center;
  }
  .flex-right\@xl {
    justify-content: flex-end;
  }
  .flex-between\@xl {
    justify-content: space-between;
  }
  .flex-around\@xl {
    justify-content: space-around;
  }
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.flex-stretch {
  align-items: stretch;
}
.flex-top {
  align-items: flex-start;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
/* Direction
 ========================================================================== */
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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
 */
.flex-wrap-stretch {
  align-content: stretch;
}
.flex-wrap-top {
  align-content: flex-start;
}
.flex-wrap-middle {
  align-content: center;
}
.flex-wrap-bottom {
  align-content: flex-end;
}
.flex-wrap-between {
  align-content: space-between;
}
.flex-wrap-around {
  align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.flex-first {
  order: -1;
}
.flex-last {
  order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .flex-first\@s {
    order: -1;
  }
  .flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .flex-first\@m {
    order: -1;
  }
  .flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .flex-first\@l {
    order: -1;
  }
  .flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .flex-first\@xl {
    order: -1;
  }
  .flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.flex-none {
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.flex-auto {
  flex: auto;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.flex-1 {
  flex: 1;
}
/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.margin {
  margin-bottom: 20px;
}
* + .margin {
  margin-top: 20px !important;
}
.margin-top {
  margin-top: 20px !important;
}
.margin-bottom {
  margin-bottom: 20px !important;
}
.margin-left {
  margin-left: 20px !important;
}
.margin-right {
  margin-right: 20px !important;
}
/* Small
 ========================================================================== */
.margin-small {
  margin-bottom: 10px;
}
* + .margin-small {
  margin-top: 10px !important;
}
.margin-small-top {
  margin-top: 10px !important;
}
.margin-small-bottom {
  margin-bottom: 10px !important;
}
.margin-small-left {
  margin-left: 10px !important;
}
.margin-small-right {
  margin-right: 10px !important;
}
/* Medium
 ========================================================================== */
.margin-medium {
  margin-bottom: 40px;
}
* + .margin-medium {
  margin-top: 40px !important;
}
.margin-medium-top {
  margin-top: 40px !important;
}
.margin-medium-bottom {
  margin-bottom: 40px !important;
}
.margin-medium-left {
  margin-left: 40px !important;
}
.margin-medium-right {
  margin-right: 40px !important;
}
/* Large
 ========================================================================== */
.margin-large {
  margin-bottom: 40px;
}
* + .margin-large {
  margin-top: 40px !important;
}
.margin-large-top {
  margin-top: 40px !important;
}
.margin-large-bottom {
  margin-bottom: 40px !important;
}
.margin-large-left {
  margin-left: 40px !important;
}
.margin-large-right {
  margin-right: 40px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .margin-large {
    margin-bottom: 70px;
  }
  * + .margin-large {
    margin-top: 70px !important;
  }
  .margin-large-top {
    margin-top: 70px !important;
  }
  .margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .margin-large-left {
    margin-left: 70px !important;
  }
  .margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.margin-xlarge {
  margin-bottom: 70px;
}
* + .margin-xlarge {
  margin-top: 70px !important;
}
.margin-xlarge-top {
  margin-top: 70px !important;
}
.margin-xlarge-bottom {
  margin-bottom: 70px !important;
}
.margin-xlarge-left {
  margin-left: 70px !important;
}
.margin-xlarge-right {
  margin-right: 70px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .margin-xlarge {
    margin-bottom: 140px;
  }
  * + .margin-xlarge {
    margin-top: 140px !important;
  }
  .margin-xlarge-top {
    margin-top: 140px !important;
  }
  .margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .margin-xlarge-left {
    margin-left: 140px !important;
  }
  .margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Remove
 ========================================================================== */
.margin-remove {
  margin: 0 !important;
}
.margin-remove-top {
  margin-top: 0 !important;
}
.margin-remove-bottom {
  margin-bottom: 0 !important;
}
.margin-remove-left {
  margin-left: 0 !important;
}
.margin-remove-right {
  margin-right: 0 !important;
}
.margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-remove-adjacent + * {
  margin-top: 0 !important;
}
/* Auto
 ========================================================================== */
.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.margin-auto-top {
  margin-top: auto !important;
}
.margin-auto-bottom {
  margin-bottom: auto !important;
}
.margin-auto-left {
  margin-left: auto !important;
}
.margin-auto-right {
  margin-right: auto !important;
}
.margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.padding {
  padding: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
.padding-small {
  padding: 15px;
}
/* Large
 ========================================================================== */
.padding-large {
  padding: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .padding-large {
    padding: 70px;
  }
}
/* Remove
 ========================================================================== */
.padding-remove {
  padding: 0 !important;
}
.padding-remove-top {
  padding-top: 0 !important;
}
.padding-remove-bottom {
  padding-bottom: 0 !important;
}
.padding-remove-left {
  padding-left: 0 !important;
}
.padding-remove-right {
  padding-right: 0 !important;
}
.padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='position-top'],
[class*='position-bottom'],
[class*='position-left'],
[class*='position-right'],
[class*='position-center'] {
  position: absolute !important;
}
/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.position-top {
  top: 0;
  left: 0;
  right: 0;
}
.position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.position-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.position-right {
  top: 0;
  bottom: 0;
  right: 0;
}
/* Corners
 ========================================================================== */
.position-top-left {
  top: 0;
  left: 0;
}
.position-top-right {
  top: 0;
  right: 0;
}
.position-bottom-left {
  bottom: 0;
  left: 0;
}
.position-bottom-right {
  bottom: 0;
  right: 0;
}
/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
/* Vertical */
[class*='position-center-left'],
[class*='position-center-right'] {
  top: 50%;
  transform: translateY(-50%);
}
.position-center-left {
  left: 0;
}
.position-center-right {
  right: 0;
}
.position-center-left-out {
  right: 100%;
  width: -moz-max-content;
  width: max-content;
}
.position-center-right-out {
  left: 100%;
  width: -moz-max-content;
  width: max-content;
}
/* Horizontal */
.position-top-center,
.position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
.position-top-center {
  top: 0;
}
.position-bottom-center {
  bottom: 0;
}
/* Cover
 ========================================================================== */
.position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Utility
 ========================================================================== */
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-z-index {
  z-index: 1;
}
/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}
.position-small.position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px);
}
.position-small[class*='position-center-left'],
.position-small[class*='position-center-right'] {
  transform: translateY(-50%) translateY(-15px);
}
.position-small.position-top-center,
.position-small.position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}
/*
 * Medium
 */
.position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}
.position-medium.position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}
.position-medium[class*='position-center-left'],
.position-medium[class*='position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}
.position-medium.position-top-center,
.position-medium.position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}
/*
 * Large
 */
.position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}
.position-large.position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}
.position-large[class*='position-center-left'],
.position-large[class*='position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}
.position-large.position-top-center,
.position-large.position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .position-large.position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .position-large[class*='position-center-left'],
  .position-large[class*='position-center-right'] {
    transform: translateY(-50%) translateY(-50px);
  }
  .position-large.position-top-center,
  .position-large.position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}
/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.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 `postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.transition-fade,
[class*='transition-scale'],
[class*='transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}
/*
 * Fade
 */
.transition-toggle:hover .transition-fade,
.transition-toggle:focus .transition-fade,
.transition-active.active .transition-fade {
  opacity: 1;
}
/*
 * Scale
 * Note: Using `scale3d` for better image rendering
 */
.transition-scale-up {
  transform: scale3d(1, 1, 1);
}
.transition-scale-down {
  transform: scale3d(1.1, 1.1, 1);
}
/* Show */
.transition-toggle:hover .transition-scale-up,
.transition-toggle:focus .transition-scale-up,
.transition-active.active .transition-scale-up {
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1);
}
.transition-toggle:hover .transition-scale-down,
.transition-toggle:focus .transition-scale-down,
.transition-active.active .transition-scale-down {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/*
 * Slide
 */
.transition-slide-top {
  transform: translateY(-100%);
}
.transition-slide-bottom {
  transform: translateY(100%);
}
.transition-slide-left {
  transform: translateX(-100%);
}
.transition-slide-right {
  transform: translateX(100%);
}
.transition-slide-top-small {
  transform: translateY(-10px);
}
.transition-slide-bottom-small {
  transform: translateY(10px);
}
.transition-slide-left-small {
  transform: translateX(-10px);
}
.transition-slide-right-small {
  transform: translateX(10px);
}
.transition-slide-top-medium {
  transform: translateY(-50px);
}
.transition-slide-bottom-medium {
  transform: translateY(50px);
}
.transition-slide-left-medium {
  transform: translateX(-50px);
}
.transition-slide-right-medium {
  transform: translateX(50px);
}
/* Show */
.transition-toggle:hover [class*='transition-slide'],
.transition-toggle:focus [class*='transition-slide'],
.transition-active.active [class*='transition-slide'] {
  opacity: 1;
  transform: translate(0, 0);
}
/* Opacity modifier
 ========================================================================== */
.transition-opaque {
  opacity: 1;
}
/* Duration modifiers
 ========================================================================== */
.transition-slow {
  transition-duration: 0.7s;
}
/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.hidden {
  display: none !important;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.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 */
.visible-toggle:not(:hover):not(:focus) .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 */
.visible-toggle:not(:hover):not(:focus) .invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}
/*
 * 1. Prevent tab highlighting on iOS.
 */
.visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.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) {
  .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 */
.hidden-notouch {
  display: none !important;
}
@media (pointer: coarse) {
  .hidden-notouch {
    display: block !important;
  }
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `light` is for light colors on dark backgrounds
 * `dark` is or dark colors on light backgrounds
 */
.light,
.section-primary:not(.preserve-color),
.section-secondary:not(.preserve-color),
.tile-primary:not(.preserve-color),
.tile-secondary:not(.preserve-color),
.card-primary.card-body,
.card-primary > :not([class*='card-media']),
.card-secondary.card-body,
.card-secondary > :not([class*='card-media']),
.overlay-primary,
.offcanvas-bar {
  color: rgba(255, 255, 255, 0.7);
}
.light a,
.light .link,
.section-primary:not(.preserve-color) a,
.section-primary:not(.preserve-color) .link,
.section-secondary:not(.preserve-color) a,
.section-secondary:not(.preserve-color) .link,
.tile-primary:not(.preserve-color) a,
.tile-primary:not(.preserve-color) .link,
.tile-secondary:not(.preserve-color) a,
.tile-secondary:not(.preserve-color) .link,
.card-primary.card-body a,
.card-primary.card-body .link,
.card-primary > :not([class*='card-media']) a,
.card-primary > :not([class*='card-media']) .link,
.card-secondary.card-body a,
.card-secondary.card-body .link,
.card-secondary > :not([class*='card-media']) a,
.card-secondary > :not([class*='card-media']) .link,
.overlay-primary a,
.overlay-primary .link,
.offcanvas-bar a,
.offcanvas-bar .link {
  color: #fff;
}
.light a:hover,
.light .link:hover,
.section-primary:not(.preserve-color) a:hover,
.section-primary:not(.preserve-color) .link:hover,
.section-secondary:not(.preserve-color) a:hover,
.section-secondary:not(.preserve-color) .link:hover,
.tile-primary:not(.preserve-color) a:hover,
.tile-primary:not(.preserve-color) .link:hover,
.tile-secondary:not(.preserve-color) a:hover,
.tile-secondary:not(.preserve-color) .link:hover,
.card-primary.card-body a:hover,
.card-primary.card-body .link:hover,
.card-primary > :not([class*='card-media']) a:hover,
.card-primary > :not([class*='card-media']) .link:hover,
.card-secondary.card-body a:hover,
.card-secondary.card-body .link:hover,
.card-secondary > :not([class*='card-media']) a:hover,
.card-secondary > :not([class*='card-media']) .link:hover,
.overlay-primary a:hover,
.overlay-primary .link:hover,
.offcanvas-bar a:hover,
.offcanvas-bar .link:hover {
  color: #fff;
}
.light :not(pre) > code,
.light :not(pre) > kbd,
.light :not(pre) > samp,
.section-primary:not(.preserve-color) :not(pre) > code,
.section-primary:not(.preserve-color) :not(pre) > kbd,
.section-primary:not(.preserve-color) :not(pre) > samp,
.section-secondary:not(.preserve-color) :not(pre) > code,
.section-secondary:not(.preserve-color) :not(pre) > kbd,
.section-secondary:not(.preserve-color) :not(pre) > samp,
.tile-primary:not(.preserve-color) :not(pre) > code,
.tile-primary:not(.preserve-color) :not(pre) > kbd,
.tile-primary:not(.preserve-color) :not(pre) > samp,
.tile-secondary:not(.preserve-color) :not(pre) > code,
.tile-secondary:not(.preserve-color) :not(pre) > kbd,
.tile-secondary:not(.preserve-color) :not(pre) > samp,
.card-primary.card-body :not(pre) > code,
.card-primary.card-body :not(pre) > kbd,
.card-primary.card-body :not(pre) > samp,
.card-primary > :not([class*='card-media']) :not(pre) > code,
.card-primary > :not([class*='card-media']) :not(pre) > kbd,
.card-primary > :not([class*='card-media']) :not(pre) > samp,
.card-secondary.card-body :not(pre) > code,
.card-secondary.card-body :not(pre) > kbd,
.card-secondary.card-body :not(pre) > samp,
.card-secondary > :not([class*='card-media']) :not(pre) > code,
.card-secondary > :not([class*='card-media']) :not(pre) > kbd,
.card-secondary > :not([class*='card-media']) :not(pre) > samp,
.overlay-primary :not(pre) > code,
.overlay-primary :not(pre) > kbd,
.overlay-primary :not(pre) > samp,
.offcanvas-bar :not(pre) > code,
.offcanvas-bar :not(pre) > kbd,
.offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.light em,
.section-primary:not(.preserve-color) em,
.section-secondary:not(.preserve-color) em,
.tile-primary:not(.preserve-color) em,
.tile-secondary:not(.preserve-color) em,
.card-primary.card-body em,
.card-primary > :not([class*='card-media']) em,
.card-secondary.card-body em,
.card-secondary > :not([class*='card-media']) em,
.overlay-primary em,
.offcanvas-bar em {
  color: #fff;
}
.light h1,
.light .h1,
.light h2,
.light .h2,
.light h3,
.light .h3,
.light h4,
.light .h4,
.light h5,
.light .h5,
.light h6,
.light .h6,
.section-primary:not(.preserve-color) h1,
.section-primary:not(.preserve-color) .h1,
.section-primary:not(.preserve-color) h2,
.section-primary:not(.preserve-color) .h2,
.section-primary:not(.preserve-color) h3,
.section-primary:not(.preserve-color) .h3,
.section-primary:not(.preserve-color) h4,
.section-primary:not(.preserve-color) .h4,
.section-primary:not(.preserve-color) h5,
.section-primary:not(.preserve-color) .h5,
.section-primary:not(.preserve-color) h6,
.section-primary:not(.preserve-color) .h6,
.section-secondary:not(.preserve-color) h1,
.section-secondary:not(.preserve-color) .h1,
.section-secondary:not(.preserve-color) h2,
.section-secondary:not(.preserve-color) .h2,
.section-secondary:not(.preserve-color) h3,
.section-secondary:not(.preserve-color) .h3,
.section-secondary:not(.preserve-color) h4,
.section-secondary:not(.preserve-color) .h4,
.section-secondary:not(.preserve-color) h5,
.section-secondary:not(.preserve-color) .h5,
.section-secondary:not(.preserve-color) h6,
.section-secondary:not(.preserve-color) .h6,
.tile-primary:not(.preserve-color) h1,
.tile-primary:not(.preserve-color) .h1,
.tile-primary:not(.preserve-color) h2,
.tile-primary:not(.preserve-color) .h2,
.tile-primary:not(.preserve-color) h3,
.tile-primary:not(.preserve-color) .h3,
.tile-primary:not(.preserve-color) h4,
.tile-primary:not(.preserve-color) .h4,
.tile-primary:not(.preserve-color) h5,
.tile-primary:not(.preserve-color) .h5,
.tile-primary:not(.preserve-color) h6,
.tile-primary:not(.preserve-color) .h6,
.tile-secondary:not(.preserve-color) h1,
.tile-secondary:not(.preserve-color) .h1,
.tile-secondary:not(.preserve-color) h2,
.tile-secondary:not(.preserve-color) .h2,
.tile-secondary:not(.preserve-color) h3,
.tile-secondary:not(.preserve-color) .h3,
.tile-secondary:not(.preserve-color) h4,
.tile-secondary:not(.preserve-color) .h4,
.tile-secondary:not(.preserve-color) h5,
.tile-secondary:not(.preserve-color) .h5,
.tile-secondary:not(.preserve-color) h6,
.tile-secondary:not(.preserve-color) .h6,
.card-primary.card-body h1,
.card-primary.card-body .h1,
.card-primary.card-body h2,
.card-primary.card-body .h2,
.card-primary.card-body h3,
.card-primary.card-body .h3,
.card-primary.card-body h4,
.card-primary.card-body .h4,
.card-primary.card-body h5,
.card-primary.card-body .h5,
.card-primary.card-body h6,
.card-primary.card-body .h6,
.card-primary > :not([class*='card-media']) h1,
.card-primary > :not([class*='card-media']) .h1,
.card-primary > :not([class*='card-media']) h2,
.card-primary > :not([class*='card-media']) .h2,
.card-primary > :not([class*='card-media']) h3,
.card-primary > :not([class*='card-media']) .h3,
.card-primary > :not([class*='card-media']) h4,
.card-primary > :not([class*='card-media']) .h4,
.card-primary > :not([class*='card-media']) h5,
.card-primary > :not([class*='card-media']) .h5,
.card-primary > :not([class*='card-media']) h6,
.card-primary > :not([class*='card-media']) .h6,
.card-secondary.card-body h1,
.card-secondary.card-body .h1,
.card-secondary.card-body h2,
.card-secondary.card-body .h2,
.card-secondary.card-body h3,
.card-secondary.card-body .h3,
.card-secondary.card-body h4,
.card-secondary.card-body .h4,
.card-secondary.card-body h5,
.card-secondary.card-body .h5,
.card-secondary.card-body h6,
.card-secondary.card-body .h6,
.card-secondary > :not([class*='card-media']) h1,
.card-secondary > :not([class*='card-media']) .h1,
.card-secondary > :not([class*='card-media']) h2,
.card-secondary > :not([class*='card-media']) .h2,
.card-secondary > :not([class*='card-media']) h3,
.card-secondary > :not([class*='card-media']) .h3,
.card-secondary > :not([class*='card-media']) h4,
.card-secondary > :not([class*='card-media']) .h4,
.card-secondary > :not([class*='card-media']) h5,
.card-secondary > :not([class*='card-media']) .h5,
.card-secondary > :not([class*='card-media']) h6,
.card-secondary > :not([class*='card-media']) .h6,
.overlay-primary h1,
.overlay-primary .h1,
.overlay-primary h2,
.overlay-primary .h2,
.overlay-primary h3,
.overlay-primary .h3,
.overlay-primary h4,
.overlay-primary .h4,
.overlay-primary h5,
.overlay-primary .h5,
.overlay-primary h6,
.overlay-primary .h6,
.offcanvas-bar h1,
.offcanvas-bar .h1,
.offcanvas-bar h2,
.offcanvas-bar .h2,
.offcanvas-bar h3,
.offcanvas-bar .h3,
.offcanvas-bar h4,
.offcanvas-bar .h4,
.offcanvas-bar h5,
.offcanvas-bar .h5,
.offcanvas-bar h6,
.offcanvas-bar .h6 {
  color: #fff;
}
.light blockquote,
.section-primary:not(.preserve-color) blockquote,
.section-secondary:not(.preserve-color) blockquote,
.tile-primary:not(.preserve-color) blockquote,
.tile-secondary:not(.preserve-color) blockquote,
.card-primary.card-body blockquote,
.card-primary > :not([class*='card-media']) blockquote,
.card-secondary.card-body blockquote,
.card-secondary > :not([class*='card-media']) blockquote,
.overlay-primary blockquote,
.offcanvas-bar blockquote {
  color: #fff;
}
.light blockquote footer,
.section-primary:not(.preserve-color) blockquote footer,
.section-secondary:not(.preserve-color) blockquote footer,
.tile-primary:not(.preserve-color) blockquote footer,
.tile-secondary:not(.preserve-color) blockquote footer,
.card-primary.card-body blockquote footer,
.card-primary > :not([class*='card-media']) blockquote footer,
.card-secondary.card-body blockquote footer,
.card-secondary > :not([class*='card-media']) blockquote footer,
.overlay-primary blockquote footer,
.offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}
.light hr,
.light .hr,
.section-primary:not(.preserve-color) hr,
.section-primary:not(.preserve-color) .hr,
.section-secondary:not(.preserve-color) hr,
.section-secondary:not(.preserve-color) .hr,
.tile-primary:not(.preserve-color) hr,
.tile-primary:not(.preserve-color) .hr,
.tile-secondary:not(.preserve-color) hr,
.tile-secondary:not(.preserve-color) .hr,
.card-primary.card-body hr,
.card-primary.card-body .hr,
.card-primary > :not([class*='card-media']) hr,
.card-primary > :not([class*='card-media']) .hr,
.card-secondary.card-body hr,
.card-secondary.card-body .hr,
.card-secondary > :not([class*='card-media']) hr,
.card-secondary > :not([class*='card-media']) .hr,
.overlay-primary hr,
.overlay-primary .hr,
.offcanvas-bar hr,
.offcanvas-bar .hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.light a.link-muted,
.light .link-muted a,
.section-primary:not(.preserve-color) a.link-muted,
.section-primary:not(.preserve-color) .link-muted a,
.section-secondary:not(.preserve-color) a.link-muted,
.section-secondary:not(.preserve-color) .link-muted a,
.tile-primary:not(.preserve-color) a.link-muted,
.tile-primary:not(.preserve-color) .link-muted a,
.tile-secondary:not(.preserve-color) a.link-muted,
.tile-secondary:not(.preserve-color) .link-muted a,
.card-primary.card-body a.link-muted,
.card-primary.card-body .link-muted a,
.card-primary > :not([class*='card-media']) a.link-muted,
.card-primary > :not([class*='card-media']) .link-muted a,
.card-secondary.card-body a.link-muted,
.card-secondary.card-body .link-muted a,
.card-secondary > :not([class*='card-media']) a.link-muted,
.card-secondary > :not([class*='card-media']) .link-muted a,
.overlay-primary a.link-muted,
.overlay-primary .link-muted a,
.offcanvas-bar a.link-muted,
.offcanvas-bar .link-muted a {
  color: rgba(255, 255, 255, 0.5);
}
.light a.link-muted:hover,
.light .link-muted a:hover,
.section-primary:not(.preserve-color) a.link-muted:hover,
.section-primary:not(.preserve-color) .link-muted a:hover,
.section-secondary:not(.preserve-color) a.link-muted:hover,
.section-secondary:not(.preserve-color) .link-muted a:hover,
.tile-primary:not(.preserve-color) a.link-muted:hover,
.tile-primary:not(.preserve-color) .link-muted a:hover,
.tile-secondary:not(.preserve-color) a.link-muted:hover,
.tile-secondary:not(.preserve-color) .link-muted a:hover,
.card-primary.card-body a.link-muted:hover,
.card-primary.card-body .link-muted a:hover,
.card-primary > :not([class*='card-media']) a.link-muted:hover,
.card-primary > :not([class*='card-media']) .link-muted a:hover,
.card-secondary.card-body a.link-muted:hover,
.card-secondary.card-body .link-muted a:hover,
.card-secondary > :not([class*='card-media']) a.link-muted:hover,
.card-secondary > :not([class*='card-media']) .link-muted a:hover,
.overlay-primary a.link-muted:hover,
.overlay-primary .link-muted a:hover,
.offcanvas-bar a.link-muted:hover,
.offcanvas-bar .link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.light a.link-text:hover,
.light .link-text a:hover,
.section-primary:not(.preserve-color) a.link-text:hover,
.section-primary:not(.preserve-color) .link-text a:hover,
.section-secondary:not(.preserve-color) a.link-text:hover,
.section-secondary:not(.preserve-color) .link-text a:hover,
.tile-primary:not(.preserve-color) a.link-text:hover,
.tile-primary:not(.preserve-color) .link-text a:hover,
.tile-secondary:not(.preserve-color) a.link-text:hover,
.tile-secondary:not(.preserve-color) .link-text a:hover,
.card-primary.card-body a.link-text:hover,
.card-primary.card-body .link-text a:hover,
.card-primary > :not([class*='card-media']) a.link-text:hover,
.card-primary > :not([class*='card-media']) .link-text a:hover,
.card-secondary.card-body a.link-text:hover,
.card-secondary.card-body .link-text a:hover,
.card-secondary > :not([class*='card-media']) a.link-text:hover,
.card-secondary > :not([class*='card-media']) .link-text a:hover,
.overlay-primary a.link-text:hover,
.overlay-primary .link-text a:hover,
.offcanvas-bar a.link-text:hover,
.offcanvas-bar .link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.light a.link-heading:hover,
.light .link-heading a:hover,
.section-primary:not(.preserve-color) a.link-heading:hover,
.section-primary:not(.preserve-color) .link-heading a:hover,
.section-secondary:not(.preserve-color) a.link-heading:hover,
.section-secondary:not(.preserve-color) .link-heading a:hover,
.tile-primary:not(.preserve-color) a.link-heading:hover,
.tile-primary:not(.preserve-color) .link-heading a:hover,
.tile-secondary:not(.preserve-color) a.link-heading:hover,
.tile-secondary:not(.preserve-color) .link-heading a:hover,
.card-primary.card-body a.link-heading:hover,
.card-primary.card-body .link-heading a:hover,
.card-primary > :not([class*='card-media']) a.link-heading:hover,
.card-primary > :not([class*='card-media']) .link-heading a:hover,
.card-secondary.card-body a.link-heading:hover,
.card-secondary.card-body .link-heading a:hover,
.card-secondary > :not([class*='card-media']) a.link-heading:hover,
.card-secondary > :not([class*='card-media']) .link-heading a:hover,
.overlay-primary a.link-heading:hover,
.overlay-primary .link-heading a:hover,
.offcanvas-bar a.link-heading:hover,
.offcanvas-bar .link-heading a:hover {
  color: #fff;
}
.light .heading-divider,
.section-primary:not(.preserve-color) .heading-divider,
.section-secondary:not(.preserve-color) .heading-divider,
.tile-primary:not(.preserve-color) .heading-divider,
.tile-secondary:not(.preserve-color) .heading-divider,
.card-primary.card-body .heading-divider,
.card-primary > :not([class*='card-media']) .heading-divider,
.card-secondary.card-body .heading-divider,
.card-secondary > :not([class*='card-media']) .heading-divider,
.overlay-primary .heading-divider,
.offcanvas-bar .heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.light .heading-bullet::before,
.section-primary:not(.preserve-color) .heading-bullet::before,
.section-secondary:not(.preserve-color) .heading-bullet::before,
.tile-primary:not(.preserve-color) .heading-bullet::before,
.tile-secondary:not(.preserve-color) .heading-bullet::before,
.card-primary.card-body .heading-bullet::before,
.card-primary > :not([class*='card-media']) .heading-bullet::before,
.card-secondary.card-body .heading-bullet::before,
.card-secondary > :not([class*='card-media']) .heading-bullet::before,
.overlay-primary .heading-bullet::before,
.offcanvas-bar .heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.light .heading-line > ::before,
.light .heading-line > ::after,
.section-primary:not(.preserve-color) .heading-line > ::before,
.section-primary:not(.preserve-color) .heading-line > ::after,
.section-secondary:not(.preserve-color) .heading-line > ::before,
.section-secondary:not(.preserve-color) .heading-line > ::after,
.tile-primary:not(.preserve-color) .heading-line > ::before,
.tile-primary:not(.preserve-color) .heading-line > ::after,
.tile-secondary:not(.preserve-color) .heading-line > ::before,
.tile-secondary:not(.preserve-color) .heading-line > ::after,
.card-primary.card-body .heading-line > ::before,
.card-primary.card-body .heading-line > ::after,
.card-primary > :not([class*='card-media']) .heading-line > ::before,
.card-primary > :not([class*='card-media']) .heading-line > ::after,
.card-secondary.card-body .heading-line > ::before,
.card-secondary.card-body .heading-line > ::after,
.card-secondary > :not([class*='card-media']) .heading-line > ::before,
.card-secondary > :not([class*='card-media']) .heading-line > ::after,
.overlay-primary .heading-line > ::before,
.overlay-primary .heading-line > ::after,
.offcanvas-bar .heading-line > ::before,
.offcanvas-bar .heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.light .divider-icon,
.section-primary:not(.preserve-color) .divider-icon,
.section-secondary:not(.preserve-color) .divider-icon,
.tile-primary:not(.preserve-color) .divider-icon,
.tile-secondary:not(.preserve-color) .divider-icon,
.card-primary.card-body .divider-icon,
.card-primary > :not([class*='card-media']) .divider-icon,
.card-secondary.card-body .divider-icon,
.card-secondary > :not([class*='card-media']) .divider-icon,
.overlay-primary .divider-icon,
.offcanvas-bar .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%28255,%20255,%20255,%200.2%29%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");
}
.light .divider-icon::before,
.light .divider-icon::after,
.section-primary:not(.preserve-color) .divider-icon::before,
.section-primary:not(.preserve-color) .divider-icon::after,
.section-secondary:not(.preserve-color) .divider-icon::before,
.section-secondary:not(.preserve-color) .divider-icon::after,
.tile-primary:not(.preserve-color) .divider-icon::before,
.tile-primary:not(.preserve-color) .divider-icon::after,
.tile-secondary:not(.preserve-color) .divider-icon::before,
.tile-secondary:not(.preserve-color) .divider-icon::after,
.card-primary.card-body .divider-icon::before,
.card-primary.card-body .divider-icon::after,
.card-primary > :not([class*='card-media']) .divider-icon::before,
.card-primary > :not([class*='card-media']) .divider-icon::after,
.card-secondary.card-body .divider-icon::before,
.card-secondary.card-body .divider-icon::after,
.card-secondary > :not([class*='card-media']) .divider-icon::before,
.card-secondary > :not([class*='card-media']) .divider-icon::after,
.overlay-primary .divider-icon::before,
.overlay-primary .divider-icon::after,
.offcanvas-bar .divider-icon::before,
.offcanvas-bar .divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.light .divider-small::after,
.section-primary:not(.preserve-color) .divider-small::after,
.section-secondary:not(.preserve-color) .divider-small::after,
.tile-primary:not(.preserve-color) .divider-small::after,
.tile-secondary:not(.preserve-color) .divider-small::after,
.card-primary.card-body .divider-small::after,
.card-primary > :not([class*='card-media']) .divider-small::after,
.card-secondary.card-body .divider-small::after,
.card-secondary > :not([class*='card-media']) .divider-small::after,
.overlay-primary .divider-small::after,
.offcanvas-bar .divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.light .divider-vertical::after,
.section-primary:not(.preserve-color) .divider-vertical::after,
.section-secondary:not(.preserve-color) .divider-vertical::after,
.tile-primary:not(.preserve-color) .divider-vertical::after,
.tile-secondary:not(.preserve-color) .divider-vertical::after,
.card-primary.card-body .divider-vertical::after,
.card-primary > :not([class*='card-media']) .divider-vertical::after,
.card-secondary.card-body .divider-vertical::after,
.card-secondary > :not([class*='card-media']) .divider-vertical::after,
.overlay-primary .divider-vertical::after,
.offcanvas-bar .divider-vertical::after {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.light .list-divider > li:nth-child(n+2),
.section-primary:not(.preserve-color) .list-divider > li:nth-child(n+2),
.section-secondary:not(.preserve-color) .list-divider > li:nth-child(n+2),
.tile-primary:not(.preserve-color) .list-divider > li:nth-child(n+2),
.tile-secondary:not(.preserve-color) .list-divider > li:nth-child(n+2),
.card-primary.card-body .list-divider > li:nth-child(n+2),
.card-primary > :not([class*='card-media']) .list-divider > li:nth-child(n+2),
.card-secondary.card-body .list-divider > li:nth-child(n+2),
.card-secondary > :not([class*='card-media']) .list-divider > li:nth-child(n+2),
.overlay-primary .list-divider > li:nth-child(n+2),
.offcanvas-bar .list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.light .list-striped > li:nth-of-type(odd),
.section-primary:not(.preserve-color) .list-striped > li:nth-of-type(odd),
.section-secondary:not(.preserve-color) .list-striped > li:nth-of-type(odd),
.tile-primary:not(.preserve-color) .list-striped > li:nth-of-type(odd),
.tile-secondary:not(.preserve-color) .list-striped > li:nth-of-type(odd),
.card-primary.card-body .list-striped > li:nth-of-type(odd),
.card-primary > :not([class*='card-media']) .list-striped > li:nth-of-type(odd),
.card-secondary.card-body .list-striped > li:nth-of-type(odd),
.card-secondary > :not([class*='card-media']) .list-striped > li:nth-of-type(odd),
.overlay-primary .list-striped > li:nth-of-type(odd),
.offcanvas-bar .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);
}
.light .list-striped > li:nth-of-type(odd),
.section-primary:not(.preserve-color) .list-striped > li:nth-of-type(odd),
.section-secondary:not(.preserve-color) .list-striped > li:nth-of-type(odd),
.tile-primary:not(.preserve-color) .list-striped > li:nth-of-type(odd),
.tile-secondary:not(.preserve-color) .list-striped > li:nth-of-type(odd),
.card-primary.card-body .list-striped > li:nth-of-type(odd),
.card-primary > :not([class*='card-media']) .list-striped > li:nth-of-type(odd),
.card-secondary.card-body .list-striped > li:nth-of-type(odd),
.card-secondary > :not([class*='card-media']) .list-striped > li:nth-of-type(odd),
.overlay-primary .list-striped > li:nth-of-type(odd),
.offcanvas-bar .list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.light .list-bullet > li::before,
.section-primary:not(.preserve-color) .list-bullet > li::before,
.section-secondary:not(.preserve-color) .list-bullet > li::before,
.tile-primary:not(.preserve-color) .list-bullet > li::before,
.tile-secondary:not(.preserve-color) .list-bullet > li::before,
.card-primary.card-body .list-bullet > li::before,
.card-primary > :not([class*='card-media']) .list-bullet > li::before,
.card-secondary.card-body .list-bullet > li::before,
.card-secondary > :not([class*='card-media']) .list-bullet > li::before,
.overlay-primary .list-bullet > li::before,
.offcanvas-bar .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%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.light .table th,
.section-primary:not(.preserve-color) .table th,
.section-secondary:not(.preserve-color) .table th,
.tile-primary:not(.preserve-color) .table th,
.tile-secondary:not(.preserve-color) .table th,
.card-primary.card-body .table th,
.card-primary > :not([class*='card-media']) .table th,
.card-secondary.card-body .table th,
.card-secondary > :not([class*='card-media']) .table th,
.overlay-primary .table th,
.offcanvas-bar .table th {
  color: rgba(255, 255, 255, 0.7);
}
.light .table caption,
.section-primary:not(.preserve-color) .table caption,
.section-secondary:not(.preserve-color) .table caption,
.tile-primary:not(.preserve-color) .table caption,
.tile-secondary:not(.preserve-color) .table caption,
.card-primary.card-body .table caption,
.card-primary > :not([class*='card-media']) .table caption,
.card-secondary.card-body .table caption,
.card-secondary > :not([class*='card-media']) .table caption,
.overlay-primary .table caption,
.offcanvas-bar .table caption {
  color: rgba(255, 255, 255, 0.5);
}
.light .table > tr.active,
.light .table tbody tr.active,
.section-primary:not(.preserve-color) .table > tr.active,
.section-primary:not(.preserve-color) .table tbody tr.active,
.section-secondary:not(.preserve-color) .table > tr.active,
.section-secondary:not(.preserve-color) .table tbody tr.active,
.tile-primary:not(.preserve-color) .table > tr.active,
.tile-primary:not(.preserve-color) .table tbody tr.active,
.tile-secondary:not(.preserve-color) .table > tr.active,
.tile-secondary:not(.preserve-color) .table tbody tr.active,
.card-primary.card-body .table > tr.active,
.card-primary.card-body .table tbody tr.active,
.card-primary > :not([class*='card-media']) .table > tr.active,
.card-primary > :not([class*='card-media']) .table tbody tr.active,
.card-secondary.card-body .table > tr.active,
.card-secondary.card-body .table tbody tr.active,
.card-secondary > :not([class*='card-media']) .table > tr.active,
.card-secondary > :not([class*='card-media']) .table tbody tr.active,
.overlay-primary .table > tr.active,
.overlay-primary .table tbody tr.active,
.offcanvas-bar .table > tr.active,
.offcanvas-bar .table tbody tr.active {
  background: rgba(255, 255, 255, 0.08);
}
.light .table-divider > tr:not(:first-child),
.light .table-divider > :not(:first-child) > tr,
.light .table-divider > :first-child > tr:not(:first-child),
.section-primary:not(.preserve-color) .table-divider > tr:not(:first-child),
.section-primary:not(.preserve-color) .table-divider > :not(:first-child) > tr,
.section-primary:not(.preserve-color) .table-divider > :first-child > tr:not(:first-child),
.section-secondary:not(.preserve-color) .table-divider > tr:not(:first-child),
.section-secondary:not(.preserve-color) .table-divider > :not(:first-child) > tr,
.section-secondary:not(.preserve-color) .table-divider > :first-child > tr:not(:first-child),
.tile-primary:not(.preserve-color) .table-divider > tr:not(:first-child),
.tile-primary:not(.preserve-color) .table-divider > :not(:first-child) > tr,
.tile-primary:not(.preserve-color) .table-divider > :first-child > tr:not(:first-child),
.tile-secondary:not(.preserve-color) .table-divider > tr:not(:first-child),
.tile-secondary:not(.preserve-color) .table-divider > :not(:first-child) > tr,
.tile-secondary:not(.preserve-color) .table-divider > :first-child > tr:not(:first-child),
.card-primary.card-body .table-divider > tr:not(:first-child),
.card-primary.card-body .table-divider > :not(:first-child) > tr,
.card-primary.card-body .table-divider > :first-child > tr:not(:first-child),
.card-primary > :not([class*='card-media']) .table-divider > tr:not(:first-child),
.card-primary > :not([class*='card-media']) .table-divider > :not(:first-child) > tr,
.card-primary > :not([class*='card-media']) .table-divider > :first-child > tr:not(:first-child),
.card-secondary.card-body .table-divider > tr:not(:first-child),
.card-secondary.card-body .table-divider > :not(:first-child) > tr,
.card-secondary.card-body .table-divider > :first-child > tr:not(:first-child),
.card-secondary > :not([class*='card-media']) .table-divider > tr:not(:first-child),
.card-secondary > :not([class*='card-media']) .table-divider > :not(:first-child) > tr,
.card-secondary > :not([class*='card-media']) .table-divider > :first-child > tr:not(:first-child),
.overlay-primary .table-divider > tr:not(:first-child),
.overlay-primary .table-divider > :not(:first-child) > tr,
.overlay-primary .table-divider > :first-child > tr:not(:first-child),
.offcanvas-bar .table-divider > tr:not(:first-child),
.offcanvas-bar .table-divider > :not(:first-child) > tr,
.offcanvas-bar .table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.light .table-striped > tr:nth-of-type(odd),
.light .table-striped tbody tr:nth-of-type(odd),
.section-primary:not(.preserve-color) .table-striped > tr:nth-of-type(odd),
.section-primary:not(.preserve-color) .table-striped tbody tr:nth-of-type(odd),
.section-secondary:not(.preserve-color) .table-striped > tr:nth-of-type(odd),
.section-secondary:not(.preserve-color) .table-striped tbody tr:nth-of-type(odd),
.tile-primary:not(.preserve-color) .table-striped > tr:nth-of-type(odd),
.tile-primary:not(.preserve-color) .table-striped tbody tr:nth-of-type(odd),
.tile-secondary:not(.preserve-color) .table-striped > tr:nth-of-type(odd),
.tile-secondary:not(.preserve-color) .table-striped tbody tr:nth-of-type(odd),
.card-primary.card-body .table-striped > tr:nth-of-type(odd),
.card-primary.card-body .table-striped tbody tr:nth-of-type(odd),
.card-primary > :not([class*='card-media']) .table-striped > tr:nth-of-type(odd),
.card-primary > :not([class*='card-media']) .table-striped tbody tr:nth-of-type(odd),
.card-secondary.card-body .table-striped > tr:nth-of-type(odd),
.card-secondary.card-body .table-striped tbody tr:nth-of-type(odd),
.card-secondary > :not([class*='card-media']) .table-striped > tr:nth-of-type(odd),
.card-secondary > :not([class*='card-media']) .table-striped tbody tr:nth-of-type(odd),
.overlay-primary .table-striped > tr:nth-of-type(odd),
.overlay-primary .table-striped tbody tr:nth-of-type(odd),
.offcanvas-bar .table-striped > tr:nth-of-type(odd),
.offcanvas-bar .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.light .table-hover > tr:hover,
.light .table-hover tbody tr:hover,
.section-primary:not(.preserve-color) .table-hover > tr:hover,
.section-primary:not(.preserve-color) .table-hover tbody tr:hover,
.section-secondary:not(.preserve-color) .table-hover > tr:hover,
.section-secondary:not(.preserve-color) .table-hover tbody tr:hover,
.tile-primary:not(.preserve-color) .table-hover > tr:hover,
.tile-primary:not(.preserve-color) .table-hover tbody tr:hover,
.tile-secondary:not(.preserve-color) .table-hover > tr:hover,
.tile-secondary:not(.preserve-color) .table-hover tbody tr:hover,
.card-primary.card-body .table-hover > tr:hover,
.card-primary.card-body .table-hover tbody tr:hover,
.card-primary > :not([class*='card-media']) .table-hover > tr:hover,
.card-primary > :not([class*='card-media']) .table-hover tbody tr:hover,
.card-secondary.card-body .table-hover > tr:hover,
.card-secondary.card-body .table-hover tbody tr:hover,
.card-secondary > :not([class*='card-media']) .table-hover > tr:hover,
.card-secondary > :not([class*='card-media']) .table-hover tbody tr:hover,
.overlay-primary .table-hover > tr:hover,
.overlay-primary .table-hover tbody tr:hover,
.offcanvas-bar .table-hover > tr:hover,
.offcanvas-bar .table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}
.light .icon-link,
.section-primary:not(.preserve-color) .icon-link,
.section-secondary:not(.preserve-color) .icon-link,
.tile-primary:not(.preserve-color) .icon-link,
.tile-secondary:not(.preserve-color) .icon-link,
.card-primary.card-body .icon-link,
.card-primary > :not([class*='card-media']) .icon-link,
.card-secondary.card-body .icon-link,
.card-secondary > :not([class*='card-media']) .icon-link,
.overlay-primary .icon-link,
.offcanvas-bar .icon-link {
  color: rgba(255, 255, 255, 0.5);
}
.light .icon-link:hover,
.light .icon-link:focus,
.section-primary:not(.preserve-color) .icon-link:hover,
.section-primary:not(.preserve-color) .icon-link:focus,
.section-secondary:not(.preserve-color) .icon-link:hover,
.section-secondary:not(.preserve-color) .icon-link:focus,
.tile-primary:not(.preserve-color) .icon-link:hover,
.tile-primary:not(.preserve-color) .icon-link:focus,
.tile-secondary:not(.preserve-color) .icon-link:hover,
.tile-secondary:not(.preserve-color) .icon-link:focus,
.card-primary.card-body .icon-link:hover,
.card-primary.card-body .icon-link:focus,
.card-primary > :not([class*='card-media']) .icon-link:hover,
.card-primary > :not([class*='card-media']) .icon-link:focus,
.card-secondary.card-body .icon-link:hover,
.card-secondary.card-body .icon-link:focus,
.card-secondary > :not([class*='card-media']) .icon-link:hover,
.card-secondary > :not([class*='card-media']) .icon-link:focus,
.overlay-primary .icon-link:hover,
.overlay-primary .icon-link:focus,
.offcanvas-bar .icon-link:hover,
.offcanvas-bar .icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .icon-link:active,
.light .active > .icon-link,
.section-primary:not(.preserve-color) .icon-link:active,
.section-primary:not(.preserve-color) .active > .icon-link,
.section-secondary:not(.preserve-color) .icon-link:active,
.section-secondary:not(.preserve-color) .active > .icon-link,
.tile-primary:not(.preserve-color) .icon-link:active,
.tile-primary:not(.preserve-color) .active > .icon-link,
.tile-secondary:not(.preserve-color) .icon-link:active,
.tile-secondary:not(.preserve-color) .active > .icon-link,
.card-primary.card-body .icon-link:active,
.card-primary.card-body .active > .icon-link,
.card-primary > :not([class*='card-media']) .icon-link:active,
.card-primary > :not([class*='card-media']) .active > .icon-link,
.card-secondary.card-body .icon-link:active,
.card-secondary.card-body .active > .icon-link,
.card-secondary > :not([class*='card-media']) .icon-link:active,
.card-secondary > :not([class*='card-media']) .active > .icon-link,
.overlay-primary .icon-link:active,
.overlay-primary .active > .icon-link,
.offcanvas-bar .icon-link:active,
.offcanvas-bar .active > .icon-link {
  color: rgba(255, 255, 255, 0.7);
}
.light .icon-button,
.section-primary:not(.preserve-color) .icon-button,
.section-secondary:not(.preserve-color) .icon-button,
.tile-primary:not(.preserve-color) .icon-button,
.tile-secondary:not(.preserve-color) .icon-button,
.card-primary.card-body .icon-button,
.card-primary > :not([class*='card-media']) .icon-button,
.card-secondary.card-body .icon-button,
.card-secondary > :not([class*='card-media']) .icon-button,
.overlay-primary .icon-button,
.offcanvas-bar .icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.light .icon-button:hover,
.light .icon-button:focus,
.section-primary:not(.preserve-color) .icon-button:hover,
.section-primary:not(.preserve-color) .icon-button:focus,
.section-secondary:not(.preserve-color) .icon-button:hover,
.section-secondary:not(.preserve-color) .icon-button:focus,
.tile-primary:not(.preserve-color) .icon-button:hover,
.tile-primary:not(.preserve-color) .icon-button:focus,
.tile-secondary:not(.preserve-color) .icon-button:hover,
.tile-secondary:not(.preserve-color) .icon-button:focus,
.card-primary.card-body .icon-button:hover,
.card-primary.card-body .icon-button:focus,
.card-primary > :not([class*='card-media']) .icon-button:hover,
.card-primary > :not([class*='card-media']) .icon-button:focus,
.card-secondary.card-body .icon-button:hover,
.card-secondary.card-body .icon-button:focus,
.card-secondary > :not([class*='card-media']) .icon-button:hover,
.card-secondary > :not([class*='card-media']) .icon-button:focus,
.overlay-primary .icon-button:hover,
.overlay-primary .icon-button:focus,
.offcanvas-bar .icon-button:hover,
.offcanvas-bar .icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.light .icon-button:active,
.section-primary:not(.preserve-color) .icon-button:active,
.section-secondary:not(.preserve-color) .icon-button:active,
.tile-primary:not(.preserve-color) .icon-button:active,
.tile-secondary:not(.preserve-color) .icon-button:active,
.card-primary.card-body .icon-button:active,
.card-primary > :not([class*='card-media']) .icon-button:active,
.card-secondary.card-body .icon-button:active,
.card-secondary > :not([class*='card-media']) .icon-button:active,
.overlay-primary .icon-button:active,
.offcanvas-bar .icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.light .input,
.light .select,
.light .textarea,
.section-primary:not(.preserve-color) .input,
.section-primary:not(.preserve-color) .select,
.section-primary:not(.preserve-color) .textarea,
.section-secondary:not(.preserve-color) .input,
.section-secondary:not(.preserve-color) .select,
.section-secondary:not(.preserve-color) .textarea,
.tile-primary:not(.preserve-color) .input,
.tile-primary:not(.preserve-color) .select,
.tile-primary:not(.preserve-color) .textarea,
.tile-secondary:not(.preserve-color) .input,
.tile-secondary:not(.preserve-color) .select,
.tile-secondary:not(.preserve-color) .textarea,
.card-primary.card-body .input,
.card-primary.card-body .select,
.card-primary.card-body .textarea,
.card-primary > :not([class*='card-media']) .input,
.card-primary > :not([class*='card-media']) .select,
.card-primary > :not([class*='card-media']) .textarea,
.card-secondary.card-body .input,
.card-secondary.card-body .select,
.card-secondary.card-body .textarea,
.card-secondary > :not([class*='card-media']) .input,
.card-secondary > :not([class*='card-media']) .select,
.card-secondary > :not([class*='card-media']) .textarea,
.overlay-primary .input,
.overlay-primary .select,
.overlay-primary .textarea,
.offcanvas-bar .input,
.offcanvas-bar .select,
.offcanvas-bar .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);
}
.light .input:focus,
.light .select:focus,
.light .textarea:focus,
.section-primary:not(.preserve-color) .input:focus,
.section-primary:not(.preserve-color) .select:focus,
.section-primary:not(.preserve-color) .textarea:focus,
.section-secondary:not(.preserve-color) .input:focus,
.section-secondary:not(.preserve-color) .select:focus,
.section-secondary:not(.preserve-color) .textarea:focus,
.tile-primary:not(.preserve-color) .input:focus,
.tile-primary:not(.preserve-color) .select:focus,
.tile-primary:not(.preserve-color) .textarea:focus,
.tile-secondary:not(.preserve-color) .input:focus,
.tile-secondary:not(.preserve-color) .select:focus,
.tile-secondary:not(.preserve-color) .textarea:focus,
.card-primary.card-body .input:focus,
.card-primary.card-body .select:focus,
.card-primary.card-body .textarea:focus,
.card-primary > :not([class*='card-media']) .input:focus,
.card-primary > :not([class*='card-media']) .select:focus,
.card-primary > :not([class*='card-media']) .textarea:focus,
.card-secondary.card-body .input:focus,
.card-secondary.card-body .select:focus,
.card-secondary.card-body .textarea:focus,
.card-secondary > :not([class*='card-media']) .input:focus,
.card-secondary > :not([class*='card-media']) .select:focus,
.card-secondary > :not([class*='card-media']) .textarea:focus,
.overlay-primary .input:focus,
.overlay-primary .select:focus,
.overlay-primary .textarea:focus,
.offcanvas-bar .input:focus,
.offcanvas-bar .select:focus,
.offcanvas-bar .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);
}
.light .input::-ms-input-placeholder,
.section-primary:not(.preserve-color) .input::-ms-input-placeholder,
.section-secondary:not(.preserve-color) .input::-ms-input-placeholder,
.tile-primary:not(.preserve-color) .input::-ms-input-placeholder,
.tile-secondary:not(.preserve-color) .input::-ms-input-placeholder,
.card-primary.card-body .input::-ms-input-placeholder,
.card-primary > :not([class*='card-media']) .input::-ms-input-placeholder,
.card-secondary.card-body .input::-ms-input-placeholder,
.card-secondary > :not([class*='card-media']) .input::-ms-input-placeholder,
.overlay-primary .input::-ms-input-placeholder,
.offcanvas-bar .input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light .input::placeholder,
.section-primary:not(.preserve-color) .input::placeholder,
.section-secondary:not(.preserve-color) .input::placeholder,
.tile-primary:not(.preserve-color) .input::placeholder,
.tile-secondary:not(.preserve-color) .input::placeholder,
.card-primary.card-body .input::placeholder,
.card-primary > :not([class*='card-media']) .input::placeholder,
.card-secondary.card-body .input::placeholder,
.card-secondary > :not([class*='card-media']) .input::placeholder,
.overlay-primary .input::placeholder,
.offcanvas-bar .input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light .textarea::-ms-input-placeholder,
.section-primary:not(.preserve-color) .textarea::-ms-input-placeholder,
.section-secondary:not(.preserve-color) .textarea::-ms-input-placeholder,
.tile-primary:not(.preserve-color) .textarea::-ms-input-placeholder,
.tile-secondary:not(.preserve-color) .textarea::-ms-input-placeholder,
.card-primary.card-body .textarea::-ms-input-placeholder,
.card-primary > :not([class*='card-media']) .textarea::-ms-input-placeholder,
.card-secondary.card-body .textarea::-ms-input-placeholder,
.card-secondary > :not([class*='card-media']) .textarea::-ms-input-placeholder,
.overlay-primary .textarea::-ms-input-placeholder,
.offcanvas-bar .textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light .textarea::placeholder,
.section-primary:not(.preserve-color) .textarea::placeholder,
.section-secondary:not(.preserve-color) .textarea::placeholder,
.tile-primary:not(.preserve-color) .textarea::placeholder,
.tile-secondary:not(.preserve-color) .textarea::placeholder,
.card-primary.card-body .textarea::placeholder,
.card-primary > :not([class*='card-media']) .textarea::placeholder,
.card-secondary.card-body .textarea::placeholder,
.card-secondary > :not([class*='card-media']) .textarea::placeholder,
.overlay-primary .textarea::placeholder,
.offcanvas-bar .textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light .select:not([multiple]):not([size]),
.section-primary:not(.preserve-color) .select:not([multiple]):not([size]),
.section-secondary:not(.preserve-color) .select:not([multiple]):not([size]),
.tile-primary:not(.preserve-color) .select:not([multiple]):not([size]),
.tile-secondary:not(.preserve-color) .select:not([multiple]):not([size]),
.card-primary.card-body .select:not([multiple]):not([size]),
.card-primary > :not([class*='card-media']) .select:not([multiple]):not([size]),
.card-secondary.card-body .select:not([multiple]):not([size]),
.card-secondary > :not([class*='card-media']) .select:not([multiple]):not([size]),
.overlay-primary .select:not([multiple]):not([size]),
.offcanvas-bar .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%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.light .radio,
.light .checkbox,
.section-primary:not(.preserve-color) .radio,
.section-primary:not(.preserve-color) .checkbox,
.section-secondary:not(.preserve-color) .radio,
.section-secondary:not(.preserve-color) .checkbox,
.tile-primary:not(.preserve-color) .radio,
.tile-primary:not(.preserve-color) .checkbox,
.tile-secondary:not(.preserve-color) .radio,
.tile-secondary:not(.preserve-color) .checkbox,
.card-primary.card-body .radio,
.card-primary.card-body .checkbox,
.card-primary > :not([class*='card-media']) .radio,
.card-primary > :not([class*='card-media']) .checkbox,
.card-secondary.card-body .radio,
.card-secondary.card-body .checkbox,
.card-secondary > :not([class*='card-media']) .radio,
.card-secondary > :not([class*='card-media']) .checkbox,
.overlay-primary .radio,
.overlay-primary .checkbox,
.offcanvas-bar .radio,
.offcanvas-bar .checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.light .radio:focus,
.light .checkbox:focus,
.section-primary:not(.preserve-color) .radio:focus,
.section-primary:not(.preserve-color) .checkbox:focus,
.section-secondary:not(.preserve-color) .radio:focus,
.section-secondary:not(.preserve-color) .checkbox:focus,
.tile-primary:not(.preserve-color) .radio:focus,
.tile-primary:not(.preserve-color) .checkbox:focus,
.tile-secondary:not(.preserve-color) .radio:focus,
.tile-secondary:not(.preserve-color) .checkbox:focus,
.card-primary.card-body .radio:focus,
.card-primary.card-body .checkbox:focus,
.card-primary > :not([class*='card-media']) .radio:focus,
.card-primary > :not([class*='card-media']) .checkbox:focus,
.card-secondary.card-body .radio:focus,
.card-secondary.card-body .checkbox:focus,
.card-secondary > :not([class*='card-media']) .radio:focus,
.card-secondary > :not([class*='card-media']) .checkbox:focus,
.overlay-primary .radio:focus,
.overlay-primary .checkbox:focus,
.offcanvas-bar .radio:focus,
.offcanvas-bar .checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.light .radio:checked,
.light .checkbox:checked,
.light .checkbox:indeterminate,
.section-primary:not(.preserve-color) .radio:checked,
.section-primary:not(.preserve-color) .checkbox:checked,
.section-primary:not(.preserve-color) .checkbox:indeterminate,
.section-secondary:not(.preserve-color) .radio:checked,
.section-secondary:not(.preserve-color) .checkbox:checked,
.section-secondary:not(.preserve-color) .checkbox:indeterminate,
.tile-primary:not(.preserve-color) .radio:checked,
.tile-primary:not(.preserve-color) .checkbox:checked,
.tile-primary:not(.preserve-color) .checkbox:indeterminate,
.tile-secondary:not(.preserve-color) .radio:checked,
.tile-secondary:not(.preserve-color) .checkbox:checked,
.tile-secondary:not(.preserve-color) .checkbox:indeterminate,
.card-primary.card-body .radio:checked,
.card-primary.card-body .checkbox:checked,
.card-primary.card-body .checkbox:indeterminate,
.card-primary > :not([class*='card-media']) .radio:checked,
.card-primary > :not([class*='card-media']) .checkbox:checked,
.card-primary > :not([class*='card-media']) .checkbox:indeterminate,
.card-secondary.card-body .radio:checked,
.card-secondary.card-body .checkbox:checked,
.card-secondary.card-body .checkbox:indeterminate,
.card-secondary > :not([class*='card-media']) .radio:checked,
.card-secondary > :not([class*='card-media']) .checkbox:checked,
.card-secondary > :not([class*='card-media']) .checkbox:indeterminate,
.overlay-primary .radio:checked,
.overlay-primary .checkbox:checked,
.overlay-primary .checkbox:indeterminate,
.offcanvas-bar .radio:checked,
.offcanvas-bar .checkbox:checked,
.offcanvas-bar .checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.light .radio:checked:focus,
.light .checkbox:checked:focus,
.light .checkbox:indeterminate:focus,
.section-primary:not(.preserve-color) .radio:checked:focus,
.section-primary:not(.preserve-color) .checkbox:checked:focus,
.section-primary:not(.preserve-color) .checkbox:indeterminate:focus,
.section-secondary:not(.preserve-color) .radio:checked:focus,
.section-secondary:not(.preserve-color) .checkbox:checked:focus,
.section-secondary:not(.preserve-color) .checkbox:indeterminate:focus,
.tile-primary:not(.preserve-color) .radio:checked:focus,
.tile-primary:not(.preserve-color) .checkbox:checked:focus,
.tile-primary:not(.preserve-color) .checkbox:indeterminate:focus,
.tile-secondary:not(.preserve-color) .radio:checked:focus,
.tile-secondary:not(.preserve-color) .checkbox:checked:focus,
.tile-secondary:not(.preserve-color) .checkbox:indeterminate:focus,
.card-primary.card-body .radio:checked:focus,
.card-primary.card-body .checkbox:checked:focus,
.card-primary.card-body .checkbox:indeterminate:focus,
.card-primary > :not([class*='card-media']) .radio:checked:focus,
.card-primary > :not([class*='card-media']) .checkbox:checked:focus,
.card-primary > :not([class*='card-media']) .checkbox:indeterminate:focus,
.card-secondary.card-body .radio:checked:focus,
.card-secondary.card-body .checkbox:checked:focus,
.card-secondary.card-body .checkbox:indeterminate:focus,
.card-secondary > :not([class*='card-media']) .radio:checked:focus,
.card-secondary > :not([class*='card-media']) .checkbox:checked:focus,
.card-secondary > :not([class*='card-media']) .checkbox:indeterminate:focus,
.overlay-primary .radio:checked:focus,
.overlay-primary .checkbox:checked:focus,
.overlay-primary .checkbox:indeterminate:focus,
.offcanvas-bar .radio:checked:focus,
.offcanvas-bar .checkbox:checked:focus,
.offcanvas-bar .checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}
.light .radio:checked,
.section-primary:not(.preserve-color) .radio:checked,
.section-secondary:not(.preserve-color) .radio:checked,
.tile-primary:not(.preserve-color) .radio:checked,
.tile-secondary:not(.preserve-color) .radio:checked,
.card-primary.card-body .radio:checked,
.card-primary > :not([class*='card-media']) .radio:checked,
.card-secondary.card-body .radio:checked,
.card-secondary > :not([class*='card-media']) .radio:checked,
.overlay-primary .radio:checked,
.offcanvas-bar .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%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.light .checkbox:checked,
.section-primary:not(.preserve-color) .checkbox:checked,
.section-secondary:not(.preserve-color) .checkbox:checked,
.tile-primary:not(.preserve-color) .checkbox:checked,
.tile-secondary:not(.preserve-color) .checkbox:checked,
.card-primary.card-body .checkbox:checked,
.card-primary > :not([class*='card-media']) .checkbox:checked,
.card-secondary.card-body .checkbox:checked,
.card-secondary > :not([class*='card-media']) .checkbox:checked,
.overlay-primary .checkbox:checked,
.offcanvas-bar .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%23666%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");
}
.light .checkbox:indeterminate,
.section-primary:not(.preserve-color) .checkbox:indeterminate,
.section-secondary:not(.preserve-color) .checkbox:indeterminate,
.tile-primary:not(.preserve-color) .checkbox:indeterminate,
.tile-secondary:not(.preserve-color) .checkbox:indeterminate,
.card-primary.card-body .checkbox:indeterminate,
.card-primary > :not([class*='card-media']) .checkbox:indeterminate,
.card-secondary.card-body .checkbox:indeterminate,
.card-secondary > :not([class*='card-media']) .checkbox:indeterminate,
.overlay-primary .checkbox:indeterminate,
.offcanvas-bar .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%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.light .form-label,
.section-primary:not(.preserve-color) .form-label,
.section-secondary:not(.preserve-color) .form-label,
.tile-primary:not(.preserve-color) .form-label,
.tile-secondary:not(.preserve-color) .form-label,
.card-primary.card-body .form-label,
.card-primary > :not([class*='card-media']) .form-label,
.card-secondary.card-body .form-label,
.card-secondary > :not([class*='card-media']) .form-label,
.overlay-primary .form-label,
.offcanvas-bar .form-label {
  color: #fff;
}
.light .form-icon,
.section-primary:not(.preserve-color) .form-icon,
.section-secondary:not(.preserve-color) .form-icon,
.tile-primary:not(.preserve-color) .form-icon,
.tile-secondary:not(.preserve-color) .form-icon,
.card-primary.card-body .form-icon,
.card-primary > :not([class*='card-media']) .form-icon,
.card-secondary.card-body .form-icon,
.card-secondary > :not([class*='card-media']) .form-icon,
.overlay-primary .form-icon,
.offcanvas-bar .form-icon {
  color: rgba(255, 255, 255, 0.5);
}
.light .form-icon:hover,
.section-primary:not(.preserve-color) .form-icon:hover,
.section-secondary:not(.preserve-color) .form-icon:hover,
.tile-primary:not(.preserve-color) .form-icon:hover,
.tile-secondary:not(.preserve-color) .form-icon:hover,
.card-primary.card-body .form-icon:hover,
.card-primary > :not([class*='card-media']) .form-icon:hover,
.card-secondary.card-body .form-icon:hover,
.card-secondary > :not([class*='card-media']) .form-icon:hover,
.overlay-primary .form-icon:hover,
.offcanvas-bar .form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}
.light .button-default,
.section-primary:not(.preserve-color) .button-default,
.section-secondary:not(.preserve-color) .button-default,
.tile-primary:not(.preserve-color) .button-default,
.tile-secondary:not(.preserve-color) .button-default,
.card-primary.card-body .button-default,
.card-primary > :not([class*='card-media']) .button-default,
.card-secondary.card-body .button-default,
.card-secondary > :not([class*='card-media']) .button-default,
.overlay-primary .button-default,
.offcanvas-bar .button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.light .button-default:hover,
.light .button-default:focus,
.section-primary:not(.preserve-color) .button-default:hover,
.section-primary:not(.preserve-color) .button-default:focus,
.section-secondary:not(.preserve-color) .button-default:hover,
.section-secondary:not(.preserve-color) .button-default:focus,
.tile-primary:not(.preserve-color) .button-default:hover,
.tile-primary:not(.preserve-color) .button-default:focus,
.tile-secondary:not(.preserve-color) .button-default:hover,
.tile-secondary:not(.preserve-color) .button-default:focus,
.card-primary.card-body .button-default:hover,
.card-primary.card-body .button-default:focus,
.card-primary > :not([class*='card-media']) .button-default:hover,
.card-primary > :not([class*='card-media']) .button-default:focus,
.card-secondary.card-body .button-default:hover,
.card-secondary.card-body .button-default:focus,
.card-secondary > :not([class*='card-media']) .button-default:hover,
.card-secondary > :not([class*='card-media']) .button-default:focus,
.overlay-primary .button-default:hover,
.overlay-primary .button-default:focus,
.offcanvas-bar .button-default:hover,
.offcanvas-bar .button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.light .button-default:active,
.light .button-default.active,
.section-primary:not(.preserve-color) .button-default:active,
.section-primary:not(.preserve-color) .button-default.active,
.section-secondary:not(.preserve-color) .button-default:active,
.section-secondary:not(.preserve-color) .button-default.active,
.tile-primary:not(.preserve-color) .button-default:active,
.tile-primary:not(.preserve-color) .button-default.active,
.tile-secondary:not(.preserve-color) .button-default:active,
.tile-secondary:not(.preserve-color) .button-default.active,
.card-primary.card-body .button-default:active,
.card-primary.card-body .button-default.active,
.card-primary > :not([class*='card-media']) .button-default:active,
.card-primary > :not([class*='card-media']) .button-default.active,
.card-secondary.card-body .button-default:active,
.card-secondary.card-body .button-default.active,
.card-secondary > :not([class*='card-media']) .button-default:active,
.card-secondary > :not([class*='card-media']) .button-default.active,
.overlay-primary .button-default:active,
.overlay-primary .button-default.active,
.offcanvas-bar .button-default:active,
.offcanvas-bar .button-default.active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.light .button-primary,
.section-primary:not(.preserve-color) .button-primary,
.section-secondary:not(.preserve-color) .button-primary,
.tile-primary:not(.preserve-color) .button-primary,
.tile-secondary:not(.preserve-color) .button-primary,
.card-primary.card-body .button-primary,
.card-primary > :not([class*='card-media']) .button-primary,
.card-secondary.card-body .button-primary,
.card-secondary > :not([class*='card-media']) .button-primary,
.overlay-primary .button-primary,
.offcanvas-bar .button-primary {
  background-color: #fff;
  color: #666;
}
.light .button-primary:hover,
.light .button-primary:focus,
.section-primary:not(.preserve-color) .button-primary:hover,
.section-primary:not(.preserve-color) .button-primary:focus,
.section-secondary:not(.preserve-color) .button-primary:hover,
.section-secondary:not(.preserve-color) .button-primary:focus,
.tile-primary:not(.preserve-color) .button-primary:hover,
.tile-primary:not(.preserve-color) .button-primary:focus,
.tile-secondary:not(.preserve-color) .button-primary:hover,
.tile-secondary:not(.preserve-color) .button-primary:focus,
.card-primary.card-body .button-primary:hover,
.card-primary.card-body .button-primary:focus,
.card-primary > :not([class*='card-media']) .button-primary:hover,
.card-primary > :not([class*='card-media']) .button-primary:focus,
.card-secondary.card-body .button-primary:hover,
.card-secondary.card-body .button-primary:focus,
.card-secondary > :not([class*='card-media']) .button-primary:hover,
.card-secondary > :not([class*='card-media']) .button-primary:focus,
.overlay-primary .button-primary:hover,
.overlay-primary .button-primary:focus,
.offcanvas-bar .button-primary:hover,
.offcanvas-bar .button-primary:focus {
  background-color: #f2f2f2;
  color: #666;
}
.light .button-primary:active,
.light .button-primary.active,
.section-primary:not(.preserve-color) .button-primary:active,
.section-primary:not(.preserve-color) .button-primary.active,
.section-secondary:not(.preserve-color) .button-primary:active,
.section-secondary:not(.preserve-color) .button-primary.active,
.tile-primary:not(.preserve-color) .button-primary:active,
.tile-primary:not(.preserve-color) .button-primary.active,
.tile-secondary:not(.preserve-color) .button-primary:active,
.tile-secondary:not(.preserve-color) .button-primary.active,
.card-primary.card-body .button-primary:active,
.card-primary.card-body .button-primary.active,
.card-primary > :not([class*='card-media']) .button-primary:active,
.card-primary > :not([class*='card-media']) .button-primary.active,
.card-secondary.card-body .button-primary:active,
.card-secondary.card-body .button-primary.active,
.card-secondary > :not([class*='card-media']) .button-primary:active,
.card-secondary > :not([class*='card-media']) .button-primary.active,
.overlay-primary .button-primary:active,
.overlay-primary .button-primary.active,
.offcanvas-bar .button-primary:active,
.offcanvas-bar .button-primary.active {
  background-color: #e6e6e6;
  color: #666;
}
.light .button-secondary,
.section-primary:not(.preserve-color) .button-secondary,
.section-secondary:not(.preserve-color) .button-secondary,
.tile-primary:not(.preserve-color) .button-secondary,
.tile-secondary:not(.preserve-color) .button-secondary,
.card-primary.card-body .button-secondary,
.card-primary > :not([class*='card-media']) .button-secondary,
.card-secondary.card-body .button-secondary,
.card-secondary > :not([class*='card-media']) .button-secondary,
.overlay-primary .button-secondary,
.offcanvas-bar .button-secondary {
  background-color: #fff;
  color: #666;
}
.light .button-secondary:hover,
.light .button-secondary:focus,
.section-primary:not(.preserve-color) .button-secondary:hover,
.section-primary:not(.preserve-color) .button-secondary:focus,
.section-secondary:not(.preserve-color) .button-secondary:hover,
.section-secondary:not(.preserve-color) .button-secondary:focus,
.tile-primary:not(.preserve-color) .button-secondary:hover,
.tile-primary:not(.preserve-color) .button-secondary:focus,
.tile-secondary:not(.preserve-color) .button-secondary:hover,
.tile-secondary:not(.preserve-color) .button-secondary:focus,
.card-primary.card-body .button-secondary:hover,
.card-primary.card-body .button-secondary:focus,
.card-primary > :not([class*='card-media']) .button-secondary:hover,
.card-primary > :not([class*='card-media']) .button-secondary:focus,
.card-secondary.card-body .button-secondary:hover,
.card-secondary.card-body .button-secondary:focus,
.card-secondary > :not([class*='card-media']) .button-secondary:hover,
.card-secondary > :not([class*='card-media']) .button-secondary:focus,
.overlay-primary .button-secondary:hover,
.overlay-primary .button-secondary:focus,
.offcanvas-bar .button-secondary:hover,
.offcanvas-bar .button-secondary:focus {
  background-color: #f2f2f2;
  color: #666;
}
.light .button-secondary:active,
.light .button-secondary.active,
.section-primary:not(.preserve-color) .button-secondary:active,
.section-primary:not(.preserve-color) .button-secondary.active,
.section-secondary:not(.preserve-color) .button-secondary:active,
.section-secondary:not(.preserve-color) .button-secondary.active,
.tile-primary:not(.preserve-color) .button-secondary:active,
.tile-primary:not(.preserve-color) .button-secondary.active,
.tile-secondary:not(.preserve-color) .button-secondary:active,
.tile-secondary:not(.preserve-color) .button-secondary.active,
.card-primary.card-body .button-secondary:active,
.card-primary.card-body .button-secondary.active,
.card-primary > :not([class*='card-media']) .button-secondary:active,
.card-primary > :not([class*='card-media']) .button-secondary.active,
.card-secondary.card-body .button-secondary:active,
.card-secondary.card-body .button-secondary.active,
.card-secondary > :not([class*='card-media']) .button-secondary:active,
.card-secondary > :not([class*='card-media']) .button-secondary.active,
.overlay-primary .button-secondary:active,
.overlay-primary .button-secondary.active,
.offcanvas-bar .button-secondary:active,
.offcanvas-bar .button-secondary.active {
  background-color: #e6e6e6;
  color: #666;
}
.light .button-text,
.section-primary:not(.preserve-color) .button-text,
.section-secondary:not(.preserve-color) .button-text,
.tile-primary:not(.preserve-color) .button-text,
.tile-secondary:not(.preserve-color) .button-text,
.card-primary.card-body .button-text,
.card-primary > :not([class*='card-media']) .button-text,
.card-secondary.card-body .button-text,
.card-secondary > :not([class*='card-media']) .button-text,
.overlay-primary .button-text,
.offcanvas-bar .button-text {
  color: #fff;
}
.light .button-text::before,
.section-primary:not(.preserve-color) .button-text::before,
.section-secondary:not(.preserve-color) .button-text::before,
.tile-primary:not(.preserve-color) .button-text::before,
.tile-secondary:not(.preserve-color) .button-text::before,
.card-primary.card-body .button-text::before,
.card-primary > :not([class*='card-media']) .button-text::before,
.card-secondary.card-body .button-text::before,
.card-secondary > :not([class*='card-media']) .button-text::before,
.overlay-primary .button-text::before,
.offcanvas-bar .button-text::before {
  border-bottom-color: #fff;
}
.light .button-text:hover,
.light .button-text:focus,
.section-primary:not(.preserve-color) .button-text:hover,
.section-primary:not(.preserve-color) .button-text:focus,
.section-secondary:not(.preserve-color) .button-text:hover,
.section-secondary:not(.preserve-color) .button-text:focus,
.tile-primary:not(.preserve-color) .button-text:hover,
.tile-primary:not(.preserve-color) .button-text:focus,
.tile-secondary:not(.preserve-color) .button-text:hover,
.tile-secondary:not(.preserve-color) .button-text:focus,
.card-primary.card-body .button-text:hover,
.card-primary.card-body .button-text:focus,
.card-primary > :not([class*='card-media']) .button-text:hover,
.card-primary > :not([class*='card-media']) .button-text:focus,
.card-secondary.card-body .button-text:hover,
.card-secondary.card-body .button-text:focus,
.card-secondary > :not([class*='card-media']) .button-text:hover,
.card-secondary > :not([class*='card-media']) .button-text:focus,
.overlay-primary .button-text:hover,
.overlay-primary .button-text:focus,
.offcanvas-bar .button-text:hover,
.offcanvas-bar .button-text:focus {
  color: #fff;
}
.light .button-text:disabled,
.section-primary:not(.preserve-color) .button-text:disabled,
.section-secondary:not(.preserve-color) .button-text:disabled,
.tile-primary:not(.preserve-color) .button-text:disabled,
.tile-secondary:not(.preserve-color) .button-text:disabled,
.card-primary.card-body .button-text:disabled,
.card-primary > :not([class*='card-media']) .button-text:disabled,
.card-secondary.card-body .button-text:disabled,
.card-secondary > :not([class*='card-media']) .button-text:disabled,
.overlay-primary .button-text:disabled,
.offcanvas-bar .button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.light .button-link,
.section-primary:not(.preserve-color) .button-link,
.section-secondary:not(.preserve-color) .button-link,
.tile-primary:not(.preserve-color) .button-link,
.tile-secondary:not(.preserve-color) .button-link,
.card-primary.card-body .button-link,
.card-primary > :not([class*='card-media']) .button-link,
.card-secondary.card-body .button-link,
.card-secondary > :not([class*='card-media']) .button-link,
.overlay-primary .button-link,
.offcanvas-bar .button-link {
  color: rgba(255, 255, 255, 0.5);
}
.light .button-link:hover,
.light .button-link:focus,
.section-primary:not(.preserve-color) .button-link:hover,
.section-primary:not(.preserve-color) .button-link:focus,
.section-secondary:not(.preserve-color) .button-link:hover,
.section-secondary:not(.preserve-color) .button-link:focus,
.tile-primary:not(.preserve-color) .button-link:hover,
.tile-primary:not(.preserve-color) .button-link:focus,
.tile-secondary:not(.preserve-color) .button-link:hover,
.tile-secondary:not(.preserve-color) .button-link:focus,
.card-primary.card-body .button-link:hover,
.card-primary.card-body .button-link:focus,
.card-primary > :not([class*='card-media']) .button-link:hover,
.card-primary > :not([class*='card-media']) .button-link:focus,
.card-secondary.card-body .button-link:hover,
.card-secondary.card-body .button-link:focus,
.card-secondary > :not([class*='card-media']) .button-link:hover,
.card-secondary > :not([class*='card-media']) .button-link:focus,
.overlay-primary .button-link:hover,
.overlay-primary .button-link:focus,
.offcanvas-bar .button-link:hover,
.offcanvas-bar .button-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .grid-divider > :not(.first-column)::before,
.section-primary:not(.preserve-color) .grid-divider > :not(.first-column)::before,
.section-secondary:not(.preserve-color) .grid-divider > :not(.first-column)::before,
.tile-primary:not(.preserve-color) .grid-divider > :not(.first-column)::before,
.tile-secondary:not(.preserve-color) .grid-divider > :not(.first-column)::before,
.card-primary.card-body .grid-divider > :not(.first-column)::before,
.card-primary > :not([class*='card-media']) .grid-divider > :not(.first-column)::before,
.card-secondary.card-body .grid-divider > :not(.first-column)::before,
.card-secondary > :not([class*='card-media']) .grid-divider > :not(.first-column)::before,
.overlay-primary .grid-divider > :not(.first-column)::before,
.offcanvas-bar .grid-divider > :not(.first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.light .grid-divider.grid-stack > .grid-margin::before,
.section-primary:not(.preserve-color) .grid-divider.grid-stack > .grid-margin::before,
.section-secondary:not(.preserve-color) .grid-divider.grid-stack > .grid-margin::before,
.tile-primary:not(.preserve-color) .grid-divider.grid-stack > .grid-margin::before,
.tile-secondary:not(.preserve-color) .grid-divider.grid-stack > .grid-margin::before,
.card-primary.card-body .grid-divider.grid-stack > .grid-margin::before,
.card-primary > :not([class*='card-media']) .grid-divider.grid-stack > .grid-margin::before,
.card-secondary.card-body .grid-divider.grid-stack > .grid-margin::before,
.card-secondary > :not([class*='card-media']) .grid-divider.grid-stack > .grid-margin::before,
.overlay-primary .grid-divider.grid-stack > .grid-margin::before,
.offcanvas-bar .grid-divider.grid-stack > .grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.light .close,
.section-primary:not(.preserve-color) .close,
.section-secondary:not(.preserve-color) .close,
.tile-primary:not(.preserve-color) .close,
.tile-secondary:not(.preserve-color) .close,
.card-primary.card-body .close,
.card-primary > :not([class*='card-media']) .close,
.card-secondary.card-body .close,
.card-secondary > :not([class*='card-media']) .close,
.overlay-primary .close,
.offcanvas-bar .close {
  color: rgba(255, 255, 255, 0.5);
}
.light .close:hover,
.light .close:focus,
.section-primary:not(.preserve-color) .close:hover,
.section-primary:not(.preserve-color) .close:focus,
.section-secondary:not(.preserve-color) .close:hover,
.section-secondary:not(.preserve-color) .close:focus,
.tile-primary:not(.preserve-color) .close:hover,
.tile-primary:not(.preserve-color) .close:focus,
.tile-secondary:not(.preserve-color) .close:hover,
.tile-secondary:not(.preserve-color) .close:focus,
.card-primary.card-body .close:hover,
.card-primary.card-body .close:focus,
.card-primary > :not([class*='card-media']) .close:hover,
.card-primary > :not([class*='card-media']) .close:focus,
.card-secondary.card-body .close:hover,
.card-secondary.card-body .close:focus,
.card-secondary > :not([class*='card-media']) .close:hover,
.card-secondary > :not([class*='card-media']) .close:focus,
.overlay-primary .close:hover,
.overlay-primary .close:focus,
.offcanvas-bar .close:hover,
.offcanvas-bar .close:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .totop,
.section-primary:not(.preserve-color) .totop,
.section-secondary:not(.preserve-color) .totop,
.tile-primary:not(.preserve-color) .totop,
.tile-secondary:not(.preserve-color) .totop,
.card-primary.card-body .totop,
.card-primary > :not([class*='card-media']) .totop,
.card-secondary.card-body .totop,
.card-secondary > :not([class*='card-media']) .totop,
.overlay-primary .totop,
.offcanvas-bar .totop {
  color: rgba(255, 255, 255, 0.5);
}
.light .totop:hover,
.light .totop:focus,
.section-primary:not(.preserve-color) .totop:hover,
.section-primary:not(.preserve-color) .totop:focus,
.section-secondary:not(.preserve-color) .totop:hover,
.section-secondary:not(.preserve-color) .totop:focus,
.tile-primary:not(.preserve-color) .totop:hover,
.tile-primary:not(.preserve-color) .totop:focus,
.tile-secondary:not(.preserve-color) .totop:hover,
.tile-secondary:not(.preserve-color) .totop:focus,
.card-primary.card-body .totop:hover,
.card-primary.card-body .totop:focus,
.card-primary > :not([class*='card-media']) .totop:hover,
.card-primary > :not([class*='card-media']) .totop:focus,
.card-secondary.card-body .totop:hover,
.card-secondary.card-body .totop:focus,
.card-secondary > :not([class*='card-media']) .totop:hover,
.card-secondary > :not([class*='card-media']) .totop:focus,
.overlay-primary .totop:hover,
.overlay-primary .totop:focus,
.offcanvas-bar .totop:hover,
.offcanvas-bar .totop:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .totop:active,
.section-primary:not(.preserve-color) .totop:active,
.section-secondary:not(.preserve-color) .totop:active,
.tile-primary:not(.preserve-color) .totop:active,
.tile-secondary:not(.preserve-color) .totop:active,
.card-primary.card-body .totop:active,
.card-primary > :not([class*='card-media']) .totop:active,
.card-secondary.card-body .totop:active,
.card-secondary > :not([class*='card-media']) .totop:active,
.overlay-primary .totop:active,
.offcanvas-bar .totop:active {
  color: #fff;
}
.light .marker,
.section-primary:not(.preserve-color) .marker,
.section-secondary:not(.preserve-color) .marker,
.tile-primary:not(.preserve-color) .marker,
.tile-secondary:not(.preserve-color) .marker,
.card-primary.card-body .marker,
.card-primary > :not([class*='card-media']) .marker,
.card-secondary.card-body .marker,
.card-secondary > :not([class*='card-media']) .marker,
.overlay-primary .marker,
.offcanvas-bar .marker {
  background: #f8f8f8;
  color: #666;
}
.light .marker:hover,
.light .marker:focus,
.section-primary:not(.preserve-color) .marker:hover,
.section-primary:not(.preserve-color) .marker:focus,
.section-secondary:not(.preserve-color) .marker:hover,
.section-secondary:not(.preserve-color) .marker:focus,
.tile-primary:not(.preserve-color) .marker:hover,
.tile-primary:not(.preserve-color) .marker:focus,
.tile-secondary:not(.preserve-color) .marker:hover,
.tile-secondary:not(.preserve-color) .marker:focus,
.card-primary.card-body .marker:hover,
.card-primary.card-body .marker:focus,
.card-primary > :not([class*='card-media']) .marker:hover,
.card-primary > :not([class*='card-media']) .marker:focus,
.card-secondary.card-body .marker:hover,
.card-secondary.card-body .marker:focus,
.card-secondary > :not([class*='card-media']) .marker:hover,
.card-secondary > :not([class*='card-media']) .marker:focus,
.overlay-primary .marker:hover,
.overlay-primary .marker:focus,
.offcanvas-bar .marker:hover,
.offcanvas-bar .marker:focus {
  color: #666;
}
.light .badge,
.section-primary:not(.preserve-color) .badge,
.section-secondary:not(.preserve-color) .badge,
.tile-primary:not(.preserve-color) .badge,
.tile-secondary:not(.preserve-color) .badge,
.card-primary.card-body .badge,
.card-primary > :not([class*='card-media']) .badge,
.card-secondary.card-body .badge,
.card-secondary > :not([class*='card-media']) .badge,
.overlay-primary .badge,
.offcanvas-bar .badge {
  background-color: #fff;
  color: #666;
}
.light .badge:hover,
.light .badge:focus,
.section-primary:not(.preserve-color) .badge:hover,
.section-primary:not(.preserve-color) .badge:focus,
.section-secondary:not(.preserve-color) .badge:hover,
.section-secondary:not(.preserve-color) .badge:focus,
.tile-primary:not(.preserve-color) .badge:hover,
.tile-primary:not(.preserve-color) .badge:focus,
.tile-secondary:not(.preserve-color) .badge:hover,
.tile-secondary:not(.preserve-color) .badge:focus,
.card-primary.card-body .badge:hover,
.card-primary.card-body .badge:focus,
.card-primary > :not([class*='card-media']) .badge:hover,
.card-primary > :not([class*='card-media']) .badge:focus,
.card-secondary.card-body .badge:hover,
.card-secondary.card-body .badge:focus,
.card-secondary > :not([class*='card-media']) .badge:hover,
.card-secondary > :not([class*='card-media']) .badge:focus,
.overlay-primary .badge:hover,
.overlay-primary .badge:focus,
.offcanvas-bar .badge:hover,
.offcanvas-bar .badge:focus {
  color: #666;
}
.light .label,
.section-primary:not(.preserve-color) .label,
.section-secondary:not(.preserve-color) .label,
.tile-primary:not(.preserve-color) .label,
.tile-secondary:not(.preserve-color) .label,
.card-primary.card-body .label,
.card-primary > :not([class*='card-media']) .label,
.card-secondary.card-body .label,
.card-secondary > :not([class*='card-media']) .label,
.overlay-primary .label,
.offcanvas-bar .label {
  background-color: #fff;
  color: #666;
}
.light .article-meta,
.section-primary:not(.preserve-color) .article-meta,
.section-secondary:not(.preserve-color) .article-meta,
.tile-primary:not(.preserve-color) .article-meta,
.tile-secondary:not(.preserve-color) .article-meta,
.card-primary.card-body .article-meta,
.card-primary > :not([class*='card-media']) .article-meta,
.card-secondary.card-body .article-meta,
.card-secondary > :not([class*='card-media']) .article-meta,
.overlay-primary .article-meta,
.offcanvas-bar .article-meta {
  color: rgba(255, 255, 255, 0.5);
}
.light .search-input,
.section-primary:not(.preserve-color) .search-input,
.section-secondary:not(.preserve-color) .search-input,
.tile-primary:not(.preserve-color) .search-input,
.tile-secondary:not(.preserve-color) .search-input,
.card-primary.card-body .search-input,
.card-primary > :not([class*='card-media']) .search-input,
.card-secondary.card-body .search-input,
.card-secondary > :not([class*='card-media']) .search-input,
.overlay-primary .search-input,
.offcanvas-bar .search-input {
  color: rgba(255, 255, 255, 0.7);
}
.light .search-input:-ms-input-placeholder,
.section-primary:not(.preserve-color) .search-input:-ms-input-placeholder,
.section-secondary:not(.preserve-color) .search-input:-ms-input-placeholder,
.tile-primary:not(.preserve-color) .search-input:-ms-input-placeholder,
.tile-secondary:not(.preserve-color) .search-input:-ms-input-placeholder,
.card-primary.card-body .search-input:-ms-input-placeholder,
.card-primary > :not([class*='card-media']) .search-input:-ms-input-placeholder,
.card-secondary.card-body .search-input:-ms-input-placeholder,
.card-secondary > :not([class*='card-media']) .search-input:-ms-input-placeholder,
.overlay-primary .search-input:-ms-input-placeholder,
.offcanvas-bar .search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light .search-input::placeholder,
.section-primary:not(.preserve-color) .search-input::placeholder,
.section-secondary:not(.preserve-color) .search-input::placeholder,
.tile-primary:not(.preserve-color) .search-input::placeholder,
.tile-secondary:not(.preserve-color) .search-input::placeholder,
.card-primary.card-body .search-input::placeholder,
.card-primary > :not([class*='card-media']) .search-input::placeholder,
.card-secondary.card-body .search-input::placeholder,
.card-secondary > :not([class*='card-media']) .search-input::placeholder,
.overlay-primary .search-input::placeholder,
.offcanvas-bar .search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light .search .search-icon,
.section-primary:not(.preserve-color) .search .search-icon,
.section-secondary:not(.preserve-color) .search .search-icon,
.tile-primary:not(.preserve-color) .search .search-icon,
.tile-secondary:not(.preserve-color) .search .search-icon,
.card-primary.card-body .search .search-icon,
.card-primary > :not([class*='card-media']) .search .search-icon,
.card-secondary.card-body .search .search-icon,
.card-secondary > :not([class*='card-media']) .search .search-icon,
.overlay-primary .search .search-icon,
.offcanvas-bar .search .search-icon {
  color: rgba(255, 255, 255, 0.5);
}
.light .search .search-icon:hover,
.section-primary:not(.preserve-color) .search .search-icon:hover,
.section-secondary:not(.preserve-color) .search .search-icon:hover,
.tile-primary:not(.preserve-color) .search .search-icon:hover,
.tile-secondary:not(.preserve-color) .search .search-icon:hover,
.card-primary.card-body .search .search-icon:hover,
.card-primary > :not([class*='card-media']) .search .search-icon:hover,
.card-secondary.card-body .search .search-icon:hover,
.card-secondary > :not([class*='card-media']) .search .search-icon:hover,
.overlay-primary .search .search-icon:hover,
.offcanvas-bar .search .search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}
.light .search-default .search-input,
.section-primary:not(.preserve-color) .search-default .search-input,
.section-secondary:not(.preserve-color) .search-default .search-input,
.tile-primary:not(.preserve-color) .search-default .search-input,
.tile-secondary:not(.preserve-color) .search-default .search-input,
.card-primary.card-body .search-default .search-input,
.card-primary > :not([class*='card-media']) .search-default .search-input,
.card-secondary.card-body .search-default .search-input,
.card-secondary > :not([class*='card-media']) .search-default .search-input,
.overlay-primary .search-default .search-input,
.offcanvas-bar .search-default .search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.light .search-default .search-input:focus,
.section-primary:not(.preserve-color) .search-default .search-input:focus,
.section-secondary:not(.preserve-color) .search-default .search-input:focus,
.tile-primary:not(.preserve-color) .search-default .search-input:focus,
.tile-secondary:not(.preserve-color) .search-default .search-input:focus,
.card-primary.card-body .search-default .search-input:focus,
.card-primary > :not([class*='card-media']) .search-default .search-input:focus,
.card-secondary.card-body .search-default .search-input:focus,
.card-secondary > :not([class*='card-media']) .search-default .search-input:focus,
.overlay-primary .search-default .search-input:focus,
.offcanvas-bar .search-default .search-input:focus {
  background-color: transparent;
}
.light .search-navbar .search-input,
.section-primary:not(.preserve-color) .search-navbar .search-input,
.section-secondary:not(.preserve-color) .search-navbar .search-input,
.tile-primary:not(.preserve-color) .search-navbar .search-input,
.tile-secondary:not(.preserve-color) .search-navbar .search-input,
.card-primary.card-body .search-navbar .search-input,
.card-primary > :not([class*='card-media']) .search-navbar .search-input,
.card-secondary.card-body .search-navbar .search-input,
.card-secondary > :not([class*='card-media']) .search-navbar .search-input,
.overlay-primary .search-navbar .search-input,
.offcanvas-bar .search-navbar .search-input {
  background-color: transparent;
}
.light .search-large .search-input,
.section-primary:not(.preserve-color) .search-large .search-input,
.section-secondary:not(.preserve-color) .search-large .search-input,
.tile-primary:not(.preserve-color) .search-large .search-input,
.tile-secondary:not(.preserve-color) .search-large .search-input,
.card-primary.card-body .search-large .search-input,
.card-primary > :not([class*='card-media']) .search-large .search-input,
.card-secondary.card-body .search-large .search-input,
.card-secondary > :not([class*='card-media']) .search-large .search-input,
.overlay-primary .search-large .search-input,
.offcanvas-bar .search-large .search-input {
  background-color: transparent;
}
.light .search-toggle,
.section-primary:not(.preserve-color) .search-toggle,
.section-secondary:not(.preserve-color) .search-toggle,
.tile-primary:not(.preserve-color) .search-toggle,
.tile-secondary:not(.preserve-color) .search-toggle,
.card-primary.card-body .search-toggle,
.card-primary > :not([class*='card-media']) .search-toggle,
.card-secondary.card-body .search-toggle,
.card-secondary > :not([class*='card-media']) .search-toggle,
.overlay-primary .search-toggle,
.offcanvas-bar .search-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.light .search-toggle:hover,
.light .search-toggle:focus,
.section-primary:not(.preserve-color) .search-toggle:hover,
.section-primary:not(.preserve-color) .search-toggle:focus,
.section-secondary:not(.preserve-color) .search-toggle:hover,
.section-secondary:not(.preserve-color) .search-toggle:focus,
.tile-primary:not(.preserve-color) .search-toggle:hover,
.tile-primary:not(.preserve-color) .search-toggle:focus,
.tile-secondary:not(.preserve-color) .search-toggle:hover,
.tile-secondary:not(.preserve-color) .search-toggle:focus,
.card-primary.card-body .search-toggle:hover,
.card-primary.card-body .search-toggle:focus,
.card-primary > :not([class*='card-media']) .search-toggle:hover,
.card-primary > :not([class*='card-media']) .search-toggle:focus,
.card-secondary.card-body .search-toggle:hover,
.card-secondary.card-body .search-toggle:focus,
.card-secondary > :not([class*='card-media']) .search-toggle:hover,
.card-secondary > :not([class*='card-media']) .search-toggle:focus,
.overlay-primary .search-toggle:hover,
.overlay-primary .search-toggle:focus,
.offcanvas-bar .search-toggle:hover,
.offcanvas-bar .search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .nav-parent-icon > .parent > a::after,
.section-primary:not(.preserve-color) .nav-parent-icon > .parent > a::after,
.section-secondary:not(.preserve-color) .nav-parent-icon > .parent > a::after,
.tile-primary:not(.preserve-color) .nav-parent-icon > .parent > a::after,
.tile-secondary:not(.preserve-color) .nav-parent-icon > .parent > a::after,
.card-primary.card-body .nav-parent-icon > .parent > a::after,
.card-primary > :not([class*='card-media']) .nav-parent-icon > .parent > a::after,
.card-secondary.card-body .nav-parent-icon > .parent > a::after,
.card-secondary > :not([class*='card-media']) .nav-parent-icon > .parent > a::after,
.overlay-primary .nav-parent-icon > .parent > a::after,
.offcanvas-bar .nav-parent-icon > .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%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.light .nav-parent-icon > .parent.open > a::after,
.section-primary:not(.preserve-color) .nav-parent-icon > .parent.open > a::after,
.section-secondary:not(.preserve-color) .nav-parent-icon > .parent.open > a::after,
.tile-primary:not(.preserve-color) .nav-parent-icon > .parent.open > a::after,
.tile-secondary:not(.preserve-color) .nav-parent-icon > .parent.open > a::after,
.card-primary.card-body .nav-parent-icon > .parent.open > a::after,
.card-primary > :not([class*='card-media']) .nav-parent-icon > .parent.open > a::after,
.card-secondary.card-body .nav-parent-icon > .parent.open > a::after,
.card-secondary > :not([class*='card-media']) .nav-parent-icon > .parent.open > a::after,
.overlay-primary .nav-parent-icon > .parent.open > a::after,
.offcanvas-bar .nav-parent-icon > .parent.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%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.light .nav-default > li > a,
.section-primary:not(.preserve-color) .nav-default > li > a,
.section-secondary:not(.preserve-color) .nav-default > li > a,
.tile-primary:not(.preserve-color) .nav-default > li > a,
.tile-secondary:not(.preserve-color) .nav-default > li > a,
.card-primary.card-body .nav-default > li > a,
.card-primary > :not([class*='card-media']) .nav-default > li > a,
.card-secondary.card-body .nav-default > li > a,
.card-secondary > :not([class*='card-media']) .nav-default > li > a,
.overlay-primary .nav-default > li > a,
.offcanvas-bar .nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.light .nav-default > li > a:hover,
.light .nav-default > li > a:focus,
.section-primary:not(.preserve-color) .nav-default > li > a:hover,
.section-primary:not(.preserve-color) .nav-default > li > a:focus,
.section-secondary:not(.preserve-color) .nav-default > li > a:hover,
.section-secondary:not(.preserve-color) .nav-default > li > a:focus,
.tile-primary:not(.preserve-color) .nav-default > li > a:hover,
.tile-primary:not(.preserve-color) .nav-default > li > a:focus,
.tile-secondary:not(.preserve-color) .nav-default > li > a:hover,
.tile-secondary:not(.preserve-color) .nav-default > li > a:focus,
.card-primary.card-body .nav-default > li > a:hover,
.card-primary.card-body .nav-default > li > a:focus,
.card-primary > :not([class*='card-media']) .nav-default > li > a:hover,
.card-primary > :not([class*='card-media']) .nav-default > li > a:focus,
.card-secondary.card-body .nav-default > li > a:hover,
.card-secondary.card-body .nav-default > li > a:focus,
.card-secondary > :not([class*='card-media']) .nav-default > li > a:hover,
.card-secondary > :not([class*='card-media']) .nav-default > li > a:focus,
.overlay-primary .nav-default > li > a:hover,
.overlay-primary .nav-default > li > a:focus,
.offcanvas-bar .nav-default > li > a:hover,
.offcanvas-bar .nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .nav-default > li.active > a,
.section-primary:not(.preserve-color) .nav-default > li.active > a,
.section-secondary:not(.preserve-color) .nav-default > li.active > a,
.tile-primary:not(.preserve-color) .nav-default > li.active > a,
.tile-secondary:not(.preserve-color) .nav-default > li.active > a,
.card-primary.card-body .nav-default > li.active > a,
.card-primary > :not([class*='card-media']) .nav-default > li.active > a,
.card-secondary.card-body .nav-default > li.active > a,
.card-secondary > :not([class*='card-media']) .nav-default > li.active > a,
.overlay-primary .nav-default > li.active > a,
.offcanvas-bar .nav-default > li.active > a {
  color: #fff;
}
.light .nav-default .nav-header,
.section-primary:not(.preserve-color) .nav-default .nav-header,
.section-secondary:not(.preserve-color) .nav-default .nav-header,
.tile-primary:not(.preserve-color) .nav-default .nav-header,
.tile-secondary:not(.preserve-color) .nav-default .nav-header,
.card-primary.card-body .nav-default .nav-header,
.card-primary > :not([class*='card-media']) .nav-default .nav-header,
.card-secondary.card-body .nav-default .nav-header,
.card-secondary > :not([class*='card-media']) .nav-default .nav-header,
.overlay-primary .nav-default .nav-header,
.offcanvas-bar .nav-default .nav-header {
  color: #fff;
}
.light .nav-default .nav-divider,
.section-primary:not(.preserve-color) .nav-default .nav-divider,
.section-secondary:not(.preserve-color) .nav-default .nav-divider,
.tile-primary:not(.preserve-color) .nav-default .nav-divider,
.tile-secondary:not(.preserve-color) .nav-default .nav-divider,
.card-primary.card-body .nav-default .nav-divider,
.card-primary > :not([class*='card-media']) .nav-default .nav-divider,
.card-secondary.card-body .nav-default .nav-divider,
.card-secondary > :not([class*='card-media']) .nav-default .nav-divider,
.overlay-primary .nav-default .nav-divider,
.offcanvas-bar .nav-default .nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.light .nav-default .nav-sub a,
.section-primary:not(.preserve-color) .nav-default .nav-sub a,
.section-secondary:not(.preserve-color) .nav-default .nav-sub a,
.tile-primary:not(.preserve-color) .nav-default .nav-sub a,
.tile-secondary:not(.preserve-color) .nav-default .nav-sub a,
.card-primary.card-body .nav-default .nav-sub a,
.card-primary > :not([class*='card-media']) .nav-default .nav-sub a,
.card-secondary.card-body .nav-default .nav-sub a,
.card-secondary > :not([class*='card-media']) .nav-default .nav-sub a,
.overlay-primary .nav-default .nav-sub a,
.offcanvas-bar .nav-default .nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.light .nav-default .nav-sub a:hover,
.light .nav-default .nav-sub a:focus,
.section-primary:not(.preserve-color) .nav-default .nav-sub a:hover,
.section-primary:not(.preserve-color) .nav-default .nav-sub a:focus,
.section-secondary:not(.preserve-color) .nav-default .nav-sub a:hover,
.section-secondary:not(.preserve-color) .nav-default .nav-sub a:focus,
.tile-primary:not(.preserve-color) .nav-default .nav-sub a:hover,
.tile-primary:not(.preserve-color) .nav-default .nav-sub a:focus,
.tile-secondary:not(.preserve-color) .nav-default .nav-sub a:hover,
.tile-secondary:not(.preserve-color) .nav-default .nav-sub a:focus,
.card-primary.card-body .nav-default .nav-sub a:hover,
.card-primary.card-body .nav-default .nav-sub a:focus,
.card-primary > :not([class*='card-media']) .nav-default .nav-sub a:hover,
.card-primary > :not([class*='card-media']) .nav-default .nav-sub a:focus,
.card-secondary.card-body .nav-default .nav-sub a:hover,
.card-secondary.card-body .nav-default .nav-sub a:focus,
.card-secondary > :not([class*='card-media']) .nav-default .nav-sub a:hover,
.card-secondary > :not([class*='card-media']) .nav-default .nav-sub a:focus,
.overlay-primary .nav-default .nav-sub a:hover,
.overlay-primary .nav-default .nav-sub a:focus,
.offcanvas-bar .nav-default .nav-sub a:hover,
.offcanvas-bar .nav-default .nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .nav-default .nav-sub li.active > a,
.section-primary:not(.preserve-color) .nav-default .nav-sub li.active > a,
.section-secondary:not(.preserve-color) .nav-default .nav-sub li.active > a,
.tile-primary:not(.preserve-color) .nav-default .nav-sub li.active > a,
.tile-secondary:not(.preserve-color) .nav-default .nav-sub li.active > a,
.card-primary.card-body .nav-default .nav-sub li.active > a,
.card-primary > :not([class*='card-media']) .nav-default .nav-sub li.active > a,
.card-secondary.card-body .nav-default .nav-sub li.active > a,
.card-secondary > :not([class*='card-media']) .nav-default .nav-sub li.active > a,
.overlay-primary .nav-default .nav-sub li.active > a,
.offcanvas-bar .nav-default .nav-sub li.active > a {
  color: #fff;
}
.light .nav-primary > li > a,
.section-primary:not(.preserve-color) .nav-primary > li > a,
.section-secondary:not(.preserve-color) .nav-primary > li > a,
.tile-primary:not(.preserve-color) .nav-primary > li > a,
.tile-secondary:not(.preserve-color) .nav-primary > li > a,
.card-primary.card-body .nav-primary > li > a,
.card-primary > :not([class*='card-media']) .nav-primary > li > a,
.card-secondary.card-body .nav-primary > li > a,
.card-secondary > :not([class*='card-media']) .nav-primary > li > a,
.overlay-primary .nav-primary > li > a,
.offcanvas-bar .nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.light .nav-primary > li > a:hover,
.light .nav-primary > li > a:focus,
.section-primary:not(.preserve-color) .nav-primary > li > a:hover,
.section-primary:not(.preserve-color) .nav-primary > li > a:focus,
.section-secondary:not(.preserve-color) .nav-primary > li > a:hover,
.section-secondary:not(.preserve-color) .nav-primary > li > a:focus,
.tile-primary:not(.preserve-color) .nav-primary > li > a:hover,
.tile-primary:not(.preserve-color) .nav-primary > li > a:focus,
.tile-secondary:not(.preserve-color) .nav-primary > li > a:hover,
.tile-secondary:not(.preserve-color) .nav-primary > li > a:focus,
.card-primary.card-body .nav-primary > li > a:hover,
.card-primary.card-body .nav-primary > li > a:focus,
.card-primary > :not([class*='card-media']) .nav-primary > li > a:hover,
.card-primary > :not([class*='card-media']) .nav-primary > li > a:focus,
.card-secondary.card-body .nav-primary > li > a:hover,
.card-secondary.card-body .nav-primary > li > a:focus,
.card-secondary > :not([class*='card-media']) .nav-primary > li > a:hover,
.card-secondary > :not([class*='card-media']) .nav-primary > li > a:focus,
.overlay-primary .nav-primary > li > a:hover,
.overlay-primary .nav-primary > li > a:focus,
.offcanvas-bar .nav-primary > li > a:hover,
.offcanvas-bar .nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .nav-primary > li.active > a,
.section-primary:not(.preserve-color) .nav-primary > li.active > a,
.section-secondary:not(.preserve-color) .nav-primary > li.active > a,
.tile-primary:not(.preserve-color) .nav-primary > li.active > a,
.tile-secondary:not(.preserve-color) .nav-primary > li.active > a,
.card-primary.card-body .nav-primary > li.active > a,
.card-primary > :not([class*='card-media']) .nav-primary > li.active > a,
.card-secondary.card-body .nav-primary > li.active > a,
.card-secondary > :not([class*='card-media']) .nav-primary > li.active > a,
.overlay-primary .nav-primary > li.active > a,
.offcanvas-bar .nav-primary > li.active > a {
  color: #fff;
}
.light .nav-primary .nav-header,
.section-primary:not(.preserve-color) .nav-primary .nav-header,
.section-secondary:not(.preserve-color) .nav-primary .nav-header,
.tile-primary:not(.preserve-color) .nav-primary .nav-header,
.tile-secondary:not(.preserve-color) .nav-primary .nav-header,
.card-primary.card-body .nav-primary .nav-header,
.card-primary > :not([class*='card-media']) .nav-primary .nav-header,
.card-secondary.card-body .nav-primary .nav-header,
.card-secondary > :not([class*='card-media']) .nav-primary .nav-header,
.overlay-primary .nav-primary .nav-header,
.offcanvas-bar .nav-primary .nav-header {
  color: #fff;
}
.light .nav-primary .nav-divider,
.section-primary:not(.preserve-color) .nav-primary .nav-divider,
.section-secondary:not(.preserve-color) .nav-primary .nav-divider,
.tile-primary:not(.preserve-color) .nav-primary .nav-divider,
.tile-secondary:not(.preserve-color) .nav-primary .nav-divider,
.card-primary.card-body .nav-primary .nav-divider,
.card-primary > :not([class*='card-media']) .nav-primary .nav-divider,
.card-secondary.card-body .nav-primary .nav-divider,
.card-secondary > :not([class*='card-media']) .nav-primary .nav-divider,
.overlay-primary .nav-primary .nav-divider,
.offcanvas-bar .nav-primary .nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.light .nav-primary .nav-sub a,
.section-primary:not(.preserve-color) .nav-primary .nav-sub a,
.section-secondary:not(.preserve-color) .nav-primary .nav-sub a,
.tile-primary:not(.preserve-color) .nav-primary .nav-sub a,
.tile-secondary:not(.preserve-color) .nav-primary .nav-sub a,
.card-primary.card-body .nav-primary .nav-sub a,
.card-primary > :not([class*='card-media']) .nav-primary .nav-sub a,
.card-secondary.card-body .nav-primary .nav-sub a,
.card-secondary > :not([class*='card-media']) .nav-primary .nav-sub a,
.overlay-primary .nav-primary .nav-sub a,
.offcanvas-bar .nav-primary .nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.light .nav-primary .nav-sub a:hover,
.light .nav-primary .nav-sub a:focus,
.section-primary:not(.preserve-color) .nav-primary .nav-sub a:hover,
.section-primary:not(.preserve-color) .nav-primary .nav-sub a:focus,
.section-secondary:not(.preserve-color) .nav-primary .nav-sub a:hover,
.section-secondary:not(.preserve-color) .nav-primary .nav-sub a:focus,
.tile-primary:not(.preserve-color) .nav-primary .nav-sub a:hover,
.tile-primary:not(.preserve-color) .nav-primary .nav-sub a:focus,
.tile-secondary:not(.preserve-color) .nav-primary .nav-sub a:hover,
.tile-secondary:not(.preserve-color) .nav-primary .nav-sub a:focus,
.card-primary.card-body .nav-primary .nav-sub a:hover,
.card-primary.card-body .nav-primary .nav-sub a:focus,
.card-primary > :not([class*='card-media']) .nav-primary .nav-sub a:hover,
.card-primary > :not([class*='card-media']) .nav-primary .nav-sub a:focus,
.card-secondary.card-body .nav-primary .nav-sub a:hover,
.card-secondary.card-body .nav-primary .nav-sub a:focus,
.card-secondary > :not([class*='card-media']) .nav-primary .nav-sub a:hover,
.card-secondary > :not([class*='card-media']) .nav-primary .nav-sub a:focus,
.overlay-primary .nav-primary .nav-sub a:hover,
.overlay-primary .nav-primary .nav-sub a:focus,
.offcanvas-bar .nav-primary .nav-sub a:hover,
.offcanvas-bar .nav-primary .nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .nav-primary .nav-sub li.active > a,
.section-primary:not(.preserve-color) .nav-primary .nav-sub li.active > a,
.section-secondary:not(.preserve-color) .nav-primary .nav-sub li.active > a,
.tile-primary:not(.preserve-color) .nav-primary .nav-sub li.active > a,
.tile-secondary:not(.preserve-color) .nav-primary .nav-sub li.active > a,
.card-primary.card-body .nav-primary .nav-sub li.active > a,
.card-primary > :not([class*='card-media']) .nav-primary .nav-sub li.active > a,
.card-secondary.card-body .nav-primary .nav-sub li.active > a,
.card-secondary > :not([class*='card-media']) .nav-primary .nav-sub li.active > a,
.overlay-primary .nav-primary .nav-sub li.active > a,
.offcanvas-bar .nav-primary .nav-sub li.active > a {
  color: #fff;
}
.light .navbar-nav > li > a,
.section-primary:not(.preserve-color) .navbar-nav > li > a,
.section-secondary:not(.preserve-color) .navbar-nav > li > a,
.tile-primary:not(.preserve-color) .navbar-nav > li > a,
.tile-secondary:not(.preserve-color) .navbar-nav > li > a,
.card-primary.card-body .navbar-nav > li > a,
.card-primary > :not([class*='card-media']) .navbar-nav > li > a,
.card-secondary.card-body .navbar-nav > li > a,
.card-secondary > :not([class*='card-media']) .navbar-nav > li > a,
.overlay-primary .navbar-nav > li > a,
.offcanvas-bar .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.light .navbar-nav > li:hover > a,
.light .navbar-nav > li > a:focus,
.light .navbar-nav > li > a.open,
.section-primary:not(.preserve-color) .navbar-nav > li:hover > a,
.section-primary:not(.preserve-color) .navbar-nav > li > a:focus,
.section-primary:not(.preserve-color) .navbar-nav > li > a.open,
.section-secondary:not(.preserve-color) .navbar-nav > li:hover > a,
.section-secondary:not(.preserve-color) .navbar-nav > li > a:focus,
.section-secondary:not(.preserve-color) .navbar-nav > li > a.open,
.tile-primary:not(.preserve-color) .navbar-nav > li:hover > a,
.tile-primary:not(.preserve-color) .navbar-nav > li > a:focus,
.tile-primary:not(.preserve-color) .navbar-nav > li > a.open,
.tile-secondary:not(.preserve-color) .navbar-nav > li:hover > a,
.tile-secondary:not(.preserve-color) .navbar-nav > li > a:focus,
.tile-secondary:not(.preserve-color) .navbar-nav > li > a.open,
.card-primary.card-body .navbar-nav > li:hover > a,
.card-primary.card-body .navbar-nav > li > a:focus,
.card-primary.card-body .navbar-nav > li > a.open,
.card-primary > :not([class*='card-media']) .navbar-nav > li:hover > a,
.card-primary > :not([class*='card-media']) .navbar-nav > li > a:focus,
.card-primary > :not([class*='card-media']) .navbar-nav > li > a.open,
.card-secondary.card-body .navbar-nav > li:hover > a,
.card-secondary.card-body .navbar-nav > li > a:focus,
.card-secondary.card-body .navbar-nav > li > a.open,
.card-secondary > :not([class*='card-media']) .navbar-nav > li:hover > a,
.card-secondary > :not([class*='card-media']) .navbar-nav > li > a:focus,
.card-secondary > :not([class*='card-media']) .navbar-nav > li > a.open,
.overlay-primary .navbar-nav > li:hover > a,
.overlay-primary .navbar-nav > li > a:focus,
.overlay-primary .navbar-nav > li > a.open,
.offcanvas-bar .navbar-nav > li:hover > a,
.offcanvas-bar .navbar-nav > li > a:focus,
.offcanvas-bar .navbar-nav > li > a.open {
  color: rgba(255, 255, 255, 0.7);
}
.light .navbar-nav > li > a:active,
.section-primary:not(.preserve-color) .navbar-nav > li > a:active,
.section-secondary:not(.preserve-color) .navbar-nav > li > a:active,
.tile-primary:not(.preserve-color) .navbar-nav > li > a:active,
.tile-secondary:not(.preserve-color) .navbar-nav > li > a:active,
.card-primary.card-body .navbar-nav > li > a:active,
.card-primary > :not([class*='card-media']) .navbar-nav > li > a:active,
.card-secondary.card-body .navbar-nav > li > a:active,
.card-secondary > :not([class*='card-media']) .navbar-nav > li > a:active,
.overlay-primary .navbar-nav > li > a:active,
.offcanvas-bar .navbar-nav > li > a:active {
  color: #fff;
}
.light .navbar-nav > li.active > a,
.section-primary:not(.preserve-color) .navbar-nav > li.active > a,
.section-secondary:not(.preserve-color) .navbar-nav > li.active > a,
.tile-primary:not(.preserve-color) .navbar-nav > li.active > a,
.tile-secondary:not(.preserve-color) .navbar-nav > li.active > a,
.card-primary.card-body .navbar-nav > li.active > a,
.card-primary > :not([class*='card-media']) .navbar-nav > li.active > a,
.card-secondary.card-body .navbar-nav > li.active > a,
.card-secondary > :not([class*='card-media']) .navbar-nav > li.active > a,
.overlay-primary .navbar-nav > li.active > a,
.offcanvas-bar .navbar-nav > li.active > a {
  color: #fff;
}
.light .navbar-item,
.section-primary:not(.preserve-color) .navbar-item,
.section-secondary:not(.preserve-color) .navbar-item,
.tile-primary:not(.preserve-color) .navbar-item,
.tile-secondary:not(.preserve-color) .navbar-item,
.card-primary.card-body .navbar-item,
.card-primary > :not([class*='card-media']) .navbar-item,
.card-secondary.card-body .navbar-item,
.card-secondary > :not([class*='card-media']) .navbar-item,
.overlay-primary .navbar-item,
.offcanvas-bar .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
.light .navbar-toggle,
.section-primary:not(.preserve-color) .navbar-toggle,
.section-secondary:not(.preserve-color) .navbar-toggle,
.tile-primary:not(.preserve-color) .navbar-toggle,
.tile-secondary:not(.preserve-color) .navbar-toggle,
.card-primary.card-body .navbar-toggle,
.card-primary > :not([class*='card-media']) .navbar-toggle,
.card-secondary.card-body .navbar-toggle,
.card-secondary > :not([class*='card-media']) .navbar-toggle,
.overlay-primary .navbar-toggle,
.offcanvas-bar .navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.light .navbar-toggle:hover,
.light .navbar-toggle:focus,
.light .navbar-toggle.open,
.section-primary:not(.preserve-color) .navbar-toggle:hover,
.section-primary:not(.preserve-color) .navbar-toggle:focus,
.section-primary:not(.preserve-color) .navbar-toggle.open,
.section-secondary:not(.preserve-color) .navbar-toggle:hover,
.section-secondary:not(.preserve-color) .navbar-toggle:focus,
.section-secondary:not(.preserve-color) .navbar-toggle.open,
.tile-primary:not(.preserve-color) .navbar-toggle:hover,
.tile-primary:not(.preserve-color) .navbar-toggle:focus,
.tile-primary:not(.preserve-color) .navbar-toggle.open,
.tile-secondary:not(.preserve-color) .navbar-toggle:hover,
.tile-secondary:not(.preserve-color) .navbar-toggle:focus,
.tile-secondary:not(.preserve-color) .navbar-toggle.open,
.card-primary.card-body .navbar-toggle:hover,
.card-primary.card-body .navbar-toggle:focus,
.card-primary.card-body .navbar-toggle.open,
.card-primary > :not([class*='card-media']) .navbar-toggle:hover,
.card-primary > :not([class*='card-media']) .navbar-toggle:focus,
.card-primary > :not([class*='card-media']) .navbar-toggle.open,
.card-secondary.card-body .navbar-toggle:hover,
.card-secondary.card-body .navbar-toggle:focus,
.card-secondary.card-body .navbar-toggle.open,
.card-secondary > :not([class*='card-media']) .navbar-toggle:hover,
.card-secondary > :not([class*='card-media']) .navbar-toggle:focus,
.card-secondary > :not([class*='card-media']) .navbar-toggle.open,
.overlay-primary .navbar-toggle:hover,
.overlay-primary .navbar-toggle:focus,
.overlay-primary .navbar-toggle.open,
.offcanvas-bar .navbar-toggle:hover,
.offcanvas-bar .navbar-toggle:focus,
.offcanvas-bar .navbar-toggle.open {
  color: rgba(255, 255, 255, 0.7);
}
.light .subnav > * > :first-child,
.section-primary:not(.preserve-color) .subnav > * > :first-child,
.section-secondary:not(.preserve-color) .subnav > * > :first-child,
.tile-primary:not(.preserve-color) .subnav > * > :first-child,
.tile-secondary:not(.preserve-color) .subnav > * > :first-child,
.card-primary.card-body .subnav > * > :first-child,
.card-primary > :not([class*='card-media']) .subnav > * > :first-child,
.card-secondary.card-body .subnav > * > :first-child,
.card-secondary > :not([class*='card-media']) .subnav > * > :first-child,
.overlay-primary .subnav > * > :first-child,
.offcanvas-bar .subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}
.light .subnav > * > a:hover,
.light .subnav > * > a:focus,
.section-primary:not(.preserve-color) .subnav > * > a:hover,
.section-primary:not(.preserve-color) .subnav > * > a:focus,
.section-secondary:not(.preserve-color) .subnav > * > a:hover,
.section-secondary:not(.preserve-color) .subnav > * > a:focus,
.tile-primary:not(.preserve-color) .subnav > * > a:hover,
.tile-primary:not(.preserve-color) .subnav > * > a:focus,
.tile-secondary:not(.preserve-color) .subnav > * > a:hover,
.tile-secondary:not(.preserve-color) .subnav > * > a:focus,
.card-primary.card-body .subnav > * > a:hover,
.card-primary.card-body .subnav > * > a:focus,
.card-primary > :not([class*='card-media']) .subnav > * > a:hover,
.card-primary > :not([class*='card-media']) .subnav > * > a:focus,
.card-secondary.card-body .subnav > * > a:hover,
.card-secondary.card-body .subnav > * > a:focus,
.card-secondary > :not([class*='card-media']) .subnav > * > a:hover,
.card-secondary > :not([class*='card-media']) .subnav > * > a:focus,
.overlay-primary .subnav > * > a:hover,
.overlay-primary .subnav > * > a:focus,
.offcanvas-bar .subnav > * > a:hover,
.offcanvas-bar .subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .subnav > .active > a,
.section-primary:not(.preserve-color) .subnav > .active > a,
.section-secondary:not(.preserve-color) .subnav > .active > a,
.tile-primary:not(.preserve-color) .subnav > .active > a,
.tile-secondary:not(.preserve-color) .subnav > .active > a,
.card-primary.card-body .subnav > .active > a,
.card-primary > :not([class*='card-media']) .subnav > .active > a,
.card-secondary.card-body .subnav > .active > a,
.card-secondary > :not([class*='card-media']) .subnav > .active > a,
.overlay-primary .subnav > .active > a,
.offcanvas-bar .subnav > .active > a {
  color: #fff;
}
.light .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.section-primary:not(.preserve-color) .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.section-secondary:not(.preserve-color) .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.tile-primary:not(.preserve-color) .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.tile-secondary:not(.preserve-color) .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.card-primary.card-body .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.card-primary > :not([class*='card-media']) .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.card-secondary.card-body .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.card-secondary > :not([class*='card-media']) .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.overlay-primary .subnav-divider > :nth-child(n+2):not(.first-column)::before,
.offcanvas-bar .subnav-divider > :nth-child(n+2):not(.first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.light .subnav-pill > * > :first-child,
.section-primary:not(.preserve-color) .subnav-pill > * > :first-child,
.section-secondary:not(.preserve-color) .subnav-pill > * > :first-child,
.tile-primary:not(.preserve-color) .subnav-pill > * > :first-child,
.tile-secondary:not(.preserve-color) .subnav-pill > * > :first-child,
.card-primary.card-body .subnav-pill > * > :first-child,
.card-primary > :not([class*='card-media']) .subnav-pill > * > :first-child,
.card-secondary.card-body .subnav-pill > * > :first-child,
.card-secondary > :not([class*='card-media']) .subnav-pill > * > :first-child,
.overlay-primary .subnav-pill > * > :first-child,
.offcanvas-bar .subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.light .subnav-pill > * > a:hover,
.light .subnav-pill > * > a:focus,
.section-primary:not(.preserve-color) .subnav-pill > * > a:hover,
.section-primary:not(.preserve-color) .subnav-pill > * > a:focus,
.section-secondary:not(.preserve-color) .subnav-pill > * > a:hover,
.section-secondary:not(.preserve-color) .subnav-pill > * > a:focus,
.tile-primary:not(.preserve-color) .subnav-pill > * > a:hover,
.tile-primary:not(.preserve-color) .subnav-pill > * > a:focus,
.tile-secondary:not(.preserve-color) .subnav-pill > * > a:hover,
.tile-secondary:not(.preserve-color) .subnav-pill > * > a:focus,
.card-primary.card-body .subnav-pill > * > a:hover,
.card-primary.card-body .subnav-pill > * > a:focus,
.card-primary > :not([class*='card-media']) .subnav-pill > * > a:hover,
.card-primary > :not([class*='card-media']) .subnav-pill > * > a:focus,
.card-secondary.card-body .subnav-pill > * > a:hover,
.card-secondary.card-body .subnav-pill > * > a:focus,
.card-secondary > :not([class*='card-media']) .subnav-pill > * > a:hover,
.card-secondary > :not([class*='card-media']) .subnav-pill > * > a:focus,
.overlay-primary .subnav-pill > * > a:hover,
.overlay-primary .subnav-pill > * > a:focus,
.offcanvas-bar .subnav-pill > * > a:hover,
.offcanvas-bar .subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.light .subnav-pill > * > a:active,
.section-primary:not(.preserve-color) .subnav-pill > * > a:active,
.section-secondary:not(.preserve-color) .subnav-pill > * > a:active,
.tile-primary:not(.preserve-color) .subnav-pill > * > a:active,
.tile-secondary:not(.preserve-color) .subnav-pill > * > a:active,
.card-primary.card-body .subnav-pill > * > a:active,
.card-primary > :not([class*='card-media']) .subnav-pill > * > a:active,
.card-secondary.card-body .subnav-pill > * > a:active,
.card-secondary > :not([class*='card-media']) .subnav-pill > * > a:active,
.overlay-primary .subnav-pill > * > a:active,
.offcanvas-bar .subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.light .subnav-pill > .active > a,
.section-primary:not(.preserve-color) .subnav-pill > .active > a,
.section-secondary:not(.preserve-color) .subnav-pill > .active > a,
.tile-primary:not(.preserve-color) .subnav-pill > .active > a,
.tile-secondary:not(.preserve-color) .subnav-pill > .active > a,
.card-primary.card-body .subnav-pill > .active > a,
.card-primary > :not([class*='card-media']) .subnav-pill > .active > a,
.card-secondary.card-body .subnav-pill > .active > a,
.card-secondary > :not([class*='card-media']) .subnav-pill > .active > a,
.overlay-primary .subnav-pill > .active > a,
.offcanvas-bar .subnav-pill > .active > a {
  background-color: #fff;
  color: #666;
}
.light .subnav > .disabled > a,
.section-primary:not(.preserve-color) .subnav > .disabled > a,
.section-secondary:not(.preserve-color) .subnav > .disabled > a,
.tile-primary:not(.preserve-color) .subnav > .disabled > a,
.tile-secondary:not(.preserve-color) .subnav > .disabled > a,
.card-primary.card-body .subnav > .disabled > a,
.card-primary > :not([class*='card-media']) .subnav > .disabled > a,
.card-secondary.card-body .subnav > .disabled > a,
.card-secondary > :not([class*='card-media']) .subnav > .disabled > a,
.overlay-primary .subnav > .disabled > a,
.offcanvas-bar .subnav > .disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.light .breadcrumb > * > *,
.section-primary:not(.preserve-color) .breadcrumb > * > *,
.section-secondary:not(.preserve-color) .breadcrumb > * > *,
.tile-primary:not(.preserve-color) .breadcrumb > * > *,
.tile-secondary:not(.preserve-color) .breadcrumb > * > *,
.card-primary.card-body .breadcrumb > * > *,
.card-primary > :not([class*='card-media']) .breadcrumb > * > *,
.card-secondary.card-body .breadcrumb > * > *,
.card-secondary > :not([class*='card-media']) .breadcrumb > * > *,
.overlay-primary .breadcrumb > * > *,
.offcanvas-bar .breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.light .breadcrumb > * > :hover,
.light .breadcrumb > * > :focus,
.section-primary:not(.preserve-color) .breadcrumb > * > :hover,
.section-primary:not(.preserve-color) .breadcrumb > * > :focus,
.section-secondary:not(.preserve-color) .breadcrumb > * > :hover,
.section-secondary:not(.preserve-color) .breadcrumb > * > :focus,
.tile-primary:not(.preserve-color) .breadcrumb > * > :hover,
.tile-primary:not(.preserve-color) .breadcrumb > * > :focus,
.tile-secondary:not(.preserve-color) .breadcrumb > * > :hover,
.tile-secondary:not(.preserve-color) .breadcrumb > * > :focus,
.card-primary.card-body .breadcrumb > * > :hover,
.card-primary.card-body .breadcrumb > * > :focus,
.card-primary > :not([class*='card-media']) .breadcrumb > * > :hover,
.card-primary > :not([class*='card-media']) .breadcrumb > * > :focus,
.card-secondary.card-body .breadcrumb > * > :hover,
.card-secondary.card-body .breadcrumb > * > :focus,
.card-secondary > :not([class*='card-media']) .breadcrumb > * > :hover,
.card-secondary > :not([class*='card-media']) .breadcrumb > * > :focus,
.overlay-primary .breadcrumb > * > :hover,
.overlay-primary .breadcrumb > * > :focus,
.offcanvas-bar .breadcrumb > * > :hover,
.offcanvas-bar .breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .breadcrumb > :last-child > *,
.section-primary:not(.preserve-color) .breadcrumb > :last-child > *,
.section-secondary:not(.preserve-color) .breadcrumb > :last-child > *,
.tile-primary:not(.preserve-color) .breadcrumb > :last-child > *,
.tile-secondary:not(.preserve-color) .breadcrumb > :last-child > *,
.card-primary.card-body .breadcrumb > :last-child > *,
.card-primary > :not([class*='card-media']) .breadcrumb > :last-child > *,
.card-secondary.card-body .breadcrumb > :last-child > *,
.card-secondary > :not([class*='card-media']) .breadcrumb > :last-child > *,
.overlay-primary .breadcrumb > :last-child > *,
.offcanvas-bar .breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}
.light .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.section-primary:not(.preserve-color) .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.section-secondary:not(.preserve-color) .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.tile-primary:not(.preserve-color) .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.tile-secondary:not(.preserve-color) .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.card-primary.card-body .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.card-primary > :not([class*='card-media']) .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.card-secondary.card-body .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.card-secondary > :not([class*='card-media']) .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.overlay-primary .breadcrumb > :nth-child(n+2):not(.first-column)::before,
.offcanvas-bar .breadcrumb > :nth-child(n+2):not(.first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}
.light .pagination > * > *,
.section-primary:not(.preserve-color) .pagination > * > *,
.section-secondary:not(.preserve-color) .pagination > * > *,
.tile-primary:not(.preserve-color) .pagination > * > *,
.tile-secondary:not(.preserve-color) .pagination > * > *,
.card-primary.card-body .pagination > * > *,
.card-primary > :not([class*='card-media']) .pagination > * > *,
.card-secondary.card-body .pagination > * > *,
.card-secondary > :not([class*='card-media']) .pagination > * > *,
.overlay-primary .pagination > * > *,
.offcanvas-bar .pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.light .pagination > * > :hover,
.light .pagination > * > :focus,
.section-primary:not(.preserve-color) .pagination > * > :hover,
.section-primary:not(.preserve-color) .pagination > * > :focus,
.section-secondary:not(.preserve-color) .pagination > * > :hover,
.section-secondary:not(.preserve-color) .pagination > * > :focus,
.tile-primary:not(.preserve-color) .pagination > * > :hover,
.tile-primary:not(.preserve-color) .pagination > * > :focus,
.tile-secondary:not(.preserve-color) .pagination > * > :hover,
.tile-secondary:not(.preserve-color) .pagination > * > :focus,
.card-primary.card-body .pagination > * > :hover,
.card-primary.card-body .pagination > * > :focus,
.card-primary > :not([class*='card-media']) .pagination > * > :hover,
.card-primary > :not([class*='card-media']) .pagination > * > :focus,
.card-secondary.card-body .pagination > * > :hover,
.card-secondary.card-body .pagination > * > :focus,
.card-secondary > :not([class*='card-media']) .pagination > * > :hover,
.card-secondary > :not([class*='card-media']) .pagination > * > :focus,
.overlay-primary .pagination > * > :hover,
.overlay-primary .pagination > * > :focus,
.offcanvas-bar .pagination > * > :hover,
.offcanvas-bar .pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .pagination > .active > *,
.section-primary:not(.preserve-color) .pagination > .active > *,
.section-secondary:not(.preserve-color) .pagination > .active > *,
.tile-primary:not(.preserve-color) .pagination > .active > *,
.tile-secondary:not(.preserve-color) .pagination > .active > *,
.card-primary.card-body .pagination > .active > *,
.card-primary > :not([class*='card-media']) .pagination > .active > *,
.card-secondary.card-body .pagination > .active > *,
.card-secondary > :not([class*='card-media']) .pagination > .active > *,
.overlay-primary .pagination > .active > *,
.offcanvas-bar .pagination > .active > * {
  color: rgba(255, 255, 255, 0.7);
}
.light .pagination > .disabled > *,
.section-primary:not(.preserve-color) .pagination > .disabled > *,
.section-secondary:not(.preserve-color) .pagination > .disabled > *,
.tile-primary:not(.preserve-color) .pagination > .disabled > *,
.tile-secondary:not(.preserve-color) .pagination > .disabled > *,
.card-primary.card-body .pagination > .disabled > *,
.card-primary > :not([class*='card-media']) .pagination > .disabled > *,
.card-secondary.card-body .pagination > .disabled > *,
.card-secondary > :not([class*='card-media']) .pagination > .disabled > *,
.overlay-primary .pagination > .disabled > *,
.offcanvas-bar .pagination > .disabled > * {
  color: rgba(255, 255, 255, 0.5);
}
.light .tab::before,
.section-primary:not(.preserve-color) .tab::before,
.section-secondary:not(.preserve-color) .tab::before,
.tile-primary:not(.preserve-color) .tab::before,
.tile-secondary:not(.preserve-color) .tab::before,
.card-primary.card-body .tab::before,
.card-primary > :not([class*='card-media']) .tab::before,
.card-secondary.card-body .tab::before,
.card-secondary > :not([class*='card-media']) .tab::before,
.overlay-primary .tab::before,
.offcanvas-bar .tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.light .tab > * > a,
.section-primary:not(.preserve-color) .tab > * > a,
.section-secondary:not(.preserve-color) .tab > * > a,
.tile-primary:not(.preserve-color) .tab > * > a,
.tile-secondary:not(.preserve-color) .tab > * > a,
.card-primary.card-body .tab > * > a,
.card-primary > :not([class*='card-media']) .tab > * > a,
.card-secondary.card-body .tab > * > a,
.card-secondary > :not([class*='card-media']) .tab > * > a,
.overlay-primary .tab > * > a,
.offcanvas-bar .tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.light .tab > * > a:hover,
.light .tab > * > a:focus,
.section-primary:not(.preserve-color) .tab > * > a:hover,
.section-primary:not(.preserve-color) .tab > * > a:focus,
.section-secondary:not(.preserve-color) .tab > * > a:hover,
.section-secondary:not(.preserve-color) .tab > * > a:focus,
.tile-primary:not(.preserve-color) .tab > * > a:hover,
.tile-primary:not(.preserve-color) .tab > * > a:focus,
.tile-secondary:not(.preserve-color) .tab > * > a:hover,
.tile-secondary:not(.preserve-color) .tab > * > a:focus,
.card-primary.card-body .tab > * > a:hover,
.card-primary.card-body .tab > * > a:focus,
.card-primary > :not([class*='card-media']) .tab > * > a:hover,
.card-primary > :not([class*='card-media']) .tab > * > a:focus,
.card-secondary.card-body .tab > * > a:hover,
.card-secondary.card-body .tab > * > a:focus,
.card-secondary > :not([class*='card-media']) .tab > * > a:hover,
.card-secondary > :not([class*='card-media']) .tab > * > a:focus,
.overlay-primary .tab > * > a:hover,
.overlay-primary .tab > * > a:focus,
.offcanvas-bar .tab > * > a:hover,
.offcanvas-bar .tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .tab > .active > a,
.section-primary:not(.preserve-color) .tab > .active > a,
.section-secondary:not(.preserve-color) .tab > .active > a,
.tile-primary:not(.preserve-color) .tab > .active > a,
.tile-secondary:not(.preserve-color) .tab > .active > a,
.card-primary.card-body .tab > .active > a,
.card-primary > :not([class*='card-media']) .tab > .active > a,
.card-secondary.card-body .tab > .active > a,
.card-secondary > :not([class*='card-media']) .tab > .active > a,
.overlay-primary .tab > .active > a,
.offcanvas-bar .tab > .active > a {
  color: #fff;
  border-color: #fff;
}
.light .tab > .disabled > a,
.section-primary:not(.preserve-color) .tab > .disabled > a,
.section-secondary:not(.preserve-color) .tab > .disabled > a,
.tile-primary:not(.preserve-color) .tab > .disabled > a,
.tile-secondary:not(.preserve-color) .tab > .disabled > a,
.card-primary.card-body .tab > .disabled > a,
.card-primary > :not([class*='card-media']) .tab > .disabled > a,
.card-secondary.card-body .tab > .disabled > a,
.card-secondary > :not([class*='card-media']) .tab > .disabled > a,
.overlay-primary .tab > .disabled > a,
.offcanvas-bar .tab > .disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.light .slidenav,
.section-primary:not(.preserve-color) .slidenav,
.section-secondary:not(.preserve-color) .slidenav,
.tile-primary:not(.preserve-color) .slidenav,
.tile-secondary:not(.preserve-color) .slidenav,
.card-primary.card-body .slidenav,
.card-primary > :not([class*='card-media']) .slidenav,
.card-secondary.card-body .slidenav,
.card-secondary > :not([class*='card-media']) .slidenav,
.overlay-primary .slidenav,
.offcanvas-bar .slidenav {
  color: rgba(255, 255, 255, 0.7);
}
.light .slidenav:hover,
.light .slidenav:focus,
.section-primary:not(.preserve-color) .slidenav:hover,
.section-primary:not(.preserve-color) .slidenav:focus,
.section-secondary:not(.preserve-color) .slidenav:hover,
.section-secondary:not(.preserve-color) .slidenav:focus,
.tile-primary:not(.preserve-color) .slidenav:hover,
.tile-primary:not(.preserve-color) .slidenav:focus,
.tile-secondary:not(.preserve-color) .slidenav:hover,
.tile-secondary:not(.preserve-color) .slidenav:focus,
.card-primary.card-body .slidenav:hover,
.card-primary.card-body .slidenav:focus,
.card-primary > :not([class*='card-media']) .slidenav:hover,
.card-primary > :not([class*='card-media']) .slidenav:focus,
.card-secondary.card-body .slidenav:hover,
.card-secondary.card-body .slidenav:focus,
.card-secondary > :not([class*='card-media']) .slidenav:hover,
.card-secondary > :not([class*='card-media']) .slidenav:focus,
.overlay-primary .slidenav:hover,
.overlay-primary .slidenav:focus,
.offcanvas-bar .slidenav:hover,
.offcanvas-bar .slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}
.light .slidenav:active,
.section-primary:not(.preserve-color) .slidenav:active,
.section-secondary:not(.preserve-color) .slidenav:active,
.tile-primary:not(.preserve-color) .slidenav:active,
.tile-secondary:not(.preserve-color) .slidenav:active,
.card-primary.card-body .slidenav:active,
.card-primary > :not([class*='card-media']) .slidenav:active,
.card-secondary.card-body .slidenav:active,
.card-secondary > :not([class*='card-media']) .slidenav:active,
.overlay-primary .slidenav:active,
.offcanvas-bar .slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}
.light .dotnav > * > *,
.section-primary:not(.preserve-color) .dotnav > * > *,
.section-secondary:not(.preserve-color) .dotnav > * > *,
.tile-primary:not(.preserve-color) .dotnav > * > *,
.tile-secondary:not(.preserve-color) .dotnav > * > *,
.card-primary.card-body .dotnav > * > *,
.card-primary > :not([class*='card-media']) .dotnav > * > *,
.card-secondary.card-body .dotnav > * > *,
.card-secondary > :not([class*='card-media']) .dotnav > * > *,
.overlay-primary .dotnav > * > *,
.offcanvas-bar .dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.light .dotnav > * > :hover,
.light .dotnav > * > :focus,
.section-primary:not(.preserve-color) .dotnav > * > :hover,
.section-primary:not(.preserve-color) .dotnav > * > :focus,
.section-secondary:not(.preserve-color) .dotnav > * > :hover,
.section-secondary:not(.preserve-color) .dotnav > * > :focus,
.tile-primary:not(.preserve-color) .dotnav > * > :hover,
.tile-primary:not(.preserve-color) .dotnav > * > :focus,
.tile-secondary:not(.preserve-color) .dotnav > * > :hover,
.tile-secondary:not(.preserve-color) .dotnav > * > :focus,
.card-primary.card-body .dotnav > * > :hover,
.card-primary.card-body .dotnav > * > :focus,
.card-primary > :not([class*='card-media']) .dotnav > * > :hover,
.card-primary > :not([class*='card-media']) .dotnav > * > :focus,
.card-secondary.card-body .dotnav > * > :hover,
.card-secondary.card-body .dotnav > * > :focus,
.card-secondary > :not([class*='card-media']) .dotnav > * > :hover,
.card-secondary > :not([class*='card-media']) .dotnav > * > :focus,
.overlay-primary .dotnav > * > :hover,
.overlay-primary .dotnav > * > :focus,
.offcanvas-bar .dotnav > * > :hover,
.offcanvas-bar .dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.light .dotnav > * > :active,
.section-primary:not(.preserve-color) .dotnav > * > :active,
.section-secondary:not(.preserve-color) .dotnav > * > :active,
.tile-primary:not(.preserve-color) .dotnav > * > :active,
.tile-secondary:not(.preserve-color) .dotnav > * > :active,
.card-primary.card-body .dotnav > * > :active,
.card-primary > :not([class*='card-media']) .dotnav > * > :active,
.card-secondary.card-body .dotnav > * > :active,
.card-secondary > :not([class*='card-media']) .dotnav > * > :active,
.overlay-primary .dotnav > * > :active,
.offcanvas-bar .dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.light .dotnav > .active > *,
.section-primary:not(.preserve-color) .dotnav > .active > *,
.section-secondary:not(.preserve-color) .dotnav > .active > *,
.tile-primary:not(.preserve-color) .dotnav > .active > *,
.tile-secondary:not(.preserve-color) .dotnav > .active > *,
.card-primary.card-body .dotnav > .active > *,
.card-primary > :not([class*='card-media']) .dotnav > .active > *,
.card-secondary.card-body .dotnav > .active > *,
.card-secondary > :not([class*='card-media']) .dotnav > .active > *,
.overlay-primary .dotnav > .active > *,
.offcanvas-bar .dotnav > .active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.light .accordion-title,
.section-primary:not(.preserve-color) .accordion-title,
.section-secondary:not(.preserve-color) .accordion-title,
.tile-primary:not(.preserve-color) .accordion-title,
.tile-secondary:not(.preserve-color) .accordion-title,
.card-primary.card-body .accordion-title,
.card-primary > :not([class*='card-media']) .accordion-title,
.card-secondary.card-body .accordion-title,
.card-secondary > :not([class*='card-media']) .accordion-title,
.overlay-primary .accordion-title,
.offcanvas-bar .accordion-title {
  color: #fff;
}
.light .accordion-title:hover,
.light .accordion-title:focus,
.section-primary:not(.preserve-color) .accordion-title:hover,
.section-primary:not(.preserve-color) .accordion-title:focus,
.section-secondary:not(.preserve-color) .accordion-title:hover,
.section-secondary:not(.preserve-color) .accordion-title:focus,
.tile-primary:not(.preserve-color) .accordion-title:hover,
.tile-primary:not(.preserve-color) .accordion-title:focus,
.tile-secondary:not(.preserve-color) .accordion-title:hover,
.tile-secondary:not(.preserve-color) .accordion-title:focus,
.card-primary.card-body .accordion-title:hover,
.card-primary.card-body .accordion-title:focus,
.card-primary > :not([class*='card-media']) .accordion-title:hover,
.card-primary > :not([class*='card-media']) .accordion-title:focus,
.card-secondary.card-body .accordion-title:hover,
.card-secondary.card-body .accordion-title:focus,
.card-secondary > :not([class*='card-media']) .accordion-title:hover,
.card-secondary > :not([class*='card-media']) .accordion-title:focus,
.overlay-primary .accordion-title:hover,
.overlay-primary .accordion-title:focus,
.offcanvas-bar .accordion-title:hover,
.offcanvas-bar .accordion-title:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .iconnav > * > a,
.section-primary:not(.preserve-color) .iconnav > * > a,
.section-secondary:not(.preserve-color) .iconnav > * > a,
.tile-primary:not(.preserve-color) .iconnav > * > a,
.tile-secondary:not(.preserve-color) .iconnav > * > a,
.card-primary.card-body .iconnav > * > a,
.card-primary > :not([class*='card-media']) .iconnav > * > a,
.card-secondary.card-body .iconnav > * > a,
.card-secondary > :not([class*='card-media']) .iconnav > * > a,
.overlay-primary .iconnav > * > a,
.offcanvas-bar .iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.light .iconnav > * > a:hover,
.light .iconnav > * > a:focus,
.section-primary:not(.preserve-color) .iconnav > * > a:hover,
.section-primary:not(.preserve-color) .iconnav > * > a:focus,
.section-secondary:not(.preserve-color) .iconnav > * > a:hover,
.section-secondary:not(.preserve-color) .iconnav > * > a:focus,
.tile-primary:not(.preserve-color) .iconnav > * > a:hover,
.tile-primary:not(.preserve-color) .iconnav > * > a:focus,
.tile-secondary:not(.preserve-color) .iconnav > * > a:hover,
.tile-secondary:not(.preserve-color) .iconnav > * > a:focus,
.card-primary.card-body .iconnav > * > a:hover,
.card-primary.card-body .iconnav > * > a:focus,
.card-primary > :not([class*='card-media']) .iconnav > * > a:hover,
.card-primary > :not([class*='card-media']) .iconnav > * > a:focus,
.card-secondary.card-body .iconnav > * > a:hover,
.card-secondary.card-body .iconnav > * > a:focus,
.card-secondary > :not([class*='card-media']) .iconnav > * > a:hover,
.card-secondary > :not([class*='card-media']) .iconnav > * > a:focus,
.overlay-primary .iconnav > * > a:hover,
.overlay-primary .iconnav > * > a:focus,
.offcanvas-bar .iconnav > * > a:hover,
.offcanvas-bar .iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .iconnav > .active > a,
.section-primary:not(.preserve-color) .iconnav > .active > a,
.section-secondary:not(.preserve-color) .iconnav > .active > a,
.tile-primary:not(.preserve-color) .iconnav > .active > a,
.tile-secondary:not(.preserve-color) .iconnav > .active > a,
.card-primary.card-body .iconnav > .active > a,
.card-primary > :not([class*='card-media']) .iconnav > .active > a,
.card-secondary.card-body .iconnav > .active > a,
.card-secondary > :not([class*='card-media']) .iconnav > .active > a,
.overlay-primary .iconnav > .active > a,
.offcanvas-bar .iconnav > .active > a {
  color: rgba(255, 255, 255, 0.7);
}
.light .text-lead,
.section-primary:not(.preserve-color) .text-lead,
.section-secondary:not(.preserve-color) .text-lead,
.tile-primary:not(.preserve-color) .text-lead,
.tile-secondary:not(.preserve-color) .text-lead,
.card-primary.card-body .text-lead,
.card-primary > :not([class*='card-media']) .text-lead,
.card-secondary.card-body .text-lead,
.card-secondary > :not([class*='card-media']) .text-lead,
.overlay-primary .text-lead,
.offcanvas-bar .text-lead {
  color: rgba(255, 255, 255, 0.7);
}
.light .text-meta,
.section-primary:not(.preserve-color) .text-meta,
.section-secondary:not(.preserve-color) .text-meta,
.tile-primary:not(.preserve-color) .text-meta,
.tile-secondary:not(.preserve-color) .text-meta,
.card-primary.card-body .text-meta,
.card-primary > :not([class*='card-media']) .text-meta,
.card-secondary.card-body .text-meta,
.card-secondary > :not([class*='card-media']) .text-meta,
.overlay-primary .text-meta,
.offcanvas-bar .text-meta {
  color: rgba(255, 255, 255, 0.5);
}
.light .text-muted,
.section-primary:not(.preserve-color) .text-muted,
.section-secondary:not(.preserve-color) .text-muted,
.tile-primary:not(.preserve-color) .text-muted,
.tile-secondary:not(.preserve-color) .text-muted,
.card-primary.card-body .text-muted,
.card-primary > :not([class*='card-media']) .text-muted,
.card-secondary.card-body .text-muted,
.card-secondary > :not([class*='card-media']) .text-muted,
.overlay-primary .text-muted,
.offcanvas-bar .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light .text-emphasis,
.section-primary:not(.preserve-color) .text-emphasis,
.section-secondary:not(.preserve-color) .text-emphasis,
.tile-primary:not(.preserve-color) .text-emphasis,
.tile-secondary:not(.preserve-color) .text-emphasis,
.card-primary.card-body .text-emphasis,
.card-primary > :not([class*='card-media']) .text-emphasis,
.card-secondary.card-body .text-emphasis,
.card-secondary > :not([class*='card-media']) .text-emphasis,
.overlay-primary .text-emphasis,
.offcanvas-bar .text-emphasis {
  color: #fff !important;
}
.light .text-primary,
.section-primary:not(.preserve-color) .text-primary,
.section-secondary:not(.preserve-color) .text-primary,
.tile-primary:not(.preserve-color) .text-primary,
.tile-secondary:not(.preserve-color) .text-primary,
.card-primary.card-body .text-primary,
.card-primary > :not([class*='card-media']) .text-primary,
.card-secondary.card-body .text-primary,
.card-secondary > :not([class*='card-media']) .text-primary,
.overlay-primary .text-primary,
.offcanvas-bar .text-primary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light .column-divider,
.section-primary:not(.preserve-color) .column-divider,
.section-secondary:not(.preserve-color) .column-divider,
.tile-primary:not(.preserve-color) .column-divider,
.tile-secondary:not(.preserve-color) .column-divider,
.card-primary.card-body .column-divider,
.card-primary > :not([class*='card-media']) .column-divider,
.card-secondary.card-body .column-divider,
.card-secondary > :not([class*='card-media']) .column-divider,
.overlay-primary .column-divider,
.offcanvas-bar .column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}
.light .logo,
.section-primary:not(.preserve-color) .logo,
.section-secondary:not(.preserve-color) .logo,
.tile-primary:not(.preserve-color) .logo,
.tile-secondary:not(.preserve-color) .logo,
.card-primary.card-body .logo,
.card-primary > :not([class*='card-media']) .logo,
.card-secondary.card-body .logo,
.card-secondary > :not([class*='card-media']) .logo,
.overlay-primary .logo,
.offcanvas-bar .logo {
  color: rgba(255, 255, 255, 0.7);
}
.light .logo:hover,
.light .logo:focus,
.section-primary:not(.preserve-color) .logo:hover,
.section-primary:not(.preserve-color) .logo:focus,
.section-secondary:not(.preserve-color) .logo:hover,
.section-secondary:not(.preserve-color) .logo:focus,
.tile-primary:not(.preserve-color) .logo:hover,
.tile-primary:not(.preserve-color) .logo:focus,
.tile-secondary:not(.preserve-color) .logo:hover,
.tile-secondary:not(.preserve-color) .logo:focus,
.card-primary.card-body .logo:hover,
.card-primary.card-body .logo:focus,
.card-primary > :not([class*='card-media']) .logo:hover,
.card-primary > :not([class*='card-media']) .logo:focus,
.card-secondary.card-body .logo:hover,
.card-secondary.card-body .logo:focus,
.card-secondary > :not([class*='card-media']) .logo:hover,
.card-secondary > :not([class*='card-media']) .logo:focus,
.overlay-primary .logo:hover,
.overlay-primary .logo:focus,
.offcanvas-bar .logo:hover,
.offcanvas-bar .logo:focus {
  color: rgba(255, 255, 255, 0.7);
}
.light .logo > :not(.logo-inverse):not(:only-of-type),
.section-primary:not(.preserve-color) .logo > :not(.logo-inverse):not(:only-of-type),
.section-secondary:not(.preserve-color) .logo > :not(.logo-inverse):not(:only-of-type),
.tile-primary:not(.preserve-color) .logo > :not(.logo-inverse):not(:only-of-type),
.tile-secondary:not(.preserve-color) .logo > :not(.logo-inverse):not(:only-of-type),
.card-primary.card-body .logo > :not(.logo-inverse):not(:only-of-type),
.card-primary > :not([class*='card-media']) .logo > :not(.logo-inverse):not(:only-of-type),
.card-secondary.card-body .logo > :not(.logo-inverse):not(:only-of-type),
.card-secondary > :not([class*='card-media']) .logo > :not(.logo-inverse):not(:only-of-type),
.overlay-primary .logo > :not(.logo-inverse):not(:only-of-type),
.offcanvas-bar .logo > :not(.logo-inverse):not(:only-of-type) {
  display: none;
}
.light .logo-inverse,
.section-primary:not(.preserve-color) .logo-inverse,
.section-secondary:not(.preserve-color) .logo-inverse,
.tile-primary:not(.preserve-color) .logo-inverse,
.tile-secondary:not(.preserve-color) .logo-inverse,
.card-primary.card-body .logo-inverse,
.card-primary > :not([class*='card-media']) .logo-inverse,
.card-secondary.card-body .logo-inverse,
.card-secondary > :not([class*='card-media']) .logo-inverse,
.overlay-primary .logo-inverse,
.offcanvas-bar .logo-inverse {
  display: inline;
}
.light .accordion-title::before,
.section-primary:not(.preserve-color) .accordion-title::before,
.section-secondary:not(.preserve-color) .accordion-title::before,
.tile-primary:not(.preserve-color) .accordion-title::before,
.tile-secondary:not(.preserve-color) .accordion-title::before,
.card-primary.card-body .accordion-title::before,
.card-primary > :not([class*='card-media']) .accordion-title::before,
.card-secondary.card-body .accordion-title::before,
.card-secondary > :not([class*='card-media']) .accordion-title::before,
.overlay-primary .accordion-title::before,
.offcanvas-bar .accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.light .open > .accordion-title::before,
.section-primary:not(.preserve-color) .open > .accordion-title::before,
.section-secondary:not(.preserve-color) .open > .accordion-title::before,
.tile-primary:not(.preserve-color) .open > .accordion-title::before,
.tile-secondary:not(.preserve-color) .open > .accordion-title::before,
.card-primary.card-body .open > .accordion-title::before,
.card-primary > :not([class*='card-media']) .open > .accordion-title::before,
.card-secondary.card-body .open > .accordion-title::before,
.card-secondary > :not([class*='card-media']) .open > .accordion-title::before,
.overlay-primary .open > .accordion-title::before,
.offcanvas-bar .open > .accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* ========================================================================
   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;
  }
}
