/*!
Theme Name: Fleishers
Author: Zlatan Halilovic
Author URI: http://onioneyethemes.com/
Version: 1.0.50
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fleishers
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# UIKit
# Base
# Layouts
# Components
# Pages
# Plugins
--------------------------------------------------------------*/
.site-footer__secondary-content > .uk-container:before, .site-footer__main-content:after, .navbar__drop:after {
  display: block;
  content: '';
  position: absolute;
}

.woocommerce-MyAccount-navigation ul, .summary ul,
.summary ol, .woocommerce-product-gallery ul.flex-direction-nav, .page-locations .grid-2-cols__business-hours ul, .store-list, .site-footer ul, .navbar,
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-product-gallery a.flex-prev::before,
.woocommerce-product-gallery a.flex-next::after, .fls-btn--gift::after, .fls-btn--arrow-right::after, blockquote::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fl-after-cart-wrap .cart-collaterals .cart_totals h2, .fl-after-cart-wrap .br_cart_suggestions_cart h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Six Caps", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fl-after-cart-wrap .cart-collaterals .cart_totals h2, .fl-after-cart-wrap .br_cart_suggestions_cart h4 {
    font-size: 3.125rem;
    line-height: 1;
  }
}

.fl-after-cart-wrap .cart-collaterals .cart_totals h2, .fl-after-cart-wrap .br_cart_suggestions_cart h4 {
  padding-bottom: 0.75rem;
  margin-bottom: 0.375rem;
  border-bottom: 0.375rem solid #b7a489;
}

/*
 START UIKit Framework
*/
/* ========================================================================
   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: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  color: #333335;
}

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none;
}

/*
 * Style
 */
a,
.uk-link {
  color: #445e62;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #445e62;
  text-decoration: none;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 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;
}

/*
 * Emphasize
 */
em {
  color: #333335;
}

/*
 * 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;
}

/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  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 1.5rem 0;
}

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 1.5rem;
}

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 1.5rem 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}

/* Add margin if adjacent element */
* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
  margin-top: 0;
}

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 1.75rem;
  line-height: 1.2857142857;
}

h2, .uk-h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}

h3, .uk-h3 {
  font-size: 1.375rem;
  line-height: 1.0909090909;
}

h4, .uk-h4 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

h5, .uk-h5 {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

h6, .uk-h6 {
  font-size: 0.75rem;
  line-height: 2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 7.5rem;
  }
  h2, .uk-h2 {
    font-size: 1.5rem;
  }
}

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 1.875rem;
}

/*
 * 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. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 1.5rem 0;
  border: 0;
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 1.5rem;
}

/* Address
 ========================================================================== */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 1.5rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 1.5rem;
}

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  /* 1 */
  overflow: auto;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
::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
 */
.uk-breakpoint-s::before {
  content: "640px";
}

.uk-breakpoint-m::before {
  content: "960px";
}

.uk-breakpoint-l::before {
  content: "1200px";
}

.uk-breakpoint-xl::before {
  content: "1600px";
}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

button,
input,
select,
optgroup,
textarea {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333335;
}

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999;
}

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
.uk-link-toggle:focus .uk-link-muted {
  color: #666;
}

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a {
  color: inherit;
}

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
.uk-link-toggle:focus .uk-link-text {
  color: #999;
}

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a {
  color: inherit;
}

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-link-toggle:focus .uk-link-heading {
  color: #ded5c7;
  text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

.uk-link-toggle:focus {
  outline: none;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
  }
  .uk-heading-large {
    font-size: 4rem;
  }
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
}

/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
}

/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid rgba(51, 51, 53, 0.15);
}

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid rgba(51, 51, 53, 0.15);
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
.uk-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
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid rgba(51, 51, 53, 0.15);
}

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*='uk-divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 24px;
}

/* Add margin if adjacent element */
* + [class*='uk-divider'] {
  margin-top: 24px;
}

/* Icon
 ========================================================================== */
.uk-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%22rgba(51, 51, 53, 0.15)%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%;
}

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid rgba(51, 51, 53, 0.15);
}

.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0;
}

/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid rgba(51, 51, 53, 0.15);
  vertical-align: top;
}

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid rgba(51, 51, 53, 0.15);
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}

/*
 * Micro clearfix
 */
.uk-list > li::before,
.uk-list > li::after {
  content: "";
  display: table;
}

.uk-list > li::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
  margin-bottom: 0;
}

/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}

/*
 * Style
 */
.uk-list > li:nth-child(n+2),
.uk-list > li > ul {
  margin-top: 12px;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > li:nth-child(n+2) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/*
 * Striped
 */
.uk-list-striped > li {
  padding: 12px 12px;
}

.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f6f3;
}

.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
.uk-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 12px);
}

.uk-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
 ========================================================================== */
.uk-list-large > li:nth-child(n+2),
.uk-list-large > li > ul {
  margin-top: 24px;
}

/*
 * Divider
 */
.uk-list-large.uk-list-divider > li:nth-child(n+2) {
  margin-top: 24px;
  padding-top: 24px;
}

/*
 * Striped
 */
.uk-list-large.uk-list-striped > li {
  padding: 24px 12px;
}

.uk-list-large.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333;
}

.uk-description-list > dt:nth-child(n+2) {
  margin-top: 24px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 24px;
}

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 24px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 1rem;
  font-weight: bold;
  color: #666;
}

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f6f3;
}

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}

.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}

.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
.uk-table-responsive tbody,
.uk-table-responsive th,
.uk-table-responsive td,
.uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
.uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
.uk-table-responsive td:not(:first-child):not(.uk-table-link),
.uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
.uk-table-responsive td:not(:last-child):not(.uk-table-link),
.uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
.uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-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.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999;
}

.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #666;
  outline: none;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f6f3;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #efeae3;
  color: #666;
  outline: none;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #e5ded3;
  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
 */
.uk-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 */
.uk-range:focus {
  outline: none;
}

.uk-range::-moz-focus-outer {
  border: none;
}

/* IE11 Reset */
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}

/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #666;
}

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #666;
}

/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}

/* IE11 */
.uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #666;
}

/* Edge + IE11 */
.uk-range::-ms-tooltip {
  display: none;
}

/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #efeae3;
}

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dcd2c3;
}

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #efeae3;
}

.uk-range:focus::-moz-range-track {
  background: #dcd2c3;
}

/* Edge */
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: #efeae3;
}

.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #dcd2c3;
}

/* ========================================================================
   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.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-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.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
.uk-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.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #f8f6f3;
  color: #666;
}

/*
 * 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
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 40px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #f8f6f3;
  color: #666;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f6f3;
  color: #999;
}

/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
  color: #999 !important;
}

.uk-input::-webkit-input-placeholder {
  color: #999;
}

.uk-input::-moz-placeholder {
  color: #999;
}

.uk-input:-ms-input-placeholder {
  color: #999;
}

.uk-input::placeholder {
  color: #999;
}

.uk-textarea::-ms-input-placeholder {
  color: #999 !important;
}

.uk-textarea::-webkit-input-placeholder {
  color: #999;
}

.uk-textarea::-moz-placeholder {
  color: #999;
}

.uk-textarea:-ms-input-placeholder {
  color: #999;
}

.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 30px;
}

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 55px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
}

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
}

/*
 * Blank
 */
.uk-form-blank {
  background: none;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}

select.uk-form-width-xsmall {
  width: 75px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-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.
 */
.uk-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 */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

/* 4 */
.uk-select:not([multiple]):not([size]) option {
  color: #444;
}

/*
 * Disabled
 */
.uk-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");
}

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-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: #efeae3;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-radio {
  border-radius: 50%;
}

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #ded5c7;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #cbbda7;
}

/*
 * Icons
 */
.uk-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");
}

.uk-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");
}

.uk-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
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f6f3;
}

.uk-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");
}

.uk-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");
}

.uk-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
 */
.uk-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
 */
.uk-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
 */
.uk-form-custom select,
.uk-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;
}

.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/* Label
 ========================================================================== */
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 12px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 12px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}

/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-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`.
 */
.uk-form-icon:hover {
  color: #666;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}

/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto;
}

.uk-form-icon-flip ~ .uk-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`.
 */
.uk-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: 1rem;
  /* 7 */
  line-height: 40px;
  /* 8 */
  text-align: center;
  /* 9 */
  text-decoration: none;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* Focus */
.uk-button:focus {
  outline: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: #f8f6f3;
  color: #333;
}

/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #efeae3;
  color: #333;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #e5ded3;
  color: #333;
}

/*
 * Primary
 */
.uk-button-primary {
  background-color: #ded5c7;
  color: #fff;
}

/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #d5c9b7;
  color: #fff;
}

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #cbbda7;
  color: #fff;
}

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #445e62;
  color: #fff;
}

/* Hover + Focus */
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: #3a5053;
  color: #fff;
}

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #2f4144;
  color: #fff;
}

/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
}

/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #ee395b;
  color: #fff;
}

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f6f3;
  color: #999;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 30px;
  font-size: 0.875rem;
}

.uk-button-large {
  padding: 0 40px;
  line-height: 55px;
  font-size: 1.25rem;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #666;
}

/* Disabled */
.uk-button-text:disabled {
  color: #999;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #445e62;
}

/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #445e62;
  text-decoration: underline;
}

/* Disabled */
.uk-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
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  box-sizing: border-box;
  /* 1 */
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/*
 * Micro clearfix
 */
.uk-section::before,
.uk-section::after {
  content: "";
  display: table;
}

.uk-section::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*
 * Small
 */
.uk-section-small {
  padding-top: 48px;
  padding-bottom: 48px;
}

/*
 * Large
 */
.uk-section-large {
  padding-top: 72px;
  padding-bottom: 72px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 144px;
  padding-bottom: 144px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 216px;
    padding-bottom: 216px;
  }
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-section-muted {
  background: #f8f6f3;
}

/*
 * Primary
 */
.uk-section-primary {
  background: #ded5c7;
}

/*
 * Secondary
 */
.uk-section-secondary {
  background: #445e62;
}

/* 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.
 */
.uk-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
 * Micro clearfix
 */
.uk-container::before,
.uk-container::after {
  content: "";
  display: table;
}

.uk-container::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-large {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0;
}

.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
.uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .uk-container-expand-left.uk-container-small,
.uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
.uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xsmall,
.uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-small,
.uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-large,
.uk-container-expand-right.uk-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.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-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
 */
.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px;
}

.uk-grid > * {
  padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
    margin-top: 40px;
  }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px;
}

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px;
}

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px;
}

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px;
}

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px;
}

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
.uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *,
.uk-grid-column-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
    margin-top: 70px;
  }
}

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(51, 51, 53, 0.15);
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px;
}

.uk-grid-divider > * {
  padding-left: 60px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > * {
    padding-left: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px;
}

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px;
}

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/*
 * Micro clearfix
 */
.uk-tile::before,
.uk-tile::after {
  content: "";
  display: table;
}

.uk-tile::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*
 * Small
 */
.uk-tile-small {
  padding-top: 48px;
  padding-bottom: 48px;
}

/*
 * Large
 */
.uk-tile-large {
  padding-top: 72px;
  padding-bottom: 72px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 144px;
  padding-bottom: 144px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 216px;
    padding-bottom: 216px;
  }
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-tile-muted {
  background: #f8f6f3;
}

/*
 * Primary
 */
.uk-tile-primary {
  background: #ded5c7;
}

/*
 * Secondary
 */
.uk-tile-secondary {
  background: #445e62;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
}

/* Sections
 ========================================================================== */
.uk-card-body {
  padding: 30px 30px;
}

.uk-card-header {
  padding: 15px 30px;
}

.uk-card-footer {
  padding: 15px 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 20px 40px;
  }
  .uk-card-footer {
    padding: 20px 40px;
  }
}

/*
 * Micro clearfix
 */
.uk-card-body::before,
.uk-card-body::after,
.uk-card-header::before,
.uk-card-header::after,
.uk-card-footer::before,
.uk-card-footer::after {
  content: "";
  display: table;
}

.uk-card-body::after,
.uk-card-header::after,
.uk-card-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-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
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */
.uk-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #f8f6f3;
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background: #f8f6f3;
  color: #666;
}

.uk-card-default .uk-card-title {
  color: #333;
}

.uk-card-default.uk-card-hover:hover {
  background-color: #efeae3;
}

/*
 * Primary
 */
.uk-card-primary {
  background: #ded5c7;
  color: #fff;
}

.uk-card-primary .uk-card-title {
  color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
  background-color: #d5c9b7;
}

/*
 * Secondary
 */
.uk-card-secondary {
  background: #445e62;
  color: #fff;
}

.uk-card-secondary .uk-card-title {
  color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #3a5053;
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 24px 24px;
}

.uk-card-small .uk-card-header {
  padding: 16px 24px;
}

.uk-card-small .uk-card-footer {
  padding: 16px 24px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
.uk-card-large .uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
}

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #666;
  outline: none;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
          animation: uk-spinner-rotate 1.4s linear infinite;
}

@-webkit-keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

/*
 * Circle
 */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  -webkit-animation: uk-spinner-dash 1.4s ease-in-out infinite;
          animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@-webkit-keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
}

/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  color: #666;
  outline: none;
}

/* OnClick */
.uk-totop:active {
  color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #445e62;
  color: #fff;
}

/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #fff;
  outline: none;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 24px;
  padding: 15px 29px 15px 15px;
  background: #f8f6f3;
  color: #666;
}

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 24px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0;
}

/*
 * Hover + Focus
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: white;
  color: #ded5c7;
}

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #ded5c7;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*
 * Required for `a`
 */
.uk-badge:hover,
.uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 12px;
  background: #ded5c7;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.5);
}

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(0, 0, 0, 0.5);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix
 */
.uk-article::before,
.uk-article::after {
  content: "";
  display: table;
}

.uk-article::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 72px;
}

/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem;
  }
}

/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uk-comment-header {
  margin-bottom: 24px;
}

/*
 * Micro clearfix
 */
.uk-comment-body::before,
.uk-comment-body::after,
.uk-comment-header::before,
.uk-comment-header::after {
  content: "";
  display: table;
}

.uk-comment-body::after,
.uk-comment-header::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 72px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 72px 0 0 0;
  padding-left: 30px;
  list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}

/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 72px;
}

/* Style modifier
 ========================================================================== */
/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-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.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-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
 */
.uk-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;
}

.uk-search-input:focus {
  outline: none;
}

/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999 !important;
}

.uk-search-input::-webkit-input-placeholder {
  color: #999;
}

.uk-search-input::-moz-placeholder {
  color: #999;
}

.uk-search-input::-ms-input-placeholder {
  color: #999;
}

.uk-search-input::placeholder {
  color: #999;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-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`.
 */
.uk-search .uk-search-icon:hover {
  color: #999;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 180px;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: #f8f6f3;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #f8f6f3;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999;
}

/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 2 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}

/* 3 */
.uk-nav li > a:focus {
  outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0;
}

/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-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%;
}

.uk-nav-parent-icon > .uk-parent.uk-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
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
  margin-top: 24px;
}

/* Divider
 ========================================================================== */
.uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999;
}

/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #666;
}

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
  color: #999;
}

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999;
}

/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #666;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
  color: #999;
}

.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
  text-align: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f6f3;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.uk-navbar-container > ::before,
.uk-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
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto;
}

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}

.uk-navbar-center-left {
  right: 100%;
}

.uk-navbar-center-right {
  left: 100%;
}

[class*='uk-navbar-center-'] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-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
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-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: 1rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 4 */
  text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
}

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #666;
  outline: none;
}

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333;
}

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333;
}

/* Item
 ========================================================================== */
.uk-navbar-item {
  color: #666;
}

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  color: #999;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #666;
  outline: none;
  text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem;
}

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 15px;
  background: #f8f6f3;
  color: #666;
}

/* Show */
.uk-navbar-dropdown.uk-open {
  display: block;
}

/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*='uk-navbar-dropdown-top'] {
  margin-top: 0;
}

[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 0;
}

[class*='uk-navbar-dropdown-left'] {
  margin-left: 0;
}

[class*='uk-navbar-dropdown-right'] {
  margin-left: 0;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid {
  margin-left: -30px;
}

.uk-navbar-dropdown-grid > * {
  padding-left: 30px;
}

/* Gutter Vertical */
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 30px;
}

/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important;
}

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px;
}

/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #666;
}

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
  background: #f8f6f3;
}

/*
 * Slide modifier
 */
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-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
 */
.uk-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
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}

/* Active */
.uk-subnav > .uk-active > a {
  color: #333;
}

/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.uk-subnav-divider > * {
  /* 1 */
  display: flex;
  align-items: center;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid rgba(51, 51, 53, 0.15);
}

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}

/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #f8f6f3;
  color: #666;
}

/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f6f3;
  color: #666;
}

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #ded5c7;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
.uk-breadcrumb {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.uk-breadcrumb > * {
  flex: none;
}

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999;
}

/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > * {
  color: #666;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-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
 */
.uk-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
 */
.uk-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
 */
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-pagination > .uk-active > * {
  color: #666;
}

/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  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
 */
.uk-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
 */
.uk-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
}

/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
}

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0;
}

.uk-tab-left > * > a {
  text-align: left;
}

.uk-tab-right > * > a {
  text-align: left;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
}

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none;
}

/* OnClick */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-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
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-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
 */
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
  display: inline-block;
}

/* Hover + Focus */
.uk-thumbnav > * > :hover,
.uk-thumbnav > * > :focus {
  outline: none;
}

/* Active */
/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 24px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
}

/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  margin-top: 24px;
}

/*
 * Micro clearfix
 */
.uk-accordion-content::before,
.uk-accordion-content::after {
  content: "";
  display: table;
}

.uk-accordion-content::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-drop-top'] {
  margin-top: -24px;
}

[class*='uk-drop-bottom'] {
  margin-top: 24px;
}

[class*='uk-drop-left'] {
  margin-left: -24px;
}

[class*='uk-drop-right'] {
  margin-left: 24px;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 15px;
  background: #f8f6f3;
  color: #666;
}

/* Show */
.uk-dropdown.uk-open {
  display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #666;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid rgba(51, 51, 53, 0.15);
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] {
  margin-top: -12px;
}

[class*='uk-dropdown-bottom'] {
  margin-top: 12px;
}

[class*='uk-dropdown-left'] {
  margin-left: -12px;
}

[class*='uk-dropdown-right'] {
  margin-left: 12px;
}

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-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
 */
.uk-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) {
  .uk-modal {
    padding: 50px 30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-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
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  padding: 30px 30px;
}

.uk-modal-header {
  padding: 15px 30px;
  background: #f8f6f3;
}

.uk-modal-footer {
  padding: 15px 30px;
  background: #f8f6f3;
}

/*
 * Micro clearfix
 */
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  content: "";
  display: table;
}

.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 12px;
  right: 12px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}

.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}

/*
 * Full
 */
/* ========================================================================
   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
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.uk-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 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

/* 6 */
.uk-lightbox-items > :focus {
  outline: none;
}

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-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
 */
.uk-lightbox-button:hover {
  color: #fff;
}

/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-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.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y;
}

/* 6 */
.uk-slideshow-items > :focus {
  outline: none;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-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`.
 */
.uk-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.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/* 4 */
.uk-slider-items > :focus {
  outline: none;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
 * Faster animations
 */
.uk-sticky[class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.uk-sticky.uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 24px 24px;
  background: #445e62;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-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.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-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;
}

.uk-offcanvas-overlay.uk-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`
 */
.uk-offcanvas-page,
.uk-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
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-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
 */
.uk-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
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */
.uk-leader-fill-content::before {
  content: ".";
}

:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 12px;
}

/* 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
 */
.uk-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
  color: #666;
  outline: none;
}

/* Active */
.uk-iconnav > .uk-active > a {
  color: #666;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f6f3;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #ded5c7;
}

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296;
}

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a;
}

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.uk-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 */
.uk-tooltip.uk-active {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: -10px;
}

[class*='uk-tooltip-bottom'] {
  margin-top: 10px;
}

[class*='uk-tooltip-left'] {
  margin-left: -10px;
}

[class*='uk-tooltip-right'] {
  margin-left: 10px;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 24px;
  padding: 30px 30px;
  background: #f8f6f3;
}

/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 24px;
}

/*
 * Remove margin from the last-child
 */
.uk-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
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f8f6f3;
  /* 6 */
  margin-bottom: 24px;
  height: 15px;
}

/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 24px;
}

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.uk-progress:indeterminate {
  color: transparent;
}

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f6f3;
}

/* 2 */
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.uk-progress::-webkit-progress-value {
  background-color: #ded5c7;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
  background-color: #ded5c7;
}

.uk-progress::-ms-fill {
  background-color: #ded5c7;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative;
}

/*
 * Deactivate pointer-events on SVGs in Safari
 */
.uk-sortable svg {
  pointer-events: none;
}

/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/*
 * 1. Center numbers and separators vertically
 */
.uk-countdown-number,
.uk-countdown-separator {
  /* 1 */
  line-height: 0.8;
}

/* Number
 ========================================================================== */
.uk-countdown-number {
  font-size: 2rem;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}

/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}

/* Label
 ========================================================================== */
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
          animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
          animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
          animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
          animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
          animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
          animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
          animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
          animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
          animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
          animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
          animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
          animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
          animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
          animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
          animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  -webkit-animation-name: uk-scale-kenburns;
          animation-name: uk-scale-kenburns;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
          animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  -webkit-animation-name: uk-stroke;
          animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  -webkit-animation-name: none;
          animation-name: none;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
 * Slide Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Top Small
 */
@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom Small
 */
@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left Small
 */
@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right Small
 */
@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Top Medium
 */
@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom Medium
 */
@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left Medium
 */
@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right Medium
 */
@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Scale Up
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Scale Down
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Kenburns
 */
@-webkit-keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}

/*
 * Stroke
 */
@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.uk-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.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-xxlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-xxlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-xxlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-xxlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-xxlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
}

.uk-height-medium {
  height: 300px;
}

.uk-height-large {
  height: 450px;
}

.uk-height-max-small {
  max-height: 150px;
}

.uk-height-max-medium {
  max-height: 300px;
}

.uk-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: #ded5c7 !important;
}

.uk-text-secondary {
  color: #445e62 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-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
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #ded5c7 !important;
}

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #ded5c7;
  }
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}

/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-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
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-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
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}

/* 3 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='uk-column-'] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  -moz-column-rule: 1px solid rgba(51, 51, 53, 0.15);
       column-rule: 1px solid rgba(51, 51, 53, 0.15);
  /* 1 */
  -moz-column-gap: 60px;
       column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}

/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.uk-column-1-3 {
  -moz-column-count: 3;
       column-count: 3;
}

.uk-column-1-4 {
  -moz-column-count: 4;
       column-count: 4;
}

.uk-column-1-5 {
  -moz-column-count: 5;
       column-count: 5;
}

.uk-column-1-6 {
  -moz-column-count: 6;
       column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@s {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@s {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@s {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@s {
    -moz-column-count: 6;
         column-count: 6;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@m {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@m {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@m {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@m {
    -moz-column-count: 6;
         column-count: 6;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@l {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@l {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@l {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@l {
    -moz-column-count: 6;
         column-count: 6;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@xl {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@xl {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@xl {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@xl {
    -moz-column-count: 6;
         column-count: 6;
  }
}

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  -moz-column-span: all;
       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
 */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

iframe.uk-cover {
  pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
}

.uk-background-muted {
  background-color: #f8f6f3;
}

.uk-background-primary {
  background-color: #ded5c7;
}

.uk-background-secondary {
  background-color: #445e62;
}

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-background-contain {
  background-size: contain;
}

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-center-left {
  background-position: 0 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-bottom-left {
  background-position: 0 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.uk-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`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}

/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px;
}

* + [class*='uk-align'] {
  margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
.uk-align-left\@s,
.uk-align-left\@m,
.uk-align-left\@l {
    margin-right: 40px;
  }
  .uk-align-right,
.uk-align-right\@s,
.uk-align-right\@m,
.uk-align-right\@l {
    margin-left: 40px;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-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 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  position: relative;
  box-sizing: border-box;
}

/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table;
}

.uk-panel::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid rgba(51, 51, 53, 0.15);
  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 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-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
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-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
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-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 ((-webkit-filter: blur(0)) or (filter: blur(0))) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  /* 3 */
  .uk-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.
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}

/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}

/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  /* 1 */
  text-decoration: none;
}

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-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
 */
.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */
.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-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
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 24px;
}

* + .uk-margin {
  margin-top: 24px !important;
}

.uk-margin-top {
  margin-top: 24px !important;
}

.uk-margin-bottom {
  margin-bottom: 24px !important;
}

.uk-margin-left {
  margin-left: 24px !important;
}

.uk-margin-right {
  margin-right: 24px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 12px;
}

* + .uk-margin-small {
  margin-top: 12px !important;
}

.uk-margin-small-top {
  margin-top: 12px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 12px !important;
}

.uk-margin-small-left {
  margin-left: 12px !important;
}

.uk-margin-small-right {
  margin-right: 12px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 48px;
}

* + .uk-margin-medium {
  margin-top: 48px !important;
}

.uk-margin-medium-top {
  margin-top: 48px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 48px !important;
}

.uk-margin-medium-left {
  margin-left: 48px !important;
}

.uk-margin-medium-right {
  margin-right: 48px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 48px;
}

* + .uk-margin-large {
  margin-top: 48px !important;
}

.uk-margin-large-top {
  margin-top: 48px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 48px !important;
}

.uk-margin-large-left {
  margin-left: 48px !important;
}

.uk-margin-large-right {
  margin-right: 48px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 72px;
  }
  * + .uk-margin-large {
    margin-top: 72px !important;
  }
  .uk-margin-large-top {
    margin-top: 72px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 72px !important;
  }
  .uk-margin-large-left {
    margin-left: 72px !important;
  }
  .uk-margin-large-right {
    margin-right: 72px !important;
  }
}

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 72px;
}

* + .uk-margin-xlarge {
  margin-top: 72px !important;
}

.uk-margin-xlarge-top {
  margin-top: 72px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 72px !important;
}

.uk-margin-xlarge-left {
  margin-left: 72px !important;
}

.uk-margin-xlarge-right {
  margin-right: 72px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 144px;
  }
  * + .uk-margin-xlarge {
    margin-top: 144px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 144px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 144px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 144px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 144px !important;
  }
}

/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.uk-margin-auto-top {
  margin-top: auto !important;
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-margin-auto-right {
  margin-right: auto !important;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}

/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}

/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}

/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
}

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%);
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-z-index {
  z-index: 1;
}

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px);
}

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px);
  }
  .uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none;
}

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-filter;
  opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1);
}

.uk-transition-scale-down {
  transform: scale(1.1, 1.1);
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1);
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1);
}

/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%);
}

.uk-transition-slide-bottom {
  transform: translateY(100%);
}

.uk-transition-slide-left {
  transform: translateX(-100%);
}

.uk-transition-slide-right {
  transform: translateX(100%);
}

.uk-transition-slide-top-small {
  transform: translateY(-10px);
}

.uk-transition-slide-bottom-small {
  transform: translateY(10px);
}

.uk-transition-slide-left-small {
  transform: translateX(-10px);
}

.uk-transition-slide-right-small {
  transform: translateX(10px);
}

.uk-transition-slide-top-medium {
  transform: translateY(-50px);
}

.uk-transition-slide-bottom-medium {
  transform: translateY(50px);
}

.uk-transition-slide-left-medium {
  transform: translateX(-50px);
}

.uk-transition-slide-right-medium {
  transform: translateX(50px);
}

/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0);
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}

/* Visibility
 ========================================================================== */
.uk-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 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-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 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-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) {
  .uk-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 */
.uk-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important;
  }
}

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*='uk-card-media']), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*='uk-card-media']), .uk-overlay-primary {
  color: #ffffff;
}

.uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) a, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*='uk-card-media']) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*='uk-card-media']) a, .uk-overlay-primary a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary .uk-link {
  color: #fff;
}

.uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*='uk-card-media']) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*='uk-card-media']) a:hover, .uk-overlay-primary a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary .uk-link:hover {
  color: #fff;
}

.uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*='uk-card-media']) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > code, .uk-overlay-primary :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary > :not([class*='uk-card-media']) :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > kbd,
.uk-overlay-primary :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*='uk-card-media']) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > samp,
.uk-overlay-primary :not(pre) > samp {
  color: #ffffff;
}

.uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*='uk-card-media']) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*='uk-card-media']) em, .uk-overlay-primary em {
  color: #fff;
}

.uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*='uk-card-media']) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*='uk-card-media']) h1, .uk-overlay-primary h1, .uk-light .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary > :not([class*='uk-card-media']) .uk-h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h1, .uk-overlay-primary .uk-h1,
.uk-light h2,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-card-primary.uk-card-body h2,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-overlay-primary h2, .uk-light .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary > :not([class*='uk-card-media']) .uk-h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h2, .uk-overlay-primary .uk-h2,
.uk-light h3,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-card-primary.uk-card-body h3,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-overlay-primary h3, .uk-light .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary > :not([class*='uk-card-media']) .uk-h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h3, .uk-overlay-primary .uk-h3,
.uk-light h4,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-card-primary.uk-card-body h4,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-overlay-primary h4, .uk-light .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary > :not([class*='uk-card-media']) .uk-h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h4, .uk-overlay-primary .uk-h4,
.uk-light h5,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-card-primary.uk-card-body h5,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-overlay-primary h5, .uk-light .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary > :not([class*='uk-card-media']) .uk-h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h5, .uk-overlay-primary .uk-h5,
.uk-light h6,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-card-primary.uk-card-body h6,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-overlay-primary h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*='uk-card-media']) .uk-h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h6, .uk-overlay-primary .uk-h6,
.uk-light .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-small,
.uk-overlay-primary .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-medium,
.uk-overlay-primary .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-large,
.uk-overlay-primary .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-2xlarge {
  color: #fff;
}

.uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*='uk-card-media']) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*='uk-card-media']) hr, .uk-overlay-primary hr, .uk-light .uk-hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr, .uk-card-primary.uk-card-body .uk-hr, .uk-card-primary > :not([class*='uk-card-media']) .uk-hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*='uk-card-media']) .uk-hr, .uk-overlay-primary .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-link-muted, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted, .uk-card-primary.uk-card-body .uk-link-muted, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted, .uk-card-secondary.uk-card-body .uk-link-muted, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted, .uk-overlay-primary .uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a,
.uk-overlay-primary .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-card-primary.uk-card-body .uk-link-muted:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted:hover, .uk-card-secondary.uk-card-body .uk-link-muted:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted:hover, .uk-overlay-primary .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-muted a:hover {
  color: #ffffff;
}

.uk-light .uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-text:hover, .uk-card-primary.uk-card-body .uk-link-text:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-text:hover, .uk-card-secondary.uk-card-body .uk-link-text:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text:hover, .uk-overlay-primary .uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text a:hover,
.uk-overlay-primary .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-card-primary.uk-card-body .uk-link-heading:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading:hover, .uk-card-secondary.uk-card-body .uk-link-heading:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading:hover, .uk-overlay-primary .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-heading a:hover {
  color: #fff;
}

.uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-divider, .uk-overlay-primary .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon, .uk-overlay-primary .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-divider > li:nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2), .uk-overlay-primary .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > li:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-list-bullet > li::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-card-primary.uk-card-body .uk-list-bullet > li::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-list-bullet > li::before, .uk-card-secondary.uk-card-body .uk-list-bullet > li::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-bullet > li::before, .uk-overlay-primary .uk-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%22%23ffffff%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link, .uk-overlay-primary .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-card-primary.uk-card-body .uk-icon-link:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:focus,
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:focus,
.uk-overlay-primary .uk-icon-link:focus {
  color: #ffffff;
}

.uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-active > .uk-icon-link {
  color: #ffffff;
}

.uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button, .uk-overlay-primary .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-card-primary.uk-card-body .uk-icon-button:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:focus,
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:focus,
.uk-overlay-primary .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: #ffffff;
}

.uk-light .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: #ffffff;
}

.uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input, .uk-overlay-primary .uk-input,
.uk-light .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary > :not([class*='uk-card-media']) .uk-select,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select,
.uk-overlay-primary .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea,
.uk-overlay-primary .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  background-clip: padding-box;
}

.uk-light .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input:focus, .uk-overlay-primary .uk-input:focus,
.uk-light .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select:focus,
.uk-overlay-primary .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea:focus,
.uk-overlay-primary .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.uk-light .uk-input::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder, .uk-overlay-primary .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-input::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-card-primary.uk-card-body .uk-input::-webkit-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-webkit-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-webkit-input-placeholder, .uk-overlay-primary .uk-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-card-primary.uk-card-body .uk-input::-moz-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-input::-moz-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-moz-placeholder, .uk-overlay-primary .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input:-ms-input-placeholder, .uk-overlay-primary .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder, .uk-overlay-primary .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-textarea::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-webkit-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-webkit-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-webkit-input-placeholder, .uk-overlay-primary .uk-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-moz-placeholder, .uk-overlay-primary .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea:-ms-input-placeholder, .uk-overlay-primary .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-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%22%23ffffff%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio, .uk-overlay-primary .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox,
.uk-overlay-primary .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
}

.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate {
  background-color: #fff;
}

.uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}

.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-overlay-primary .uk-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");
}

.uk-light .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked, .uk-overlay-primary .uk-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");
}

.uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate, .uk-overlay-primary .uk-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");
}

.uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon, .uk-overlay-primary .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover {
  color: #ffffff;
}

.uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default, .uk-overlay-primary .uk-button-default {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:focus {
  background-color: #f2f2f2;
  color: #666;
}

.uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-overlay-primary .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary, .uk-overlay-primary .uk-button-primary {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666;
}

.uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666;
}

.uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text, .uk-overlay-primary .uk-button-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-card-primary.uk-card-body .uk-button-text:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:focus,
.uk-card-secondary.uk-card-body .uk-button-text:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:focus,
.uk-overlay-primary .uk-button-text:focus {
  color: #ffffff;
}

.uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link, .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link, .uk-overlay-primary .uk-button-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-card-primary.uk-card-body .uk-button-link:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:focus,
.uk-card-secondary.uk-card-body .uk-button-link:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:focus,
.uk-overlay-primary .uk-button-link:focus {
  color: #ffffff;
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close, .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*='uk-card-media']) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close, .uk-overlay-primary .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close:hover, .uk-overlay-primary .uk-close:hover,
.uk-light .uk-close:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-card-primary.uk-card-body .uk-close:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-close:focus,
.uk-card-secondary.uk-card-body .uk-close:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close:focus,
.uk-overlay-primary .uk-close:focus {
  color: #ffffff;
}

.uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop, .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop, .uk-overlay-primary .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:hover, .uk-overlay-primary .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-card-primary.uk-card-body .uk-totop:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:focus,
.uk-card-secondary.uk-card-body .uk-totop:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:focus,
.uk-overlay-primary .uk-totop:focus {
  color: #ffffff;
}

.uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active, .uk-overlay-primary .uk-totop:active {
  color: #fff;
}

.uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge, .uk-overlay-primary .uk-badge {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-badge:hover, .uk-section-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-card-primary.uk-card-body .uk-badge:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge:hover, .uk-card-secondary.uk-card-body .uk-badge:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge:hover, .uk-overlay-primary .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-card-primary.uk-card-body .uk-badge:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge:focus,
.uk-card-secondary.uk-card-body .uk-badge:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge:focus,
.uk-overlay-primary .uk-badge:focus {
  color: #666;
}

.uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-label, .uk-overlay-primary .uk-label {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*='uk-card-media']) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*='uk-card-media']) .uk-article-meta, .uk-overlay-primary .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input, .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input, .uk-overlay-primary .uk-search-input {
  color: #ffffff;
}

.uk-light .uk-search-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder, .uk-overlay-primary .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-search-input::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-card-primary.uk-card-body .uk-search-input::-webkit-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-webkit-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::-webkit-input-placeholder, .uk-overlay-primary .uk-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-card-primary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::-moz-placeholder, .uk-overlay-primary .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-search-input::-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::-ms-input-placeholder, .uk-overlay-primary .uk-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle, .uk-overlay-primary .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-card-primary.uk-card-body .uk-search-toggle:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
.uk-overlay-primary .uk-search-toggle:focus {
  color: #ffffff;
}

.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-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%22%23ffffff%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-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%23ffffff%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:focus {
  color: #ffffff;
}

.uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus {
  color: #ffffff;
}

.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
.uk-overlay-primary .uk-nav-primary > li > a:focus {
  color: #ffffff;
}

.uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus {
  color: #ffffff;
}

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}

.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active {
  color: #fff;
}

.uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-item, .uk-overlay-primary .uk-navbar-item {
  color: #ffffff;
}

.uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
.uk-overlay-primary .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open,
.uk-overlay-primary .uk-navbar-toggle.uk-open {
  color: #ffffff;
}

.uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
.uk-overlay-primary .uk-subnav > * > a:focus {
  color: #ffffff;
}

.uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a {
  color: #fff;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
.uk-overlay-primary .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
.uk-overlay-primary .uk-breadcrumb > * > :focus {
  color: #ffffff;
}

.uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > * {
  color: #ffffff;
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-card-primary.uk-card-body .uk-pagination > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :focus,
.uk-card-secondary.uk-card-body .uk-pagination > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :focus,
.uk-overlay-primary .uk-pagination > * > :focus {
  color: #ffffff;
}

.uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > * {
  color: #ffffff;
}

.uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-card-primary.uk-card-body .uk-tab > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
.uk-overlay-primary .uk-tab > * > a:focus {
  color: #ffffff;
}

.uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a {
  color: #fff;
}

.uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav, .uk-overlay-primary .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-card-primary.uk-card-body .uk-slidenav:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:focus,
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:focus,
.uk-overlay-primary .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-card-primary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
.uk-overlay-primary .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-accordion-title, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-card-primary.uk-card-body .uk-accordion-title, .uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title, .uk-card-secondary.uk-card-body .uk-accordion-title, .uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title, .uk-overlay-primary .uk-accordion-title {
  color: #fff;
}

.uk-light .uk-accordion-title:hover, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-card-primary.uk-card-body .uk-accordion-title:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:hover, .uk-card-secondary.uk-card-body .uk-accordion-title:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:hover, .uk-overlay-primary .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-card-primary.uk-card-body .uk-accordion-title:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
.uk-card-secondary.uk-card-body .uk-accordion-title:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
.uk-overlay-primary .uk-accordion-title:focus {
  color: #ffffff;
}

.uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
.uk-overlay-primary .uk-iconnav > * > a:focus {
  color: #ffffff;
}

.uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a {
  color: #ffffff;
}

.uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead, .uk-overlay-primary .uk-text-lead {
  color: #ffffff;
}

.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-meta, .uk-overlay-primary .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-muted, .uk-overlay-primary .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis {
  color: #fff !important;
}

.uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-primary, .uk-overlay-primary .uk-text-primary {
  color: #fff !important;
}

.uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-secondary, .uk-overlay-primary .uk-text-secondary {
  color: #fff !important;
}

.uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-column-divider, .uk-overlay-primary .uk-column-divider {
  -moz-column-rule-color: rgba(255, 255, 255, 0.2);
       column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo, .uk-overlay-primary .uk-logo {
  color: #ffffff;
}

.uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:hover, .uk-overlay-primary .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-card-primary.uk-card-body .uk-logo:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo:focus,
.uk-card-secondary.uk-card-body .uk-logo:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:focus,
.uk-overlay-primary .uk-logo:focus {
  color: #ffffff;
}

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse {
  display: inline;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

/*
 END UIKit Framework
*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 0;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

::-ms-input-placeholder {
  text-overflow: ellipsis;
}

::placeholder {
  text-overflow: ellipsis;
}

[placeholder] {
  text-overflow: ellipsis;
}

pre {
  padding: 1.5625rem;
  background: #ffffff;
}

figcaption {
  font-size: 0.9374em;
  font-style: italic;
  text-align: center;
}

blockquote {
  font-size: 1.875rem;
  font-style: normal;
}

blockquote::before {
  content: '\f10d';
  display: block;
  font-weight: 700;
  font-size: 3.125rem;
  color: #b7a489;
}

blockquote cite {
  display: block;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 4px solid #b7a489;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Six Caps", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

hr {
  border-top: 5px solid #b7a489;
}

mark {
  background: #ebe5dc;
  color: #333335;
}

h1,
.h1,
.uk-h1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Six Caps", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1;
}

@media (min-width: 640px) {
  h1,
.h1,
.uk-h1 {
    font-size: 5rem;
    line-height: 1.2;
  }
}

@media (min-width: 960px) {
  h1,
.h1,
.uk-h1 {
    font-size: 6.25rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  h1,
.h1,
.uk-h1 {
    font-size: 8.125rem;
    line-height: 1;
  }
}

h1.h1-alt,
.h1.h1-alt,
.uk-h1.h1-alt {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media (min-width: 640px) {
  h1.h1-alt,
.h1.h1-alt,
.uk-h1.h1-alt {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 960px) {
  h1.h1-alt,
.h1.h1-alt,
.uk-h1.h1-alt {
    font-size: 5rem;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  h1.h1-alt,
.h1.h1-alt,
.uk-h1.h1-alt {
    font-size: 7.5rem;
    line-height: 1;
  }
}

h1.h1-border-bottom,
.h1.h1-border-bottom,
.uk-h1.h1-border-bottom {
  display: inline-block;
  padding-bottom: 0.75rem;
  margin-bottom: 1.875rem;
  border-bottom: 0.375rem solid #ffae00;
}

h2,
.h2,
.fl-training-big-title-wrap h4,
.fl-training-story-wrap.extended-product-description__content-wrapper h6,
.fl-training-story-wrap .extended-product-description__content-wrapper h6,
.uk-h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Six Caps", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  h2,
.h2,
.fl-training-big-title-wrap h4,
.fl-training-story-wrap.extended-product-description__content-wrapper h6,
.fl-training-story-wrap .extended-product-description__content-wrapper h6,
.uk-h2 {
    font-size: 3.125rem;
    line-height: 1;
  }
}

h2.h2-alt,
.h2.h2-alt,
.fl-training-big-title-wrap h4.h2-alt,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-alt,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-alt,
.uk-h2.h2-alt {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 960px) {
  h2.h2-alt,
.h2.h2-alt,
.fl-training-big-title-wrap h4.h2-alt,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-alt,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-alt,
.uk-h2.h2-alt {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  h2.h2-alt,
.h2.h2-alt,
.fl-training-big-title-wrap h4.h2-alt,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-alt,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-alt,
.uk-h2.h2-alt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h2.h2-border-bottom, .woocommerce-account.woocommerce-view-order h2, .page.woocommerce-order-received h2,
.h2.h2-border-bottom,
.fl-training-big-title-wrap h4.h2-border-bottom,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-bottom,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-bottom,
.uk-h2.h2-border-bottom {
  display: inline-block;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.375rem solid #b7a489;
}

.uk-grid-match > * > h2.h2-border-bottom:not([class*='uk-width']), .woocommerce-account.woocommerce-view-order .uk-grid-match > * > h2:not([class*='uk-width']), .page.woocommerce-order-received .uk-grid-match > * > h2:not([class*='uk-width']), .uk-grid-item-match > h2.h2-border-bottom:not([class*='uk-width']), .woocommerce-account.woocommerce-view-order .uk-grid-item-match > h2:not([class*='uk-width']), .page.woocommerce-order-received .uk-grid-item-match > h2:not([class*='uk-width']), .uk-grid-match > * > .h2.h2-border-bottom:not([class*='uk-width']), .fl-training-big-title-wrap .uk-grid-match > * > h4.h2-border-bottom:not([class*='uk-width']), .fl-training-story-wrap.extended-product-description__content-wrapper .uk-grid-match > * > h6.h2-border-bottom:not([class*='uk-width']), .fl-training-story-wrap .extended-product-description__content-wrapper .uk-grid-match > * > h6.h2-border-bottom:not([class*='uk-width']), .uk-grid-item-match > .h2.h2-border-bottom:not([class*='uk-width']), .fl-training-big-title-wrap .uk-grid-item-match > h4.h2-border-bottom:not([class*='uk-width']), .fl-training-story-wrap.extended-product-description__content-wrapper .uk-grid-item-match > h6.h2-border-bottom:not([class*='uk-width']), .fl-training-story-wrap .extended-product-description__content-wrapper .uk-grid-item-match > h6.h2-border-bottom:not([class*='uk-width']), .uk-grid-match > * > .uk-h2.h2-border-bottom:not([class*='uk-width']), .uk-grid-item-match > .uk-h2.h2-border-bottom:not([class*='uk-width']) {
  width: auto;
  flex: none;
}

h2.h2-border-sides,
.h2.h2-border-sides,
.fl-training-big-title-wrap h4.h2-border-sides,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-sides,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-sides,
.uk-h2.h2-border-sides {
  padding-top: 0;
  overflow: hidden;
  text-align: center;
}

h2.h2-border-sides span,
.h2.h2-border-sides span,
.fl-training-big-title-wrap h4.h2-border-sides span,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-sides span,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-sides span,
.uk-h2.h2-border-sides span {
  display: inline-block;
  position: relative;
}

h2.h2-border-sides span:before,
h2.h2-border-sides span:after,
.h2.h2-border-sides span:before,
.fl-training-big-title-wrap h4.h2-border-sides span:before,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-sides span:before,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-sides span:before,
.h2.h2-border-sides span:after,
.fl-training-big-title-wrap h4.h2-border-sides span:after,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-sides span:after,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-sides span:after,
.uk-h2.h2-border-sides span:before,
.uk-h2.h2-border-sides span:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  border-top: 5px solid #b7a489;
}

h2.h2-border-sides span:before,
.h2.h2-border-sides span:before,
.fl-training-big-title-wrap h4.h2-border-sides span:before,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-sides span:before,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-sides span:before,
.uk-h2.h2-border-sides span:before {
  right: 100%;
  margin-right: 1.25rem;
}

@media (min-width: 960px) {
  h2.h2-border-sides span:before,
.h2.h2-border-sides span:before,
.fl-training-big-title-wrap h4.h2-border-sides span:before,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-sides span:before,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-sides span:before,
.uk-h2.h2-border-sides span:before {
    margin-right: 1.875rem;
  }
}

h2.h2-border-sides span:after,
.h2.h2-border-sides span:after,
.fl-training-big-title-wrap h4.h2-border-sides span:after,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-sides span:after,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-sides span:after,
.uk-h2.h2-border-sides span:after {
  left: 100%;
  margin-left: 1.25rem;
}

@media (min-width: 960px) {
  h2.h2-border-sides span:after,
.h2.h2-border-sides span:after,
.fl-training-big-title-wrap h4.h2-border-sides span:after,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h2-border-sides span:after,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h2-border-sides span:after,
.uk-h2.h2-border-sides span:after {
    margin-left: 1.875rem;
  }
}

h2.h1,
.h2.h1,
.fl-training-big-title-wrap h4.h1,
.fl-training-story-wrap.extended-product-description__content-wrapper h6.h1,
.fl-training-story-wrap .extended-product-description__content-wrapper h6.h1,
.uk-h2.h1 {
  border-color: #b7a489 !important;
}

h3,
.h3,
.uk-h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h3.h1,
.h3.h1,
.uk-h3.h1 {
  border-color: #b7a489 !important;
}

h4,
.h4,
.uk-h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

h5,
.h5,
.uk-h5 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

h6,
.h6,
.uk-h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.color--brown {
  color: #9f713c;
}

.fl-paragraph-em {
  font-size: 125%;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  -ms-hyphens: inherit;
  -webkit-hyphens: inherit;
  hyphens: inherit;
}

/* Unordered and orders lists */
ul, ol {
  margin: 0 0 1.5rem 0;
}

ul li, ol li {
  margin-bottom: 0.75rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* Definition lists */
dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5rem;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea,
select {
  padding: 0.875rem 0.9375rem 0.8125rem;
  border: 1px solid rgba(51, 51, 53, 0.2);
  background: rgba(255, 255, 255, 0.5);
}

input[type='text']:hover,
input[type='email']:hover,
input[type='url']:hover,
input[type='password']:hover,
input[type='search']:hover,
input[type='number']:hover,
input[type='tel']:hover,
input[type='range']:hover,
input[type='date']:hover,
input[type='month']:hover,
input[type='week']:hover,
input[type='time']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input[type='color']:hover,
textarea:hover,
select:hover {
  background: rgba(255, 255, 255, 0.65);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
}

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='range']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(51, 51, 53, 0.8);
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='range']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='color']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(51, 51, 53, 0.8);
}

input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='range']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(51, 51, 53, 0.8);
}

select:focus {
  outline: none;
}

textarea {
  width: 100%;
}

.fl-line-break {
  flex-basis: 100%;
  height: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #333335;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the 'skip to content' link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* WordPress generated classes for image alignments */
.alignleft {
  margin-bottom: 1.125rem;
}

@media (min-width: 640px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
  }
}

@media (max-width: 639px) {
  .alignleft {
    width: 100%;
  }
}

.alignright {
  margin-bottom: 1.125rem;
}

@media (min-width: 640px) {
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
  }
}

@media (max-width: 639px) {
  .alignright {
    width: 100%;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .fifty-percent {
    width: 50%;
  }
}

.site-header-notification-banner {
  width: 100%;
  padding: 0.625rem 0 !important;
  margin-bottom: 0 !important;
}

.site-header-notification-banner--primary-info-alert, .site-header-notification-banner--secondary-info-alert, .site-header-notification-banner--tertiary-info-alert, .site-header-notification-banner--warning-alert, .site-header-notification-banner--danger-alert {
  color: #ffffff;
}

.site-header-notification-banner--primary-info-alert .uk-alert-close, .site-header-notification-banner--secondary-info-alert .uk-alert-close, .site-header-notification-banner--tertiary-info-alert .uk-alert-close, .site-header-notification-banner--warning-alert .uk-alert-close, .site-header-notification-banner--danger-alert .uk-alert-close {
  color: inherit;
}

.site-header-notification-banner--primary-info-alert .uk-alert-close:hover, .site-header-notification-banner--primary-info-alert .uk-alert-close:focus, .site-header-notification-banner--secondary-info-alert .uk-alert-close:hover, .site-header-notification-banner--secondary-info-alert .uk-alert-close:focus, .site-header-notification-banner--tertiary-info-alert .uk-alert-close:hover, .site-header-notification-banner--tertiary-info-alert .uk-alert-close:focus, .site-header-notification-banner--warning-alert .uk-alert-close:hover, .site-header-notification-banner--warning-alert .uk-alert-close:focus, .site-header-notification-banner--danger-alert .uk-alert-close:hover, .site-header-notification-banner--danger-alert .uk-alert-close:focus {
  opacity: 0.8;
}

.site-header-notification-banner--primary-info-alert a, .site-header-notification-banner--secondary-info-alert a, .site-header-notification-banner--tertiary-info-alert a, .site-header-notification-banner--warning-alert a, .site-header-notification-banner--danger-alert a {
  border-bottom: 1px solid;
}

.site-header-notification-banner--primary-info-alert {
  background: #445e62;
}

.site-header-notification-banner--primary-info-alert a {
  color: #b7a489;
}

.site-header-notification-banner--primary-info-alert a:hover {
  color: #cabca9;
}

.site-header-notification-banner--secondary-info-alert {
  background: #b7a489;
}

.site-header-notification-banner--secondary-info-alert a {
  color: #445e62;
}

.site-header-notification-banner--secondary-info-alert a:hover {
  color: #2f4144;
}

.site-header-notification-banner--tertiary-info-alert {
  background: #333335;
}

.site-header-notification-banner--tertiary-info-alert a {
  color: #ffae00;
}

.site-header-notification-banner--tertiary-info-alert a:hover {
  color: #cc8b00;
}

.site-header-notification-banner--danger-alert {
  background: #7d110b;
}

.site-header-notification-banner--danger-alert a {
  color: #b7a489;
}

.site-header-notification-banner--danger-alert a:hover {
  color: #cabca9;
}

.site-header-notification-banner--warning-alert {
  background: #e2a89a;
}

.site-header-notification-banner--warning-alert a {
  color: #7d110b;
}

.site-header-notification-banner--warning-alert a:hover {
  color: #4e0b07;
}

.site-header-notification-banner__inner-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.site-header-notification-banner__main-close-btn {
  position: static;
  margin-left: auto;
  order: 10;
  flex-shrink: 0;
  padding: 10px;
  margin-right: -10px;
  margin-left: 10px;
}

@media (max-width: 639px) {
  .site-header-notification-banner.site-header-notification-banner--has-multiple-banners .site-header-notification-banner__main-close-btn {
    display: none;
  }
}

.site-header-notification-banner__slider {
  width: 100%;
  font-size: 0.85em;
}

@media (min-width: 376px) {
  .site-header-notification-banner__slider {
    font-size: 0.9em;
  }
}

@media (min-width: 640px) {
  .site-header-notification-banner__slider {
    font-size: 1em;
  }
}

.site-header-notification-banner__slider .site-header-notification-banner__slider-container {
  margin-right: 0.625rem;
}

@media (min-width: 640px) {
  .site-header-notification-banner__slider .site-header-notification-banner__slider-container {
    margin-right: 0.9375rem;
  }
}

@media (min-width: 960px) {
  .site-header-notification-banner__slider .site-header-notification-banner__slider-container {
    margin-right: 1.25rem;
  }
}

.site-header-notification-banner.site-header-notification-banner--has-multiple-banners .site-header-notification-banner__slider .site-header-notification-banner__slider-container {
  margin-right: 0rem;
}

@media (min-width: 640px) {
  .site-header-notification-banner.site-header-notification-banner--has-multiple-banners .site-header-notification-banner__slider .site-header-notification-banner__slider-container {
    margin-right: 7.5rem;
  }
}

@media (min-width: 960px) {
  .site-header-notification-banner.site-header-notification-banner--has-multiple-banners .site-header-notification-banner__slider .site-header-notification-banner__slider-container {
    margin-right: 7.5rem;
  }
}

.site-header-notification-banner__slider .site-header-notification-banner__slider-items {
  align-items: center;
}

.site-header-notification-banner__slider .site-header-notification-banner__slider-items li {
  margin-bottom: 0 !important;
}

@media (max-width: 639px) {
  .site-header-notification-banner.site-header-notification-banner--has-multiple-banners .site-header-notification-banner__slider .site-header-notification-banner__slider-items li {
    margin-bottom: 0.375rem !important;
  }
}

.site-header-notification-banner__slider .site-header-notification-banner__slider-nav {
  align-items: center;
}

@media (min-width: 640px) {
  .site-header-notification-banner__slider .site-header-notification-banner__slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

.site-header-notification-banner__slider .site-header-notification-banner__slider-nav a {
  border-bottom: none;
  color: inherit;
}

.site-header-notification-banner__slider .site-header-notification-banner__slider-nav a svg {
  width: 10px;
}

.site-header-notification-banner__slider .site-header-notification-banner__slider-nav .site-header-notification-banner__mobile-close-btn {
  display: none;
  position: static;
  margin-left: auto;
  margin-right: -10px;
  padding: 5px 0.625rem;
}

@media (max-width: 639px) {
  .site-header-notification-banner__slider .site-header-notification-banner__slider-nav .site-header-notification-banner__mobile-close-btn {
    display: block;
  }
}

@media (max-width: 639px) {
  .site-header-notification-banner__slider .site-header-notification-banner__slider-nav .uk-slidenav-previous {
    margin-left: -0.625rem;
  }
}

.site-header-notification-banner__slider p {
  margin: 0;
}

.fls-btn, .page.woocommerce-cart #primary .empty-cart-btn .button, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button, .page.woocommerce-checkout #primary .button[type='submit'], .page.woocommerce-checkout #primary .button#place_order, .page.woocommerce-checkout #primary .button, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-cart #primary .coupon .button, .page.woocommerce-cart #primary .button.checkout-button, .page.woocommerce-cart #primary .button, .fl-cart-drop-wrap .mini-cart-dropdown .button.checkout, .fl-cart-drop-wrap .mini-cart-dropdown .button, .woocommerce-page .woocommerce-notices-wrapper .button, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  display: inline-block;
  padding: 0.875rem 0.9375rem 0.875rem;
  border-radius: unset;
  background: #445e62;
  border: 2px solid #445e62;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: 0.1s all;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.fls-btn:active, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:active, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:active, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:active, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:active, .page.woocommerce-checkout #primary .button#place_order:active, .page.woocommerce-checkout #primary .button:active, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:active, .page.woocommerce-cart #primary .button:active, .fl-cart-drop-wrap .mini-cart-dropdown .button:active, .woocommerce-page .woocommerce-notices-wrapper .button:active, .woocommerce ul.products li.product .button:active, .woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active, button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active, .fls-btn:focus, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:focus, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:focus, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:focus, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:focus, .page.woocommerce-checkout #primary .button#place_order:focus, .page.woocommerce-checkout #primary .button:focus, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:focus, .page.woocommerce-cart #primary .button:focus, .fl-cart-drop-wrap .mini-cart-dropdown .button:focus, .woocommerce-page .woocommerce-notices-wrapper .button:focus, .woocommerce ul.products li.product .button:focus, .woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus, button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  outline: 0;
}

.fls-btn:hover, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:hover, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:hover, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:hover, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:hover, .page.woocommerce-checkout #primary .button#place_order:hover, .page.woocommerce-checkout #primary .button:hover, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:hover, .page.woocommerce-cart #primary .button:hover, .fl-cart-drop-wrap .mini-cart-dropdown .button:hover, .woocommerce-page .woocommerce-notices-wrapper .button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover, .fls-btn:active, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:active, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:active, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:active, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:active, .page.woocommerce-checkout #primary .button#place_order:active, .page.woocommerce-checkout #primary .button:active, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:active, .page.woocommerce-cart #primary .button:active, .fl-cart-drop-wrap .mini-cart-dropdown .button:active, .woocommerce-page .woocommerce-notices-wrapper .button:active, .woocommerce ul.products li.product .button:active, .woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active, button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
  background-color: #9f713c;
  border-color: #9f713c;
  color: #ffffff;
}

.fls-btn:disabled, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:disabled, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:disabled, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:disabled, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:disabled, .page.woocommerce-checkout #primary .button#place_order:disabled, .page.woocommerce-checkout #primary .button:disabled, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:disabled, .page.woocommerce-cart #primary .button:disabled, .fl-cart-drop-wrap .mini-cart-dropdown .button:disabled, .woocommerce-page .woocommerce-notices-wrapper .button:disabled, .woocommerce ul.products li.product .button:disabled, .woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled, button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled, .fls-btn--disabled {
  cursor: not-allowed;
}

.fls-btn--sticky {
  height: 100%;
  padding: 0.5625rem 0.5rem 0.5625rem;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  color: #b7a489;
}

.fls-btn--sticky:hover {
  color: #333335;
  background: transparent;
}

.fls-btn--sticky:active, .fls-btn--sticky:focus {
  background: transparent;
  color: #b7a489;
}

@media (max-width: 375px) {
  .fls-btn--sticky {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}

.fls-btn--sticky-border {
  height: 100%;
  padding: 0.5625rem 0.5rem 0.5625rem;
  background: transparent;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #445e62;
}

.fls-btn--sticky-border:hover, .fls-btn--sticky-border:focus {
  color: #ffffff;
  border-color: #445e62;
  background: #445e62;
}

.fls-btn--border-default {
  border-color: #445e62;
  background-color: transparent;
  color: #445e62;
}

.fls-btn--secondary, .woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.cancel,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.cancel,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.cancel, .page.woocommerce-checkout #primary .button, .page.woocommerce-cart #primary .button, .fl-cart-drop-wrap .mini-cart-dropdown .button, .woocommerce ul.products li.product .button {
  border-color: #b7a489;
  background-color: transparent;
  color: #b7a489;
}

.fls-btn--secondary-inverted, .woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button, .page.woocommerce-cart #primary .coupon .button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-color: #b7a489;
  background-color: #b7a489;
  color: #ffffff;
}

.fls-btn--secondary-inverted:hover, .woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay:hover,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay:hover,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay:hover, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:hover, .page.woocommerce-cart #primary .coupon .button:hover, .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover, .fls-btn--secondary-inverted:active, .woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay:active,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay:active,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button.pay:active, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:active, .page.woocommerce-cart #primary .coupon .button:active, .woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active {
  background-color: #9f713c;
  border-color: #9f713c;
  color: #ffffff;
}

.fls-btn--arrow-right::after {
  margin-left: 1rem;
  content: '\f054';
}

.fls-btn--reddish, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button {
  border-color: #7d110b;
  background-color: transparent;
  color: #7d110b;
}

.fls-btn--reddish-inverted {
  border-color: #7d110b;
  background-color: #7d110b;
  color: #ffffff;
}

.fls-btn--reddish-inverted:hover, .fls-btn--reddish-inverted:active {
  background-color: #9f713c;
  border-color: #9f713c;
  color: #ffffff;
}

.fls-btn--gift::after {
  margin-left: 1rem;
  content: '\f06b';
}

.fls-btn--fill-pink {
  background: #e2a89a;
  border-color: #e2a89a;
}

.fls-btn--fill-pink, .fls-btn--fill-pink:hover, .fls-btn--fill-pink:active {
  color: #333335;
}

.fls-btn--border-mongoose, .fls-btn--border-mongoose-light, .woocommerce-page .woocommerce-notices-wrapper .button {
  padding: 0.875rem 0.9375rem 0.875rem;
  border: 2px solid;
  border-color: #b7a489;
  background: transparent;
  color: #b7a489;
}

.fls-btn--border-mongoose-light, .woocommerce-page .woocommerce-notices-wrapper .button {
  border-color: #ebe5dc;
  color: #ebe5dc;
}

.fls-btn--fill-white {
  background: transparent;
  border-color: #7d110b;
  color: #7d110b;
}

.fls-btn--fill-white:focus, .fls-btn--fill-white:hover, .fls-btn--fill-white:active {
  border-color: #ffffff;
  background: #ffffff;
  color: #7d110b;
}

.fls-btn--border-white {
  border: 2px solid;
  border-color: #7d110b;
  background: #7d110b;
  color: #ffffff;
}

.fls-btn--border-white:focus, .fls-btn--border-white:hover, .fls-btn--border-white:active {
  border-color: #ffffff;
  background: #ffffff;
  color: #7d110b;
}

.fls-btn--wide {
  padding: 1rem 2.625rem 1rem;
}

.fls-btn--block {
  display: block;
  text-align: center;
}

.fls-btn--light {
  border-color: #ffffff;
  color: #ffffff;
}

.fls-btn--light:visited {
  color: #ffffff;
}

.fls-btn--light:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

button.uk-close:hover, button.uk-close:active {
  background: transparent;
}

.woocommerce ul.products li.product .button {
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.site-footer__sign-up-form _submit {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff !important;
  font-weight: 700;
  cursor: pointer;
  transition: 0.1s all;
}

.bg--mongoose {
  background-color: #b7a489;
}

.bg--mongoose-light {
  background-color: #ebe5dc;
}

/* WordPress generated classes for captions */
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.75rem 0;
}

.wp-caption-text {
  text-align: center;
}

.main-search-dropdown .aws-container .aws-search-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(51, 51, 53, 0.1);
  font-size: 1.25rem;
}

.homepage-search .aws-container .aws-search-form {
  height: auto;
  background: transparent;
}

.homepage-search .aws-container .aws-search-field {
  padding: 0.9375rem 0.9375rem 0.9375rem;
  border: 1px solid rgba(51, 51, 53, 0.18);
  background: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  transition: 0.1s all;
}

.homepage-search .aws-container .aws-search-field:focus {
  background: rgba(255, 255, 255, 0.9);
}

.search-form {
  display: flex;
  align-items: center;
}

.search-form label {
  width: 400px;
}

.search-form .search-field {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.fl-radio-wrap, .page.woocommerce-checkout #payment li.wc_payment_method, .page.woocommerce-checkout #shipping_method:not(.fls-single-shipping-method) li, .page.woocommerce-cart #shipping_method:not(.fls-single-shipping-method) li {
  position: relative;
  box-sizing: border-box;
}

.fl-radio-input, .page.woocommerce-checkout #payment li.wc_payment_method > input, .page.woocommerce-checkout #shipping_method:not(.fls-single-shipping-method) li input, .page.woocommerce-cart #shipping_method:not(.fls-single-shipping-method) li input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 18px;
  width: 100%;
  height: 100%;
  z-index: -200;
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.fl-radio-input:checked + label:after, .page.woocommerce-checkout #payment li.wc_payment_method > input:checked + label:after, .page.woocommerce-checkout #shipping_method:not(.fls-single-shipping-method) li input:checked + label:after, .page.woocommerce-cart #shipping_method:not(.fls-single-shipping-method) li input:checked + label:after {
  background-color: #9f713c;
}

.fl-radio-label, .page.woocommerce-checkout #payment li.wc_payment_method > label, .page.woocommerce-checkout #shipping_method:not(.fls-single-shipping-method) li label, .page.woocommerce-cart #shipping_method:not(.fls-single-shipping-method) li label {
  min-width: 18px;
  padding-left: 1.6rem;
  cursor: pointer;
}

.fl-radio-label:before, .page.woocommerce-checkout #payment li.wc_payment_method > label:before, .page.woocommerce-checkout #shipping_method:not(.fls-single-shipping-method) li label:before, .page.woocommerce-cart #shipping_method:not(.fls-single-shipping-method) li label:before, .fl-radio-label:after, .page.woocommerce-checkout #payment li.wc_payment_method > label:after, .page.woocommerce-checkout #shipping_method:not(.fls-single-shipping-method) li label:after, .page.woocommerce-cart #shipping_method:not(.fls-single-shipping-method) li label:after {
  border-radius: 100%;
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  box-sizing: border-box;
  border: 2px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: transparent;
}

.fl-radio-label:before, .page.woocommerce-checkout #payment li.wc_payment_method > label:before, .page.woocommerce-checkout #shipping_method:not(.fls-single-shipping-method) li label:before, .page.woocommerce-cart #shipping_method:not(.fls-single-shipping-method) li label:before {
  border-color: #9f713c;
}

.fl-radio-label:after, .page.woocommerce-checkout #payment li.wc_payment_method > label:after, .page.woocommerce-checkout #shipping_method:not(.fls-single-shipping-method) li label:after, .page.woocommerce-cart #shipping_method:not(.fls-single-shipping-method) li label:after {
  transform: scale(0.55);
}

.fl-checkbox-wrap, .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew, .page.woocommerce-checkout .woocommerce-form-login__rememberme, .page.woocommerce-checkout #ship-to-different-address label {
  position: relative;
  box-sizing: border-box;
}

.fl-checkbox-input, .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew input, .page.woocommerce-checkout .woocommerce-form-login__rememberme input, .page.woocommerce-checkout #ship-to-different-address label input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 18px;
  width: 100%;
  height: 100%;
  z-index: -200;
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.fl-checkbox-input:checked + label:before, .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew input:checked + label:before, .page.woocommerce-checkout .woocommerce-form-login__rememberme input:checked + label:before, .page.woocommerce-checkout #ship-to-different-address label input:checked + label:before, .fl-checkbox-input:checked + span:before, .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew input:checked + span:before, .page.woocommerce-checkout .woocommerce-form-login__rememberme input:checked + span:before, .page.woocommerce-checkout #ship-to-different-address label input:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath data-name='check' d='M7.114 16.161a.9.9 0 001.273 0l10.35-10.35a.9.9 0 000-1.273l-1.273-1.277a.9.9 0 00-1.273 0L7.75 11.704 3.809 7.761a.9.9 0 00-1.273 0L1.264 9.036a.9.9 0 000 1.273z' fill='%239f713c'/%3E%3C/svg%3E");
}

.fl-checkbox-label, .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label, .page.woocommerce-checkout .woocommerce-form-login__rememberme span, .page.woocommerce-checkout #ship-to-different-address label span {
  min-width: 18px;
  padding-left: 2rem;
  cursor: pointer;
}

.fl-checkbox-label:before, .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label:before, .page.woocommerce-checkout .woocommerce-form-login__rememberme span:before, .page.woocommerce-checkout #ship-to-different-address label span:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  box-sizing: border-box;
  border: 2px solid #9f713c;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: transparent;
  background-position: center;
  background-size: contain;
}

.uk-container-clone {
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
  .uk-container-clone {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 960px) {
  .uk-container-clone {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* WordPress generated classes for galleries */
.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-top: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  margin-top: 0.75rem;
}

.massive {
  font-size: 5.625rem;
  line-height: 6rem;
}

.locations-modal-inner-wrap,
.locations-modal-inner-wrap .uk-modal-header {
  background-color: #ebe5dc;
}

.locations-modal-inner-wrap .uk-modal-header {
  display: flex;
  align-items: center;
  padding: 1.5rem 2.25rem;
}

.locations-modal-inner-wrap .uk-modal-title {
  margin-bottom: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  .locations-modal-inner-wrap .uk-modal-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 375px) {
  .locations-modal-inner-wrap .uk-modal-title {
    font-size: 1.125rem;
  }
}

.locations-modal-inner-wrap .uk-modal-title i {
  margin-right: 7px;
  color: #445e62;
  font-size: 0.9em;
}

.locations-modal-inner-wrap .uk-modal-close-default {
  position: static;
  margin-left: auto;
  padding: 10px;
  color: #911d0e;
}

.locations-modal-inner-wrap .uk-modal-body {
  padding: 0 2.25rem 1.5rem 2.25rem;
}

.locations-modal-inner-wrap .location-selector {
  margin-bottom: 1.5rem;
}

.locations-modal-inner-wrap .location-submit {
  width: 100%;
}

.locations-modal-inner-wrap .uk-modal-footer {
  padding: 0;
  position: relative;
}

.locations-modal-inner-wrap .location-reset-box {
  padding: 1.5rem 2.25rem;
  background: #ded5c7;
}

.locations-modal-inner-wrap .location-reset-box button {
  width: 100%;
}

.locations-modal-inner-wrap .location-reset-box button + button {
  margin-top: 0.75rem;
}

.locations-modal-inner-wrap .locations-modal-spinner-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5rem;
  background: rgba(68, 94, 98, 0.9);
  color: #ffffff;
}

.locations-modal-inner-wrap .locations-modal-spinner-wrap.show-locations-spinner {
  display: flex;
}

.locations-modal-inner-wrap .locations-spinner {
  margin-right: 0.75rem;
}

.locations-modal-inner-wrap .locations-spinner-text {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

@media (min-width: 960px) {
  .holiday-specials__modal-dialog {
    width: 56.25rem;
  }
}

.holiday-specials__close-btn {
  -webkit-transform: translate3d(0, 0, 0);
}

@media (max-width: 959px) {
  .holiday-specials__close-btn {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333335;
  }
}

.holiday-specials__close-btn:hover, .holiday-specials__close-btn:focus {
  background-color: white;
}

.holiday-specials__slider .holiday-specials__single-offer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 !important;
}

@media (min-width: 960px) {
  .holiday-specials__slider .holiday-specials__single-offer {
    flex-wrap: nowrap;
  }
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__featured-thumb {
  min-height: 300px;
  min-height: 50vh;
  width: 100%;
  background-color: #f8f6f3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 960px) {
  .holiday-specials__slider .holiday-specials__single-offer .holiday-specials__featured-thumb {
    width: 40%;
  }
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__main-content {
  padding: 1.5rem;
  display: flex;
  align-self: center;
  flex-wrap: wrap;
}

@media (min-width: 960px) {
  .holiday-specials__slider .holiday-specials__single-offer .holiday-specials__main-content {
    width: 60%;
    padding: 2.25rem;
  }
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__title {
  padding-top: 0;
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__text {
  margin-bottom: 1.5rem;
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__text p {
  margin: 0;
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__slider-nav {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__slider-nav a {
  color: #999;
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__slider-nav a:focus, .holiday-specials__slider .holiday-specials__single-offer .holiday-specials__slider-nav a:hover {
  color: #333335;
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__slider-nav a svg {
  width: 10px;
}

.holiday-specials__slider .holiday-specials__single-offer .holiday-specials__slider-nav .uk-slidenav-previous {
  margin-left: -0.625rem;
}

.holiday-specials__slider > .holiday-specials__slider-nav {
  position: absolute;
  z-index: 1999;
  align-items: center;
  left: 12px;
  top: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #333335;
  -webkit-transform: translate3d(0, 0, 0);
}

.holiday-specials__slider > .holiday-specials__slider-nav a {
  color: #333335;
}

.holiday-specials__slider > .holiday-specials__slider-nav a svg {
  width: 12px;
}

@media (min-width: 960px) {
  .holiday-specials__slider > .holiday-specials__slider-nav {
    display: none;
  }
}

.woocommerce-message {
  padding: 1.5rem 1.25rem;
  border-top: none;
  background: #445e62;
  color: #ffffff;
}

.single-product .woocommerce-message {
  padding: 0.75rem 0;
}

.single-product .woocommerce-message {
  margin-bottom: 0 !important;
}

.woocommerce-message > .uk-container {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .woocommerce-message > .uk-container {
    flex-direction: column;
  }
}

.woocommerce-message > .uk-container .button {
  order: 2;
  margin: 0.375rem 0 0.375rem auto;
}

@media (max-width: 575px) {
  .woocommerce-message > .uk-container .button {
    margin: 0.75rem 0 0.375rem 0;
  }
}

.woocommerce-message:before {
  display: none;
}

.woocommerce-message .success-icon {
  display: none;
  margin-right: 1.25rem;
  font-size: 1.5625rem;
  color: #ffffff;
}

.woocommerce-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.5rem;
  border-top: none;
  background: #b7a489;
  color: #ffffff;
}

.woocommerce-info:before {
  display: none;
}

.woocommerce-info > .uk-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.woocommerce-info li {
  margin-bottom: 0;
}

.woocommerce-error {
  padding: 1.5rem 1.25rem;
  border-top: none;
  background: #911d0e;
  color: #ffffff;
}

.single-product .woocommerce-error {
  padding-left: 0;
  padding-right: 0;
}

.single-product .woocommerce-error {
  margin-bottom: 0 !important;
}

.woocommerce-error:before {
  display: none;
}

.woocommerce-error > .uk-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-error li {
  margin-bottom: 0;
}

.woocommerce-error .error-icon {
  margin-right: 1.25rem;
}

.sticky {
  display: block;
}

/* WordPress generated class for smile emojis */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.widget {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
}

.widget p {
  margin: 0 0 1rem;
}

.widget h5,
.widget h6 {
  margin: 0 0 0.5rem;
}

.widget select {
  max-width: 100%;
}

.widget-title {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.widget-title a {
  color: inherit;
  font-weight: inherit;
}

.fl-contact-strap {
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  background: #b7a489;
  color: #ffffff;
}

.fl-contact-strap .fl-root-site-search {
  display: none;
}

.fl-main-shop-wrap .fl-contact-strap {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.aws-search-result .fl-contact-strap {
  margin-bottom: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

.aws-search-result .fl-contact-strap__opening-sentence {
  display: block;
}

.aws-search-result .fl-contact-strap .fl-root-site-search {
  display: inline;
}

.woocommerce-cart .site-content .fl-contact-strap {
  margin-bottom: 1.5rem;
  margin-top: -3em;
}

@media (min-width: 640px) {
  .woocommerce-cart .site-content .fl-contact-strap {
    margin-bottom: 3rem;
  }
}

.fl-contact-strap p {
  margin-bottom: 0 !important;
}

.fl-contact-strap a {
  color: #ffffff;
}

.fl-contact-strap a span {
  text-decoration: underline;
}

.fl-contact-strap a.fl-root-site-search-link {
  text-decoration: underline;
}

.no-animation {
  -webkit-animation: none !important;
          animation: none !important;
}

.no-transition {
  transition: none !important;
}

@-webkit-keyframes glow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes glow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.grid-full__col--home-1-last .uk-position-relative {
  width: 100%;
}

.grid-full__content-1-2 {
  box-sizing: content-box !important;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 960px) {
  .grid-full__content-1-2 {
    max-width: 560px;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .grid-full__content-1-2 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.grid-full__content-1-2--left {
  margin-right: 0;
}

.grid-full__content-1-2--right {
  margin-left: 0;
}

.grid-full__search {
  margin-bottom: 1.5rem;
}

.grid-full__search-btns {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.grid-full__search-btns .fls-btn, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button[type='submit'], .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .grid-full__search-btns button[type='submit'], .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-checkout #primary .button#place_order, .page.woocommerce-checkout #primary .grid-full__search-btns .button#place_order, .grid-full__search-btns .page.woocommerce-checkout #primary .button, .page.woocommerce-checkout #primary .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-cart #primary .button, .page.woocommerce-cart #primary .grid-full__search-btns .button, .grid-full__search-btns .fl-cart-drop-wrap .mini-cart-dropdown .button, .fl-cart-drop-wrap .mini-cart-dropdown .grid-full__search-btns .button, .grid-full__search-btns button,
.grid-full__search-btns input[type='button'],
.grid-full__search-btns input[type='reset'],
.grid-full__search-btns input[type='submit'], .grid-full__search-btns .woocommerce #respond input#submit, .woocommerce #respond .grid-full__search-btns input#submit,
.grid-full__search-btns .woocommerce a.button,
.woocommerce .grid-full__search-btns a.button,
.grid-full__search-btns .woocommerce button.button,
.woocommerce .grid-full__search-btns button.button,
.grid-full__search-btns .woocommerce input.button,
.woocommerce .grid-full__search-btns input.button, .grid-full__search-btns .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .grid-full__search-btns .button, .grid-full__search-btns .woocommerce-page .woocommerce-notices-wrapper .button, .woocommerce-page .woocommerce-notices-wrapper .grid-full__search-btns .button {
  width: 49%;
  max-width: none;
  margin-bottom: 2%;
  text-align: center;
}

.grid-full__search-btns .fls-btn:first-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:first-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button[type='submit']:first-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:first-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button:first-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:first-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .grid-full__search-btns button[type='submit']:first-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:first-child, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .grid-full__search-btns .button:first-child, .grid-full__search-btns .page.woocommerce-checkout #primary .button#place_order:first-child, .page.woocommerce-checkout #primary .grid-full__search-btns .button#place_order:first-child, .grid-full__search-btns .page.woocommerce-checkout #primary .button:first-child, .page.woocommerce-checkout #primary .grid-full__search-btns .button:first-child, .grid-full__search-btns .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:first-child, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button:first-child, .grid-full__search-btns .page.woocommerce-cart #primary .button:first-child, .page.woocommerce-cart #primary .grid-full__search-btns .button:first-child, .grid-full__search-btns .fl-cart-drop-wrap .mini-cart-dropdown .button:first-child, .fl-cart-drop-wrap .mini-cart-dropdown .grid-full__search-btns .button:first-child, .grid-full__search-btns button:first-child,
.grid-full__search-btns input[type='button']:first-child,
.grid-full__search-btns input[type='reset']:first-child,
.grid-full__search-btns input[type='submit']:first-child, .grid-full__search-btns .woocommerce #respond input#submit:first-child, .woocommerce #respond .grid-full__search-btns input#submit:first-child,
.grid-full__search-btns .woocommerce a.button:first-child,
.woocommerce .grid-full__search-btns a.button:first-child,
.grid-full__search-btns .woocommerce input.button:first-child,
.woocommerce .grid-full__search-btns input.button:first-child, .grid-full__search-btns .woocommerce ul.products li.product .button:first-child, .woocommerce ul.products li.product .grid-full__search-btns .button:first-child, .grid-full__search-btns .woocommerce-page .woocommerce-notices-wrapper .button:first-child, .woocommerce-page .woocommerce-notices-wrapper .grid-full__search-btns .button:first-child {
  margin-right: 2%;
}

.grid-full__search-btns .fls-btn:last-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:last-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button[type='submit']:last-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:last-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button:last-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:last-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .grid-full__search-btns button[type='submit']:last-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:last-child, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .grid-full__search-btns .button:last-child, .grid-full__search-btns .page.woocommerce-checkout #primary .button#place_order:last-child, .page.woocommerce-checkout #primary .grid-full__search-btns .button#place_order:last-child, .grid-full__search-btns .page.woocommerce-checkout #primary .button:last-child, .page.woocommerce-checkout #primary .grid-full__search-btns .button:last-child, .grid-full__search-btns .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:last-child, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button:last-child, .grid-full__search-btns .page.woocommerce-cart #primary .button:last-child, .page.woocommerce-cart #primary .grid-full__search-btns .button:last-child, .grid-full__search-btns .fl-cart-drop-wrap .mini-cart-dropdown .button:last-child, .fl-cart-drop-wrap .mini-cart-dropdown .grid-full__search-btns .button:last-child, .grid-full__search-btns button:last-child,
.grid-full__search-btns input[type='button']:last-child,
.grid-full__search-btns input[type='reset']:last-child,
.grid-full__search-btns input[type='submit']:last-child, .grid-full__search-btns .woocommerce #respond input#submit:last-child, .woocommerce #respond .grid-full__search-btns input#submit:last-child,
.grid-full__search-btns .woocommerce a.button:last-child,
.woocommerce .grid-full__search-btns a.button:last-child,
.grid-full__search-btns .woocommerce input.button:last-child,
.woocommerce .grid-full__search-btns input.button:last-child, .grid-full__search-btns .woocommerce ul.products li.product .button:last-child, .woocommerce ul.products li.product .grid-full__search-btns .button:last-child, .grid-full__search-btns .woocommerce-page .woocommerce-notices-wrapper .button:last-child, .woocommerce-page .woocommerce-notices-wrapper .grid-full__search-btns .button:last-child {
  margin-left: 2%;
}

@media (min-width: 960px) {
  .grid-full__search-btns .fls-btn, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button[type='submit'], .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .grid-full__search-btns button[type='submit'], .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-checkout #primary .button#place_order, .page.woocommerce-checkout #primary .grid-full__search-btns .button#place_order, .grid-full__search-btns .page.woocommerce-checkout #primary .button, .page.woocommerce-checkout #primary .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-cart #primary .button, .page.woocommerce-cart #primary .grid-full__search-btns .button, .grid-full__search-btns .fl-cart-drop-wrap .mini-cart-dropdown .button, .fl-cart-drop-wrap .mini-cart-dropdown .grid-full__search-btns .button, .grid-full__search-btns button,
.grid-full__search-btns input[type='button'],
.grid-full__search-btns input[type='reset'],
.grid-full__search-btns input[type='submit'], .grid-full__search-btns .woocommerce #respond input#submit, .woocommerce #respond .grid-full__search-btns input#submit,
.grid-full__search-btns .woocommerce a.button,
.woocommerce .grid-full__search-btns a.button,
.grid-full__search-btns .woocommerce button.button,
.woocommerce .grid-full__search-btns button.button,
.grid-full__search-btns .woocommerce input.button,
.woocommerce .grid-full__search-btns input.button, .grid-full__search-btns .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .grid-full__search-btns .button, .grid-full__search-btns .woocommerce-page .woocommerce-notices-wrapper .button, .woocommerce-page .woocommerce-notices-wrapper .grid-full__search-btns .button {
    min-width: 100px;
    max-width: 160px;
    margin-right: 10px !important;
    margin-bottom: 0.4375rem;
  }
  .grid-full__search-btns .fls-btn:last-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:last-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button[type='submit']:last-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:last-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button:last-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:last-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .grid-full__search-btns button[type='submit']:last-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:last-child, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .grid-full__search-btns .button:last-child, .grid-full__search-btns .page.woocommerce-checkout #primary .button#place_order:last-child, .page.woocommerce-checkout #primary .grid-full__search-btns .button#place_order:last-child, .grid-full__search-btns .page.woocommerce-checkout #primary .button:last-child, .page.woocommerce-checkout #primary .grid-full__search-btns .button:last-child, .grid-full__search-btns .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:last-child, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button:last-child, .grid-full__search-btns .page.woocommerce-cart #primary .button:last-child, .page.woocommerce-cart #primary .grid-full__search-btns .button:last-child, .grid-full__search-btns .fl-cart-drop-wrap .mini-cart-dropdown .button:last-child, .fl-cart-drop-wrap .mini-cart-dropdown .grid-full__search-btns .button:last-child, .grid-full__search-btns button:last-child,
.grid-full__search-btns input[type='button']:last-child,
.grid-full__search-btns input[type='reset']:last-child,
.grid-full__search-btns input[type='submit']:last-child, .grid-full__search-btns .woocommerce #respond input#submit:last-child, .woocommerce #respond .grid-full__search-btns input#submit:last-child,
.grid-full__search-btns .woocommerce a.button:last-child,
.woocommerce .grid-full__search-btns a.button:last-child,
.grid-full__search-btns .woocommerce input.button:last-child,
.woocommerce .grid-full__search-btns input.button:last-child, .grid-full__search-btns .woocommerce ul.products li.product .button:last-child, .woocommerce ul.products li.product .grid-full__search-btns .button:last-child, .grid-full__search-btns .woocommerce-page .woocommerce-notices-wrapper .button:last-child, .woocommerce-page .woocommerce-notices-wrapper .grid-full__search-btns .button:last-child {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .grid-full__search-btns .fls-btn, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button[type='submit'], .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .grid-full__search-btns button[type='submit'], .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-checkout #primary .button#place_order, .page.woocommerce-checkout #primary .grid-full__search-btns .button#place_order, .grid-full__search-btns .page.woocommerce-checkout #primary .button, .page.woocommerce-checkout #primary .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button, .grid-full__search-btns .page.woocommerce-cart #primary .button, .page.woocommerce-cart #primary .grid-full__search-btns .button, .grid-full__search-btns .fl-cart-drop-wrap .mini-cart-dropdown .button, .fl-cart-drop-wrap .mini-cart-dropdown .grid-full__search-btns .button, .grid-full__search-btns button,
.grid-full__search-btns input[type='button'],
.grid-full__search-btns input[type='reset'],
.grid-full__search-btns input[type='submit'], .grid-full__search-btns .woocommerce #respond input#submit, .woocommerce #respond .grid-full__search-btns input#submit,
.grid-full__search-btns .woocommerce a.button,
.woocommerce .grid-full__search-btns a.button,
.grid-full__search-btns .woocommerce button.button,
.woocommerce .grid-full__search-btns button.button,
.grid-full__search-btns .woocommerce input.button,
.woocommerce .grid-full__search-btns input.button, .grid-full__search-btns .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .grid-full__search-btns .button, .grid-full__search-btns .woocommerce-page .woocommerce-notices-wrapper .button, .woocommerce-page .woocommerce-notices-wrapper .grid-full__search-btns .button {
    width: 23%;
    margin-right: 2%;
  }
}

.grid-full__search-btns .fls-btn:first-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit']:first-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button[type='submit']:first-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button:first-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button:first-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit']:first-child, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .grid-full__search-btns button[type='submit']:first-child, .grid-full__search-btns .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button:first-child, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .grid-full__search-btns .button:first-child, .grid-full__search-btns .page.woocommerce-checkout #primary .button#place_order:first-child, .page.woocommerce-checkout #primary .grid-full__search-btns .button#place_order:first-child, .grid-full__search-btns .page.woocommerce-checkout #primary .button:first-child, .page.woocommerce-checkout #primary .grid-full__search-btns .button:first-child, .grid-full__search-btns .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button:first-child, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .grid-full__search-btns .button:first-child, .grid-full__search-btns .page.woocommerce-cart #primary .button:first-child, .page.woocommerce-cart #primary .grid-full__search-btns .button:first-child, .grid-full__search-btns .fl-cart-drop-wrap .mini-cart-dropdown .button:first-child, .fl-cart-drop-wrap .mini-cart-dropdown .grid-full__search-btns .button:first-child, .grid-full__search-btns button:first-child,
.grid-full__search-btns input[type='button']:first-child,
.grid-full__search-btns input[type='reset']:first-child,
.grid-full__search-btns input[type='submit']:first-child, .grid-full__search-btns .woocommerce #respond input#submit:first-child, .woocommerce #respond .grid-full__search-btns input#submit:first-child,
.grid-full__search-btns .woocommerce a.button:first-child,
.woocommerce .grid-full__search-btns a.button:first-child,
.grid-full__search-btns .woocommerce input.button:first-child,
.woocommerce .grid-full__search-btns input.button:first-child, .grid-full__search-btns .woocommerce ul.products li.product .button:first-child, .woocommerce ul.products li.product .grid-full__search-btns .button:first-child, .grid-full__search-btns .woocommerce-page .woocommerce-notices-wrapper .button:first-child, .woocommerce-page .woocommerce-notices-wrapper .grid-full__search-btns .button:first-child {
  margin-left: 0;
}

.fl-category-grid-container {
  background: #f8f6f3;
}

@media (max-width: 959px) {
  .fl-category-grid-container {
    padding: 1.5rem 0;
  }
}

.fl-category-grid {
  margin-left: -60px;
  margin-right: -60px;
}

.fl-category-grid > * {
  padding: 2.5rem 3.75rem;
}

.fl-category-grid__img-container {
  display: flex;
}

@media (max-width: 959px) {
  .fl-category-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .fl-category-grid > * {
    padding: 0rem 1.25rem;
  }
  .fl-category-grid__img-container {
    align-items: center;
    justify-content: center;
  }
  .fl-category-grid__img-container img {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .fl-category-grid > * {
    width: 100% !important;
    padding: 0rem 1.25rem;
  }
  .fl-category-grid__img-container img {
    max-width: 200px;
  }
}

.grid-2-cols {
  margin-bottom: 1.5rem;
}

.uk-container .grid-2-cols {
  display: flex;
}

.grid-2-cols > .uk-container {
  display: flex;
}

.grid-2-cols__first-column, .grid-2-cols__last-column {
  width: 50%;
}

.grid-2-cols__first-column--expanded, .grid-2-cols__last-column--expanded {
  width: 60%;
}

.grid-2-cols__first-column--shortend, .grid-2-cols__last-column--shortend {
  width: 40%;
}

.grid-2-cols__first-column {
  margin-left: 0;
  margin-right: 2.5rem;
}

.grid-2-cols__first-column .grid-2-cols__title {
  border-color: #b7a489;
}

.grid-2-cols__last-column > img {
  float: right;
}

.grid-2-cols--swap-columns .grid-2-cols__first-column {
  order: 2;
  margin-left: 2.5rem;
  margin-right: 0;
}

.grid-2-cols--swap-columns .grid-2-cols__last-column > img {
  float: left;
}

@media (max-width: 639px) {
  .uk-container .grid-2-cols,
.grid-2-cols > .uk-container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .grid-2-cols__first-column, .grid-2-cols__last-column {
    width: 100%;
  }
  .grid-2-cols__first-column {
    margin-left: 0 !important;
    margin-right: 0;
  }
  .grid-2-cols__first-column > img {
    text-align: center;
  }
  .grid-2-cols__first-column--content {
    order: 2;
  }
  .grid-2-cols__last-column {
    margin-bottom: 1.5rem !important;
  }
  .grid-2-cols__last-column > img {
    float: none;
    text-align: center;
  }
  .grid-2-cols__last-column--media {
    order: 1 !important;
  }
}

.products-grid__title {
  margin-bottom: 3rem;
}

.products-grid .woocommerce .products ul,
.products-grid .woocommerce ul.products {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .products-grid .woocommerce-page.columns-3 ul.products li.product,
.products-grid .woocommerce.columns-3 ul.products li.product {
    width: 32%;
    margin-bottom: 0;
  }
  .products-grid .woocommerce ul.products li.product:not(.last) {
    margin-right: 2%;
  }
}

@media (max-width: 768px) {
  .products-grid .woocommerce ul.products li.product:not(.last) {
    margin-right: 2%;
  }
  .products-grid .woocommerce ul.products li.product:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media (max-width: 375px) {
  .products-grid .woocommerce-page.columns-3 ul.products li.product,
.products-grid .woocommerce.columns-3 ul.products li.product {
    width: 100%;
  }
  .products-grid .woocommerce ul.products li.product {
    margin-right: 0 !important;
  }
}

.extended-repeater-description-container {
  margin-bottom: 3rem;
}

@media (min-width: 960px) {
  .extended-repeater-description-container {
    margin-bottom: 4.5rem;
  }
}

.single-farm_partners .extended-repeater-description-container + .grid-full {
  margin-top: -3rem;
}

@media (min-width: 960px) {
  .single-farm_partners .extended-repeater-description-container + .grid-full {
    margin-bottom: -4.5rem;
  }
}

.extended-repeater-description {
  padding: 3rem 0;
}

.extended-repeater-description > .uk-container {
  display: flex;
}

.extended-repeater-description__content-wrapper, .extended-repeater-description__image {
  width: 50%;
}

.extended-repeater-description__content-wrapper {
  margin-left: 0;
  margin-right: 2.5rem;
}

.extended-repeater-description__content-wrapper .extended-repeater-description__title {
  border-color: #b7a489;
}

.extended-repeater-description__image img {
  float: right;
}

.extended-repeater-description--even-row {
  background: #f8f6f3;
}

.extended-repeater-description--even-row .extended-repeater-description__content-wrapper {
  order: 2;
  margin-left: 2.5rem;
  margin-right: 0;
}

.extended-repeater-description--even-row .extended-repeater-description__image img {
  float: left;
}

.extended-repeater-description--alt-color {
  background: #445e62;
}

@media (max-width: 639px) {
  .extended-repeater-description > .uk-container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .extended-repeater-description__content-wrapper, .extended-repeater-description__image {
    width: 100%;
  }
  .extended-repeater-description__image {
    order: 1 !important;
    margin-bottom: 1.5rem !important;
  }
  .extended-repeater-description__image img {
    float: none;
    text-align: center;
  }
  .extended-repeater-description__content-wrapper {
    order: 2;
    margin-left: 0 !important;
    margin-right: 0;
  }
}

.site-header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  z-index: 999;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.05);
}

.site-header--contains-notification-banner {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  height: auto;
}

.site-header--contains-notification-banner .site-header-inner-wrapper {
  min-height: 80px;
  max-height: 80px;
}

.site-header-inner-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.site-header-inner-wrapper > * {
  height: 100%;
}

.site-branding {
  margin-right: 0.625rem;
}

@media (min-width: 576px) {
  .site-branding {
    margin-right: 1.25rem;
  }
}

.custom-logo-link {
  display: inline-block;
}

.custom-logo-link .custom-logo {
  width: auto !important;
  max-height: 48px !important;
}

.main-navigation {
  display: none;
  height: 80px;
}

@media (min-width: 1200px) {
  .main-navigation {
    display: block;
  }
}

.navbar {
  display: flex;
  height: 100%;
}

.navbar__item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /* 
		&.current_page_item > a span,
		&.current-menu-ancestor > a span,
		&.current-menu-parent > a span,
		&.current_page_parent > a span,
		&.current_page_ancestor > a span {
			padding-bottom: 2px;
			border-bottom: 3px solid;
		}
		*/
}

.navbar__item > a {
  display: block;
  line-height: 80px;
  padding: 0 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

@media (min-width: 1200px) {
  .navbar__item > a {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.navbar__item > a.uk-open {
  background: #b7a489;
  color: #333335;
}

.navbar__item.navbar__shop-dropdown a.uk-open {
  background: #e2a89a !important;
}

.navbar__subitem--parent > a i {
  transform: translateY(1px);
  margin-left: 0.3125rem;
}

.navbar__drop {
  height: 100vh;
  height: calc(100vh - 80px);
  background: #b7a489;
}

.navbar__drop:after {
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.navbar__shop-dropdown .navbar__drop {
  background: #e2a89a !important;
}

.navbar__shop-dropdown .navbar__drop:after {
  background-image: url(assets/images/menu-dropdowns/shop-dropdown.jpg);
}

.navbar__shop-dropdown .navbar__drop .navbar__subitem a {
  color: #911d0e;
}

.navbar__shop-dropdown .navbar__drop .navbar__subitem--parent > a {
  color: #333335;
}

.navbar__holiday-dropdown .navbar__drop {
  background: #e2a89a !important;
}

.navbar__holiday-dropdown .navbar__drop:after {
  background-image: url(assets/images/menu-dropdowns/holiday-dropdown.jpg);
}

.navbar__holiday-dropdown .navbar__drop .navbar__subitem a {
  color: #911d0e;
}

.navbar__holiday-dropdown .navbar__drop .navbar__subitem--parent > a {
  color: #333335;
}

.navbar__learn-dropdown .navbar__drop:after {
  background-image: url(assets/images/menu-dropdowns/learn-dropdown.jpg);
}

.navbar__farm-dropdown .navbar__drop:after {
  background-image: url(assets/images/menu-dropdowns/farm-dropdown.jpg);
}

.navbar__locations-dropdown .navbar__drop:after {
  background-image: url(assets/images/menu-dropdowns/locations-dropdown.jpg);
}

.navbar__drop > .navbar__submenu,
.navbar__drop > div > .navbar__submenu {
  padding-top: 3rem;
}

.navbar__drop .navbar__subitem {
  margin-bottom: 0;
  /*		
			&--active > a span {
				padding-bottom: 2px;
				border-bottom: 3px solid;
			}
			*/
}

.navbar__drop .navbar__subitem a {
  display: block;
  padding: 0.375rem 0;
  color: #68573f;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.navbar__drop .navbar__subitem--parent > a {
  margin-bottom: 1.5rem;
  display: inline-block;
  font-size: 1.625rem;
  color: #333335;
}

.navbar__subitem.uk-first-column {
  padding-left: 0;
}

.offcanvas-menu {
  z-index: 9999999999;
}

.offcanvas-menu__item {
  /* 
		&.current_page_item > a span,
		&.current-menu-ancestor > a span,
		&.current-menu-parent > a span,
		&.current_page_parent > a span,
		&.current_page_ancestor > a span {
			padding-bottom: 2px;
			border-bottom: 3px solid;
		}
		*/
}

.offcanvas-menu__item > a {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.offcanvas-menu__item--parent > a {
  margin-bottom: 0.3125rem;
}

.offcanvas-menu__submenu {
  margin-bottom: 0.75rem !important;
}

.offcanvas-menu__subitem {
  /*	
		&--active > a span {
			padding-bottom: 2px;
			border-bottom: 3px solid;
		}
		*/
}

.offcanvas-menu__subitem a {
  padding: 5px 0;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #911d0e;
}

.offcanvas-menu__subitem--parent > a {
  margin-bottom: 0.75rem;
  color: #333335;
  font-size: 1.25rem;
}

.header-icons-starter {
  margin-left: auto;
}

.main-back-to-shop {
  display: none;
  margin-right: 0.625rem;
  font-size: 1.25rem;
}

.site-root-location-set .main-back-to-shop {
  display: block !important;
}

.main-back-to-shop > a {
  display: flex;
  align-items: center;
}

.main-back-to-shop i {
  margin-right: 0.5rem;
}

.main-back-to-shop span {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

@media (min-width: 1200px) {
  .site-root-location-set .locations-filter {
    margin-right: -0.5rem;
  }
}

.locations-filter i {
  color: #445e62;
}

.site-root-location-set .main-search {
  display: none !important;
}

.main-search__btn {
  min-height: 0;
}

.main-search-dropdown {
  top: 0 !important;
}

.main-search-dropdown > .uk-container {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
  .main-search-dropdown > .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.main-search-dropdown > .uk-container div[uk-grid] {
  height: inherit;
}

.site-root-location-set .user-account {
  display: none !important;
}

.user-account a {
  display: flex;
  align-items: center;
}

.user-account span {
  margin-left: 0.5rem;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.875rem;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 959px) {
  .user-account span {
    margin-left: 0.125rem;
  }
}

@media (max-width: 575px) {
  .user-account span {
    font-size: 0.75rem;
    max-width: 70px;
  }
}

@media (max-width: 375px) {
  .user-account span {
    display: none;
  }
}

.cart-contents {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #b7a489;
}

.site-root-location-set .cart-contents {
  display: none !important;
}

.cart-contents:hover, .cart-contents:focus {
  color: #333335;
}

.cart-contents:hover button, .cart-contents:focus button {
  color: #333335;
}

@media (max-width: 959px) {
  .cart-contents__btn {
    padding-right: 0;
  }
}

.cart-contents__total {
  display: none;
}

@media (min-width: 960px) {
  .cart-contents__total {
    display: inline-block;
  }
}

.cart-contents__count {
  margin-right: 0.5rem;
}

@media (min-width: 960px) {
  .cart-contents__count {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .cart-contents__count {
    margin-right: 0;
  }
}

.mini-cart-dropdown {
  overflow-y: auto;
  height: auto;
  max-height: 80vh;
  max-height: calc(100vh - (80px + 20px));
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
}

.mobile-menu-btn {
  margin-right: -0.5rem;
}

@media (min-width: 1200px) {
  .mobile-menu-btn {
    display: none;
  }
}

.error404 .hero, .page-locations .hero, .page-our-story .hero, .page-feed-to-fork .hero, .page-the-mill .hero, .page-the-silo .hero, .page-the-farms .hero, .single-farm_partners .hero, .single-recipe .hero, .page-careers .hero, .page-expert-tips .hero {
  margin-bottom: 3rem;
}

@media (min-width: 960px) {
  .error404 .hero, .page-locations .hero, .page-our-story .hero, .page-feed-to-fork .hero, .page-the-mill .hero, .page-the-silo .hero, .page-the-farms .hero, .single-farm_partners .hero, .single-recipe .hero, .page-careers .hero, .page-expert-tips .hero {
    margin-bottom: 4.5rem;
  }
}

@media (max-width: 375px) {
  .hero .uk-cover-container {
    min-height: 100vh !important;
    min-height: calc(100vh - 80px) !important;
  }
}

@media (min-width: 960px) {
  .post-type-archive-product .hero .uk-cover-container, .archive .hero .uk-cover-container, .page-our-story .hero .uk-cover-container, .page-feed-to-fork .hero .uk-cover-container, .page-the-mill .hero .uk-cover-container, .page-the-silo .hero .uk-cover-container, .page-learn .hero .uk-cover-container, .page-the-farms .hero .uk-cover-container, .single-farm_partners .hero .uk-cover-container, .single-recipe .hero .uk-cover-container, .page-careers .hero .uk-cover-container, .page-contact .hero .uk-cover-container, .page-expert-tips .hero .uk-cover-container, .page-recipes .hero .uk-cover-container {
    min-height: 60vh !important;
  }
}

@media (min-width: 960px) {
  .page-locations .hero .uk-cover-container {
    min-height: 77vh !important;
  }
}

.hero__overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}

.hero .uk-container {
  height: 100%;
}

.hero__title {
  color: #ffffff;
}

.hero__description {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  .hero__description {
    font-size: 1.75rem;
  }
}

.site-content {
  padding-top: 80px;
  transition: all 150ms;
}

.fl-mailto-link,
.fl-tel-link {
  font-size: 1.25rem;
}

.fl-mailto-link {
  text-decoration: underline;
}

.fl-mailto-link:hover {
  text-decoration: underline;
}

.fl-tel-link {
  font-weight: 700;
}

.site-footer {
  background: #333335;
}

.site-footer__main-content {
  position: relative;
  padding: 4.5rem 0 3rem;
  background: url(assets/images/footer/fleishers-footer.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

@media (min-width: 640px) {
  .site-footer__main-content {
    padding: 6rem 0 4.5rem;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .site-footer__main-content {
    background-image: url(assets/images/footer/fleishers-footer_@2px.jpg);
  }
}

.site-footer__main-content:after {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #333335;
  opacity: .8;
}

.site-footer__main-content > div {
  position: relative;
  z-index: 1;
}

.site-footer__main-content .site-footer__sign-up-container {
  margin-bottom: 3rem;
}

.site-footer__main-content .site-footer__sign-up-heading {
  margin-bottom: 1.5rem;
}

.site-footer__main-content .site-footer__sign-up-text {
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .site-footer__main-content .site-footer__sign-up-text {
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .site-footer__main-content .site-footer__sign-up-form {
    margin-top: 0 !important;
  }
}

.site-footer__main-content .site-footer__sign-up-form p:empty {
  display: none;
}

.site-footer__main-content .site-footer__sign-up-form ._form-content {
  display: flex;
  flex-wrap: wrap;
}

.site-footer__main-content .site-footer__sign-up-form ._form-content ._form_element {
  width: 65%;
}

.site-footer__main-content .site-footer__sign-up-form ._form-content ._form_element ._form-label {
  display: none !important;
}

.site-footer__main-content .site-footer__sign-up-form ._form-content ._form_element ._field-wrapper input {
  width: 100%;
}

.site-footer__main-content .site-footer__sign-up-form ._form-content ._button-wrapper {
  width: 30%;
  margin-left: auto;
}

.site-footer__main-content .site-footer__sign-up-form ._form-content ._button-wrapper button {
  width: 100%;
}

.site-footer__main-content .site-footer__sign-up-form ._form-thank-you {
  font-size: 1.875rem;
}

.site-footer__main-content .site-footer__divider {
  margin-bottom: 3rem;
  border-bottom: 0.375rem solid #445e62;
}

@media (max-width: 375px) {
  .site-footer__main-content .site-footer__widget {
    width: 100% !important;
  }
  .site-footer__main-content .site-footer__widget .widget a {
    font-size: 1.25rem;
  }
}

.site-footer__main-content .site-footer__widget ul.menu ul.sub-menu {
  margin-top: 0.75rem;
}

.site-footer__main-content .widget a {
  color: #b7a489;
}

.site-footer__secondary-content {
  position: relative;
  border-top: 1px solid rgba(183, 164, 137, 0.6);
  background: #242425;
}

.site-footer__secondary-content > .uk-container {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3rem;
}

.site-footer__secondary-content > .uk-container:before {
  width: 182px;
  height: 2px;
  position: absolute;
  top: -2px;
  margin-left: -25px;
  background: #242425;
}

.site-footer__secondary-content .site-footer__logo {
  position: absolute;
  top: -34px;
}

.site-footer__secondary-content .site-footer__site-info {
  color: rgba(183, 164, 137, 0.5);
}

.site-footer__secondary-content .site-footer__social {
  color: #b7a489;
}

.site-footer__secondary-content .site-footer__fl-hashtag {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.site-footer__secondary-content .site-footer__social-icons li {
  margin-bottom: 0;
  margin-left: 0.9375rem;
}

.site-footer__secondary-content .site-footer__social-icons .site-footer__social-icon-link {
  font-size: 1.5625rem;
  color: #b7a489;
}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea {
  background: rgba(235, 229, 220, 0.5);
}

.site-footer input[type="text"]:hover,
.site-footer input[type="email"]:hover,
.site-footer input[type="url"]:hover,
.site-footer input[type="password"]:hover,
.site-footer input[type="search"]:hover,
.site-footer input[type="number"]:hover,
.site-footer input[type="tel"]:hover,
.site-footer input[type="range"]:hover,
.site-footer input[type="date"]:hover,
.site-footer input[type="month"]:hover,
.site-footer input[type="week"]:hover,
.site-footer input[type="time"]:hover,
.site-footer input[type="datetime"]:hover,
.site-footer input[type="datetime-local"]:hover,
.site-footer input[type="color"]:hover,
.site-footer textarea:hover {
  background: rgba(255, 255, 255, 0.65);
}

.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="number"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="range"]:focus,
.site-footer input[type="date"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="time"]:focus,
.site-footer input[type="datetime"]:focus,
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="color"]:focus,
.site-footer textarea:focus {
  background: rgba(255, 255, 255, 0.9);
}

.fl-search-post {
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid rgba(51, 51, 53, 0.2);
}

.fl-search-post-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .fl-search-post-link {
    flex-wrap: nowrap;
  }
}

.fl-search-thumb-container {
  margin-right: 1.25rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  .fl-search-thumb-container {
    width: 40%;
    min-width: 40%;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .fl-search-thumb-container {
    margin-right: 2.5rem;
  }
}

.fl-search-post-content--no-excerpt .entry-title {
  margin-bottom: 0;
}

.fl-search-entry-summary p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
@media (max-width: 575px) {
  .home .hero .uk-cover-container .home-hero-desc-keywords {
    display: block;
  }
  .home .hero .uk-cover-container .home-hero-desc-dash {
    display: none;
  }
}

.home .hero .uk-cover-container .fls-btn, .home .hero .uk-cover-container .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .home .hero .uk-cover-container .button[type='submit'], .home .hero .uk-cover-container .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .home .hero .uk-cover-container .button, .home .hero .uk-cover-container .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .home .hero .uk-cover-container button[type='submit'], .home .hero .uk-cover-container .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .home .hero .uk-cover-container .button, .home .hero .uk-cover-container .page.woocommerce-checkout #primary .button#place_order, .page.woocommerce-checkout #primary .home .hero .uk-cover-container .button#place_order, .home .hero .uk-cover-container .page.woocommerce-checkout #primary .button, .page.woocommerce-checkout #primary .home .hero .uk-cover-container .button, .home .hero .uk-cover-container .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .home .hero .uk-cover-container .button[type='submit'], .home .hero .uk-cover-container .page.woocommerce-cart #primary .button, .page.woocommerce-cart #primary .home .hero .uk-cover-container .button, .home .hero .uk-cover-container .fl-cart-drop-wrap .mini-cart-dropdown .button, .fl-cart-drop-wrap .mini-cart-dropdown .home .hero .uk-cover-container .button, .home .hero .uk-cover-container button,
.home .hero .uk-cover-container input[type='button'],
.home .hero .uk-cover-container input[type='reset'],
.home .hero .uk-cover-container input[type='submit'], .home .hero .uk-cover-container .woocommerce #respond input#submit, .woocommerce #respond .home .hero .uk-cover-container input#submit,
.home .hero .uk-cover-container .woocommerce a.button,
.woocommerce .home .hero .uk-cover-container a.button,
.home .hero .uk-cover-container .woocommerce input.button,
.woocommerce .home .hero .uk-cover-container input.button, .home .hero .uk-cover-container .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .home .hero .uk-cover-container .button, .home .hero .uk-cover-container .woocommerce-page .woocommerce-notices-wrapper .button, .woocommerce-page .woocommerce-notices-wrapper .home .hero .uk-cover-container .button {
  margin-top: 5px;
  margin-bottom: 5px;
}

.home-pig-logo {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 640px) {
  .home-pig-logo {
    display: block;
    right: -300px;
    width: 300px;
  }
}

@media (min-width: 960px) {
  .home-pig-logo {
    width: 400px;
    right: -400px;
  }
}

@media (min-width: 1200px) {
  .home-pig-logo {
    width: 550px;
    right: -550px;
  }
}

.promo-bar {
  padding: 1.125rem 0;
}

.promo-bar__title {
  display: none;
}

.promo-bar__content {
  font-size: 1rem;
}

.promo-bar p, .promo-bar ul, .promo-bar ol {
  margin-bottom: 0;
}

.promo-bar .widget a,
.promo-bar .widget a:visited {
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
}

.promo-bar .execphpwidget {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .promo-bar .execphpwidget {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .promo-bar .execphpwidget > * {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .promo-bar .execphpwidget > *:last-child {
    margin-bottom: 0;
  }
}

.promo-bar .execphpwidget img {
  width: 60px;
  margin-right: 1.875rem;
}

.promo-bar .execphpwidget p {
  margin-right: 0.9375rem;
}

.promo-bar .execphpwidget a {
  margin-left: auto;
}

.store-list li {
  margin-bottom: 1.5rem;
}

@media (min-width: 960px) {
  .store-list li {
    margin-bottom: 1.875rem;
  }
}

.store-list__store-name {
  margin-bottom: 0.375rem;
  color: #445e62;
}

.store-list__store-link {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.home .products-grid {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

@media (min-width: 769px) {
  .home .products-grid {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}

.page-locations .grid-2-cols {
  margin-bottom: 3rem;
}

.page-locations .grid-2-cols__title {
  margin-bottom: 1.5rem;
  padding-top: 140px;
  margin-top: -140px;
}

.page-locations .grid-2-cols__location-address, .page-locations .grid-2-cols__location-telephone {
  display: flex;
}

.page-locations .grid-2-cols__location-address p, .page-locations .grid-2-cols__location-telephone p {
  margin: 0 0 0.75rem 0;
}

.page-locations .grid-2-cols__icon {
  min-width: 1.25rem;
  margin-right: 0.625rem;
  line-height: 1.5;
}

.page-locations .grid-2-cols__business-hours ul {
  color: #a48c69;
}

.page-locations .grid-2-cols__business-hours ul li {
  display: flex;
  justify-content: space-between;
  max-width: 350px;
}

.page-locations .grid-2-cols__business-hours ul li.mark-as-closed {
  color: #911d0e;
}

.page-locations .grid-2-cols__business-hours ul li span:first-child {
  margin-right: 0.625rem;
}

.woocommerce .mini-cart-dropdown ul.cart_list li img,
.home .mini-cart-dropdown ul.cart_list li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}

.fl-animate-blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transition: all 0.2s ease;
}

.fl-cart-drop-wrap {
  box-sizing: border-box;
  max-width: 100%;
  width: 473px;
  min-height: calc(100vh - 80px);
  margin-top: 0;
}

.fl-cart-drop-wrap .mini-cart-dropdown {
  overflow-y: auto;
  height: 100%;
  min-height: unset !important;
  max-height: calc(100vh - 80px);
  background-color: #ebe5dc;
  width: 473px;
  padding: 3rem;
  max-width: 100%;
}

@media (max-width: 768px) {
  .fl-cart-drop-wrap .mini-cart-dropdown {
    padding: 0.75rem;
  }
}

.fl-cart-drop-wrap .mini-cart-dropdown .variation-ClassDate .pewc-cart-item-price {
  display: none;
}

.fl-cart-drop-wrap .mini-cart-dropdown ul {
  padding-left: 0;
}

.fl-cart-drop-wrap .mini-cart-dropdown a.remove {
  display: block;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #7d110b !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.fl-cart-drop-wrap .mini-cart-dropdown .woocommerce-mini-cart {
  border-bottom: 3px solid #b7a489;
  padding-bottom: 1.5rem;
}

.fl-cart-drop-wrap .mini-cart-dropdown .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
}

.fl-cart-drop-wrap .mini-cart-dropdown .woocommerce-mini-cart-item .fl-cart-part-thumbnail {
  flex: 0 0 100px;
}

.fl-cart-drop-wrap .mini-cart-dropdown .woocommerce-mini-cart-item .fl-cart-part-thumbnail img {
  width: 100px;
}

.fl-cart-drop-wrap .mini-cart-dropdown .woocommerce-mini-cart-item dl.variation {
  margin: 0;
}

.fl-cart-drop-wrap .mini-cart-dropdown .woocommerce-mini-cart-item dl.variation dd {
  margin-bottom: 0;
  margin-right: 0;
}

.fl-cart-drop-wrap .mini-cart-dropdown .woocommerce-mini-cart-item dl.variation dd p {
  margin-bottom: 0;
}

.fl-cart-drop-wrap .mini-cart-dropdown .fl-cart-part-product-wrap {
  flex: 1 1 auto;
}

.fl-cart-drop-wrap .mini-cart-dropdown .fl-cart-part-product {
  flex: 1 1 auto;
}

.fl-cart-drop-wrap .mini-cart-dropdown .fl-cart-part-product a {
  display: block;
}

.fl-cart-drop-wrap .mini-cart-dropdown .fl-cart-part-remove {
  margin-right: 29px;
}

.fl-cart-drop-wrap .mini-cart-dropdown .buttons {
  margin-top: 1.5rem;
}

.fl-cart-drop-wrap .mini-cart-dropdown .button {
  display: inline-block;
}

.fl-cart-drop-wrap .mini-cart-dropdown .button:not(:last-child) {
  margin-right: 20px;
}

.fl-after-cart-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.fl-after-cart-wrap > * {
  flex: 1 1 50%;
}

@media (max-width: 768px) {
  .fl-after-cart-wrap {
    flex-direction: column-reverse;
  }
  .fl-after-cart-wrap > * {
    flex: 1 1 100%;
  }
}

.fl-after-cart-wrap .brcs_products {
  display: flex;
  padding-left: 0;
}

.fl-after-cart-wrap .brcs_products .brcs_product {
  flex: 0 1 260px;
}

.fl-after-cart-wrap .brcs_products .brcs_product:not(:last-child) {
  margin-right: 1.25rem;
}

.fl-after-cart-wrap .brcs_products .brcs_product img {
  max-width: 260px;
  margin-bottom: 0.75rem;
}

.fl-after-cart-wrap .brcs_products .brcs_product .price {
  margin-bottom: 0.75rem;
  display: block;
}

.fl-after-cart-wrap .brcs_products .brcs_product ins {
  background-color: transparent;
  color: #7d110b;
}

.fl-after-cart-wrap .br_cart_suggestions_cart {
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .fl-after-cart-wrap .br_cart_suggestions_cart {
    margin-right: 0;
  }
}

.fl-after-cart-wrap .br_cart_suggestions_cart h4 {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.fl-after-cart-wrap .cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.fl-after-cart-wrap .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  max-width: 536px;
}

.fl-after-cart-wrap .cart-collaterals .cart_totals .order-total {
  font-size: 150%;
}

@media (max-width: 768px) {
  .fl-after-cart-wrap .cart-collaterals .cart_totals {
    max-width: 100%;
  }
}

.fl-after-cart-wrap .cart-collaterals .cart_totals h2 {
  display: inline-block;
  margin-bottom: 0.375rem;
}

.fl-after-cart-wrap .woocommerce-loop-product__title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}

.fl-after-cart-wrap .product {
  text-align: center;
}

.fl-after-cart-wrap .price {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  color: #333333;
}

.page.woocommerce-cart .h2-border-bottom, .page.woocommerce-cart .woocommerce-account.woocommerce-view-order h2, .woocommerce-account.woocommerce-view-order .page.woocommerce-cart h2, .page.woocommerce-cart .page.woocommerce-order-received h2, .page.woocommerce-order-received .page.woocommerce-cart h2 {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .page.woocommerce-cart #content table.cart .product-thumbnail {
    display: block;
  }
  .page.woocommerce-cart #content table.cart .product-thumbnail:before {
    content: none;
  }
}

.page.woocommerce-cart #content table.cart .coupon .button {
  float: unset !important;
}

.page.woocommerce-cart #primary {
  background-color: #ebe5dc;
  padding-top: 3rem;
}

.page.woocommerce-cart #primary .entry-content {
  padding-bottom: 3rem;
}

.page.woocommerce-cart #primary .button.checkout-button {
  padding: 1.5rem;
  display: block;
}

.page.woocommerce-cart #primary .coupon {
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .page.woocommerce-cart #primary .coupon {
    margin-right: 0;
  }
}

.page.woocommerce-cart #primary .fl-td-actions-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .woocommerce-message {
  order: 25;
  flex: 1 1 100%;
  margin-top: 1.5rem;
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_have_code {
  margin: 0;
  flex: 0 1 auto;
  line-height: 1;
  margin-right: 1.25rem;
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code {
  order: 10;
  width: 100%;
  border: none;
  border-radius: unset;
  background-color: #d0b1a8;
}

@media (max-width: 959px) {
  .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code {
    order: initial;
  }
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div {
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div .form-row {
    padding: 0;
    max-width: 100%;
  }
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p {
  width: auto;
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p:first-child {
  flex: 1 1 auto;
  margin: 0;
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .input-text {
  width: 406px;
  max-width: 100%;
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .fl-td-action-submit {
  flex: 0 1 auto;
  margin-left: auto;
}

@media (max-width: 959px) {
  .page.woocommerce-cart #primary .fl-td-actions-wrap .fl-td-action-submit {
    width: 100%;
    margin-top: 0.75rem;
  }
}

.page.woocommerce-cart #primary .fl-td-actions-wrap .woocommerce-error {
  width: 100%;
  order: 15;
  margin-top: 0.75rem;
}

.page.woocommerce-cart .cart_totals .shop_table th {
  padding-left: 0;
}

.page.woocommerce-cart table.cart img {
  width: 100px;
}

.page.woocommerce-cart table.cart .product-name a {
  color: #445e62;
  font-weight: 700;
}

@media (max-width: 768px) {
  .page.woocommerce-cart table.cart .product-thumbnail {
    display: initial;
  }
}

@media (max-width: 768px) {
  .page.woocommerce-cart table.cart tbody tr:last-child {
    padding-top: 3rem;
  }
}

.page.woocommerce-cart table.cart tbody tr:nth-last-child(2) td {
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .page.woocommerce-cart table.cart tbody tr:nth-last-child(2) td {
    padding-bottom: 0;
  }
}

.page.woocommerce-cart table.cart tbody .actions {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  border-top: 2px solid #b7a489;
}

.page.woocommerce-cart table.shop_table {
  table-layout: fixed;
}

.page.woocommerce-cart table.shop_table thead {
  background-color: rgba(183, 164, 137, 0.25);
}

.page.woocommerce-cart table.shop_table, .page.woocommerce-cart table.shop_table td {
  border: none;
}

.page.woocommerce-cart table.shop_table td.actions {
  padding-left: 0;
  padding-right: 0;
}

.page.woocommerce-cart table.shop_table td.actions #coupon_code {
  width: 267px;
  line-height: 2.75rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

.page.woocommerce-cart .variation-ClassDate .pewc-cart-item-price {
  display: none;
}

.page.woocommerce-checkout .iconic-wds-fields__title {
  margin-top: 2rem;
}

.page.woocommerce-checkout .woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: rgba(51, 51, 53, 0.2);
}

.page.woocommerce-checkout .ui-datepicker .ui-datepicker-header {
  background-color: #ded5c7;
}

.page.woocommerce-checkout .ui-datepicker td.ui-datepicker-today {
  background-color: #ebe5dc;
}

.page.woocommerce-checkout .ui-datepicker td.ui-datepicker-current-day {
  background-color: #b7a489;
}

.page.woocommerce-checkout .ui-datepicker td.ui-datepicker-current-day .ui-state-hover {
  background-color: #b7a489;
}

.page.woocommerce-checkout .ui-datepicker td.ui-datepicker-current-day a {
  color: #ffffff;
}

.page.woocommerce-checkout .woocommerce-form-login__rememberme {
  margin-left: 0.625rem;
}

.page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label:before {
  top: 8px;
}

.page.woocommerce-checkout .wc-stripe-elements-field {
  padding: 0.875rem 0.9375rem 0.8125rem;
  border: 1px solid rgba(51, 51, 53, 0.2);
  background: rgba(255, 255, 255, 0.5);
}

.page.woocommerce-checkout .wc-stripe-elements-field:hover {
  background: rgba(255, 255, 255, 0.65);
}

.page.woocommerce-checkout .wc-stripe-elements-field:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
}

.page.woocommerce-checkout .wc-stripe-elements-field::-webkit-input-placeholder {
  color: rgba(36, 36, 37, 0.5);
}

.page.woocommerce-checkout .wc-stripe-elements-field::-webkit-input-placeholder, .page.woocommerce-checkout .wc-stripe-elements-field::-moz-placeholder, .page.woocommerce-checkout .wc-stripe-elements-field::placeholder, .page.woocommerce-checkout .wc-stripe-elements-field:-ms-input-placeholder {
  color: rgba(36, 36, 37, 0.5);
}

.page.woocommerce-checkout .h2-border-bottom, .page.woocommerce-checkout .woocommerce-account.woocommerce-view-order h2, .woocommerce-account.woocommerce-view-order .page.woocommerce-checkout h2, .page.woocommerce-checkout .page.woocommerce-order-received h2, .page.woocommerce-order-received .page.woocommerce-checkout h2 {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.page.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  justify-content: flex-start;
  background-color: #445e62;
  color: #ffffff;
}

.page.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  margin-left: 0.625rem;
  color: #ffffff;
  text-decoration: underline;
}

.page.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info i.fas {
  margin-right: 0.9375rem;
}

.page.woocommerce-checkout #content table.cart .coupon .button {
  float: unset !important;
}

.page.woocommerce-checkout #primary {
  background-color: #ebe5dc;
  padding-top: 3rem;
}

.page.woocommerce-checkout #primary .entry-content {
  padding-bottom: 3rem;
}

.page.woocommerce-checkout #primary .button#place_order {
  padding: 1.5rem;
  display: block;
  width: 32.25rem;
  max-width: 100%;
}

.page.woocommerce-checkout #primary select {
  box-sizing: border-box;
}

.page.woocommerce-checkout #primary .order-total {
  font-size: 150%;
}

.page.woocommerce-checkout #payment {
  border-radius: none;
  background-color: #ded5c7;
}

@media (max-width: 768px) {
  .page.woocommerce-checkout #payment .form-row {
    margin: 0;
    padding: 0;
  }
}

.page.woocommerce-checkout #payment #wc-stripe-cc-form .form-row label {
  white-space: nowrap;
}

.page.woocommerce-checkout #payment li.wc_payment_method > label:before, .page.woocommerce-checkout #payment li.wc_payment_method > label:after {
  top: 6px;
}

.page.woocommerce-checkout #payment .payment_box {
  background-color: #b7a489;
}

.page.woocommerce-checkout #payment .payment_box:before {
  border-bottom-color: #b7a489;
}

.page.woocommerce-checkout #payment .payment_box p,
.page.woocommerce-checkout #payment .payment_box label {
  color: #333335;
}

.page.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  table-layout: fixed;
  border-collapse: collapse;
}

.page.woocommerce-checkout table.woocommerce-checkout-review-order-table thead,
.page.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart-subtotal,
.page.woocommerce-checkout table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals,
.page.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total {
  background-color: rgba(183, 164, 137, 0.25);
}

.page.woocommerce-checkout table.woocommerce-checkout-review-order-table, .page.woocommerce-checkout table.woocommerce-checkout-review-order-table td, .page.woocommerce-checkout table.woocommerce-checkout-review-order-table th {
  border: none;
}

.page.woocommerce-checkout .fl-td-actions-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  border-top: 3px solid #b7a489;
  border-bottom: 3px solid #b7a489;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page.woocommerce-checkout .fl-td-actions-wrap .woocommerce-message {
  order: 25;
  flex: 1 1 100%;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.page.woocommerce-checkout .fl-td-actions-wrap .coupon {
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .page.woocommerce-checkout .fl-td-actions-wrap .coupon {
    margin-right: 0;
  }
}

.page.woocommerce-checkout .fl-td-actions-wrap #coupon_code {
  width: 267px;
  line-height: 2.75rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_have_code {
  margin: 0;
  flex: 0 1 auto;
  line-height: 1;
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_have_code {
    margin-top: 1.5rem;
    flex: 1 1 100%;
  }
}

.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code {
  order: 10;
  width: 100%;
  border: none;
  border-radius: unset;
  background-color: #d0b1a8;
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code {
    order: initial;
  }
}

.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div {
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div .form-row {
    padding: 0;
    max-width: 100%;
  }
}

.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p {
  width: auto;
}

.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p:first-child {
  flex: 1 1 auto;
  margin: 0;
}

.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .input-text {
  width: 406px;
  max-width: 100%;
}

.page.woocommerce-checkout .fl-td-actions-wrap .fl-td-action-submit {
  flex: 0 1 auto;
  margin-left: auto;
}

@media (max-width: 959px) {
  .page.woocommerce-checkout .fl-td-actions-wrap .fl-td-action-submit {
    width: 100%;
    margin-top: 0.75rem;
  }
}

.page.woocommerce-checkout .fl-td-actions-wrap .woocommerce-error {
  width: 100%;
  order: 15;
  margin-top: 0.75rem;
}

.page.woocommerce-checkout .variation-ClassDate .pewc-cart-item-price {
  display: none;
}

.page.woocommerce-order-received .woocommerce-thankyou-order-details {
  display: none;
}

.page.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin-bottom: 3rem;
}

.page.woocommerce-order-received ul.order_details {
  padding-left: 0;
}

.page.woocommerce-order-received table.woocommerce-table {
  table-layout: fixed;
  border-collapse: collapse;
}

.page.woocommerce-order-received table.woocommerce-table thead,
.page.woocommerce-order-received table.woocommerce-table tfoot {
  background-color: rgba(183, 164, 137, 0.25);
}

.page.woocommerce-order-received table.woocommerce-table, .page.woocommerce-order-received table.woocommerce-table td, .page.woocommerce-order-received table.woocommerce-table th {
  border: none;
}

.page.woocommerce-order-received address {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.fl-checkout-loader-base {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(222, 213, 199, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8000;
}

.fl-checkout-loader {
  margin: 0 auto;
  overflow: hidden;
  max-height: 95%;
  width: 700px;
  max-width: 90%;
  padding: 48px 24px 24px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
}

.fl-checkout-loader p,
.fl-checkout-loader h2 {
  margin-bottom: 0;
}

#fl-animation_container {
  background-color: white;
  width: 250px;
  height: 250px;
  position: relative;
}

#fl-canvas {
  width: 250px;
  height: 250px;
  position: absolute;
  display: block;
  background-color: white;
}

#fl-dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

.fl-hide-this {
  display: none !important;
}

.fl-empty-cart-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.fl-empty-cart-wrap .empty-cart-text {
  text-align: center;
  font-size: 2.5625rem;
  line-height: 3.1875rem;
  color: #b7a489;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .fl-empty-cart-wrap .empty-cart-text {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
  }
}

.fl-empty-cart-wrap .empty-cart-text em {
  font-weight: 700;
  color: #333335;
}

.fl-empty-cart-wrap .empty-cart-img {
  max-width: 100%;
  width: 22.5rem;
  height: 18.125rem;
  display: flex;
}

.fl-empty-cart-wrap .empty-cart-img img {
  margin: auto;
  padding-right: 3.125rem;
}

@media (max-width: 768px) {
  .fl-empty-cart-wrap .empty-cart-img {
    width: 16.25rem;
    height: 10rem;
  }
  .fl-empty-cart-wrap .empty-cart-img img {
    padding-right: 1.875rem;
  }
}

.woocommerce-NoticeGroup .woocommerce-error .uk-container li:nth-child(n + 2) {
  width: 100%;
}

.woocommerce-NoticeGroup
.woocommerce-error
.uk-container
li:first-child:nth-last-child(2),
.woocommerce-NoticeGroup
.woocommerce-error
.uk-container
li:first-child:nth-last-child(2)
~ li {
  width: auto;
}

.fl-shop-page-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fl-shop-page-wrap .fl-main-shop-wrap {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .fl-shop-page-wrap .fl-main-shop-wrap {
    margin-bottom: 2.25rem;
  }
}

@media (max-width: 1280px) {
  .fl-shop-page-wrap .fl-main-shop-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1281px) {
  .fl-shop-page-wrap .fl-main-shop-wrap {
    width: 100%;
  }
}

.fl-search-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 8.6875rem;
  padding-right: 8.6875rem;
  background-color: #ebe5dc;
}

@media (max-width: 1280px) {
  .fl-search-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .fl-search-wrap {
    padding: 0.75rem;
    padding-bottom: 1.5rem;
  }
}

.fl-search-wrap .aws-container {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .fl-search-wrap .aws-container {
    flex-direction: column;
  }
}

.fl-search-wrap .aws-container .aws-search-form {
  height: 4.375rem;
}

.fl-search-wrap .aws-container:before {
  flex: 1 0 auto;
  content: 'How Can We Help?';
  letter-spacing: 3px;
  color: #333335;
  text-transform: uppercase;
  margin-right: 2.75rem;
  font-family: "Six Caps", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.75rem;
  line-height: 5.4375rem;
}

.fl-search-wrap .aws-container .aws-search-field {
  background-color: #f5f2ed;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.fl-search-wrap .aws-container .aws-search-field::-webkit-input-placeholder {
  font-size: 1.25rem;
}

.fl-search-wrap .aws-container .aws-search-field::-moz-placeholder {
  font-size: 1.25rem;
}

.fl-search-wrap .aws-container .aws-search-field:-ms-input-placeholder {
  font-size: 1.25rem;
}

.fl-search-wrap .aws-container .aws-search-field::-ms-input-placeholder {
  font-size: 1.25rem;
}

.fl-search-wrap .aws-container .aws-search-field, .fl-search-wrap .aws-container .aws-search-field::placeholder {
  font-size: 1.25rem;
}

.products .product {
  text-align: center;
}

.products .woocommerce-loop-product__title {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 !important;
}

.products .price {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  color: #333333;
}

.woocommerce.archive nav.woocommerce-pagination {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.woocommerce.archive nav.woocommerce-pagination ul {
  border: 2px solid #b7a489;
}

.woocommerce.archive nav.woocommerce-pagination ul li a,
.woocommerce.archive nav.woocommerce-pagination ul li span {
  color: #b7a489;
  font-size: 1rem;
  line-height: 1;
  padding: 1.3125rem;
}

.woocommerce.archive nav.woocommerce-pagination ul li a.current, .woocommerce.archive nav.woocommerce-pagination ul li a:hover,
.woocommerce.archive nav.woocommerce-pagination ul li span.current,
.woocommerce.archive nav.woocommerce-pagination ul li span:hover {
  background-color: #ebe5dc;
}

.woocommerce.archive nav.woocommerce-pagination ul li:not(:last-child) {
  border-right: 2px solid #b7a489;
}

.woocommerce.archive nav.woocommerce-pagination ul li:last-child {
  border-right: none;
}

.woocommerce.archive .products a.button {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}

.woocommerce.archive .products .added_to_cart {
  display: none;
}

.woocommerce.archive .products .woocommerce-loop-product__link img {
  margin-bottom: 1.5rem;
}

.woocommerce .hero .uk-cover {
  max-width: unset;
}

.woocommerce ul.products li.product {
  margin-bottom: 1.5rem;
  width: 23.52%;
}

@media (min-width: 769px) {
  .woocommerce ul.products li.product:not(.last) {
    margin-right: 1.9%;
  }
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.fl-hero-product-wrap {
  height: 26.25rem;
  overflow: hidden;
  display: flex;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}

.fl-hero-product-wrap a {
  width: 100%;
}

.fl-hero-product-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fl-image-full {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.fl-image-full img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fl-animals-bottom-wrap {
  height: 1.25rem;
  background-color: #b7a489;
}

.wcpf-color-list.field-input-container.wcpf-content {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .wcpf-color-list.field-input-container.wcpf-content {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-right: -1.5rem;
  }
  .wcpf-color-list.field-input-container.wcpf-content .fl-filter-item-wrap {
    margin-right: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.fl-hero-product-content {
  margin-left: 5.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.fl-hero-product-content ins {
  color: #ffffff;
  background-color: transparent;
}

.wcpf-field-color-list .wcpf-field-title span:nth-child(2) {
  margin-left: 3rem;
}

@media (max-width: 959px) {
  .wcpf-field-color-list .wcpf-field-title span:nth-child(2) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.wcpf-field-color-list .wcpf-field-title .text {
  padding-bottom: 0.45rem;
}

@media (max-width: 959px) {
  .wcpf-field-color-list .wcpf-field-title .text {
    display: block;
  }
}

.wcpf-field-color-list .wcpf-field-title .text a {
  border-bottom: 5px solid #333335;
  color: #333335;
  cursor: default;
}

.wcpf-field-color-list .wcpf-field-title .text.fl-inactive-link-title {
  opacity: 0.4;
}

.wcpf-field-color-list .wcpf-field-title .text.fl-inactive-link-title a {
  border-bottom: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .wcpf-field-color-list .wcpf-field-title .text {
    display: block;
  }
}

.wcpf-field-color-list .wcpf-color-list .uk-active .wcpf-color-item {
  opacity: 1;
}

.wcpf-field-color-list .wcpf-color-list .uk-active .wcpf-color-item + .fl-filter-name {
  opacity: 1;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
  height: 100px;
  width: 100px;
  border-radius: unset;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 300ms ease;
  opacity: 0.4;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item[data-value='uncategorized'] {
  display: none;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item + .fl-filter-name {
  opacity: 0.4;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.selected, .uk-active .wcpf-field-color-list .wcpf-color-list .wcpf-color-item, .wcpf-field-color-list .wcpf-color-list .wcpf-color-item:hover:not(.selected) {
  opacity: 1;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.selected + .fl-filter-name, .uk-active .wcpf-field-color-list .wcpf-color-list .wcpf-color-item + .fl-filter-name, .wcpf-field-color-list .wcpf-color-list .wcpf-color-item:hover:not(.selected) + .fl-filter-name {
  opacity: 1;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.disabled + .fl-filter-name {
  opacity: 0.1;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.disabled:hover {
  opacity: 0.1;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.disabled:hover + .fl-filter-name {
  opacity: 0.1;
}

.fl-shop-flex-wrap {
  margin-bottom: 1.5rem;
}

.fl-shop-flex-wrap.fl-no-b-margin {
  margin-bottom: 0;
}

.fl-shop-flex-wrap > * {
  margin-bottom: 1.5rem;
}

.fl-shop-flex-wrap > *.fl-no-b-margin {
  margin-bottom: 0;
}

.fl-shop-flex-wrap .fls-text-block-container {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.fl-shop-flex-wrap .fls-text-block-container + .fls-text-block-container {
  margin-top: 0;
}

.fl-loop-no-products {
  background-color: #e2a89a;
  color: #ffffff;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.fl-loop-no-products img {
  height: 25px;
  margin-right: 20px;
}

.fl-filter-wrap {
  background-color: #f8f6f3;
  margin-bottom: 1.5rem;
}

.fl-filter-wrap .fl-wcpf-filter-wrap {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.fl-filter-wrap .wcpf-field-item + .wcpf-field-item:not(.fl-filter-other-wrap) {
  margin-top: 1.5rem;
}

.fl-filter-wrap .wcpf-field-title {
  color: #333335;
  text-transform: uppercase;
  font-weight: 700;
}

.fl-filter-wrap .wcpf-field-title.wcpf-text-list-title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: 1px;
}

.fl-filter-wrap .wcpf-field-title.wcpf-checkbox {
  font-size: 1.875rem;
  line-height: 2.375rem;
  letter-spacing: 1.5px;
}

.fl-filter-wrap .fl-filters-top-links > :first-child {
  margin-right: 3rem;
}

@media (max-width: 768px) {
  .fl-filter-wrap .fl-filters-top-links > :first-child {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .fl-filter-wrap .fl-filters-top-links > * {
    display: block;
  }
}

.fl-filter-wrap .fl-filters-top-links a {
  border-bottom: 5px solid #333335;
  color: #333335;
}

.fl-filter-wrap .wcpf-field-text-list .wcpf-text-list .wcpf-text-item[data-value='uncategorized'] {
  display: none;
}

.fl-filter-wrap .wcpf-field-text-list .wcpf-text-list .wcpf-text-item:not(.disabled) .wcpf-text-label {
  opacity: 0.4;
}

.fl-filter-wrap .wcpf-field-text-list .wcpf-text-list .wcpf-text-item:not(.disabled):not(.selected) .wcpf-text-label:hover {
  font-weight: initial;
  opacity: 1;
}

.fl-filter-wrap .wcpf-field-text-list .wcpf-text-list .wcpf-text-item.selected > .wcpf-text-item-inner > .wcpf-text-label {
  opacity: 1;
}

.fl-filter-wrap .wcpf-field-text-list .wcpf-text-list .wcpf-text-item.disabled > .wcpf-text-item-inner > .wcpf-text-label {
  opacity: 0.1;
  cursor: not-allowed;
  color: #9f713c;
}

.fl-filter-wrap .wcpf-field-text-list .wcpf-text-list .wcpf-text-item .wcpf-text-label {
  color: #9f713c;
  font-size: 1.5625rem;
  line-height: 2rem;
  letter-spacing: 1.25px;
}

.fl-shop-product-type, .fl-shop-product-type a {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #b7a489;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.fl-filter-item-wrap.fl-filter-item-hidden {
  display: none;
}

.fl-filter-item-wrap .fl-filter-name {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 2rem;
  letter-spacing: 1.25px;
  color: #9f713c;
  transition: all 300ms ease;
}

.fl-training-story-wrap.extended-product-description__content-wrapper, .fl-training-story-wrap .extended-product-description__content-wrapper {
  padding: 3rem;
  font-size: 2.5rem;
  line-height: 3.125rem;
  box-sizing: border-box;
}

.fl-training-story-wrap.extended-product-description__content-wrapper .fl-story-quote-symbol, .fl-training-story-wrap .extended-product-description__content-wrapper .fl-story-quote-symbol {
  display: block;
  font-size: 10rem;
  line-height: 3.75rem;
  color: #b7a489;
  text-transform: uppercase;
  font-weight: 700;
}

.fl-training-story-wrap.extended-product-description__content-wrapper hr, .fl-training-story-wrap .extended-product-description__content-wrapper hr {
  border-top: 6px solid #b7a489;
  margin-top: 3rem;
}

.fl-training-story-wrap.extended-product-description__content-wrapper h6, .fl-training-story-wrap .extended-product-description__content-wrapper h6 {
  font-size: 2.5rem;
}

.fl-training-story-wrap.extended-product-description__image, .fl-training-story-wrap .extended-product-description__image {
  display: flex;
}

.fl-training-story-wrap.extended-product-description__image img, .fl-training-story-wrap .extended-product-description__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fl-training-big-title-wrap h4 {
  font-size: 3.75rem;
  line-height: 5.4375rem;
  color: #333335;
}

li.product.outofstock::before {
  content: 'Out of stock';
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  padding: 4px 10px;
  z-index: 99;
  background: #7d110b;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fl-wcpf-filter-wrap .wcpf-filter-inner {
  position: relative;
}

.tax-product_cat .fl-wcpf-filter-wrap .filter-reset-btn-container {
  display: none;
}

@media (max-width: 575px) {
  .fl-wcpf-filter-wrap .filter-reset-btn-container {
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}

.fl-wcpf-filter-wrap .filter-reset-btn-container .wcpf-button-action-reset {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0 0.5rem 0;
  background: none;
  border: none;
  color: #b7a489;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.375rem;
  letter-spacing: 1.5px;
}

.fl-wcpf-filter-wrap .filter-reset-btn-container .wcpf-button-action-reset:hover, .fl-wcpf-filter-wrap .filter-reset-btn-container .wcpf-button-action-reset:focus {
  color: #977f5c;
}

@media (max-width: 575px) {
  .fl-wcpf-filter-wrap .filter-reset-btn-container .wcpf-button-action-reset {
    position: static;
    padding-bottom: 0;
  }
}

.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .woocommerce ul.products.columns-4 li.product:nth-child(2n),
.woocommerce-page ul.products.columns-4 li.product:nth-child(2n) {
    margin-left: auto;
  }
}

@media (max-width: 375px) {
  .woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    width: 100% !important;
  }
}

.woocommerce ul.products.columns-4 li.product .add-to-cart-btn-container,
.woocommerce-page ul.products.columns-4 li.product .add-to-cart-btn-container {
  align-self: center;
  margin-top: auto;
  min-width: 80%;
}

.woocommerce ul.products.columns-4 li.product .add-to-cart-btn-container .button,
.woocommerce-page ul.products.columns-4 li.product .add-to-cart-btn-container .button {
  display: block;
}

.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .woocommerce ul.products.columns-3 li.product:nth-child(2n),
.woocommerce-page ul.products.columns-3 li.product:nth-child(2n) {
    margin-left: auto;
  }
}

@media (max-width: 375px) {
  .woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 100% !important;
  }
}

.woocommerce ul.products.columns-3 li.product .add-to-cart-btn-container,
.woocommerce-page ul.products.columns-3 li.product .add-to-cart-btn-container {
  align-self: center;
  margin-top: auto;
  min-width: 50%;
}

.woocommerce ul.products.columns-3 li.product .add-to-cart-btn-container .button,
.woocommerce-page ul.products.columns-3 li.product .add-to-cart-btn-container .button {
  display: block;
}

li.product.outofstock .attachment-woocommerce_thumbnail {
  opacity: 0.4;
}

li.product.outofstock a.button {
  display: none !important;
}

.product-main-content {
  display: flex;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .product-main-content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .product-main-content > div {
    width: 100% !important;
  }
}

.product-main-content span.onsale {
  top: 1.25rem;
  left: 1.25rem;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  padding: 0;
}

.product-gallery-container {
  width: 48%;
  background: #333335;
}

.woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.woocommerce-product-gallery ul.flex-direction-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 100%;
  left: 0;
  margin: 0;
  margin-top: -10%;
  padding: 0;
  list-style: none;
  pointer-events: none !important;
}

.woocommerce-product-gallery li.flex-nav-prev,
.woocommerce-product-gallery li.flex-nav-next {
  margin-bottom: 0;
}

.woocommerce-product-gallery li.flex-nav-prev {
  float: left;
}

.woocommerce-product-gallery li.flex-nav-next {
  float: right;
}

.woocommerce-product-gallery a.flex-next,
.woocommerce-product-gallery a.flex-prev {
  visibility: hidden;
  pointer-events: all !important;
}

.woocommerce-product-gallery a.flex-prev::before,
.woocommerce-product-gallery a.flex-next::after {
  visibility: visible;
  font-size: 1.875rem;
  font-weight: bold;
}

.woocommerce-product-gallery a.flex-next::after {
  content: '\f054';
  margin-right: 1.25rem;
}

.woocommerce-product-gallery a.flex-prev::before {
  content: '\f053';
  margin-left: 1.25rem;
}

.woocommerce-product-gallery ul.flex-direction-nav li a {
  color: #ffffff;
}

.woocommerce-product-gallery ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.woocommerce-product-gallery ol.flex-control-thumbs {
  padding-right: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.woocommerce-product-gallery ol.flex-control-thumbs li {
  padding: 1.875rem 0 0 1.875rem;
}

.woocommerce-product-gallery--with-images.woocommerce-product-gallery--single-image, .woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__single-image-wrapper {
  height: 100%;
}

.woocommerce-product-gallery__single-image-wrapper {
  overflow: hidden;
  position: relative;
}

.woocommerce-product-gallery__single-image {
  height: 0;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.summary {
  width: 52% !important;
  padding-top: 1.5rem;
  margin-bottom: 0 !important;
  background: #ebe5dc;
}

.summary .product-title {
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  display: block;
}

.summary .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}

.summary p.price {
  margin: 0.75rem 0 2.25rem 0;
}

.summary .pewc-product-extra-groups-wrap p {
  margin-bottom: 0.75rem;
}

.summary .pewc-product-extra-groups-wrap * + p,
.summary .pewc-product-extra-groups-wrap * + ul,
.summary .pewc-product-extra-groups-wrap * + ol,
.summary .pewc-product-extra-groups-wrap * + dl,
.summary .pewc-product-extra-groups-wrap * + pre,
.summary .pewc-product-extra-groups-wrap * + address,
.summary .pewc-product-extra-groups-wrap * + fieldset,
.summary .pewc-product-extra-groups-wrap * + figure {
  margin-top: 0.75rem;
}

.summary .pewc-product-extra-groups-wrap .pewc-group-heading-wrapper h3,
.summary .pewc-product-extra-groups-wrap .pewc-group-heading-wrapper h4 {
  margin-bottom: 0.75rem;
}

.summary .pewc-product-extra-groups-wrap .pewc-group-description {
  margin-bottom: 1.5rem;
}

.summary .pewc-product-extra-groups-wrap .pewc-product-extra-groups li input[type='text'],
.summary .pewc-product-extra-groups-wrap .pewc-product-extra-groups li input[type='file'],
.summary .pewc-product-extra-groups-wrap textarea {
  box-sizing: border-box;
}

.summary .pewc-product-extra-groups-wrap .pewc-group-checkbox {
  margin-bottom: 0.75rem;
}

.summary .pewc-product-extra-groups-wrap .pewc-group-date .pewc-field-label,
.summary .pewc-product-extra-groups-wrap .pewc-group-textarea .pewc-field-label {
  display: block;
  margin-bottom: 0.375rem;
}

.summary .pewc-product-extra-groups-wrap.pewc-groups-accordion .pewc-group-wrap.group-active h3::before {
  top: 50% !important;
}

.summary .pewc-product-extra-groups-wrap.pewc-groups-accordion .pewc-group-wrap h3::before {
  top: 40% !important;
}

.summary .pewc-product-extra-groups-wrap.pewc-groups-accordion ul.pewc-product-extra-groups li:only-child, .summary .pewc-product-extra-groups-wrap.pewc-groups-accordion ul.pewc-product-extra-groups li:last-child {
  margin-bottom: 0 !important;
}

.summary .pewc-product-extra-groups-wrap.pewc-groups-accordion .pewc-group-wrap h3 {
  color: #445e62 !important;
}

.summary .pewc-product-extra-groups-wrap.pewc-groups-accordion .pewc-group-wrap .pewc-group-content-wrapper {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: transparent;
}

.summary .pewc-product-extra-groups-wrap .pewc-total-only {
  margin: 0.75rem 0;
  color: #445e62;
  font-family: "Six Caps", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}

.breadcrumbs-container {
  margin-bottom: 3rem;
  padding: 0.75rem 0;
  background: #b7a489;
}

.breadcrumbs-container > .uk-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: none !important;
}

@media (max-width: 639px) {
  .breadcrumbs-container > .uk-container {
    flex-direction: column;
  }
  .breadcrumbs-container > .uk-container .back-to-shop-btn {
    margin-left: 0;
    margin: 0.75rem 0;
  }
}

.breadcrumbs-container .woocommerce-breadcrumb {
  margin-bottom: 0;
  padding: 0.75rem 0;
  font-weight: 700;
  color: #ebe5dc;
}

.breadcrumbs-container .woocommerce-breadcrumb a {
  color: #ffffff;
}

.breadcrumbs-container .back-to-shop-btn {
  margin-left: auto;
}

@media (min-width: 960px) {
  .extended-product-description-container {
    margin-bottom: 1.5rem;
  }
}

.extended-product-description {
  padding: 3rem 0;
}

.extended-product-description > .uk-container {
  display: flex;
}

.extended-product-description__content-wrapper, .extended-product-description__image {
  width: 50%;
}

.extended-product-description__content-wrapper {
  margin-left: 0;
  margin-right: 2.5rem;
}

.extended-product-description__content-wrapper .extended-product-description__title {
  border-color: #b7a489;
}

.extended-product-description__image img {
  float: right;
}

.extended-product-description--even-row {
  background: #f8f6f3;
}

.extended-product-description--even-row .extended-product-description__content-wrapper {
  order: 2;
  margin-left: 2.5rem;
  margin-right: 0;
}

.extended-product-description--even-row .extended-product-description__image img {
  float: left;
}

.extended-product-description--alt-color {
  background: #445e62;
}

.extended-product-description-container .extended-product-description--alt-color:first-child {
  margin-top: -3rem;
}

.extended-product-description-container .extended-product-description--alt-color:last-child, .extended-product-description-container .extended-product-description--even-row:last-child {
  margin-bottom: 3rem;
}

@media (max-width: 639px) {
  .extended-product-description > .uk-container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .extended-product-description__content-wrapper, .extended-product-description__image {
    width: 100%;
  }
  .extended-product-description__image {
    order: 1 !important;
    margin-bottom: 1.5rem !important;
  }
  .extended-product-description__image img {
    float: none;
    text-align: center;
  }
  .extended-product-description__content-wrapper {
    order: 2;
    margin-left: 0 !important;
    margin-right: 0;
  }
}

.related.products {
  margin-bottom: 3rem;
  padding-top: 1.5rem;
}

@media (min-width: 960px) {
  .related.products {
    margin-bottom: 4.5rem;
  }
}

.related.products > h2 {
  margin-bottom: 3rem;
}

.ui-datepicker {
  /*
	// Hide image icons
	.ui-datepicker-prev span,
	.ui-datepicker-next span {
		display: none;
	}

	// Replace dashicons with font awesome icons
	.ui-datepicker-prev:before,
	.ui-datepicker-next:before {
		@extend %fa-icon;
	}

	.ui-datepicker-prev:before {
		content: "\f053";
	}
	*/
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  padding: 2px 0 7px;
}

.pewc-group-select select {
  margin-left: 1.5rem;
  min-width: 7.5rem;
}

.extended-product-description__content-wrapper h5 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-transform: none;
  letter-spacing: unset;
}

.woocommerce div.product form.cart .variations td.label {
  vertical-align: middle;
}

.farm-partner-main-description + .farm-partner-contact-section {
  margin-top: 3rem;
}

.farm-partner-gallery-container {
  margin-bottom: 3rem;
}

@media (min-width: 960px) {
  .farm-partner-gallery-container {
    margin-bottom: 4.5rem;
  }
}

.recipe-ingredients-container {
  padding-left: 1.125rem;
}

.woocommerce-account {
  background: #ebe5dc;
}

@media (max-width: 768px) {
  .woocommerce-account {
    background: #d4c9b9;
  }
}

.woocommerce-account .content-area {
  padding: 3rem 0;
  min-height: 400px;
}

.woocommerce-account.logged-in .content-area {
  padding: 0;
}

.fl-login-form-container,
.fl-register-form-container {
  padding: 1.5rem;
}

.fl-login-form-container form.woocommerce-form,
.fl-register-form-container form.woocommerce-form {
  margin: 0;
  padding: 0;
  border: none;
}

.fl-login-form-container form.woocommerce-form .form-row,
.fl-register-form-container form.woocommerce-form .form-row {
  padding: 0;
  margin-bottom: 1.5rem;
}

.fl-login-form-container .lost_password,
.fl-register-form-container .lost_password {
  margin-bottom: 0;
}

.fl-register-invitation-text {
  color: #b7a489;
}

.fl-login-btn-row,
.fl-register-btn-row {
  display: flex;
  align-items: center;
}

.fl-login-btn-row .fl-checkbox-label, .fl-login-btn-row .page.woocommerce-checkout #ship-to-different-address label span, .page.woocommerce-checkout #ship-to-different-address label .fl-login-btn-row span, .fl-login-btn-row .page.woocommerce-checkout .woocommerce-form-login__rememberme span, .page.woocommerce-checkout .woocommerce-form-login__rememberme .fl-login-btn-row span, .fl-login-btn-row .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label, .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew .fl-login-btn-row label {
  padding-left: calc( 18px + 10px);
}

.fl-login-btn-row .fl-checkbox-label span, .fl-login-btn-row .page.woocommerce-checkout #ship-to-different-address label span span, .page.woocommerce-checkout #ship-to-different-address label .fl-login-btn-row span span, .fl-login-btn-row .page.woocommerce-checkout .woocommerce-form-login__rememberme span span, .page.woocommerce-checkout .woocommerce-form-login__rememberme .fl-login-btn-row span span, .fl-login-btn-row .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label span, .page.woocommerce-checkout #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew .fl-login-btn-row label span {
  display: inline-block;
  transform: translateY(-1px);
}

.fl-login-btn-row .fls-btn, .fl-login-btn-row button,
.fl-login-btn-row input[type='button'],
.fl-login-btn-row input[type='reset'],
.fl-login-btn-row input[type='submit'], .fl-login-btn-row .woocommerce #respond input#submit, .woocommerce #respond .fl-login-btn-row input#submit,
.fl-login-btn-row .woocommerce a.button,
.woocommerce .fl-login-btn-row a.button,
.fl-login-btn-row .woocommerce button.button,
.woocommerce .fl-login-btn-row button.button,
.fl-login-btn-row .woocommerce input.button,
.woocommerce .fl-login-btn-row input.button, .fl-login-btn-row .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .fl-login-btn-row .button, .fl-login-btn-row .woocommerce-page .woocommerce-notices-wrapper .button, .woocommerce-page .woocommerce-notices-wrapper .fl-login-btn-row .button, .fl-login-btn-row .fl-cart-drop-wrap .mini-cart-dropdown .button, .fl-cart-drop-wrap .mini-cart-dropdown .fl-login-btn-row .button, .fl-login-btn-row .page.woocommerce-cart #primary .button, .page.woocommerce-cart #primary .fl-login-btn-row .button, .fl-login-btn-row .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .fl-login-btn-row .button, .fl-login-btn-row .page.woocommerce-checkout #primary .button, .page.woocommerce-checkout #primary .fl-login-btn-row .button, .fl-login-btn-row .page.woocommerce-checkout #primary .button#place_order, .page.woocommerce-checkout #primary .fl-login-btn-row .button#place_order, .fl-login-btn-row .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .fl-login-btn-row .button, .fl-login-btn-row .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .fl-login-btn-row button[type='submit'], .fl-login-btn-row .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .fl-login-btn-row .button, .fl-login-btn-row .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .fl-login-btn-row .button[type='submit'] {
  margin-left: auto;
  margin-right: 0 !important;
}

.fl-register-btn-row .fl-send-password-text {
  padding-right: 0.75rem;
}

.fl-register-btn-row .fls-btn-container {
  order: 2;
  margin-left: auto !important;
}

.woocommerce-MyAccount-navigation {
  position: relative;
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    padding-bottom: 0;
  }
}

.woocommerce-MyAccount-navigation a {
  padding-right: 40px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #977f5c;
}

.woocommerce-MyAccount-navigation li.is-active a {
  color: #333335;
}

.fl-myaccount-navigation-bg {
  position: fixed;
  background: #d4c9b9;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (max-width: 768px) {
  .fl-myaccount-navigation-bg {
    display: none;
  }
}

.fl-myaccount-content-margin-top {
  margin-top: 3rem;
}

.fl-myaccount-content-margin-bottom {
  margin-bottom: 3rem;
  height: 0;
}

.fl-myaccount-content-bg {
  position: fixed;
  background: #ebe5dc;
  z-index: -1;
  width: 100%;
  height: 100vh;
  margin-left: -40px;
}

@media (max-width: 768px) {
  .fl-myaccount-content-bg {
    display: none;
  }
}

.fl-no-orders-message span,
.fl-no-downloads-message span {
  margin: 0.375rem 1.5rem 0.375rem 0;
}

.fl-no-orders-message .fls-btn, .fl-no-orders-message button,
.fl-no-orders-message input[type='button'],
.fl-no-orders-message input[type='reset'],
.fl-no-orders-message input[type='submit'], .fl-no-orders-message .woocommerce #respond input#submit, .woocommerce #respond .fl-no-orders-message input#submit,
.fl-no-orders-message .woocommerce a.button,
.woocommerce .fl-no-orders-message a.button,
.fl-no-orders-message .woocommerce button.button,
.woocommerce .fl-no-orders-message button.button,
.fl-no-orders-message .woocommerce input.button,
.woocommerce .fl-no-orders-message input.button, .fl-no-orders-message .woocommerce #respond input#submit.alt, .woocommerce #respond .fl-no-orders-message input#submit.alt,
.fl-no-orders-message .woocommerce a.button.alt,
.woocommerce .fl-no-orders-message a.button.alt,
.fl-no-orders-message .woocommerce button.button.alt,
.woocommerce .fl-no-orders-message button.button.alt,
.fl-no-orders-message .woocommerce input.button.alt,
.woocommerce .fl-no-orders-message input.button.alt, .fl-no-orders-message .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .fl-no-orders-message .button, .fl-no-orders-message .woocommerce-page .woocommerce-notices-wrapper .button, .woocommerce-page .woocommerce-notices-wrapper .fl-no-orders-message .button, .fl-no-orders-message .fl-cart-drop-wrap .mini-cart-dropdown .button, .fl-cart-drop-wrap .mini-cart-dropdown .fl-no-orders-message .button, .fl-no-orders-message .fl-cart-drop-wrap .mini-cart-dropdown .button.checkout, .fl-cart-drop-wrap .mini-cart-dropdown .fl-no-orders-message .button.checkout, .fl-no-orders-message .page.woocommerce-cart #primary .button, .page.woocommerce-cart #primary .fl-no-orders-message .button, .fl-no-orders-message .page.woocommerce-cart #primary .button.checkout-button, .page.woocommerce-cart #primary .fl-no-orders-message .button.checkout-button, .fl-no-orders-message .page.woocommerce-cart #primary .coupon .button, .page.woocommerce-cart #primary .coupon .fl-no-orders-message .button, .fl-no-orders-message .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .fl-no-orders-message .button, .fl-no-orders-message .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .fl-no-orders-message .button[type='submit'], .fl-no-orders-message .page.woocommerce-checkout #primary .button, .page.woocommerce-checkout #primary .fl-no-orders-message .button, .fl-no-orders-message .page.woocommerce-checkout #primary .button#place_order, .page.woocommerce-checkout #primary .fl-no-orders-message .button#place_order, .fl-no-orders-message .page.woocommerce-checkout #primary .button[type='submit'], .page.woocommerce-checkout #primary .fl-no-orders-message .button[type='submit'], .fl-no-orders-message .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button, .page.woocommerce-checkout .fl-td-actions-wrap .coupon .fl-no-orders-message .button, .fl-no-orders-message .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .fl-no-orders-message button[type='submit'], .fl-no-orders-message .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button, .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .fl-no-orders-message .button, .fl-no-orders-message .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'], .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .fl-no-orders-message .button[type='submit'], .fl-no-orders-message .page.woocommerce-cart #primary .empty-cart-btn .button, .page.woocommerce-cart #primary .empty-cart-btn .fl-no-orders-message .button,
.fl-no-downloads-message .fls-btn,
.fl-no-downloads-message button,
.fl-no-downloads-message input[type='button'],
.fl-no-downloads-message input[type='reset'],
.fl-no-downloads-message input[type='submit'],
.fl-no-downloads-message .woocommerce #respond input#submit,
.woocommerce #respond .fl-no-downloads-message input#submit,
.fl-no-downloads-message .woocommerce a.button,
.woocommerce .fl-no-downloads-message a.button,
.fl-no-downloads-message .woocommerce button.button,
.woocommerce .fl-no-downloads-message button.button,
.fl-no-downloads-message .woocommerce input.button,
.woocommerce .fl-no-downloads-message input.button,
.fl-no-downloads-message .woocommerce #respond input#submit.alt,
.woocommerce #respond .fl-no-downloads-message input#submit.alt,
.fl-no-downloads-message .woocommerce a.button.alt,
.woocommerce .fl-no-downloads-message a.button.alt,
.fl-no-downloads-message .woocommerce button.button.alt,
.woocommerce .fl-no-downloads-message button.button.alt,
.fl-no-downloads-message .woocommerce input.button.alt,
.woocommerce .fl-no-downloads-message input.button.alt,
.fl-no-downloads-message .woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .fl-no-downloads-message .button,
.fl-no-downloads-message .woocommerce-page .woocommerce-notices-wrapper .button,
.woocommerce-page .woocommerce-notices-wrapper .fl-no-downloads-message .button,
.fl-no-downloads-message .fl-cart-drop-wrap .mini-cart-dropdown .button,
.fl-cart-drop-wrap .mini-cart-dropdown .fl-no-downloads-message .button,
.fl-no-downloads-message .fl-cart-drop-wrap .mini-cart-dropdown .button.checkout,
.fl-cart-drop-wrap .mini-cart-dropdown .fl-no-downloads-message .button.checkout,
.fl-no-downloads-message .page.woocommerce-cart #primary .button,
.page.woocommerce-cart #primary .fl-no-downloads-message .button,
.fl-no-downloads-message .page.woocommerce-cart #primary .button.checkout-button,
.page.woocommerce-cart #primary .fl-no-downloads-message .button.checkout-button,
.fl-no-downloads-message .page.woocommerce-cart #primary .coupon .button,
.page.woocommerce-cart #primary .coupon .fl-no-downloads-message .button,
.fl-no-downloads-message .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button,
.page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .fl-no-downloads-message .button,
.fl-no-downloads-message .page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'],
.page.woocommerce-cart #primary .fl-td-actions-wrap .ywgc_enter_code > div p .fl-no-downloads-message .button[type='submit'],
.fl-no-downloads-message .page.woocommerce-checkout #primary .button,
.page.woocommerce-checkout #primary .fl-no-downloads-message .button,
.fl-no-downloads-message .page.woocommerce-checkout #primary .button#place_order,
.page.woocommerce-checkout #primary .fl-no-downloads-message .button#place_order,
.fl-no-downloads-message .page.woocommerce-checkout #primary .button[type='submit'],
.page.woocommerce-checkout #primary .fl-no-downloads-message .button[type='submit'],
.fl-no-downloads-message .page.woocommerce-checkout .fl-td-actions-wrap .coupon .button,
.page.woocommerce-checkout .fl-td-actions-wrap .coupon .fl-no-downloads-message .button,
.fl-no-downloads-message .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code button[type='submit'],
.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code .fl-no-downloads-message button[type='submit'],
.fl-no-downloads-message .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button,
.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .fl-no-downloads-message .button,
.fl-no-downloads-message .page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .button[type='submit'],
.page.woocommerce-checkout .fl-td-actions-wrap .ywgc_enter_code > div p .fl-no-downloads-message .button[type='submit'],
.fl-no-downloads-message .page.woocommerce-cart #primary .empty-cart-btn .button,
.page.woocommerce-cart #primary .empty-cart-btn .fl-no-downloads-message .button {
  order: 2;
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table thead,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table thead,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table thead {
  background: #d4c9b9;
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table thead th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table thead th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table thead th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: none;
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tbody td,
.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tbody th,
.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tfoot td,
.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tfoot th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tbody td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tbody th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tfoot td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tfoot th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tbody td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tbody th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tfoot td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tfoot th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tbody td,
.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tbody th,
.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tfoot td,
.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tfoot th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tbody td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tbody th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tfoot td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tfoot th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tbody td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tbody th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tfoot td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tfoot th {
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tfoot,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tfoot,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tfoot {
  background-color: #d4c9b9;
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tfoot td,
.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tfoot th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tfoot td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table tfoot th,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tfoot td,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table tfoot th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: none;
  background-color: transparent;
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-account .woocommerce-table.woocommerce-table--order-downloads.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-account .woocommerce-table.woocommerce-table--order-details.shop_table td.woocommerce-orders-table__cell-order-actions .woocommerce-button {
  margin: 3px 6px 3px 0;
}

.woocommerce-account mark {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333335;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
  width: auto;
  border: none;
  border-radius: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-customer-details address {
    margin-bottom: 1.5rem !important;
  }
}

form[name=form-link-gift-card-to-user] fieldset {
  padding: 1.5rem;
  margin: 0 0 1.5rem 0;
  min-width: 0;
  border: 0;
  background: #d4c9b9;
}

@media (max-width: 768px) {
  form[name=form-link-gift-card-to-user] fieldset {
    background: #ebe5dc;
  }
}

form[name=form-link-gift-card-to-user] fieldset label[for=ywgc-link-code] {
  display: block;
  margin-bottom: 1.5rem;
}

form[name=form-link-gift-card-to-user] fieldset input {
  width: 350px;
  margin-bottom: 0.75rem;
}

@media (max-width: 575px) {
  form[name=form-link-gift-card-to-user] fieldset input {
    width: auto;
  }
}

form[name=form-link-gift-card-to-user] fieldset button {
  margin-top: 0 !important;
  transform: translateY(-2px);
}

.woocommerce-Address-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.woocommerce-Address-title h3 {
  margin: 0 1.5rem 0 0;
  padding: 0;
}

.woocommerce-Address-title a {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.woocommerce-edit-address .woocommerce form .form-row {
  padding: 0;
}

.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row:last-child {
  margin-bottom: 1.5rem;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(51, 51, 53, 0.2);
  background: rgba(255, 255, 255, 0.5);
}

.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  background: #ffffff;
}

.woocommerce-account #add_payment_method #payment {
  border-radius: none;
  background-color: #ded5c7;
}

.woocommerce-account #add_payment_method #payment li.wc_payment_method > label:before,
.woocommerce-account #add_payment_method #payment li.wc_payment_method > label:after {
  top: 6px;
}

.woocommerce-account #add_payment_method #payment div.payment_box {
  background-color: #b7a489;
}

.woocommerce-account #add_payment_method #payment div.payment_box:before {
  border-bottom-color: #b7a489;
}

.woocommerce-account #add_payment_method #payment div.payment_box p,
.woocommerce-account #add_payment_method #payment div.payment_box label {
  color: #333335;
}

.woocommerce-edit-account form.woocommerce-EditAccountForm input.woocommerce-Input--email {
  margin-bottom: 1.5rem !important;
}

.woocommerce-edit-account form.woocommerce-EditAccountForm fieldset {
  padding: 1.5rem;
  margin: 0 3px 1.5rem 3px;
  min-width: 0;
  border: 0;
  background: #d4c9b9;
}

@media (max-width: 768px) {
  .woocommerce-edit-account form.woocommerce-EditAccountForm fieldset {
    background: #ebe5dc;
  }
}

.woocommerce-edit-account form.woocommerce-EditAccountForm fieldset .form-row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-edit-account form.woocommerce-EditAccountForm fieldset legend {
  padding: 0;
  display: table;
}

.woocommerce-edit-account form.woocommerce-EditAccountForm:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.woocommerce-edit-account form.woocommerce-EditAccountForm h2 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-the-silo .site-content .hero {
  margin-bottom: 0;
}

.covid-alert-section {
  background: rgba(255, 174, 0, 0.18);
  font-weight: 500;
}

.covid-alert-section > div p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.aws-search-field::-webkit-input-placeholder {
  color: rgba(36, 36, 37, 0.5) !important;
}
.aws-search-field::-moz-placeholder {
  color: rgba(36, 36, 37, 0.5) !important;
}
.aws-search-field:-ms-input-placeholder {
  color: rgba(36, 36, 37, 0.5) !important;
}
.aws-search-field::-ms-input-placeholder {
  color: rgba(36, 36, 37, 0.5) !important;
}
.aws-search-field::placeholder {
  color: rgba(36, 36, 37, 0.5) !important;
}

.aws-search-result {
  border-color: rgba(51, 51, 53, 0.15);
}

.aws_result_item {
  border-color: rgba(51, 51, 53, 0.15) !important;
}

.aws-search-result, .aws_result_head {
  font-size: 16px !important;
  line-height: 1.5;
}

.aws_result_head {
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.aws_result_excerpt, .aws_result_term {
  font-size: 13px !important;
}

.aws_result_stock {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  font-size: 16px !important;
}

.aws_result_term {
  padding-top: 4px !important;
}

.aws_search_more {
  color: #445e62 !important;
}

.aws-search-result .aws_result_title, .aws-search-result .aws_result_head {
  color: #333335;
}

.aws-search-result .aws_result_stock {
  color: #3fad4d;
}

.aws-search-result {
  z-index: 1 !important;
}

#aws-search-result-1 {
  z-index: 999 !important;
}
