/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
  max-width: 70%;
  display: block;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #ffe200;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #ffe200;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #cccccc;
}
.selectize-control {
  position: relative;
  min-width: 200px;
  margin-left: 20px;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #ffe200;
  color: #000000;
  border: 1px solid #ffe200;
}
.selectize-control.multi .selectize-input > div.active {
  background: #ffe200;
  color: #000000;
  border: 1px solid #ffe200;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #4d4d4d;
  background: #cccccc;
  border: 1px solid #cccccc;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffe200;
  background-image: -moz-linear-gradient(top, #ffe200, #ffe200);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe200), to(#ffe200));
  background-image: -webkit-linear-gradient(top, #ffe200, #ffe200);
  background-image: -o-linear-gradient(top, #ffe200, #ffe200);
  background-image: linear-gradient(to bottom, #ffe200, #ffe200);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe200', endColorstr='#ffffe200', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #ffe200;
  background-image: -moz-linear-gradient(top, #ffe200, #ffe200);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe200), to(#ffe200));
  background-image: -webkit-linear-gradient(top, #ffe200, #ffe200);
  background-image: -o-linear-gradient(top, #ffe200, #ffe200);
  background-image: linear-gradient(to bottom, #ffe200, #ffe200);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe200', endColorstr='#ffffe200', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 0px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.08);
  box-shadow: 0 0px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.08);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #fff;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/Styles/vendor/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/Styles/vendor/chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/Styles/vendor/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.9);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  font-size: 16px;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input.default {
  width: auto !important;
  min-width: 85%;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 32px;
  padding-left: 7px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 16px;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0;
  padding: 5px 22px 5px 7px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  max-width: 100%;
  border-radius: 1px;
  background-color: transparent;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 6px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/Styles/vendor/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/Styles/vendor/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/Styles/vendor/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*! UIkit 3.20.8 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}
/*
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/* Links
   ========================================================================== */
/*
   * Style
   */
a,
.uk-link {
  color: #EACF00;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #0f6ecd;
  text-decoration: underline;
}
/* 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 */
  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;
  padding: 2px 6px;
  background: #f8f8f8;
}
/*
   * Emphasize
   */
em {
  color: #f0506e;
}
/*
   * Insert
   */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}
/*
   * Mark
   */
mark {
  background: #ffd;
  color: #666;
}
/*
   * Quote
   */
q {
  font-style: italic;
}
/*
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/*
   * Prevents `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/*
   * Remove the gap between the element and the bottom of its parent container.
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
   * 1. Constrain the element to its parent width.
   * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
   * 3. Take border and padding into account.
   */
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}
/*
   * Deprecated: only needed for `img` elements with `uk-img`
   * 1. Hide `alt` text for lazy load images.
   * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
   */
img:not([src]) {
  /* 1 */
  visibility: hidden;
  /* 2 */
  min-width: 1px;
}
/*
   * Iframe
   * Remove border in all browsers
   */
iframe {
  border: 0;
}
/* Block elements
   ========================================================================== */
/*
   * Margins
   */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}
/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}
/* Headings
   ========================================================================== */
h1,
.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,
.uk-heading-3xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}
/* Add margin if adjacent element */
* + h1,
* + .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,
* + .uk-heading-3xlarge {
  margin-top: 40px;
}
/*
   * Sizes
   */
h1,
.uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}
h2,
.uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}
h3,
.uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
h4,
.uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}
h6,
.uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1,
  .uk-h1 {
    font-size: 2.625rem;
  }
  h2,
  .uk-h2 {
    font-size: 2rem;
  }
}
/* Lists
   ========================================================================== */
ul,
ol {
  padding-left: 30px;
}
/*
   * Reset margin for nested lists
   */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* Description lists
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rules
   ========================================================================== */
/*
   * 1. 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 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px;
}
/* Address
   ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
   ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}
/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}
/*
   * Content
   */
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}
blockquote footer::before {
  content: "— ";
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Focus
   ========================================================================== */
:focus {
  outline: none;
}
:focus-visible {
  outline: 2px dotted #333;
}
/* Selection pseudo-element
   ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
/* HTML5 elements
   ========================================================================== */
/*
   * 1. Add the correct display in Edge, IE 10+, and Firefox.
   * 2. Add the correct display in IE.
   */
details,
main {
  /* 2 */
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/*
   * Add the correct display in IE.
   */
template {
  display: none;
}
/* Pass media breakpoints to JS
   ========================================================================== */
/*
   * Breakpoints
   */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
  color: #999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
  color: #666;
}
/* Text
   ========================================================================== */
a.uk-link-text,
.uk-link-text a,
.uk-link-toggle .uk-link-text {
  color: inherit;
}
a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text {
  color: #999;
}
/* Heading
   ========================================================================== */
a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
  color: inherit;
}
a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
  color: #EACF00;
  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;
}
/* ========================================================================
     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;
}
.uk-heading-3xlarge {
  font-size: 8rem;
  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;
  }
  .uk-heading-3xlarge {
    font-size: 11rem;
  }
}
/* 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;
  }
  .uk-heading-3xlarge {
    font-size: 15rem;
  }
}
/* 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(5.1px);
  border-bottom: calc(0.25px) solid #e5e5e5;
}
/* 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.1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4.7px);
  margin-right: calc(5.2px);
  border-left: calc(5.1px) solid #e5e5e5;
}
/* 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(49.875%);
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.25px) solid #e5e5e5;
}
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5.3px);
}
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5.3px);
}
/* ========================================================================
     Component: Divider
   ========================================================================== */
/*
   * 1. Reset default `hr`
   * 2. Set margin if a `div` is used for semantical reason
   */
[class*="uk-divider"] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + [class*="uk-divider"] {
  margin-top: 20px;
}
/* Icon
   ========================================================================== */
.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%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(25%);
  border-bottom: 1px solid #e5e5e5;
}
.uk-divider-icon::before {
  right: calc(75%);
  width: 100%;
}
.uk-divider-icon::after {
  left: calc(75%);
  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 #e5e5e5;
  vertical-align: top;
}
/* Vertical
   ========================================================================== */
.uk-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}
/*
   * Avoid column break within the list item, when using `column-count`
   */
.uk-list > * {
  break-inside: avoid-column;
}
/*
   * Remove margin from the last-child
   */
.uk-list > * > :last-child {
  margin-bottom: 0;
}
/*
   * Style
   */
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
  margin-top: 10px;
}
/* Marker modifiers
   * Moving `::marker` inside `::before` to style it differently
   * To style the `::marker` is currently only supported in Firefox and Safari
   ========================================================================== */
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-left: 30px;
}
/*
   * Type modifiers
   */
.uk-list-decimal {
  counter-reset: decimal;
}
.uk-list-decimal > * {
  counter-increment: decimal;
}
.uk-list-disc > ::before,
.uk-list-circle > ::before,
.uk-list-square > ::before,
.uk-list-decimal > ::before,
.uk-list-hyphen > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}
.uk-list-disc > ::before {
  list-style-type: disc;
}
.uk-list-circle > ::before {
  list-style-type: circle;
}
.uk-list-square > ::before {
  list-style-type: square;
}
.uk-list-decimal > ::before {
  content: counter(decimal, decimal) '\200A.\00A0';
}
.uk-list-hyphen > ::before {
  content: '–\00A0\00A0';
}
/*
   * Color modifiers
   */
.uk-list-muted > ::before {
  color: #999 !important;
}
.uk-list-emphasis > ::before {
  color: #333 !important;
}
.uk-list-primary > ::before {
  color: #EACF00 !important;
}
.uk-list-secondary > ::before {
  color: #222 !important;
}
/* Image bullet modifier
   ========================================================================== */
.uk-list-bullet > * {
  padding-left: 30px;
}
.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -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%;
}
/* Style modifiers
   ========================================================================== */
/*
   * Divider
   */
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
/*
   * Striped
   */
.uk-list-striped > * {
  padding: 10px 10px;
}
.uk-list-striped > *:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}
.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}
/* Size modifier
   ========================================================================== */
.uk-list-large > :nth-child(n+2),
.uk-list-large > * > ul {
  margin-top: 20px;
}
.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0;
}
/*
   * Divider
   */
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}
.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}
/*
   * Striped
   */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px;
}
.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}
.uk-list-large.uk-list-striped > :nth-child(n+2),
.uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}
.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}
/*
   * Description
   */
/* Style modifier
   ========================================================================== */
/*
   * Line
   */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
/* ========================================================================
     Component: Table
   ========================================================================== */
/*
   * 1. Remove most spacing between table cells.
   * 2. Behave like a block element
   * 3. Style
   */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}
/* Header cell
   ========================================================================== */
/*
   * 1. Style
   */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
/* Cell
   ========================================================================== */
.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 #e5e5e5;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/*
   * 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;
  }
}
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}
.uk-table-striped > tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom: 1px solid #e5e5e5;
}
/* ========================================================================
     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
   * 1. Required for `span` with background image
   * 2. Required for `image`
   */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  object-fit: scale-down;
  max-width: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   * 1. Allow text within link
   */
.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important;
}
.uk-icon-link:hover {
  color: #666;
}
/* 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: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/* Hover */
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666;
}
/* ========================================================================
     Component: Form Range
   ========================================================================== */
/*
   * 1. Remove default style.
   * 2. Define consistent box sizing.
   * 3. Remove `margin` in all browsers.
   * 4. Align to the center of the line box.
   * 5. Prevent content overflow if a fixed width is used.
   * 6. Take the full width.
   * 7. Remove white background in Chrome.
   */
.uk-range {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  max-width: 100%;
  /* 6 */
  width: 100%;
  /* 7 */
  background: transparent;
}
/* Focus */
.uk-range:focus {
  outline: none;
}
.uk-range::-moz-focus-outer {
  border: none;
}
/*
   * 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;
}
/*
   * Track
   * 1. Safari doesn't have a focus state. Using active instead.
   */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dedede;
}
/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:focus::-moz-range-track {
  background: #dedede;
}
/*
   * 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: #fff;
  border: 1px solid #cccccc;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
/* ========================================================================
     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.
   * 1. Reset `min-width`
   */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  /* 1 */
  min-width: 0;
}
/* Input, select and textarea
   * Allowed: `text`, `password`, `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: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}
/*
   * Single-line
   * 1. Allow any element to look like an `input` or `select` element
   * 2. Make sure line-height is not larger than height
   *    Also needed to center the text vertically
   */
.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: 38px;
}
/*
   * Multi-line
   */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}
.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #EACF00;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}
/*
   * Placeholder
   */
.uk-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;
}
/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}
/*
   * Large
   */
.uk-form-large {
  font-size: 1.25rem;
}
/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
   ========================================================================== */
/*
   * Error
   */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent;
}
.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: solid;
}
/* 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. 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]) option {
  color: #666;
}
/*
   * 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 !important;
}
/* Radio and checkbox
   ========================================================================== */
/*
   * 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: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
.uk-radio {
  border-radius: 50%;
}
/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #EACF00;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #EACF00;
  border-color: transparent;
}
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #ffe200;
}
/*
   * 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: #f8f8f8;
  border-color: #e5e5e5;
}
.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
   ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 0.875rem;
}
/* Layout
   ========================================================================== */
/*
   * Stacked
   */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}
/*
   * Horizontal
   */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* 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. Remove default style for `input type="submit"`in iOS.
   * 7. Style
   * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
   *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
   * 9. Align text if button has a width
   * 10. Required for `a`.
   */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
.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;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
/* Hover */
.uk-button-default:hover {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #EACF00;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-primary:hover {
  background-color: #ffe200;
  color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #ffe200;
  color: #fff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #080808;
  color: #fff;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-danger:hover {
  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: transparent;
  color: #999;
  border-color: #e5e5e5;
}
/* Size modifiers
   ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}
.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}
.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid currentColor;
  transition: right 0.3s ease-out;
}
/* Hover */
.uk-button-text:hover {
  color: #333;
}
.uk-button-text:hover::before {
  right: 0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999;
}
.uk-button-text:disabled::before {
  display: none;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
}
/* Hover */
.uk-button-link:hover {
  color: #999;
  text-decoration: none;
}
/* 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;
}
/* Group
       ========================================================================== */
/*
       * Collapse border
       */
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}
/*
       * Create position context to superimpose the successor elements border
       * Known issue: If you use an `a` element as button and an icon inside,
       * the active state will not work if you click the icon inside the button
       * Workaround: Just use a `button` or `input` element as button
       */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}
/* ========================================================================
     Component: Progress
   ========================================================================== */
/*
   * 1. Add the correct vertical alignment in all browsers.
   * 2. Behave like a block element.
   * 3. Remove borders in Firefox.
   * 4. Remove default style in Chrome, Safari and Edge.
   * 5. Style
   */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  display: block;
  width: 100%;
  /* 3 */
  border: 0;
  /* 4 */
  background-color: #f8f8f8;
  /* 5 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}
/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px;
}
/*
   * Show background color set on `uk-progress` in Chrome, Safari and Edge.
   */
.uk-progress::-webkit-progress-bar {
  background-color: transparent;
}
/*
   * Progress Bar
   * 1. Transitions don't work on `::-moz-progress-bar` pseudo element in Firefox yet.
   *    https://bugzilla.mozilla.org/show_bug.cgi?id=662351
   */
.uk-progress::-webkit-progress-value {
  background-color: #EACF00;
  transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #EACF00;
  /* 1 */
  transition: width 0.6s ease;
}
/* ========================================================================
     Component: Section
   ========================================================================== */
/*
   * 1. Make it work with `100vh` and height in general
   */
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
   * Remove margin from the last-child
   */
.uk-section > :last-child {
  margin-bottom: 0;
}
/* Size modifiers
   ========================================================================== */
/*
   * XSmall
   */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
   * Small
   */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
   * Large
   */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
   * XLarge
   */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default {
  background: #fff;
}
/*
   * Muted
   */
.uk-section-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-section-primary {
  background: #EACF00;
}
/*
   * Secondary
   */
.uk-section-secondary {
  background: #222;
}
/* Overlap modifier
   ========================================================================== */
/*
   * Reserved modifier to make a section overlap another section with an border image
   * Implemented by the theme
   */
/* ========================================================================
     Component: Container
   ========================================================================== */
/*
   * 1. Box sizing has to be `content-box` so the max-width is always the same and
   *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
   */
.uk-container {
  display: flow-root;
  /* 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;
  }
}
/*
   * 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: 1400px;
}
.uk-container-xlarge {
  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(395%);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(470%);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(610%);
  }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(385%);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(460%);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(710%);
  }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(810%);
  }
}
/* 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(115%);
}
.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(130%);
  }
  .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(140%);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
/* ========================================================================
     Component: Tile
   ========================================================================== */
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .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: 70px;
    padding-bottom: 70px;
  }
}
/*
   * Remove margin from the last-child
   */
.uk-tile > :last-child {
  margin-bottom: 0;
}
/* Size modifiers
   ========================================================================== */
/*
   * XSmall
   */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
   * Small
   */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
   * Large
   */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
   * XLarge
   */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background-color: #fff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background-color: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background-color: #EACF00;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background-color: #222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}
/* Sections
   ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 30px 30px;
}
.uk-card-header {
  display: flow-root;
  padding: 15px 30px;
}
.uk-card-footer {
  display: flow-root;
  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;
  }
}
/*
   * 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
   ========================================================================== */
/*
   * 1. Position
   * 2. Size
   * 3. Style
   * 4. Center child vertically
   */
.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding: 0 10px;
  /* 3 */
  background: #EACF00;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 2px;
  text-transform: uppercase;
}
/*
   * 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-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-default .uk-card-title {
  color: #333;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}
.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}
/*
   * Primary
   */
.uk-card-primary {
  background-color: #EACF00;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-primary .uk-card-title {
  color: #fff;
}
.uk-card-primary.uk-card-hover:hover {
  background-color: #EACF00;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/*
   * Secondary
   */
.uk-card-secondary {
  background-color: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-secondary .uk-card-title {
  color: #fff;
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/* Size modifier
   ========================================================================== */
/*
   * Small
   */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px;
}
.uk-card-small .uk-card-header {
  padding: 13px 20px;
}
.uk-card-small .uk-card-footer {
  padding: 13px 20px;
}
/*
   * 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;
  }
}
/*
       * Default
       */
.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}
.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}
.uk-card-body > .uk-nav-default > li > a,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default .uk-nav-divider {
  padding-left: 30px;
  padding-right: 30px;
}
.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .uk-card-body > .uk-nav-default > li > a,
  .uk-card-body > .uk-nav-default .uk-nav-header,
  .uk-card-body > .uk-nav-default .uk-nav-divider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-left: 55px;
  }
}
/*
       * Small
       */
.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}
.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}
.uk-card-small > .uk-nav-default > li > a,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default .uk-nav-divider {
  padding-left: 20px;
  padding-right: 20px;
}
.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-left: 35px;
}
/*
       * Large
       */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default > li > a,
  .uk-card-large > .uk-nav-default .uk-nav-header,
  .uk-card-large > .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0;
  }
  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/*
   * Adopts `uk-icon`
   */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}
/* Hover */
.uk-close:hover {
  color: #666;
}
/* ========================================================================
     Component: Spinner
   ========================================================================== */
/*
   * Adopts `uk-icon`
   */
/* SVG
   ========================================================================== */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}
@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
   * Circle
   */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}
@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
/* ========================================================================
     Component: Totop
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}
/* Hover */
.uk-totop:hover {
  color: #666;
}
/* OnClick */
.uk-totop:active {
  color: #333;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}
/* Hover */
.uk-marker:hover {
  color: #fff;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px;
}
/*
   * 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;
  color: inherit;
  opacity: 0.4;
}
/*
   * Remove margin from adjacent element
   */
.uk-alert-close:first-child + * {
  margin-top: 0;
}
/*
   * Hover
   */
.uk-alert-close:hover {
  color: inherit;
  opacity: 0.8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #EEE;
  color: #EACF00;
}
/*
   * Success
   */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}
/*
       * Content
       */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}
/* ========================================================================
     Component: Placeholder
   ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}
/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-placeholder > :last-child {
  margin-bottom: 0;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #EACF00;
  color: #fff !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
/*
   * Required for `a`
   */
.uk-badge:hover {
  text-decoration: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #EACF00;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.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.8);
}
/*
   * Primary
   */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}
/* ========================================================================
     Component: Article
   ========================================================================== */
.uk-article {
  display: flow-root;
}
/*
   * Remove margin from the last-child
   */
.uk-article > :last-child {
  margin-bottom: 0;
}
/* Adjacent sibling
   ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px;
}
/* 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;
}
.uk-article-meta a {
  color: #999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* ========================================================================
     Component: Comment
   ========================================================================== */
/* Sections
   ========================================================================== */
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}
/*
   * 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: 70px;
}
/*
   * Sublists
   * Note: General sibling selector allows reply block between comment and sublist
   */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 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: 70px;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}
/* ========================================================================
     Component: Search
   ========================================================================== */
/*
   * 1. Container fits its content
   * 2. Create position context
   * 3. Prevent content overflow
   * 4. Reset `form`
   */
.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::placeholder {
  color: #999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * 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: 240px;
}
/*
   * Input
   */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #EACF00;
}
/*
   * 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;
}
/* Focus */
/*
   * 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;
}
/* Focus */
/*
   * 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 */
.uk-search-toggle:hover {
  color: #666;
}
/* ========================================================================
     Component: Accordion
   ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}
/* Item
   ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}
/* Title
   ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}
/* Content
   ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}
/*
   * 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;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}
/* Show */
.uk-drop.uk-open {
  display: block;
}
/* Grid modifiers
   ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}
/* Parent icon
   ========================================================================== */
.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out;
}
[aria-expanded="true"] > .uk-drop-parent-icon {
  transform: rotateX(180deg);
}
/* ========================================================================
     Component: Dropbar
   ========================================================================== */
/*
   * Adopts `uk-drop`
   * 1. Reset drop
   * 2. Style
   */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  /* 1 */
  width: auto;
  /* 2 */
  padding: 25px 15px 25px 15px;
  background: #fff;
  color: #666;
}
/*
   * Remove margin from the last-child
   */
.uk-dropbar > :last-child {
  margin-bottom: 0;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-dropbar :focus-visible {
  outline-color: #333 !important;
}
/* Size modifier
   ========================================================================== */
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Direction modifier
   ========================================================================== */
.uk-dropbar-top {
  box-shadow: 0 12px 7px -6px rgba(0, 0, 0, 0.05);
}
.uk-dropbar-bottom {
  box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, 0.05);
}
.uk-dropbar-left {
  box-shadow: 12px 0 7px -6px rgba(0, 0, 0, 0.05);
}
.uk-dropbar-right {
  box-shadow: -12px 0 7px -6px rgba(0, 0, 0, 0.05);
}
/* ========================================================================
     Component: Dropnav
   ========================================================================== */
/*
   * 1. Position
   * 2. Reset dropbar
   * 3. Width
   */
.uk-dropnav-dropbar {
  /* 1 */
  position: absolute;
  z-index: 980;
  /* 2 */
  padding: 0;
  /* 3 */
  left: 0;
  right: 0;
}
/* ========================================================================
     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;
  /* 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. `!important` is 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: 100% !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 {
  display: flow-root;
  padding: 20px 20px;
}
.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px;
  }
  .uk-modal-header {
    padding: 15px 30px;
  }
  .uk-modal-footer {
    padding: 15px 30px;
  }
}
/*
   * 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: 10px;
  right: 10px;
  padding: 5px;
}
/*
   * Remove margin from adjacent element
   */
[class*="uk-modal-close-"]:first-child + * {
  margin-top: 0;
}
/*
   * Hover
   */
/*
   * Default
   */
/*
   * Outside
   * 1. Prevent scrollbar on small devices
   */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: #ffffff;
}
.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
   */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 10px;
  background: #fff;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal-close-full {
    padding: 20px;
  }
}
/* ========================================================================
     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.
   * 5. Disable horizontal panning gestures
   */
.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;
  /* 5 */
  touch-action: pan-y;
}
/* Item
   ========================================================================== */
/*
   * 1. Position items above each other
   * 2. Take the full width
   * 3. Clip child elements, e.g. for `uk-cover`
   * 4. Optimize animation
   */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}
/*
   * 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
   * 2. Prevent accidental scrolling through elements in slide getting focused
   */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  overflow: clip;
}
/*
   * Widen container to prevent box-shadows from clipping, `large-box-shadow`
   */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}
/* Items
   ========================================================================== */
/*
   * 1. Optimize animation
   * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
   * 3. Disable horizontal panning gestures
   */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}
/*
   * 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)
   *    `max-width` needed to keep image responsiveness and prevent content overflow
   * 2. Create position context
   */
.uk-slider-items > * {
  /* 1 */
  flex: none !important;
  box-sizing: border-box;
  max-width: 100%;
  /* 2 */
  position: relative;
}
/* ========================================================================
     Component: Sticky
   ========================================================================== */
/*
   * 1. Create position context so it's t the same like when fixed.
   * 2. Create stacking context already when not sticky to have the same context
  *     for position set to `sticky` and `relative`
   * 2. More robust if padding and border are used and the sticky height is transitioned
   */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box;
}
/*
   * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
   */
.uk-sticky-fixed {
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*
   * Faster animations
   */
.uk-sticky[class*="uk-animation-"] {
  animation-duration: 0.2s;
}
.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}
/*
   * Placeholder
   * Make content clickable for sticky cover and reveal effects
   */
.uk-sticky-placeholder {
  pointer-events: none;
}
/* ========================================================================
     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: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}
/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .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: 640px) {
  .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: 5px;
  right: 5px;
  padding: 5px;
}
/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}
/*
   * Remove margin from adjacent element
   */
.uk-offcanvas-close:first-child + * {
  margin-top: 0;
}
/* 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`
   * 1. `clip` is needed for `position: sticky` elements to keep their position
   */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip;
}
/* 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: 640px) {
  :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
   */
:root {
  --uk-leader-fill-content: .;
}
/* ========================================================================
     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: #f8f8f8;
  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: #EACF00;
}
/*
   * 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. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
   * 4. Dimensions
   * 5. Style
   */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
/* Show */
.uk-tooltip.uk-active {
  display: block;
}
/* ========================================================================
     Component: Sortable
   ========================================================================== */
.uk-sortable {
  position: relative;
}
/*
   * Remove margin from the last-child
   */
.uk-sortable > :last-child {
  margin-bottom: 0;
}
/* Drag
   ========================================================================== */
.uk-sortable-drag {
  position: fixed !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
   ========================================================================== */
/* Number
   ========================================================================== */
/*
   * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
   * 2. Style
   */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8;
}
/* 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;
  line-height: 1.6;
}
/* 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: 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;
  position: relative;
}
.uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  transition: opacity 0.1s ease-in-out;
}
/* Hover */
.uk-thumbnav > * > :hover::after {
  opacity: 0;
}
/* Active */
.uk-thumbnav > .uk-active > *::after {
  opacity: 0;
}
/* 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: 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: -10px;
}
/*
   * Space is allocated based on content dimensions, but shrinks: 0 1 auto
   * 1. Gutter
   */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center content vertically if there is still some text
   * 2. Imitate white space gap when using flexbox
   * 3. Force text not to affect item height
   * 4. Style
   * 5. Required for `a` if there is still some text
   */
.uk-iconnav > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #999;
  /* 5 */
  text-decoration: none;
  font-size: 0.875rem;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/* Hover */
.uk-iconnav > * > a:hover {
  color: #666;
}
/* 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: -10px;
}
/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}
/* ========================================================================
     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 #e5e5e5;
}
/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
/*
   * 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: Nav
   ========================================================================== */
/*
   * Reset
   */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
  * 1. Center content vertically, e.g. an icon
  * 2. Imitate white space gap when using flexbox
  * 3. Reset link
   */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3*/
  text-decoration: 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
   ========================================================================== */
.uk-nav-parent-icon {
  margin-left: auto;
  transition: transform 0.3s ease-out;
}
.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg);
}
/* Header
   ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}
/* Divider
   ========================================================================== */
.uk-nav .uk-nav-divider {
  margin: 5px 0;
}
/* Default modifier
   ========================================================================== */
.uk-nav-default {
  font-size: 0.875rem;
  line-height: 1.5;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999;
}
/* Hover */
.uk-nav-default > li > a:hover {
  color: #666;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333;
}
/*
   * Subtitle
   */
.uk-nav-default .uk-nav-subtitle {
  font-size: 12px;
}
/*
   * Header
   */
.uk-nav-default .uk-nav-header {
  color: #333;
}
/*
   * Divider
   */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}
.uk-nav-default .uk-nav-sub a {
  color: #999;
}
.uk-nav-default .uk-nav-sub a:hover {
  color: #666;
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}
/* Primary modifier
   ========================================================================== */
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  color: #999;
}
/* Hover */
.uk-nav-primary > li > a:hover {
  color: #666;
}
/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333;
}
/*
   * Subtitle
   */
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem;
}
/*
   * Header
   */
.uk-nav-primary .uk-nav-header {
  color: #333;
}
/*
   * Divider
   */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}
.uk-nav-primary .uk-nav-sub a {
  color: #999;
}
.uk-nav-primary .uk-nav-sub a:hover {
  color: #666;
}
.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}
/* Secondary modifier
   ========================================================================== */
.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}
.uk-nav-secondary > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 0;
}
/*
   * Items
   */
.uk-nav-secondary > li > a {
  color: #333;
  padding: 10px 10px;
}
/* Hover */
.uk-nav-secondary > li > a:hover {
  color: #333;
  background-color: #f8f8f8;
}
/* Active */
.uk-nav-secondary > li.uk-active > a {
  color: #333;
  background-color: #f8f8f8;
}
/*
   * Subtitle
   */
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.875rem;
  color: #999;
}
/* Hover */
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #666;
}
/* Active */
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #333;
}
/*
   * Header
   */
.uk-nav-secondary .uk-nav-header {
  color: #333;
}
/*
   * Divider
   */
.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
   * Sublists
   */
.uk-nav-secondary .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}
.uk-nav-secondary .uk-nav-sub a {
  color: #999;
}
.uk-nav-secondary .uk-nav-sub a:hover {
  color: #666;
}
.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #333;
}
/* Size modifier
   ========================================================================== */
/*
   * Medium
   */
.uk-nav-medium {
  font-size: 2.8875rem;
  line-height: 1;
}
.uk-nav-large {
  font-size: 3.4rem;
  line-height: 1;
}
.uk-nav-xlarge {
  font-size: 4rem;
  line-height: 1;
}
/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-nav-medium {
    font-size: 3.5rem;
  }
  .uk-nav-large {
    font-size: 4rem;
  }
  .uk-nav-xlarge {
    font-size: 6rem;
  }
}
/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-nav-medium {
    font-size: 4rem;
  }
  .uk-nav-large {
    font-size: 6rem;
  }
  .uk-nav-xlarge {
    font-size: 8rem;
  }
}
/* Alignment modifier
   ========================================================================== */
/*
   * 1. Center header
   * 2. Center items
   */
/* 1 */
.uk-nav-center {
  text-align: center;
}
/* 2 */
.uk-nav-center li > a {
  justify-content: center;
}
/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}
/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
  margin-left: 0.25em;
}
/* Style modifier
   ========================================================================== */
/*
   * Divider
   * Naming is in plural to prevent conflicts with divider sub object.
   */
.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}
/* ========================================================================
     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: #f8f8f8;
}
/* Groups
   ========================================================================== */
/*
   * 1. Align navs and items vertically if they have a different height
   */
.uk-navbar-left,
.uk-navbar-right,
[class*="uk-navbar-center"] {
  display: flex;
  gap: 15px;
  /* 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: 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: calc(115%);
}
.uk-navbar-center-right {
  left: calc(115%);
}
[class*="uk-navbar-center-"] {
  width: max-content;
  box-sizing: border-box;
}
/* Nav
   ========================================================================== */
/*
   * 1. Reset list
   */
.uk-navbar-nav {
  display: flex;
  gap: 15px;
  /* 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. Imitate white space gap when using flexbox
   * 3. Dimensions
   * 4. Style
   * 5. Required for `a`
   */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  /* 4 */
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 5 */
  text-decoration: none;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  padding: 0 0;
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/*
   * Hover
   * Apply hover style also if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: #666;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333;
}
/* Parent icon modifier
   ========================================================================== */
.uk-navbar-parent-icon {
  margin-left: 4px;
  transition: transform 0.3s ease-out;
}
.uk-navbar-nav > li > a[aria-expanded="true"] .uk-navbar-parent-icon {
  transform: rotateX(180deg);
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  padding: 0 0;
  color: #666;
}
/*
   * Remove margin from the last-child
   */
.uk-navbar-item > :last-child {
  margin-bottom: 0;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle {
  padding: 0 0;
  color: #999;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded="true"] {
  color: #666;
  text-decoration: none;
}
/*
   * Icon
   * Adopts `uk-icon`
   */
/* Hover */
/* Subtitle
   ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem;
}
/* Justify modifier
   ========================================================================== */
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1;
}
/* Style modifiers
   ========================================================================== */
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-drop`
   * 1. Set a default width
   * 2. Style
   */
.uk-navbar-dropdown {
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: 200px;
  /* 2 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
/*
   * Remove margin from the last-child
   */
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-navbar-dropdown :focus-visible {
  outline-color: #333 !important;
}
/*
   * Grid
   * Adopts `uk-grid`
   */
/* Gutter Horizontal */
.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -30px;
}
.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 30px;
}
/* Gutter Vertical */
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 30px;
}
/*
   * Width modifier
   */
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px;
}
.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px;
}
.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px;
}
.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
  width: 1000px;
}
/*
   * Size modifier
   */
.uk-navbar-dropdown-large {
  --uk-position-shift-offset: 0;
  padding: 40px;
}
/*
   * Dropbar modifier
   * 1. Reset dropdown width to prevent to early shifting
   * 2. Reset style
   * 3. Padding
   */
.uk-navbar-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 25px 0 25px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Dropdown Nav
   * Adopts `uk-nav`
   ========================================================================== */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}
/* Hover */
.uk-navbar-dropdown-nav > li > a:hover {
  color: #666;
}
/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}
/*
   * Subtitle
   */
.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}
/*
   * Header
   */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}
/*
   * Divider
   */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #666;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}
/* Dropbar
   ========================================================================== */
/*
   * Adopts `uk-dropnav-dropbar`
   */
.uk-navbar-container {
  transition: 0.1s ease-in-out;
  transition-property: background-color;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-left,
  .uk-navbar-right,
  [class*="uk-navbar-center"] {
    gap: 30px;
  }
  .uk-navbar-center-left {
    right: calc(130%);
  }
  .uk-navbar-center-right {
    left: calc(130%);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 30px;
  }
}
/* ========================================================================
     Component: Subnav
   ========================================================================== */
/*
   * 1. Allow items to wrap into the next line
   * 2. Center items vertically if they have a different height
   * 3. Gutter
   * 4. Reset list
   */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  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. Center content vertically, e.g. an icon
   * 2. Imitate white space gap when using flexbox
   * 3. Style
   */
.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/* Hover */
.uk-subnav > * > a:hover {
  color: #666;
  text-decoration: none;
}
/* Active */
.uk-subnav > .uk-active > a {
  color: #333;
}
/* Divider modifier
   ========================================================================== */
/*
   * Set gutter
   */
.uk-subnav-divider {
  margin-left: -41px;
}
/*
   * Align items and divider vertically
   */
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}
/*
   * Divider
   * 1. `nth-child` makes it also work without JS if it's only one row
   */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent;
}
/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5;
}
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}
/* Hover */
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #EACF00;
  color: #fff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}
/* ========================================================================
     Component: Breadcrumb
   ========================================================================== */
/*
   * Reset list
   */
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}
/*
   * 1. Doesn't generate any box and replaced by child boxes
   */
.uk-breadcrumb > * {
  display: contents;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}
/* Hover */
.uk-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}
/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #666;
}
/*
   * Divider
   * `nth-child` makes it also work without JS if it's only one row
   * 1. Remove space between inline block elements.
   * 2. Style
   */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 20px 0 calc(16px);
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}
/* ========================================================================
     Component: Pagination
   ========================================================================== */
/*
   * 1. Allow items to wrap into the next line
   * 2. Center items vertically if they have a different height
   * 3. Gutter
   * 4. Reset list
   */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: 0;
  /* 4 */
  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: 0;
  /* 3 */
  position: relative;
}
/* Items
   ========================================================================== */
/*
   * 1. Center content vertically, e.g. an icon
   * 2. Imitate white space gap when using flexbox
   * 3. Style
   */
.uk-pagination > * > * {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  padding: 5px 10px;
  color: #999;
  transition: color 0.1s ease-in-out;
}
/* Hover */
.uk-pagination > * > :hover {
  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;
  position: relative;
}
.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}
/*
   * 1. Space is allocated solely based on content dimensions: 0 0 auto
   * 2. Gutter
   * 3. Create position context for dropdowns
   */
.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 content vertically, e.g. an icon
   * 2. Imitate white space gap when using flexbox
   * 3. Center content if a width is set
   * 4. Style
   */
.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}
/* Hover */
.uk-tab > * > a:hover {
  color: #666;
  text-decoration: none;
}
/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #EACF00;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999;
}
/* Position modifier
   ========================================================================== */
/*
   * Bottom
   */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}
.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}
/*
   * 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::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.uk-tab-left > * > a {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}
.uk-tab-right > * > a {
  justify-content: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}
.uk-tab .uk-dropdown {
  margin-left: 30px;
}
/* ========================================================================
     Component: Slidenav
   ========================================================================== */
/*
   * Adopts `uk-icon`
   */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out;
}
/* Hover */
.uk-slidenav:hover {
  color: rgba(102, 102, 102, 0.9);
}
/* 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: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}
/* Hover */
.uk-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}
/* 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: Dropdown
   ========================================================================== */
/*
   * Adopts `uk-drop`
   * 1. Reset drop and let text expand the width instead of wrapping
   * 2. Set a default width
   * 3. Style
   */
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
/*
   * Remove margin from the last-child
   */
.uk-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-dropdown :focus-visible {
  outline-color: #333 !important;
}
/* Size modifier
   ========================================================================== */
.uk-dropdown-large {
  padding: 40px;
}
/* Dropbar modifier
   ========================================================================== */
/*
   * 1. Reset dropdown width to prevent to early shifting
   * 2. Reset style
   * 3. Padding
   */
.uk-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 5px 0 25px 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Nav
   * Adopts `uk-nav`
   ========================================================================== */
.uk-dropdown-nav {
  font-size: 0.875rem;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999;
}
/* Hover + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
  color: #666;
}
/*
   * Subtitle
   */
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}
/*
   * Divider
   */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}
/* ========================================================================
     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
   * 7. Prevent cancellation of pointer events while dragging
   */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}
/*
   * Open
   * 1. Center child
   * 2. Fade-in
   */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}
/*
   * Focus
   */
.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}
/* 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
   */
.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;
}
.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;
}
/* OnClick */
/* Caption
   ========================================================================== */
.uk-lightbox-caption:empty {
  display: none;
}
/* Iframe
   ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}
/* ========================================================================
     Component: Animation
   ========================================================================== */
[class*="uk-animation-"] {
  animation: 0.5s ease-out both;
}
/* Animations
   ========================================================================== */
/*
   * Fade
   */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
/*
   * Scale
   */
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}
.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}
/*
   * Slide
   */
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}
.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}
.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left;
}
.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right;
}
/*
   * Slide Small
   */
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}
.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}
.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small;
}
.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small;
}
/*
   * Slide Medium
   */
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}
.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}
.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}
/*
   * Kenburns
   */
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}
/*
   * Shake
   */
.uk-animation-shake {
  animation-name: uk-shake;
}
/*
   * SVG Stroke
   * The `--uk-animation-stroke` custom property contains the longest path length.
   * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
   * All strokes are animated by the same pace and doesn't end simultaneously.
   * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
   */
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}
/* Direction modifier
   ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
/* Duration modifier
   ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}
/* Toggle animation based on the State of the Parent Element
   ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] {
  animation-name: none;
}
/* Keyframes used by animation classes
   ========================================================================== */
/*
   * Fade
   */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
   * Scale
   */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*
   * Slide
   */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
   * Slide Small
   */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
   * Slide Medium
   */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
   * Kenburns
   */
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
   * Shake
   */
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
   * Stroke
   */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
     Component: Width
   ========================================================================== */
/* Equal child widths
   ========================================================================== */
[class*="uk-child-width"] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-child-width-1-2 > * {
  width: 50%;
}
.uk-child-width-1-3 > * {
  width: calc(33.33333333%);
}
.uk-child-width-1-4 > * {
  width: 25%;
}
.uk-child-width-1-5 > * {
  width: 20%;
}
.uk-child-width-1-6 > * {
  width: calc(16.66666667%);
}
.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(33.33333333%);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(16.66666667%);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@s > :not([class*="uk-width"]),
  .uk-child-width-1-2\@s > :not([class*="uk-width"]),
  .uk-child-width-1-3\@s > :not([class*="uk-width"]),
  .uk-child-width-1-4\@s > :not([class*="uk-width"]),
  .uk-child-width-1-5\@s > :not([class*="uk-width"]),
  .uk-child-width-1-6\@s > :not([class*="uk-width"]),
  .uk-child-width-auto\@s > :not([class*="uk-width"]) {
    flex: initial;
  }
}
/* 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(33.33333333%);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(16.66666667%);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@m > :not([class*="uk-width"]),
  .uk-child-width-1-2\@m > :not([class*="uk-width"]),
  .uk-child-width-1-3\@m > :not([class*="uk-width"]),
  .uk-child-width-1-4\@m > :not([class*="uk-width"]),
  .uk-child-width-1-5\@m > :not([class*="uk-width"]),
  .uk-child-width-1-6\@m > :not([class*="uk-width"]),
  .uk-child-width-auto\@m > :not([class*="uk-width"]) {
    flex: initial;
  }
}
/* 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(33.33333333%);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(16.66666667%);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@l > :not([class*="uk-width"]),
  .uk-child-width-1-2\@l > :not([class*="uk-width"]),
  .uk-child-width-1-3\@l > :not([class*="uk-width"]),
  .uk-child-width-1-4\@l > :not([class*="uk-width"]),
  .uk-child-width-1-5\@l > :not([class*="uk-width"]),
  .uk-child-width-1-6\@l > :not([class*="uk-width"]),
  .uk-child-width-auto\@l > :not([class*="uk-width"]) {
    flex: initial;
  }
}
/* 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(33.33333333%);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(16.66666667%);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-2\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-3\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-4\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-5\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-6\@xl > :not([class*="uk-width"]),
  .uk-child-width-auto\@xl > :not([class*="uk-width"]) {
    flex: initial;
  }
}
/* 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(33.33333333%);
}
.uk-width-2-3 {
  width: calc(66.66666667%);
}
/* 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(16.66666667%);
}
.uk-width-5-6 {
  width: calc(83.33333333%);
}
/* Pixel */
.uk-width-small {
  width: 150px;
}
.uk-width-medium {
  width: 300px;
}
.uk-width-large {
  width: 450px;
}
.uk-width-xlarge {
  width: 600px;
}
.uk-width-2xlarge {
  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(33.33333333%);
  }
  .uk-width-2-3\@s {
    width: calc(66.66666667%);
  }
  /* 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(16.66666667%);
  }
  .uk-width-5-6\@s {
    width: calc(83.33333333%);
  }
  /* 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-2xlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-width-1-1\@s,
  .uk-width-1-2\@s,
  .uk-width-1-3\@s,
  .uk-width-2-3\@s,
  .uk-width-1-4\@s,
  .uk-width-3-4\@s,
  .uk-width-1-5\@s,
  .uk-width-2-5\@s,
  .uk-width-3-5\@s,
  .uk-width-4-5\@s,
  .uk-width-1-6\@s,
  .uk-width-5-6\@s,
  .uk-width-small\@s,
  .uk-width-medium\@s,
  .uk-width-large\@s,
  .uk-width-xlarge\@s,
  .uk-width-2xlarge\@s,
  .uk-width-auto\@s {
    flex: initial;
  }
}
/* 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(33.33333333%);
  }
  .uk-width-2-3\@m {
    width: calc(66.66666667%);
  }
  /* 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(16.66666667%);
  }
  .uk-width-5-6\@m {
    width: calc(83.33333333%);
  }
  /* 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-2xlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-width-1-1\@m,
  .uk-width-1-2\@m,
  .uk-width-1-3\@m,
  .uk-width-2-3\@m,
  .uk-width-1-4\@m,
  .uk-width-3-4\@m,
  .uk-width-1-5\@m,
  .uk-width-2-5\@m,
  .uk-width-3-5\@m,
  .uk-width-4-5\@m,
  .uk-width-1-6\@m,
  .uk-width-5-6\@m,
  .uk-width-small\@m,
  .uk-width-medium\@m,
  .uk-width-large\@m,
  .uk-width-xlarge\@m,
  .uk-width-2xlarge\@m,
  .uk-width-auto\@m {
    flex: initial;
  }
}
/* 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(33.33333333%);
  }
  .uk-width-2-3\@l {
    width: calc(66.66666667%);
  }
  /* 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(16.66666667%);
  }
  .uk-width-5-6\@l {
    width: calc(83.33333333%);
  }
  /* 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-2xlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-width-1-1\@l,
  .uk-width-1-2\@l,
  .uk-width-1-3\@l,
  .uk-width-2-3\@l,
  .uk-width-1-4\@l,
  .uk-width-3-4\@l,
  .uk-width-1-5\@l,
  .uk-width-2-5\@l,
  .uk-width-3-5\@l,
  .uk-width-4-5\@l,
  .uk-width-1-6\@l,
  .uk-width-5-6\@l,
  .uk-width-small\@l,
  .uk-width-medium\@l,
  .uk-width-large\@l,
  .uk-width-xlarge\@l,
  .uk-width-2xlarge\@l,
  .uk-width-auto\@l {
    flex: initial;
  }
}
/* 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(33.33333333%);
  }
  .uk-width-2-3\@xl {
    width: calc(66.66666667%);
  }
  /* 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(16.66666667%);
  }
  .uk-width-5-6\@xl {
    width: calc(83.33333333%);
  }
  /* 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-2xlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-width-1-1\@xl,
  .uk-width-1-2\@xl,
  .uk-width-1-3\@xl,
  .uk-width-2-3\@xl,
  .uk-width-1-4\@xl,
  .uk-width-3-4\@xl,
  .uk-width-1-5\@xl,
  .uk-width-2-5\@xl,
  .uk-width-3-5\@xl,
  .uk-width-4-5\@xl,
  .uk-width-1-6\@xl,
  .uk-width-5-6\@xl,
  .uk-width-small\@xl,
  .uk-width-medium\@xl,
  .uk-width-large\@xl,
  .uk-width-xlarge\@xl,
  .uk-width-2xlarge\@xl,
  .uk-width-auto\@xl {
    flex: initial;
  }
}
/* Intrinsic Widths
   ========================================================================== */
.uk-width-max-content {
  width: max-content;
}
.uk-width-min-content {
  width: min-content;
}
/* ========================================================================
     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;
}
.uk-height-viewport-2 {
  min-height: 200vh;
}
.uk-height-viewport-3 {
  min-height: 300vh;
}
.uk-height-viewport-4 {
  min-height: 400vh;
}
/*
   * 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;
}
.uk-text-meta > a {
  color: #999;
}
.uk-text-meta > a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}
.uk-text-default {
  font-size: 16px;
  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;
}
/* Decoration modifier
   ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}
.uk-text-emphasis {
  color: #333 !important;
}
.uk-text-primary {
  color: #EACF00 !important;
}
.uk-text-secondary {
  color: #222 !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 all browsers.
   * 2. Default color is set to transparent.
   * 3. Container fits the text
   * 4. Style
   */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #EACF00;
  background-image: linear-gradient(90deg, #eacf00 0%, #411ef0 100%);
}
/* 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;
}
/*
   * Wrap long words onto the next line and break them if they are too long to fit.
   * 1. Make it work with table cells in all browsers.
   * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
   */
.uk-text-break {
  overflow-wrap: break-word;
}
/* 1 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-word;
}
/* ========================================================================
     Component: Column
   ========================================================================== */
[class*="uk-column-"] {
  column-gap: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*="uk-column-"] {
    column-gap: 40px;
  }
}
/*
   * Fix image 1px line wrapping into the next column in Chrome
   */
[class*="uk-column-"] img {
  transform: translate3d(0, 0, 0);
}
/* Divider
   ========================================================================== */
/*
   * 1. Double the column gap
   */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px;
  }
}
/* Width modifiers
   ========================================================================== */
.uk-column-1-2 {
  column-count: 2;
}
.uk-column-1-3 {
  column-count: 3;
}
.uk-column-1-4 {
  column-count: 4;
}
.uk-column-1-5 {
  column-count: 5;
}
.uk-column-1-6 {
  column-count: 6;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
   * Does not work in Firefox yet
   ========================================================================== */
.uk-column-span {
  column-span: all;
}
/* ========================================================================
     Component: Cover
   ========================================================================== */
/*
   * Works with iframes and embedded content
   * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
   * 2. Reset responsiveness for embedded content
   * 3. Center object
   * Note: Percent values on the `top` property only works if this element
   *       is absolute positioned or if the container has a height
   */
/* 1 */
[uk-cover]:where(canvas, iframe, svg),
[data-uk-cover]:where(canvas, iframe, svg) {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}
iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none;
}
[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
  /* 3 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}
/* 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: #f8f8f8;
}
.uk-background-primary {
  background-color: #EACF00;
}
.uk-background-secondary {
  background-color: #222;
}
/* Size
   ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.uk-background-cover {
  background-size: cover;
}
.uk-background-contain {
  background-size: contain;
}
.uk-background-width-1-1 {
  background-size: 100%;
}
.uk-background-height-1-1 {
  background-size: auto 100%;
}
/* 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 */
  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 {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}
/*
   * Remove margin from the last-child
   */
.uk-panel > :last-child {
  margin-bottom: 0;
}
/*
   * Scrollable
   */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  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%;
}
/* Overflow
   ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}
/*
   * Enable scrollbars if content is clipped
   */
.uk-overflow-auto {
  overflow: auto;
}
.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}
/* Box Sizing
   ========================================================================== */
.uk-box-sizing-content {
  box-sizing: content-box;
}
.uk-box-sizing-border {
  box-sizing: border-box;
}
/* Resize
   ========================================================================== */
.uk-resize {
  resize: both;
}
.uk-resize-horizontal {
  resize: horizontal;
}
.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 new layer 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;
}
/*
   * Fix initial iframe width. Without the viewport is expanded on iOS devices
   */
[uk-responsive],
[data-uk-responsive] {
  max-width: 100%;
}
/* Object
   ========================================================================== */
.uk-object-cover {
  object-fit: cover;
}
.uk-object-contain {
  object-fit: contain;
}
.uk-object-fill {
  object-fit: fill;
}
.uk-object-none {
  object-fit: none;
}
.uk-object-scale-down {
  object-fit: scale-down;
}
/*
   * Position
   */
.uk-object-top-left {
  object-position: 0 0;
}
.uk-object-top-center {
  object-position: 50% 0;
}
.uk-object-top-right {
  object-position: 100% 0;
}
.uk-object-center-left {
  object-position: 0 50%;
}
.uk-object-center-center {
  object-position: 50% 50%;
}
.uk-object-center-right {
  object-position: 100% 50%;
}
.uk-object-bottom-left {
  object-position: 0 100%;
}
.uk-object-bottom-center {
  object-position: 50% 100%;
}
.uk-object-bottom-right {
  object-position: 100% 100%;
}
/* 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. Fix shadow being clipped in Safari if container is animated
   */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter;
  }
}
/* 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
   */
.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;
  margin-bottom: -2px;
}
/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* Logo
   ========================================================================== */
/*
   * 1. Style
   * 2. Required for `a`
   * 3. Behave like image but can be overridden through flex utility classes
   */
.uk-logo {
  /* 1 */
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  /* 2 */
  text-decoration: none;
}
/* 3 */
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle;
}
/* Hover */
.uk-logo:hover {
  color: #333;
  /* 1 */
  text-decoration: none;
}
.uk-logo :where(img, svg, video) {
  display: block;
}
.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;
}
/* 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;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-stretch\@s {
    align-items: stretch;
  }
  .uk-flex-top\@s {
    align-items: flex-start;
  }
  .uk-flex-middle\@s {
    align-items: center;
  }
  .uk-flex-bottom\@s {
    align-items: flex-end;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-stretch\@m {
    align-items: stretch;
  }
  .uk-flex-top\@m {
    align-items: flex-start;
  }
  .uk-flex-middle\@m {
    align-items: center;
  }
  .uk-flex-bottom\@m {
    align-items: flex-end;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-stretch\@l {
    align-items: stretch;
  }
  .uk-flex-top\@l {
    align-items: flex-start;
  }
  .uk-flex-middle\@l {
    align-items: center;
  }
  .uk-flex-bottom\@l {
    align-items: flex-end;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-stretch\@xl {
    align-items: stretch;
  }
  .uk-flex-top\@xl {
    align-items: flex-start;
  }
  .uk-flex-middle\@xl {
    align-items: center;
  }
  .uk-flex-bottom\@xl {
    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;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row;
  }
  .uk-flex-column\@s {
    flex-direction: column;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-row\@m {
    flex-direction: row;
  }
  .uk-flex-column\@m {
    flex-direction: column;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-row\@l {
    flex-direction: row;
  }
  .uk-flex-column\@l {
    flex-direction: column;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-row\@xl {
    flex-direction: row;
  }
  .uk-flex-column\@xl {
    flex-direction: column;
  }
}
/* 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
   */
.uk-flex-initial {
  flex: initial;
}
/*
   * 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;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-initial\@s {
    flex: initial;
  }
  .uk-flex-none\@s {
    flex: none;
  }
  .uk-flex-1\@s {
    flex: 1;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-initial\@m {
    flex: initial;
  }
  .uk-flex-none\@m {
    flex: none;
  }
  .uk-flex-1\@m {
    flex: 1;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-initial\@l {
    flex: initial;
  }
  .uk-flex-none\@l {
    flex: none;
  }
  .uk-flex-1\@l {
    flex: 1;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-initial\@xl {
    flex: initial;
  }
  .uk-flex-none\@xl {
    flex: none;
  }
  .uk-flex-1\@xl {
    flex: 1;
  }
}
/* ========================================================================
     Component: Margin
   ========================================================================== */
/*
   * Default
   */
.uk-margin {
  margin-bottom: 20px;
}
* + .uk-margin {
  margin-top: 20px !important;
}
.uk-margin-top {
  margin-top: 20px !important;
}
.uk-margin-bottom {
  margin-bottom: 20px !important;
}
.uk-margin-left {
  margin-left: 20px !important;
}
.uk-margin-right {
  margin-right: 20px !important;
}
/* Small
   ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}
* + .uk-margin-small {
  margin-top: 10px !important;
}
.uk-margin-small-top {
  margin-top: 10px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}
.uk-margin-small-left {
  margin-left: 10px !important;
}
.uk-margin-small-right {
  margin-right: 10px !important;
}
/* Medium
   ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}
* + .uk-margin-medium {
  margin-top: 40px !important;
}
.uk-margin-medium-top {
  margin-top: 40px !important;
}
.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-medium-left {
  margin-left: 40px !important;
}
.uk-margin-medium-right {
  margin-right: 40px !important;
}
/* Large
   ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}
* + .uk-margin-large {
  margin-top: 40px !important;
}
.uk-margin-large-top {
  margin-top: 40px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-large-left {
  margin-left: 40px !important;
}
.uk-margin-large-right {
  margin-right: 40px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
   ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}
* + .uk-margin-xlarge {
  margin-top: 70px !important;
}
.uk-margin-xlarge-top {
  margin-top: 70px !important;
}
.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}
.uk-margin-xlarge-left {
  margin-left: 70px !important;
}
.uk-margin-xlarge-right {
  margin-right: 70px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !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: 40px;
}
/* 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
   ========================================================================== */
:root {
  --uk-position-margin-offset: 0px;
}
/* Directions
   ========================================================================== */
/*
   * 1. Prevent content overflow.
   */
[class*="uk-position-top"],
[class*="uk-position-bottom"],
[class*="uk-position-left"],
[class*="uk-position-right"],
[class*="uk-position-center"] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box;
}
/*
   * Edges
   * Don't use `width: 100%` because it's 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.
   *    Using `max-content` requires `max-width` of 100% which is set generally.
   */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: max-content;
}
/* Vertical */
[class*="uk-position-center-left"],
[class*="uk-position-center-right"],
.uk-position-center-vertical {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}
.uk-position-center-left {
  left: 0;
}
.uk-position-center-right {
  right: 0;
}
.uk-position-center-vertical {
  left: 0;
  right: 0;
}
.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}
.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}
/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center,
.uk-position-center-horizontal {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: max-content;
}
.uk-position-top-center {
  top: 0;
}
.uk-position-bottom-center {
  bottom: 0;
}
.uk-position-center-horizontal {
  top: 0;
  bottom: 0;
}
/*
   * Cover
   */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Margin
   ========================================================================== */
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px;
}
.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}
.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px;
  }
}
/* Schemes
   ========================================================================== */
.uk-position-relative {
  position: relative  !important;
}
.uk-position-absolute {
  position: absolute  !important;
}
.uk-position-fixed {
  position: fixed  !important;
}
.uk-position-sticky {
  position: sticky  !important;
}
/* Layer
   ========================================================================== */
.uk-position-z-index {
  z-index: 1;
}
.uk-position-z-index-zero {
  z-index: 0;
}
.uk-position-z-index-negative {
  z-index: -1;
}
.uk-position-z-index-high {
  z-index: 990;
}
/* ========================================================================
     Component: Transition
   ========================================================================== */
/* 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)
   */
:where(.uk-transition-fade),
:where([class*="uk-transition-scale"]),
:where([class*="uk-transition-slide"]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}
.uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}
/*
   * Fade
   */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}
/*
   * Scale
   * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
   */
/* 1 */
[class*="uk-transition-scale"] {
  -webkit-backface-visibility: hidden;
}
.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}
.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
}
/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1;
}
.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1;
}
/*
   * Slide
   */
.uk-transition-slide-top {
  --uk-translate-y: -100%;
}
.uk-transition-slide-bottom {
  --uk-translate-y: 100%;
}
.uk-transition-slide-left {
  --uk-translate-x: -100%;
}
.uk-transition-slide-right {
  --uk-translate-x: 100%;
}
.uk-transition-slide-top-small {
  --uk-translate-y: calc(-10px);
}
.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px;
}
.uk-transition-slide-left-small {
  --uk-translate-x: calc(-10px);
}
.uk-transition-slide-right-small {
  --uk-translate-x: 10px;
}
.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-50px);
}
.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px;
}
.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-50px);
}
.uk-transition-slide-right-medium {
  --uk-translate-x: 50px;
}
/* Show */
.uk-transition-toggle:hover [class*="uk-transition-slide"],
.uk-transition-toggle:focus [class*="uk-transition-slide"],
.uk-transition-toggle [class*="uk-transition-slide"]:focus-within,
.uk-transition-active.uk-active [class*="uk-transition-slide"] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}
/* Opacity modifier
   ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}
/* Duration modifier
   ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}
/* Disable modifier
   ========================================================================== */
.uk-transition-disable,
.uk-transition-disable * {
  transition: none !important;
}
/* ========================================================================
     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;
}
/* Based on the State of the Parent Element
   ========================================================================== */
/*
   * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
   * remove the element from the accessibility tree and that
   * `display: none` and `visibility: hidden` are not focusable.
   *
   * The target stays visible if any element within receives focus through keyboard.
   */
/*
   * Remove space when hidden.
   * 1. Remove from document flow.
   * 2. Hide element and shrink its dimension. Can't use zero dimensions together
   *    with `overflow: hidden` it would remove it from the accessibility tree.
   * 3. Hide the single rendered pixel.
   * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
   *    by screen readers and the visual tracking indicator of other assistive technologies.
   */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  /* 3 */
  clip-path: inset(50%) !important;
  /* 4 */
  white-space: nowrap !important;
}
/*
   * Keep space when hidden.
   * Hide element without shrinking its dimension.
   * Unfortunately, can't use `clip-path: inset(50%)` because hover won't work
   * if the element is positioned outside of the toggle box.
   */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}
/* Based on Hover Capability of the Pointing Device
   ========================================================================== */
/*
   * Hover
   */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !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,
.uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*="uk-card-media"]) a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*="uk-card-media"]) a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-link {
  color: #fff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-light .uk-link-toggle:hover .uk-link,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-primary > :not([class*="uk-card-media"]) a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-secondary > :not([class*="uk-card-media"]) a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link,
.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar .uk-link:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link {
  color: #fff;
}
.uk-light :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > code,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > code,
.uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > kbd,
.uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > code,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > code,
.uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > kbd,
.uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > samp,
.uk-overlay-primary :not(pre) > code,
.uk-overlay-primary :not(pre) > kbd,
.uk-overlay-primary :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > code,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
}
.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,
.uk-offcanvas-bar em {
  color: #fff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-light .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-light .uk-heading-3xlarge,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary.uk-card-body .uk-heading-3xlarge,
.uk-card-primary > :not([class*="uk-card-media"]) h1,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h1,
.uk-card-primary > :not([class*="uk-card-media"]) h2,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h2,
.uk-card-primary > :not([class*="uk-card-media"]) h3,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h3,
.uk-card-primary > :not([class*="uk-card-media"]) h4,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h4,
.uk-card-primary > :not([class*="uk-card-media"]) h5,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h5,
.uk-card-primary > :not([class*="uk-card-media"]) h6,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h6,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-small,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-medium,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-large,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-xlarge,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-2xlarge,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-3xlarge,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-3xlarge,
.uk-card-secondary > :not([class*="uk-card-media"]) h1,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h1,
.uk-card-secondary > :not([class*="uk-card-media"]) h2,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h2,
.uk-card-secondary > :not([class*="uk-card-media"]) h3,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h3,
.uk-card-secondary > :not([class*="uk-card-media"]) h4,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h4,
.uk-card-secondary > :not([class*="uk-card-media"]) h5,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h5,
.uk-card-secondary > :not([class*="uk-card-media"]) h6,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h6,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-small,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-medium,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-large,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-xlarge,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-2xlarge,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-3xlarge,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.uk-overlay-primary .uk-heading-small,
.uk-overlay-primary .uk-heading-medium,
.uk-overlay-primary .uk-heading-large,
.uk-overlay-primary .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-3xlarge,
.uk-offcanvas-bar h1,
.uk-offcanvas-bar .uk-h1,
.uk-offcanvas-bar h2,
.uk-offcanvas-bar .uk-h2,
.uk-offcanvas-bar h3,
.uk-offcanvas-bar .uk-h3,
.uk-offcanvas-bar h4,
.uk-offcanvas-bar .uk-h4,
.uk-offcanvas-bar h5,
.uk-offcanvas-bar .uk-h5,
.uk-offcanvas-bar h6,
.uk-offcanvas-bar .uk-h6,
.uk-offcanvas-bar .uk-heading-small,
.uk-offcanvas-bar .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-large,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-offcanvas-bar .uk-heading-2xlarge,
.uk-offcanvas-bar .uk-heading-3xlarge {
  color: #fff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*="uk-card-media"]) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*="uk-card-media"]) blockquote,
.uk-overlay-primary blockquote,
.uk-offcanvas-bar blockquote {
  color: #fff;
}
.uk-light blockquote footer,
.uk-section-primary:not(.uk-preserve-color) blockquote footer,
.uk-section-secondary:not(.uk-preserve-color) blockquote footer,
.uk-tile-primary:not(.uk-preserve-color) blockquote footer,
.uk-tile-secondary:not(.uk-preserve-color) blockquote footer,
.uk-card-primary.uk-card-body blockquote footer,
.uk-card-primary > :not([class*="uk-card-media"]) blockquote footer,
.uk-card-secondary.uk-card-body blockquote footer,
.uk-card-secondary > :not([class*="uk-card-media"]) blockquote footer,
.uk-overlay-primary blockquote footer,
.uk-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light hr,
.uk-light .uk-hr,
.uk-section-primary:not(.uk-preserve-color) hr,
.uk-section-primary:not(.uk-preserve-color) .uk-hr,
.uk-section-secondary:not(.uk-preserve-color) hr,
.uk-section-secondary:not(.uk-preserve-color) .uk-hr,
.uk-tile-primary:not(.uk-preserve-color) hr,
.uk-tile-primary:not(.uk-preserve-color) .uk-hr,
.uk-tile-secondary:not(.uk-preserve-color) hr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-hr,
.uk-card-primary.uk-card-body hr,
.uk-card-primary.uk-card-body .uk-hr,
.uk-card-primary > :not([class*="uk-card-media"]) hr,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-hr,
.uk-card-secondary.uk-card-body hr,
.uk-card-secondary.uk-card-body .uk-hr,
.uk-card-secondary > :not([class*="uk-card-media"]) hr,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-hr,
.uk-overlay-primary hr,
.uk-overlay-primary .uk-hr,
.uk-offcanvas-bar hr,
.uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light :focus-visible,
.uk-section-primary:not(.uk-preserve-color) :focus-visible,
.uk-section-secondary:not(.uk-preserve-color) :focus-visible,
.uk-tile-primary:not(.uk-preserve-color) :focus-visible,
.uk-tile-secondary:not(.uk-preserve-color) :focus-visible,
.uk-card-primary.uk-card-body :focus-visible,
.uk-card-primary > :not([class*="uk-card-media"]) :focus-visible,
.uk-card-secondary.uk-card-body :focus-visible,
.uk-card-secondary > :not([class*="uk-card-media"]) :focus-visible,
.uk-overlay-primary :focus-visible,
.uk-offcanvas-bar :focus-visible {
  outline-color: #fff;
}
.uk-light a.uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body a.uk-link-muted,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*="uk-card-media"]) a.uk-link-muted,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-muted a,
.uk-card-secondary.uk-card-body a.uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*="uk-card-media"]) a.uk-link-muted,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-muted a,
.uk-overlay-primary a.uk-link-muted,
.uk-overlay-primary .uk-link-muted a,
.uk-offcanvas-bar a.uk-link-muted,
.uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-light .uk-link-toggle:hover .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary.uk-card-body a.uk-link-muted:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary > :not([class*="uk-card-media"]) a.uk-link-muted:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-muted a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary.uk-card-body a.uk-link-muted:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary > :not([class*="uk-card-media"]) a.uk-link-muted:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-muted a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-muted,
.uk-overlay-primary a.uk-link-muted:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,
.uk-offcanvas-bar a.uk-link-muted:hover,
.uk-offcanvas-bar .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light a.uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-light .uk-link-toggle:hover .uk-link-text,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-card-primary.uk-card-body a.uk-link-text:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-primary > :not([class*="uk-card-media"]) a.uk-link-text:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-text a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary.uk-card-body a.uk-link-text:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary > :not([class*="uk-card-media"]) a.uk-link-text:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-text a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-text,
.uk-overlay-primary a.uk-link-text:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-text,
.uk-offcanvas-bar a.uk-link-text:hover,
.uk-offcanvas-bar .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-light .uk-link-toggle:hover .uk-link-heading,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary.uk-card-body a.uk-link-heading:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary > :not([class*="uk-card-media"]) a.uk-link-heading:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-heading a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary.uk-card-body a.uk-link-heading:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary > :not([class*="uk-card-media"]) a.uk-link-heading:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-heading a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-heading,
.uk-overlay-primary a.uk-link-heading:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,
.uk-offcanvas-bar a.uk-link-heading:hover,
.uk-offcanvas-bar .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading {
  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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::before,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-line > ::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::before,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-line > ::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::before,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::before,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::before,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-icon::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::before,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-icon::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::before,
.uk-overlay-primary .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::before,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-muted > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-card-primary.uk-card-body .uk-list-muted > ::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-muted > ::before,
.uk-card-secondary.uk-card-body .uk-list-muted > ::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-muted > ::before,
.uk-overlay-primary .uk-list-muted > ::before,
.uk-offcanvas-bar .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-list-emphasis > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-card-primary.uk-card-body .uk-list-emphasis > ::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-emphasis > ::before,
.uk-card-secondary.uk-card-body .uk-list-emphasis > ::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-emphasis > ::before,
.uk-overlay-primary .uk-list-emphasis > ::before,
.uk-offcanvas-bar .uk-list-emphasis > ::before {
  color: #fff !important;
}
.uk-light .uk-list-primary > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-card-primary.uk-card-body .uk-list-primary > ::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-primary > ::before,
.uk-card-secondary.uk-card-body .uk-list-primary > ::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-primary > ::before,
.uk-overlay-primary .uk-list-primary > ::before,
.uk-offcanvas-bar .uk-list-primary > ::before {
  color: #fff !important;
}
.uk-light .uk-list-secondary > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-card-primary.uk-card-body .uk-list-secondary > ::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-secondary > ::before,
.uk-card-secondary.uk-card-body .uk-list-secondary > ::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-secondary > ::before,
.uk-overlay-primary .uk-list-secondary > ::before,
.uk-offcanvas-bar .uk-list-secondary > ::before {
  color: #fff !important;
}
.uk-light .uk-list-bullet > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-card-primary.uk-card-body .uk-list-bullet > ::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-bullet > ::before,
.uk-card-secondary.uk-card-body .uk-list-bullet > ::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-bullet > ::before,
.uk-overlay-primary .uk-list-bullet > ::before,
.uk-offcanvas-bar .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-list-divider > :nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-divider > :nth-child(n+2),
.uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-divider > :nth-child(n+2),
.uk-overlay-primary .uk-list-divider > :nth-child(n+2),
.uk-offcanvas-bar .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > *:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > *:nth-of-type(odd),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-striped > *:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > *:nth-of-type(odd),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-striped > *:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > *:nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > :nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-striped > :nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-striped > :nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > :nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-table th,
.uk-section-primary:not(.uk-preserve-color) .uk-table th,
.uk-section-secondary:not(.uk-preserve-color) .uk-table th,
.uk-tile-primary:not(.uk-preserve-color) .uk-table th,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table th,
.uk-card-primary.uk-card-body .uk-table th,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table th,
.uk-card-secondary.uk-card-body .uk-table th,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table th,
.uk-overlay-primary .uk-table th,
.uk-offcanvas-bar .uk-table th {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-table caption,
.uk-section-primary:not(.uk-preserve-color) .uk-table caption,
.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-primary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-card-primary.uk-card-body .uk-table caption,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table caption,
.uk-card-secondary.uk-card-body .uk-table caption,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table caption,
.uk-overlay-primary .uk-table caption,
.uk-offcanvas-bar .uk-table caption {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-table > tr.uk-active,
.uk-light .uk-table tbody tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-card-primary.uk-card-body .uk-table > tr.uk-active,
.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table > tr.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table tbody tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table > tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table > tr.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table tbody tr.uk-active,
.uk-overlay-primary .uk-table > tr.uk-active,
.uk-overlay-primary .uk-table tbody tr.uk-active,
.uk-offcanvas-bar .uk-table > tr.uk-active,
.uk-offcanvas-bar .uk-table tbody tr.uk-active {
  background: rgba(255, 255, 255, 0.08);
}
.uk-light .uk-table-divider > tr:not(:first-child),
.uk-light .uk-table-divider > :not(:first-child) > tr,
.uk-light .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > tr:not(:first-child),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > tr:not(:first-child),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
.uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr,
.uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-table-striped > tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-table-hover > tr:hover,
.uk-light .uk-table-hover tbody tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-hover > tr:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-hover tbody tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-hover > tr:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-hover tbody tr:hover,
.uk-overlay-primary .uk-table-hover > tr:hover,
.uk-overlay-primary .uk-table-hover tbody tr:hover,
.uk-offcanvas-bar .uk-table-hover > tr:hover,
.uk-offcanvas-bar .uk-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-icon-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link:active,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-link:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link:active,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-link:active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-icon-link:active,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link:active,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-input,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-input,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-select,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-input,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-select,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-textarea,
.uk-overlay-primary .uk-input,
.uk-overlay-primary .uk-select,
.uk-overlay-primary .uk-textarea,
.uk-offcanvas-bar .uk-input,
.uk-offcanvas-bar .uk-select,
.uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-input:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-select:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-input:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-select:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-textarea:focus,
.uk-overlay-primary .uk-input:focus,
.uk-overlay-primary .uk-select:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-offcanvas-bar .uk-input:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-offcanvas-bar .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-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,
.uk-offcanvas-bar .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]),
.uk-offcanvas-bar .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%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:hover,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input[list]:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:hover,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input[list]:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:hover,
.uk-overlay-primary .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:hover,
.uk-offcanvas-bar .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%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-radio,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-radio,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-radio,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox,
.uk-overlay-primary .uk-radio,
.uk-overlay-primary .uk-checkbox,
.uk-offcanvas-bar .uk-radio,
.uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-card-primary.uk-card-body .uk-radio:focus,
.uk-card-primary.uk-card-body .uk-checkbox:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-radio:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:focus,
.uk-overlay-primary .uk-radio:focus,
.uk-overlay-primary .uk-checkbox:focus,
.uk-offcanvas-bar .uk-radio:focus,
.uk-offcanvas-bar .uk-checkbox:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:checked,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:checked,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-radio:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: #fff;
}
.uk-light .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-radio:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:checked:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-radio:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:checked:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-radio:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-radio:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: #ffffff;
}
.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-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.uk-offcanvas-bar .uk-form-label {
  color: #fff;
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.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-offcanvas-bar .uk-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default:active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default:active,
.uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary:active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary:active,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary:active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary:active,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-button-text {
  color: #fff;
}
.uk-light .uk-button-text::before,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-card-primary.uk-card-body .uk-button-text::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text::before,
.uk-card-secondary.uk-card-body .uk-button-text::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text::before,
.uk-overlay-primary .uk-button-text::before,
.uk-offcanvas-bar .uk-button-text::before {
  border-bottom-color: #fff;
}
.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-offcanvas-bar .uk-button-text:hover {
  color: #fff;
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-button-link {
  color: #fff;
}
.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-offcanvas-bar .uk-button-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light.uk-card-badge,
.uk-section-primary:not(.uk-preserve-color).uk-card-badge,
.uk-section-secondary:not(.uk-preserve-color).uk-card-badge,
.uk-tile-primary:not(.uk-preserve-color).uk-card-badge,
.uk-tile-secondary:not(.uk-preserve-color).uk-card-badge,
.uk-card-primary.uk-card-body.uk-card-badge,
.uk-card-primary > :not([class*="uk-card-media"]).uk-card-badge,
.uk-card-secondary.uk-card-body.uk-card-badge,
.uk-card-secondary > :not([class*="uk-card-media"]).uk-card-badge,
.uk-overlay-primary.uk-card-badge,
.uk-offcanvas-bar.uk-card-badge {
  background-color: #fff;
  color: #666;
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-totop:active {
  color: #fff;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-marker,
.uk-overlay-primary .uk-marker,
.uk-offcanvas-bar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-marker:hover,
.uk-overlay-primary .uk-marker:hover,
.uk-offcanvas-bar .uk-marker:hover {
  color: #666;
}
.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,
.uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #666 !important;
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.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,
.uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-accordion-title:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-thumbnav > * > *::after,
.uk-section-primary:not(.uk-preserve-color) .uk-thumbnav > * > *::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-thumbnav > * > *::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-thumbnav > * > *::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-thumbnav > * > *::after,
.uk-card-primary.uk-card-body .uk-thumbnav > * > *::after,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-thumbnav > * > *::after,
.uk-card-secondary.uk-card-body .uk-thumbnav > * > *::after,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-thumbnav > * > *::after,
.uk-overlay-primary .uk-thumbnav > * > *::after,
.uk-offcanvas-bar .uk-thumbnav > * > *::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-iconnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-secondary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a,
.uk-overlay-primary .uk-nav-secondary > li > a,
.uk-offcanvas-bar .uk-nav-secondary > li > a {
  color: #fff;
}
.uk-light .uk-nav-secondary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a:hover,
.uk-overlay-primary .uk-nav-secondary > li > a:hover,
.uk-offcanvas-bar .uk-nav-secondary > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-nav-secondary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li.uk-active > a,
.uk-overlay-primary .uk-nav-secondary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-nav-secondary .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #fff;
}
.uk-light .uk-nav-secondary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-header,
.uk-overlay-primary .uk-nav-secondary .uk-nav-header,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-secondary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-divider,
.uk-overlay-primary .uk-nav-secondary .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-secondary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub a,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-secondary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-offcanvas-bar .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.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,
.uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded="true"] {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle[aria-expanded="true"],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle[aria-expanded="true"],
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle[aria-expanded="true"],
.uk-overlay-primary .uk-navbar-toggle:hover,
.uk-overlay-primary .uk-navbar-toggle[aria-expanded="true"],
.uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-offcanvas-bar .uk-navbar-toggle[aria-expanded="true"] {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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 > * > *,
.uk-offcanvas-bar .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-offcanvas-bar .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}
.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 > *,
.uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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 > * > *,
.uk-offcanvas-bar .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-offcanvas-bar .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}
.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 > *,
.uk-offcanvas-bar .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}
.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 > *,
.uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab::before,
.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-card-primary.uk-card-body .uk-tab::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-tab::before,
.uk-card-secondary.uk-card-body .uk-tab::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab::before,
.uk-overlay-primary .uk-tab::before,
.uk-offcanvas-bar .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
  border-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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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-offcanvas-bar .uk-slidenav:hover {
  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,
.uk-offcanvas-bar .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 > * > *,
.uk-offcanvas-bar .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.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-offcanvas-bar .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.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,
.uk-offcanvas-bar .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.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 > *,
.uk-offcanvas-bar .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.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,
.uk-offcanvas-bar .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}
.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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .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,
.uk-offcanvas-bar .uk-column-divider {
  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,
.uk-offcanvas-bar .uk-logo {
  color: #fff;
}
.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-offcanvas-bar .uk-logo:hover {
  color: #fff;
}
.uk-light .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-section-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-card-primary.uk-card-body .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-card-primary > :not([class*="uk-card-media"]) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-card-secondary.uk-card-body .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-overlay-primary .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-offcanvas-bar .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse) {
  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,
.uk-offcanvas-bar .uk-logo-inverse {
  display: block;
}
.uk-light .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-light .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-accordion-title::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-accordion-title::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title::before,
.uk-overlay-primary .uk-accordion-title::before,
.uk-offcanvas-bar .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-open > .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-open > .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-open > .uk-accordion-title::before,
.uk-overlay-primary .uk-open > .uk-accordion-title::before,
.uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/*
   * Pass dropbar behind color to JS
   */
* {
  --uk-inverse: initial;
}
.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,
.uk-offcanvas-bar {
  --uk-inverse: light;
}
.uk-dark,
.uk-section-default:not(.uk-preserve-color),
.uk-section-muted:not(.uk-preserve-color),
.uk-tile-default:not(.uk-preserve-color),
.uk-tile-muted:not(.uk-preserve-color),
.uk-card-default.uk-card-body,
.uk-card-default > :not([class*="uk-card-media"]),
.uk-overlay-default,
.uk-dropbar,
.uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-dropdown,
.uk-dropdown {
  --uk-inverse: dark;
}
.uk-inverse-light {
  --uk-inverse: light !important;
}
.uk-inverse-dark {
  --uk-inverse: dark !important;
}
/* ========================================================================
     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;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lightgreybg {
  background: #e3e3e3 !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hidden {
  display: none !important;
}
.pagination {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}
.pagination li.active a {
  background-color: #111;
  color: white;
  border: 1px solid #111;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.pagination a:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pb20 {
  padding-bottom: 20px;
}
.p20 {
  padding: 20px;
}
.yellow {
  color: #ffe200;
}
.wspl {
  white-space: pre-line;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  background-color: #ccb500;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #ffe200;
}
.uk-button {
  vertical-align: bottom;
}
@font-face {
  font-family: 'icomoon';
  src: url('/public/fonts/icomoon.eot?-7fzhtl');
  src: url('/Styles/osa/app/fonts/icomoon.eot?#iefix-7fzhtl') format('embedded-opentype'), url('/public/fonts/icomoon.ttf?-7fzhtl') format('truetype'), url('/public/fonts/icomoon.woff?-7fzhtl') format('woff'), url('/public/fonts/icomoon.svg?-7fzhtl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-office:before {
  content: "\e601";
}
.icon-pencil:before {
  content: "\e602";
}
.icon-camera:before {
  content: "\e619";
}
.icon-book:before {
  content: "\e625";
}
.icon-profile:before {
  content: "\e603";
}
.icon-paste:before {
  content: "\e626";
}
.icon-folder-plus:before {
  content: "\e604";
}
.icon-folder-download:before {
  content: "\e605";
}
.icon-price-tag:before {
  content: "\e606";
}
.icon-phone:before {
  content: "\e607";
}
.icon-address-book:before {
  content: "\e608";
}
.icon-envelop:before {
  content: "\e609";
}
.icon-location2:before {
  content: "\e60a";
}
.icon-calendar:before {
  content: "\e60b";
}
.icon-floppy-disk:before {
  content: "\e61a";
}
.icon-forward:before {
  content: "\e621";
}
.icon-bubble:before {
  content: "\e60c";
}
.icon-user:before {
  content: "\e60d";
}
.icon-users:before {
  content: "\e60e";
}
.icon-user-tie:before {
  content: "\e616";
}
.icon-spinner4:before {
  content: "\e60f";
}
.icon-search:before {
  content: "\e617";
}
.icon-cog:before {
  content: "\e610";
}
.icon-stats-dots:before {
  content: "\e614";
}
.icon-bin:before {
  content: "\e620";
}
.icon-briefcase:before {
  content: "\e611";
}
.icon-switch:before {
  content: "\e615";
}
.icon-clipboard:before {
  content: "\e612";
}
.icon-list2:before {
  content: "\e627";
}
.icon-link:before {
  content: "\e613";
}
.icon-eye:before {
  content: "\e622";
}
.icon-plus:before {
  content: "\e618";
}
.icon-minus:before {
  content: "\e61b";
}
.icon-blocked:before {
  content: "\e61c";
}
.icon-cross:before {
  content: "\e61d";
}
.icon-checkmark:before {
  content: "\e61e";
}
.icon-checkmark2:before {
  content: "\e61f";
}
.icon-arrow-up:before {
  content: "\e629";
}
.icon-arrow-right:before {
  content: "\e623";
}
.icon-arrow-down:before {
  content: "\e62a";
}
.icon-bold:before {
  content: "\e628";
}
.icon-lock:before {
  content: "\e624";
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background-color: #ffffff;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
}
.ui.container {
  min-height: 100vh;
}
a {
  text-decoration: none;
  color: #558dbd;
}
a:hover {
  color: #55bd70;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  text-decoration: none;
}
.validation-summary {
  color: #000000;
  border-radius: 3px;
  margin-bottom: 20px;
}
.validation-summary h4 {
  margin: 0;
  font-weight: 600;
  margin-bottom: 5px;
}
.validation-summary ul {
  padding-left: 15px;
  margin: 0;
}
.cl {
  clear: both;
  line-height: 0px;
}
a.highlight {
  text-decoration: none;
  color: black;
}
.ignoreJob {
  font-size: 14px;
  color: #9c1a1a;
}
.blades .blade-content .suggestion {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 5px;
  margin: 0;
}
.blades .blade-content .suggestion a {
  text-decoration: none;
}
.blades .blade-content .suggestion a.ignoreJob {
  font-size: 14px;
  color: #9c1a1a;
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.style-delete {
  font-size: 14px;
  color: #9c1a1a;
  padding: 0 5px;
}
.style-boldlink {
  font-size: 16px;
  color: #000;
  padding: 0 5px;
  font-weight: bold;
}
.style-basic {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.style-floatright {
  float: right;
}
.style-pad10 {
  padding: 10px;
}
h1 {
  font-weight: bold;
  color: #444444;
  margin-bottom: 30px;
  font-size: 2.5em;
}
h1 span {
  font-weight: 600;
  padding-right: 30px;
  color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  h1 span {
    display: block;
  }
}
h1 span.small {
  font-size: 18px;
  padding-left: 7px;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}
h1.outsidebox {
  margin-left: 30px;
  margin-bottom: -80px;
}
@media only screen and (max-width: 768px) {
  h1.outsidebox {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
h1.noBottomMargin {
  margin-bottom: 0;
}
h2 {
  font-weight: 300;
  color: #444444;
  margin-top: 0px;
  font-size: 2em;
  margin-bottom: 20px;
}
strong {
  font-weight: 600;
}
* + ul {
  margin-top: 0;
  list-style-type: disc;
}
* + ol {
  margin-top: 0;
}
body {
  background-color: #e3e3e3;
}
body.whitebg {
  background-color: #fff;
}
.wrapper {
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
.mh2000 {
  min-height: 2000px;
}
.top-toggle-div {
  position: relative;
  float: left;
  margin-top: 15px;
  width: 140px;
  margin-left: 350px;
}
@media screen and (max-width: 775px) {
  .top-toggle-div {
    margin-left: 50px;
  }
}
.btn {
  text-decoration: none !important;
}
.red {
  color: #d9534f;
}
.maxwidthview {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
::-webkit-input-placeholder {
  color: #ddd;
}
:-moz-placeholder {
  color: #ddd;
}
::-moz-placeholder {
  color: #ddd;
}
:-ms-input-placeholder {
  color: #ddd;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.inner {
  background: #ffffff;
}
/** Main Content Blocks **/
.contentblock {
  padding: 0px;
}
.contentblock .hasSubNav {
  margin-left: 300px !important;
  padding: 20px 20px;
}
@media only screen and (max-width: 768px) {
  .contentblock .hasSubNav {
    margin-left: 20px !important;
  }
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasToolsNav {
  margin-right: 350px !important;
}
@media only screen and (max-width: 768px) {
  .contentblock .hasToolsNav {
    margin-right: 20px !important;
  }
}
.contentblock .inner {
  padding: 20px;
  margin: 20px;
  border-bottom: #E3E3E3 solid 1px;
}
@media only screen and (max-width: 768px) {
  .contentblock .inner {
    overflow-x: scroll;
  }
}
.contentblock .inner .actions {
  min-height: 50px;
  padding: 0;
}
.contentblock .inner label {
  display: block;
  color: #646464;
  font-weight: 600;
  font-size: 0.9em;
  padding-bottom: 5px;
}
.contentblock .inner label.check {
  color: #111111;
}
.contentblock .inner .row .field .value {
  font-size: 1.3em;
  font-weight: 500;
  color: #444444;
  margin-bottom: 20px;
}
.contentblock .inner .row .field .selectize-control {
  max-width: 90%;
  margin-bottom: 15px;
}
.contentblock .inner .row .field .selectize-input {
  border: none;
  box-shadow: none;
  background: #fafafa;
  border-radius: 0px;
  padding: 10px;
  min-width: 200px;
  margin-left: 20px;
}
.contentblock .inner .row .field .select-roles.selectize-control,
.contentblock .inner .row .field .items.selectize-input {
  margin-left: 0;
}
.contentblock .inner .row .field .selectize-control.multi .selectize-input [data-value] {
  background: #72685e;
  border-radius: 2px;
}
.contentblock .inner .row .field .selectize-control.multi .selectize-input > div {
  border: #72685e;
}
.contentblock .inner .row .field .selectize-control.plugin-remove_button [data-value] .remove {
  border-left: #72685e;
}
.contentblock .inner .row .field.right50 {
  margin-right: 50px;
}
.contentblock .inner .row .field.right50 label {
  text-align: right;
}
.contentblock .inner .row .field.right50 .selectize-control {
  float: right;
  min-width: 200px;
  width: 90%;
}
.contentblock .inner .row .field.right50 .selectize-input {
  text-align: right;
}
.contentblock .inner .row .field.grey .selectize-control.multi .selectize-input > div {
  background: #888888;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row.create input {
  color: #444444;
  margin-bottom: 25px;
  width: 90%;
  font-size: 1.1em;
  padding: 7px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 3px;
}
.contentblock .inner .row.create input:focus {
  -moz-outline: 0;
  -ms-outline: 0;
  -o-outline: 0;
  -webkit-outline: 0;
}
.contentblock .inner .row.create input:active {
  -moz-outline: 0;
  -ms-outline: 0;
  -o-outline: 0;
  -webkit-outline: 0;
}
.contentblock .inner .row.create textarea {
  color: #444444;
  margin-bottom: 25px;
  width: 90%;
  font-size: 1.1em;
  padding: 7px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  height: 200px;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock select {
  color: #444444;
  margin-bottom: 25px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #f2f2f2;
  background: url(/public/img/icons/down.svg) 210px no-repeat #f2f2f2;
  background-size: 20px 20px;
}
.contentblock .profile {
  background: #ffffff;
  margin: 0 auto 20px auto;
  box-shadow: none;
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 1440px) {
  .contentblock .profile {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 30px 20px;
    overflow-x: scroll;
  }
}
.loginscreen {
  background: url(/Public/img/loginbackground.jpg) no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
}
.registerpage {
  background: url(/Public/img/loginbackground.jpg) no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
}
.cv-header .cv-avatar {
  float: left;
  width: 90px;
}
.cv-header .cv-avatar img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.cv-header .cv-candid {
  margin-left: 110px;
}
.cv-header .cv-candid h3 {
  font-size: 20px;
  color: #111;
  margin: 10px 0;
}
.cv-header .cv-candid p {
  font-size: 18px;
  margin: 0;
  color: #888;
}
.cv-header .cv-candid p span {
  display: block;
  font-size: 12px;
}
.side-profile {
  width: auto;
  position: relative;
  margin: 20px;
}
.jobboxed {
  margin-bottom: 30px;
  display: block;
  background: #eeeeee;
  padding: 20px;
  padding-bottom: 20px;
}
.jobboxed h3 {
  color: #888888;
}
.side-profile.boxed {
  color: #111111;
  display: block;
  background: #ffffff;
  padding: 20px;
  margin-top: 0;
  transition: all .5s ease;
}
.side-profile.boxed label {
  color: #888888;
  text-align: center;
  font-size: 01em;
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
}
.side-profile.boxed label.smaller {
  padding-top: 20px;
  font-size: 0.8em;
}
.side-profile.boxed label.idNo {
  padding-bottom: 0;
  font-size: 1.42em;
}
.side-profile.boxed h3 {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 0;
  margin-top: 0;
}
.side-profile.boxed h3 span {
  color: #888888;
}
.side-profile.left {
  padding: 10px 0px;
  margin-left: 0;
}
.side-profile.left label {
  text-align: left;
}
a.side-profile.boxed:hover {
  background: #fff9cc;
}
.Id {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.6em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  border-bottom-right-radius: 50%;
  width: 70px;
  left: 0;
  height: 70px;
  line-height: 70px;
  z-index: 7;
  position: absolute;
}
.noimg .Id {
  position: relative;
}
/* fixed bar for saving */
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
}
.fixed .inner {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 7px -6px 23px -10px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 7px -6px 23px -10px rgba(0, 0, 0, 0.21);
  box-shadow: 7px -6px 23px -10px rgba(0, 0, 0, 0.21);
  padding: 0px 50px;
}
@media only screen and (max-width: 768px) {
  .fixed .inner {
    padding: 0px 20px;
  }
}
.fixed .inner .actions {
  margin-top: 10px;
  margin-bottom: 0px;
}
.top-actions {
  min-height: 61px;
}
@media only screen and (max-width: 768px) {
  .top-actions {
    min-height: 0;
  }
}
.fixed.hide-button {
  display: none;
}
/**Columns **/
.col {
  width: 33%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col .inner {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .col {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .col {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.col .col-inner {
  padding: 0 15px;
}
.col30 {
  width: 29%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col30.last {
  margin-right: 0;
  width: 30%;
}
.col30 .inner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .col30 {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.col40 {
  width: 39%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col40 .inner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .col40 {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.col50 {
  width: 49%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col50 .inner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .col50 {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.col60 {
  width: 59%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col60 .inner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .col60 {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.col70 {
  width: 69%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col70 .inner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .col70 {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.col100 {
  width: 99%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col100 .inner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .col100 {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.bigcol {
  width: 65%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.bigcol .inner {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .bigcol {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .bigcol {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.bigcol .col-inner {
  padding: 0 15px;
}
.bigcol.offset {
  margin-right: 0%;
  margin-left: 34%;
}
@media only screen and (max-width: 1100px) {
  .bigcol.offset {
    margin-left: 0%;
    width: 99%;
  }
}
@media only screen and (max-width: 768px) {
  .bigcol.offset {
    margin-left: 0%;
    width: auto;
    float: none;
  }
}
.colbreak-breaker {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .colbreak-breaker {
    display: block;
  }
}
.col.borderleft {
  border-left: 1px solid #e6e5e3;
}
@media only screen and (max-width: 768px) {
  .col.borderleft {
    border-left: none;
  }
}
.col.center {
  text-align: center;
}
.thirdcol {
  width: 32%;
  margin-right: 0%;
}
@media only screen and (max-width: 1100px) {
  .thirdcol {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .thirdcol {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 1100px) {
  .widecol {
    width: auto;
    float: none;
    margin-right: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .col.borderleft.widecol {
    border-left: 0;
  }
}
.outerrow {
  margin-left: 20px;
  margin-right: 20px;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.profile-info-col {
  position: relative;
  margin-left: 280px;
  padding: 45px 20px 10px 10px;
}
@media only screen and (max-width: 768px) {
  .profile-info-col {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-top: 30px;
    padding-top: 90px;
  }
}
.profile-info-col .colour-field input {
  min-width: 120px;
}
.candidate-details-value {
  font-size: 16px;
  color: #444444;
}
.left-section {
  width: 220px;
  float: left;
  position: relative;
  margin-left: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .left-section {
    width: auto;
    float: none;
  }
}
/***********/
/***** Tags ******/
ul.tags {
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-padding-start: 0px;
}
ul.tags li {
  display: inline-block;
  background: #eeeeee;
  margin-right: 10px;
  font-size: 0.8em;
  padding: 5px 10px;
  border-radius: 2px;
}
/***********/
/** Full Page Form **/
.fullpageform {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(198, 188, 0, 0.8);
  z-index: 20;
  display: none;
}
.fullpageform #close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 3em;
  color: #ffffff;
}
.fullpageform .inner {
  background: none;
  height: 100px;
  margin-top: -50px;
  top: 50%;
  position: relative;
  width: 100%;
}
.fullpageform .inner ::-webkit-input-placeholder {
  color: #ffffff;
}
.fullpageform .inner :-moz-placeholder {
  color: #ffffff;
}
.fullpageform .inner ::-moz-placeholder {
  color: #ffffff;
}
.fullpageform .inner :-ms-input-placeholder {
  color: #ffffff;
}
.fullpageform .inner select {
  background: transparent;
  border: none;
  padding: 20px 30px;
  outline: none;
  font-size: 22px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  border: 0px;
  height: 110px;
  outline: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner select {
    height: auto;
  }
}
.fullpageform .inner select.selected {
  color: #111111;
}
.fullpageform .inner select.half {
  width: 40%;
  margin-left: 10%;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner select.half {
    font-size: 2em;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.fullpageform .inner select.half1 {
  width: 40%;
  margin-left: 30%;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner select.half1 {
    font-size: 2em;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.fullpageform .inner option {
  display: block;
  border: none;
  padding: 10px 5px;
  outline: none;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner option {
    font-size: 0.5em;
  }
}
.fullpageform .inner option:focus {
  background: #000000;
}
.fullpageform .inner select.half:nth-child(2) {
  margin-right: 10%;
  margin-left: 0%;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner select.half:nth-child(2) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.fullpageform .inner input {
  background: transparent;
  border: none;
  padding: 20px 30px;
  outline: none;
  font-size: 22px;
  width: 100%;
  height: 110px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner input {
    height: auto;
  }
}
.fullpageform .inner input.half {
  font-size: 22px;
  width: 50%;
  text-align: right;
  float: left;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner input.half {
    font-size: 22px;
    width: 100%;
    text-align: left;
  }
}
.fullpageform .inner input.half:nth-child(2) {
  text-align: left;
}
.fullpageform .inner button {
  width: 140px;
  margin-left: -70px;
  margin-top: 20px;
  left: 50%;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  font-size: 22px;
  border: none;
  color: #ffffff;
  padding: 20px;
  -webkit-transition: background .5s ease, color .5s ease;
  -moz-transition: background .5s ease, color .5s ease;
  -o-transition: background .5s ease, color .5s ease;
  transition: background .5s ease, color .5s ease;
}
.fullpageform .inner button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #111111;
}
.fullpageform .inner button.hide-button {
  display: none;
}
.fullpageformmulti {
  background: rgba(198, 188, 0, 0.9);
}
.fullpageformmulti #close {
  top: 15px;
  right: 15px;
}
.fullpageformmulti .inner {
  margin-top: 15vh;
  top: 40px;
  /*top: 50px;
        margin-top:0;*/
}
.fullpageformmulti .inner .mw-1000 {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
}
.fullpageformmulti .inner .mw-1000 input {
  text-align: left;
}
.fullpageformmulti .inner select {
  height: 360px;
  padding: 0;
}
.fullpageformmulti .inner select.chosen {
  text-align: left;
}
.fullpageformmulti .inner select.half1 {
  text-align: left;
  width: 60%;
  margin-left: 20%;
}
.fullpageformmulti .inner .checkbox {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.fullpageformmulti .inner .checkbox input {
  margin-right: 3px;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  padding: 0;
}
#searchbox {
  margin: 20px;
  background: transparent;
  border: none;
  border-bottom: #eeeeee 2px solid;
  font-size: 1.4em;
  padding: 10px;
  outline: none;
  font-weight: 600;
}
#searchboxfilter {
  float: left;
  margin: 5px;
  background: transparent;
  border: none;
  border-bottom: #eeeeee 2px solid;
  font-size: 1.3em;
  padding: 1px 10px 4px 10px;
  outline: none;
  font-weight: 600;
  width: 50%;
  max-width: 300px;
}
/* *  Top Button * * */
.osa-btn-top {
  background-color: #f5d900;
  border-radius: 3px;
  padding: 12px 60px 12px 25px;
  float: right;
  border: none;
  font-size: 1em;
  color: #111111;
  margin-top: -60px;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media only screen and (max-width: 768px) {
  .osa-btn-top {
    float: left;
  }
}
.osa-btn-top span {
  height: 100%;
  width: 40px;
  font-size: 1.3em;
  padding-top: 11px;
  top: 0px;
  display: block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #111111;
  border: none;
  text-align: center;
  line-height: 100%;
  background-color: #ffe200;
  position: absolute;
  right: -2px;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.osa-btn-top:hover {
  background: #ffe200;
  color: #111111;
}
.osa-btn-top:hover span {
  color: #111111;
  background-color: #b39e00;
}
/* Diary */
#DiaryForm {
  display: none;
}
#DiaryForm select[disabled] {
  opacity: 0.7;
}
#DiaryForm select option[disabled] {
  display: none;
}
.newie-entry #DiaryForm {
  display: block;
}
#DiaryForm.error {
  display: block;
}
.diary-topper {
  cursor: pointer;
  padding: 10px 0;
}
.diary-topper .title {
  width: 50%;
  float: left;
  display: block;
  font-size: 1em;
  font-weight: 600;
}
@media only screen and (max-width: 950px) {
  .diary-topper .title {
    width: 100%;
  }
}
.diary-topper span.type {
  width: 30%;
  display: block;
  float: left;
}
@media only screen and (max-width: 950px) {
  .diary-topper span.type {
    width: 50%;
  }
}
.diary-topper span.type .icon {
  padding-right: 10px;
  color: #888888;
}
.diary-topper time {
  display: block;
  width: 20%;
  float: left;
}
@media only screen and (max-width: 950px) {
  .diary-topper time {
    width: 50%;
  }
}
.fullEntry {
  display: none;
  background-color: #efefef;
  padding: 10px;
}
.fullEntry label {
  margin-top: 20px;
}
.fullEntry p {
  margin-top: 0;
}
table.clients-table tr td.grade {
  text-align: center;
}
table.clients-table tr td.grade span {
  padding: 3px 20px;
  border-radius: 4px;
}
table.clients-table tr td.grade.A span {
  background: #55bd70;
}
table.clients-table tr td.grade.B span {
  background: #558dbd;
}
table.clients-table tr td.grade.C span {
  background: #ffe200;
}
table.clients-table tr td.grade.D span {
  background: #d9534f;
}
table.attachments {
  margin-bottom: 30px;
}
table.attachments .buttons {
  text-align: right;
}
table.attachments .buttons a {
  text-decoration: none;
}
table.attachments .buttons .delete-file {
  color: #d9534f;
  display: inline-block;
  padding: 5px;
}
table.attachments .buttons .view-file {
  color: #558dbd;
  display: inline-block;
  padding: 5px;
}
#createRegisterForm {
  position: absolute;
  right: 20px;
  padding: 2px 0;
  color: #000;
  text-decoration: underline;
}
#ClientReport #logo {
  float: right;
}
.btn {
  background: #ffe200;
  border-radius: 3px;
  padding: 12px 20px 12px 20px;
  border: none;
  font-size: 1em;
  color: #111111;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#updatebtn {
  display: none;
}
.delete select {
  width: auto;
}
.pctag {
  padding: 5px 0;
  border-radius: 18px;
  background-color: #000;
  font-size: 12px;
  color: white;
  width: 29px;
  height: 29px;
  display: block;
  text-align: center;
  margin-top: -4px;
  margin-bottom: -4px;
}
.savedsearchbar #savedSearches {
  float: right;
  width: 250px;
}
.osa-button {
  border: none;
  border-radius: 5px;
  color: #000;
  padding: 10px;
  margin-top: 10px;
  background-color: #ffe200 ;
}
.addgroup,
.addrow {
  color: #000 ;
  font-weight: 600;
}
.addgroup span,
.addrow span {
  color: #ffe200 ;
  font-weight: 600;
}
.addgroup:hover,
.addrow:hover {
  text-decoration: underline;
}
.mw800 {
  min-width: 800px;
}
.remove-bottom-border {
  border-bottom: none!important;
}
.row-inline {
  display: flex;
  flex-direction: row;
}
.id-show {
  position: absolute;
  top: 20px;
  right: 20px;
}
.id-show.candidate {
  position: absolute;
  top: 20px;
  right: 100px;
}
.registrations-nav a {
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  color: #000;
}
.registrations-nav a.active {
  text-decoration: underline;
}
.submissions tr {
  display: none;
}
.submissions tr.showing {
  display: inherit;
}
.postitlistitem {
  border-bottom: 1px solid #fff;
  clear: both;
}
.postitlistitem a {
  display: inline-block;
  padding: 3px 10px;
  float: right;
}
#postitButton {
  position: absolute;
  right: 20px;
  top: 60px;
}
.seniority-checks {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.postit-textarea {
  width: 500px !important;
  height: 400px;
  max-width: 90%;
}
.postit-text {
  white-space: pre-line;
}
.registerform fieldset {
  display: none;
}
.registerform fieldset.active {
  display: block;
}
.activeplacements a {
  text-decoration: none !important;
  display: block;
}
.activeplacements a span {
  float: right;
}
.activeplacements a span time {
  text-align: center;
  width: 120px;
}
.inner.hotshotdash {
  display: flex;
  margin-bottom: 30px;
}
.inner.hotshotdash .HotShotLeft .hotshotlink,
.inner.hotshotdash .HotShotRight .hotshotlink {
  background: #f2f2f2;
  padding: 10px ;
  width: 95%;
  position: relative;
  margin-bottom: 5px;
}
.inner.hotshotdash .HotShotLeft .hotshotlink a,
.inner.hotshotdash .HotShotRight .hotshotlink a {
  color: #000000;
  font-weight: bold;
  display: block;
}
.inner.hotshotdash .HotShotLeft .hotshotlink a:hover,
.inner.hotshotdash .HotShotRight .hotshotlink a:hover {
  color: #ffe200;
}
.inner.hotshotdash .HotShotLeft .hotshotlink a:last-child,
.inner.hotshotdash .HotShotRight .hotshotlink a:last-child {
  border-bottom: none;
}
.inner.hotshotdash .HotShotLeft .hotshotlink time,
.inner.hotshotdash .HotShotRight .hotshotlink time {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.7;
}
.inner.hotshotdash .HotShotLeft .hotshotlink span,
.inner.hotshotdash .HotShotRight .hotshotlink span {
  display: block;
}
.inner.hotshotdash .HotShotLeft .hotshotlink .ConsultantTag,
.inner.hotshotdash .HotShotRight .hotshotlink .ConsultantTag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.inner.hotshotdash .HotShotLeft {
  width: 35%;
  margin-right: 15px;
}
.inner.hotshotdash .HotShotRight {
  width: 65%;
  margin-left: 15px;
}
.consultantgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  /* Adjust the gap as needed */
}
.consultantgriditem {
  width: 100%;
  box-sizing: border-box;
}
.consultantgriditeminner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #f2f2f2;
  padding: 20px;
}
@media (max-width: 900px) {
  .consultantgrid {
    grid-template-columns: 1fr;
  }
}
#crmsummary {
  border-bottom: 5px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#crmsummary:before,
.crmreportitem:before,
#crmsummary:after,
.crmreportitem:after {
  content: " ";
  display: table;
}
#crmsummary:after,
.crmreportitem:after {
  clear: both;
}
#crmsummary:before,
.crmreportitem:before,
#crmsummary:after,
.crmreportitem:after {
  content: " ";
  display: table;
}
#crmsummary:after,
.crmreportitem:after {
  clear: both;
}
#crmsummary:before,
.crmreportitem:before,
#crmsummary:after,
.crmreportitem:after {
  content: " ";
  display: table;
}
#crmsummary:after,
.crmreportitem:after {
  clear: both;
}
#crmsummary:before,
.crmreportitem:before,
#crmsummary:after,
.crmreportitem:after {
  content: " ";
  display: table;
}
#crmsummary:after,
.crmreportitem:after {
  clear: both;
}
#crmsummary:before,
.crmreportitem:before,
#crmsummary:after,
.crmreportitem:after {
  content: " ";
  display: table;
}
#crmsummary:after,
.crmreportitem:after {
  clear: both;
}
#crmsummary .summary,
.crmreportitem .summary {
  height: 50px;
  display: block;
  float: left;
  width: 1210px;
}
#crmsummary .numberitem,
.crmreportitem .numberitem {
  background-color: #f0f0f0;
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  border-radius: 3px;
  margin-right: 6px;
  margin-bottom: 6px;
}
#crmsummary .numberitem span,
.crmreportitem .numberitem span {
  color: #606060;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  display: block;
}
#crmsummary .numberitem label,
.crmreportitem .numberitem label {
  color: #777;
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 5px;
}
#crmsummary .numberitem.c2,
.crmreportitem .numberitem.c2 {
  background-color: #e6f0f5;
}
#crmsummary .numberitem.c2 span,
.crmreportitem .numberitem.c2 span {
  color: #2b4f63;
}
#crmsummary .numberitem.c3,
.crmreportitem .numberitem.c3 {
  background-color: #fff8e0;
}
#crmsummary .numberitem.c3 span,
.crmreportitem .numberitem.c3 span {
  color: #8a7b3e;
}
#crmsummary .numberitem.c4,
.crmreportitem .numberitem.c4 {
  background-color: #ffe6e6;
}
#crmsummary .numberitem.c4 span,
.crmreportitem .numberitem.c4 span {
  color: #9e5e5e;
}
#crmsummary .numberitem.c5,
.crmreportitem .numberitem.c5 {
  background-color: #e0f0e0;
}
#crmsummary .numberitem.c5 span,
.crmreportitem .numberitem.c5 span {
  color: #3e6e3e;
}
#crmsummary .numberitem.c6,
.crmreportitem .numberitem.c6 {
  background-color: #e6e6fa;
}
#crmsummary .numberitem.c6 span,
.crmreportitem .numberitem.c6 span {
  color: #4b4b7e;
}
#crmdiaryentries {
  border-top: 5px solid #eeeeee;
  margin-top: 20px;
  padding-top: 20px;
}
#crmdiaryentries .crm-note {
  padding: 10px 0;
  border-bottom: 2px solid #eeeeee;
}
#clientCRMReport .crmreportitem {
  padding: 5px 0;
  border-bottom: 2px #eeeeee solid;
  width: 1720px;
}
#clientCRMReport .crmreportitem:before,
#clientCRMReport .crmreportitem:after {
  content: " ";
  display: table;
}
#clientCRMReport .crmreportitem:after {
  clear: both;
}
#clientCRMReport .crmreportitem:before,
#clientCRMReport .crmreportitem:after {
  content: " ";
  display: table;
}
#clientCRMReport .crmreportitem:after {
  clear: both;
}
#clientCRMReport .crmreportitem:before,
#clientCRMReport .crmreportitem:after {
  content: " ";
  display: table;
}
#clientCRMReport .crmreportitem:after {
  clear: both;
}
#clientCRMReport .crmreportitem:before,
#clientCRMReport .crmreportitem:after {
  content: " ";
  display: table;
}
#clientCRMReport .crmreportitem:after {
  clear: both;
}
#clientCRMReport .crmreportitem:before,
#clientCRMReport .crmreportitem:after {
  content: " ";
  display: table;
}
#clientCRMReport .crmreportitem:after {
  clear: both;
}
#clientCRMReport .crmreportitem .flag {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 10px;
}
#clientCRMReport .crmreportitem .clientname {
  width: 250px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
#clientCRMReport .crmreportitem .consultant {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 10px;
}
#clientCRMReport .crmreportitem .consultant .consultantdot {
  width: 40px;
  height: 40px;
  border-radius: 23px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin: 5px;
}
#clientCRMReport .crmreportitem .lastmeeting {
  width: 100px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 10px;
}
#clientCRMReport .crmreportitem .numberitem {
  height: 50px;
}
#clientCRMReport .crmreportitem .numberitem span {
  font-size: 16px;
}
#clientCRMReport .crmreportitem .numberitem label {
  color: #fff;
}
#clientCRMReport .crmreportitem.headertabletrow {
  background: #333;
  border-bottom: none;
  position: sticky;
}
#clientCRMReport .crmreportitem.headertabletrow .clientname {
  color: #fff;
}
#clientCRMReport .crmreportitem.headertabletrow .consultant {
  color: #fff;
}
#clientCRMReport .crmreportitem.headertabletrow .lastmeeting {
  width: 100px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 10px;
}
#clientCRMReport .crmreportitem.headertabletrow .numberitem {
  height: 50px;
  background: none;
  color: #fff;
}
.emoji-input-container {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#emoji-picker-popup {
  display: none;
  position: absolute;
  top: 2.5em;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 8px 6px;
  z-index: 1000;
  min-width: 160px;
  flex-wrap: wrap;
  gap: 6px;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI', sans-serif;
}
#emoji-picker-popup.show {
  display: flex;
}
.emoji-option {
  font-size: 1.5em;
  cursor: pointer;
  user-select: none;
}
.emoji-input {
  width: 2.2em;
  text-align: center;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  background: #f9f9f9;
  border: none;
  cursor: pointer;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI', sans-serif;
}
.emoji-picker-btn {
  font-size: 1.2em;
  margin-left: 4px;
  vertical-align: middle;
  padding: 2px 6px;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI', sans-serif;
}
.emoji-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 15px;
}
.emoji-filter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1.5em;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI', sans-serif;
  min-height: 40px;
}
.emoji-filter-item:hover {
  background: #e9e9e9;
  border-color: #bbb;
}
.emoji-filter-item input[type="checkbox"] {
  display: none;
}
.emoji-filter-item.checked {
  background: #ffd700;
  color: #333;
  border-color: #ffd700;
}
.layout-side-top .main-column {
  margin-right: 340px;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header #profileholder {
  float: left;
  max-width: 90px;
  margin-right: 20px;
}
.layout-side-top .page-header .meta-dets {
  float: left;
}
.layout-side-top .page-header .meta-dets h3 {
  font-size: 18px;
  color: #111;
  margin: 10px 0;
}
.layout-side-top .page-header .meta-dets p {
  font-size: 18px;
  margin: 0;
  color: #888;
}
.layout-side-top .page-header .meta-dets p span {
  display: block;
  font-size: 12px;
}
.applicationsummary {
  min-width: 400px;
}
#NewUpdate {
  display: none;
}
#NewUpdate select[disabled] {
  opacity: 0.7;
}
#NewUpdate select option[disabled] {
  display: none;
}
#NewUpdate .placement {
  display: none;
}
#NewUpdate .tempplacement {
  display: none;
}
#NewUpdate .refund {
  display: none;
}
#NewUpdate .offer {
  display: none;
}
#NewUpdate .interview {
  display: none;
}
#NewUpdate .interviewshowing,
#NewUpdate .offershowing,
#NewUpdate .placementshowing,
#NewUpdate .tempplacementshowing,
#NewUpdate .refundshowing {
  display: block;
}
#NewUpdate #AddFee,
#NewUpdate #AddHours {
  border-radius: 3px;
  margin-top: 25px;
  padding: 5px 15px 5px 40px;
  float: left;
  border: none;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  transition: all .5s ease;
  background-color: #55bd70;
  color: #ffffff;
}
#NewUpdate #AddFee span,
#NewUpdate #AddHours span {
  height: 100%;
  width: 30px;
  top: 0px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: center;
  line-height: 100%;
  position: absolute;
  left: -2px;
  transition: all 1s 0s ease;
  padding-top: 5px;
  font-size: 1.1em;
  background-color: #378e4e;
  color: #ffffff;
}
#NewUpdate #AddHours {
  float: right;
  margin-right: 10%;
}
#NewUpdate #AddFee:hover,
#NewUpdate #AddHours:hover {
  background: #378e4e;
  color: #ffffff;
}
#NewUpdate #AddFee:hover span,
#NewUpdate #AddHours:hover span {
  background: #55bd70;
}
#NewUpdate #FeeTable,
#NewUpdate #HoursTable {
  margin-bottom: 30px;
}
.updates {
  margin-top: 20px;
  min-height: 1100px;
}
.updateitem {
  position: relative;
  padding: 15px !important;
  margin-top: 50px !important;
  margin-right: 70px !important;
  min-height: 125px;
}
.updateitem h3 {
  margin-top: 0;
}
.updateitem p {
  white-space: pre-line;
  margin-right: 50px;
}
.updateitem time.UpdateDate {
  position: absolute;
  top: 45px;
  right: 30px;
  color: #888888;
}
.updateitem .photo {
  position: absolute;
  right: 35px;
  top: -55px;
  width: 60px;
  border-radius: 50%;
  border: #f3f3f3 solid 3px;
  box-shadow: 3px -5px 14px 0px rgba(0, 0, 0, 0.21);
}
.updateitem .col {
  margin-top: 10px;
}
.updateitem label {
  padding-bottom: 0 !important;
}
.updateitem .info {
  color: #444444;
  margin-bottom: 10px;
  display: block;
}
.updateitem tr {
  background: #ffffff !important;
}
.updateitem tr td {
  padding-left: 0 !important;
  padding-right: 25px !important;
}
.updateitem .delete-field {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  opacity: 0;
  height: 40px;
  margin-top: 2px;
  background: #e7908e;
  color: #f7f7f7;
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  transition: all .5s ease;
}
.updateitem .delete-field:hover {
  background: #de6764;
  color: #ffffff;
}
.updateitem:hover {
  background: #f8f8f8;
}
.updateitem:hover .icon-pencil {
  opacity: 1;
}
.updateitemlink {
  display: block;
  color: #111;
}
.updateitemlink .icon-pencil {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  opacity: 0;
  height: 40px;
  margin-top: 2px;
  background: #8cd29e;
  color: #f7f7f7;
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  transition: all .5s ease;
}
.updateitemlink .icon-pencil:hover {
  background: #67c47f;
  color: #ffffff;
}
.updateitemlink:hover {
  color: #111;
}
.updateitemlink:hover table.condensed tbody tr td {
  background: #f8f8f8;
}
#EditApplicationUpdate #AddFee,
#EditApplicationUpdate #AddHours {
  border-radius: 3px;
  margin-top: 25px;
  padding: 5px 15px 5px 40px;
  float: left;
  border: none;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  transition: all .5s ease;
  background-color: #55bd70;
  color: #ffffff;
}
#EditApplicationUpdate #AddFee span,
#EditApplicationUpdate #AddHours span {
  height: 100%;
  width: 30px;
  top: 0px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: center;
  line-height: 100%;
  position: absolute;
  left: -2px;
  transition: all 1s 0s ease;
  padding-top: 5px;
  font-size: 1.1em;
  background-color: #378e4e;
  color: #ffffff;
}
#EditApplicationUpdate #AddHours {
  float: right;
  margin-right: 10%;
}
#EditApplicationUpdate #AddFee:hover,
#EditApplicationUpdate #AddHours:hover {
  background: #378e4e;
  color: #ffffff;
}
#EditApplicationUpdate #AddFee:hover span,
#EditApplicationUpdate #AddHours:hover span {
  background: #55bd70;
}
#EditApplicationUpdate #FeeTable,
#EditApplicationUpdate #HoursTable {
  margin-bottom: 30px;
}
.del-update {
  background-color: #d9534f;
  color: #fff;
  border-radius: 3px;
  padding: 12px 25px 12px 25px;
  border: none;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.del-update:hover {
  color: #fff;
  background-color: #c9302c;
}
.header-link {
  font-size: 14px;
  text-transform: none;
}
.inactiveapp {
  opacity: 0.5;
}
.blades .blade-content a.updatenotificationexclusions,
.blades .blade-content a.remove-avoid-client {
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
  color: #d9534f;
  text-decoration: none;
  padding-left: 10px;
}
.blades .blade-content a.updatenotificationexclusions.add {
  color: #55bd70;
}
.side-profile.boxed .application-placement-details {
  /* Style the slider */
  /* Mouse-over effects */
  /* The slider handle (aka slider dot) */
  /* The slider handle (aka slider dot) for Firefox */
}
.side-profile.boxed .application-placement-details h3 {
  text-align: left;
}
.side-profile.boxed .application-placement-details label {
  text-align: left;
  font-size: 13px;
}
.side-profile.boxed .application-placement-details input {
  border: solid 1px #f2f2f2;
  padding: 5px;
  margin-bottom: 30px;
}
.side-profile.boxed .application-placement-details input[type=range] {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 8px;
  /* Specified height */
  background: #ffe200;
  /* Yellow background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  transition: opacity .2s;
  /* 0.2 seconds transition on hover */
}
.side-profile.boxed .application-placement-details input[type=range]:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
.side-profile.boxed .application-placement-details input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: black;
  /* Black background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
}
.side-profile.boxed .application-placement-details input[type=range]::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: black;
  /* Black background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
}
/*Sex Select*/
#Sex {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 290px;
}
@media only screen and (max-width: 768px) {
  #Sex {
    left: 0;
  }
}
#Sex span {
  width: 120px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#Sex span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#Sex.Male span::before {
  background: #96cff1;
}
#Sex.Female span::before {
  background: #f186e1;
}
#Sex-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#Sex-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#Sex-select .option:nth-child(1) {
  border-top: none;
}
/*Type Select*/
#JobType {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 150px;
}
@media only screen and (max-width: 768px) {
  #JobType {
    left: 0;
  }
}
#JobType span {
  width: 130px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#JobType span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#JobType.Temporary span::before {
  background: #a53ccf;
}
#JobType.Permanent span::before {
  background: #558dbd;
}
#JobType.Perm.Temp span::before {
  background: #fe6912;
}
#type-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#type-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#type-select .option:nth-child(1) {
  border-top: none;
}
/*NED Candidate Grading*/
#NedGrading,
#Grading {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 150px;
}
@media only screen and (max-width: 768px) {
  #NedGrading,
  #Grading {
    left: 0;
  }
}
#Grading {
  left: 428px;
}
#NedGrading span,
#Grading span {
  width: 100px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#NedGrading span::before,
#Grading span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#NedGrading.A span::before,
#Grading.A span::before {
  background: #55bd70;
}
#NedGrading.B span::before,
#Grading.B span::before {
  background: #558dbd;
}
#NedGrading.C span::before,
#Grading.C span::before {
  background: #ffe200;
}
#NedGrading.D span::before,
#Grading.D span::before {
  background: #d9534f;
}
#grade-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#grade-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#grade-select .option:nth-child(1) {
  border-top: none;
}
/*NED Candidate Grading*/
#NedSex {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 7;
  font-weight: 400;
  left: 288px;
}
@media only screen and (max-width: 768px) {
  #NedSex {
    left: 0;
  }
}
#NedSex span {
  width: 130px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#NedSex span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#NedSex.Male span::before {
  background: #558dbd;
}
#NedSex.Female span::before {
  background: #f2dede;
}
#sex-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#sex-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#sex-select .option:nth-child(1) {
  border-top: none;
}
/*Statuses*/
#status {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #status {
    left: 0;
  }
}
#status span {
  width: 130px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#status.whitebg span {
  background: #fff;
}
#status span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#status.Active span::before {
  background: #55bd70;
}
#status.In-active span::before,
#status.Off.Books span::before,
#status.Archived span::before {
  background: #d9534f;
}
#status.On-hold span::before,
#status.Semi-active span::before {
  background: #fe6912;
}
#status.Temping span::before,
#status.Temping span::before {
  background: #a53ccf;
}
#status.Placed span::before {
  background: #ffe200;
}
#status-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#status-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#status-select .option:nth-child(1) {
  border-top: none;
}
/*Special Statuses*/
#SpecialStatus {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 453px;
  z-index: 7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #SpecialStatus {
    left: 0;
  }
}
#SpecialStatus span {
  width: 130px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#SpecialStatus span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#SpecialStatus.Active span::before {
  background: #55bd70;
}
#SpecialStatus.In-active span::before,
#SpecialStatus.Off.Books span::before,
#SpecialStatus.Archived span::before {
  background: #d9534f;
}
#SpecialStatus.On-hold span::before,
#SpecialStatus.Semi-active span::before {
  background: #fe6912;
}
#SpecialStatus.Temping span::before,
#SpecialStatus.Temping span::before {
  background: #a53ccf;
}
#SpecialStatus.Placed span::before {
  background: #ffe200;
}
#special-status-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#special-status-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#special-status-select .option:nth-child(1) {
  border-top: none;
}
/*Seniority*/
#Seniority {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 600px;
  z-index: 7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #Seniority {
    left: 0;
  }
}
#Seniority span {
  width: 130px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#Seniority span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#Seniority-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#Seniority-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#Seniority-select .option:nth-child(1) {
  border-top: none;
}
/*WebTag Select*/
#webTag {
  width: 100px;
  text-align: center;
  position: relative;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  #webTag {
    left: 0;
  }
}
#webTag span {
  width: 110px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#webTag span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#webTag-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#webTag-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#webTag-select .option:nth-child(1) {
  border-top: none;
}
/*On Website Select*/
#OnWebsite {
  width: 130px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 290px;
}
@media only screen and (max-width: 768px) {
  #OnWebsite {
    left: 0;
  }
}
#OnWebsite span {
  width: 150px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
/*Job Houra Select*/
#JobHours {
  width: 190px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 540px;
}
@media only screen and (max-width: 768px) {
  #JobHours {
    left: 0;
  }
}
#JobHours.job {
  left: 450px;
}
#JobHours span {
  width: 190px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#JobHours span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#JobHours-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#JobHours-select .option {
  width: 150px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#JobHours-select .option:nth-child(1) {
  border-top: none;
}
#ClientGrading span {
  width: 150px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  cursor: pointer;
  left: 312px;
  height: 26.8px;
  position: absolute;
  top: 10px;
  text-align: center;
}
#ClientGrading span:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #fff100;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#ClientGrading span.A:after {
  background: #55bd70;
}
#ClientGrading span.B:after {
  background: #558dbd;
}
#ClientGrading span.C:after {
  background: #ffe200;
}
#ClientGrading span.D:after {
  background: #d9534f;
}
#ClientGrading span.Blank:after {
  background: none;
}
@media only screen and (max-width: 768px) {
  #ClientGrading span {
    left: 0px;
    top: 50px;
    width: 120px;
  }
}
#OnWebsite span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#OnWebsite.True span::before {
  background: #55bd70;
}
#OnWebsite.Featured span::before {
  background: #55bd70;
}
#OnWebsite.False span::before {
  background: #d9534f;
}
#onWeb-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#onWeb-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#onWeb-select .option:nth-child(1) {
  border-top: none;
}
#clientGrading-select {
  position: absolute;
  top: 50px;
  display: none;
  left: 300px;
  z-index: 7;
}
#clientGrading-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#clientGrading-select .option:nth-child(1) {
  border-top: none;
}
select {
  margin: 0 0 10px 0;
  width: 200px;
  border-radius: 3px;
  padding: 5px 35px 5px 13px;
  font-size: 16px;
  border: 1px solid #CCC;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/public/img/icons/down.svg) 165px no-repeat #eeeeee;
  background-size: 20px 20px;
}
.selectcats .selectize-control {
  margin-left: 0;
  margin-top: 10px;
}
.selectize-input {
  border: none;
  box-shadow: none;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 10px;
}
/**** NED Ethnicity ****/
#NedEthnicity {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 7;
  font-weight: 400;
  left: 435px;
}
@media only screen and (max-width: 768px) {
  #NedEthnicity {
    left: 0;
  }
}
#NedEthnicity span {
  width: 130px;
  border-radius: 4px;
  background: #eae8e5;
  color: #72685e;
  padding: 2px 10px 2px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
#NedEthnicity span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ffe200;
  border-radius: 4px;
  width: 13px;
  height: 27px;
}
#ethnicity-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#ethnicity-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#ethnicity-select .option:nth-child(1) {
  border-top: none;
}
em {
  color: #000;
}
#CV {
  color: #000;
  /*.intro {
        p {
            font-size: 1.3em;
            line-height: 1.5em;
        }
    }*/
}
#CV #logo {
  float: right;
  max-width: 300px;
}
#CV h2 {
  margin-top: 50px;
  font-size: 1.6em;
  text-transform: none;
  font-weight: 600;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
#CV .CVitem {
  position: relative;
  padding-bottom: 10px;
}
#CV .CVitem time {
  position: absolute;
  right: 100px;
  top: 10px;
}
#CV .CVitem h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
#CV .CVitem h4 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
}
#CV .CVitem p {
  white-space: pre-line;
}
#CV #candidateName {
  display: none;
}
#CV #cvphoto {
  width: 150px;
  padding-bottom: 10px;
  display: none;
  margin-top: 5px;
}
.cvrel {
  position: relative;
}
#consultsel {
  position: absolute;
  top: 60px;
  right: 350px;
}
@media only screen and (max-width: 768px) {
  #consultsel {
    display: none;
  }
}
#consultsel select {
  height: 31px;
  margin-top: 3px;
  padding: 2px 7px;
  font-size: 12px;
  min-width: 250px;
}
/*CV*/
.CVitem {
  padding-right: 100px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-left: -20px;
  transition: all .5s ease;
}
.CVitem .cvfieldcontrol {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  opacity: 0;
  height: 40px;
  margin-top: 2px;
  background: #c3c3c3;
  color: #919191;
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  transition: all .5s ease;
}
.CVitem .cvfieldcontrol:hover {
  background: #d0d0d0;
  color: #ffffff;
}
.CVitem .cvfieldcontrol.edit-field {
  bottom: 41px;
}
.CVitem .cvfieldcontrol.up-field {
  bottom: 41px;
  right: 41px;
  background: #eaeaea;
}
.CVitem .cvfieldcontrol.down-field {
  bottom: 0px;
  right: 41px;
  background: #eaeaea;
}
.CVitem .cvfieldcontrol.delete-field {
  background: #e7908e;
  color: #f7f7f7;
}
.CVitem .cvfieldcontrol.delete-field:hover {
  background: #de6764;
  color: #ffffff;
}
.CVitem:hover {
  background: #f8f8f8;
}
.CVitem:hover .cvfieldcontrol {
  opacity: 1;
}
.cvsection .CVitem:first-child .cvfieldcontrol.up-field {
  display: none !important;
}
.cvsection .CVitem:last-child .cvfieldcontrol.down-field {
  display: none !important;
}
.cvsection.footer {
  color: #888888;
  text-align: center;
  font-size: 1.1em;
}
.cvsection.footer .pipe {
  padding: 0 10px;
}
.edit-field {
  color: inherit;
}
.edit-field:hover {
  cursor: pointer;
  color: inherit;
}
.osamodal {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 768px;
  margin: 20px auto;
}
.osamodal #Type {
  width: 90%;
}
.osamodal.wide {
  max-width: 1200px;
  padding: 0;
}
.osamodal .inner {
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 30px;
  padding-bottom: 0;
}
.osamodal .twocolmodal {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .osamodal .twocolmodal {
    flex-direction: column;
  }
}
.osamodal .twocolmodal .modal-left {
  width: 50%;
  padding: 30px 20px;
}
.osamodal .twocolmodal .modal-right {
  width: 50%;
  padding: 30px 20px;
  background: #fff8e0;
}
.osamodal.wide.collapsed {
  max-width: 768px;
}
.osamodal.wide.collapsed .modal-left {
  width: 100%;
  padding: 30px 20px;
}
.osamodal.wide.collapsed .modal-right {
  display: none;
}
.toggle-modal-view {
  width: 70px;
  height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  background: #eee;
  border-radius: 0;
  z-index: 4;
}
.toggle-modal-view span {
  width: 30px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  height: 38px;
  border: 2px solid #999;
  display: inline-block;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  top: 5px;
  position: relative;
}
.toggle-modal-view span:first-child {
  display: none;
}
.collapsed .toggle-modal-view span {
  width: 25px;
  height: 38px;
  border: 2px solid #999;
  display: inline-block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  top: 5px;
  position: relative;
}
.collapsed .toggle-modal-view span:first-child {
  border-right: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
#UpdateClientCvFields {
  border-radius: 3px;
  margin-top: 5px;
  padding: 5px 15px 5px 40px;
  float: left;
  border: none;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  transition: all .5s ease;
  background-color: #55bd70;
  color: #ffffff;
}
#UpdateClientCvFields span {
  height: 100%;
  width: 30px;
  top: 0px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: center;
  line-height: 100%;
  position: absolute;
  left: -2px;
  transition: all 1s 0s ease;
  padding-top: 5px;
  font-size: 1.1em;
  background-color: #378e4e;
  color: #ffffff;
}
#UpdateClientCvFields:hover {
  background: #378e4e;
  color: #ffffff;
}
#UpdateClientCvFields:hover span {
  background: #55bd70;
}
.contentblock .inner.cv-header {
  border-bottom: none;
  background-color: #e6e5e3;
}
.wrapper.cvrel {
  background-color: #e6e5e3;
}
.wrapper.cvrel #cv {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
}
.progress-list li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.progress-list li:last-child {
  border-bottom: none;
}
.text-danger {
  color: #dc3545;
}
#thinkingDots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #888;
  border-radius: 50%;
  opacity: 0.5;
  animation: thinking-bounce 1.4s infinite both;
}
#thinkingDots .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#thinkingDots .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes thinking-bounce {
  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}
/* CV Versions Styling */
.cv-versions-section {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
.cv-versions-section h4 {
  margin: 0 0 15px 0;
  color: #333;
  font-weight: bold;
}
.cv-versions-section .version-controls #cvVersionSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 35px;
  text-overflow: clip;
  overflow: visible;
  height: 50px;
  margin-bottom: 15px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  min-width: 300px;
  white-space: normal;
}
.cv-versions-section .version-controls #cvVersionSelect option {
  padding: 8px;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: clip;
}
.cv-versions-section .version-controls .version-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cv-versions-section .version-controls .version-buttons #deleteVersion {
  display: flex;
  align-items: center;
}
.cv-versions-section .version-controls .version-buttons #deleteVersion .uk-icon {
  background-color: #a71e2a;
  padding: 4px;
  border-radius: 2px;
  margin-left: 4px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
@media only screen and (max-width: 768px) {
  #Contacts {
    margin-left: 20px !important;
  }
}
#Contacts .contact-card {
  float: left;
  width: 33.33%;
  min-width: 300px;
  padding: 0 10px 20px;
}
@media only screen and (max-width: 768px) {
  #Contacts .contact-card {
    width: 100%;
  }
}
#Contacts .contact-card-inner {
  overflow: hidden;
  height: 100%;
  padding: 10px 10px 10px 15px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.2);
}
#Contacts .contact-card-photo {
  float: left;
  width: 75px;
}
#Contacts .contact-card-photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#Contacts .contact-card-details {
  margin-left: 95px;
}
#Contacts .contact-card-details h3 {
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 5px;
}
#Contacts .contact-card-details h4 {
  margin-top: 0;
  margin-bottom: 12px;
}
#Contacts .contact-card-details .ccdw {
  font-size: 13px;
}
#Contacts .contact-card-details .ccdw div {
  padding: 1px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Contacts .contact-card-details .ccdw p.Notes {
  height: 34px;
  overflow: hidden;
  cursor: pointer;
}
#Contacts .contact-card-details .ccdl {
  display: inline-block;
  min-width: 20px;
}
#Contacts .contact-item {
  padding-right: 100px;
  padding-top: 10px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-left: -20px;
  transition: all .5s ease;
  padding: 20px;
  margin-top: 50px;
}
#Contacts .contact-item span {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: block;
}
#Contacts .contact-item .Notes {
  white-space: pre-line;
}
#Contacts .contact-item .photo {
  position: absolute;
  right: 35px;
  top: -25px;
  width: 90px;
  border-radius: 50%;
  border: #f3f3f3 solid 3px;
  box-shadow: 3px -5px 14px 0px rgba(0, 0, 0, 0.21);
}
#Contacts .contact-item .contactcontrol {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  opacity: 0;
  height: 40px;
  margin-top: 2px;
  background: #c3c3c3;
  color: #919191;
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  transition: all .5s ease;
}
#Contacts .contact-item .contactcontrol:hover {
  background: #d0d0d0;
  color: #ffffff;
}
#Contacts .contact-item .contactcontrol.edit-contact {
  right: 41px;
}
#Contacts .contact-item .contactcontrol.delete-contact {
  background: #e7908e;
  color: #f7f7f7;
}
#Contacts .contact-item .contactcontrol.delete-contact:hover {
  background: #de6764;
  color: #ffffff;
}
#Contacts .contact-item:hover .contactcontrol {
  opacity: 1;
}
#EditContact {
  display: none;
}
.login {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 0px;
}
.login h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  margin: 0;
  margin-top: 50px;
  text-align: center;
}
.login img {
  margin: 0px auto;
  display: block;
}
.login .login-form {
  max-width: 353px;
  margin: 0 auto;
  padding: 50px 0;
}
.login .login-form form {
  padding: 30px 50px;
  margin-top: 20px;
}
.login .login-form form label {
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 16px;
}
.login .login-form form input {
  width: 100%;
  background: transparent;
  border: none;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  border-bottom: solid 2px #ffffff;
  padding: 9px 12px;
  margin-bottom: 25px;
  outline: none;
}
.login .login-form form .twofa-outer {
  width: 300px;
}
.login .login-form form .twofa-inner {
  width: 300px;
}
.login .login-form form input.twofa {
  padding-left: 12px;
  letter-spacing: 35px;
  border: 0;
  background-image: linear-gradient(to left, white 70%, rgba(255, 255, 255, 0) 0%), linear-gradient(to left, white 70%, rgba(255, 255, 255, 0) 0%), linear-gradient(to left, white 70%, rgba(255, 255, 255, 0) 0%), linear-gradient(to left, white 70%, rgba(255, 255, 255, 0) 0%), linear-gradient(to left, white 70%, rgba(255, 255, 255, 0) 0%), linear-gradient(to left, white 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 44px 1px, 44px 1px, 44px 1px, 44px 1px, 44px 1px, 44px 1px;
  background-repeat: no-repeat;
  background-position-x: -13px, 31px, 74px, 118px, 162px, 206px;
  width: 300px;
  outline: none;
}
.login .login-form form p {
  color: #000000;
}
.login .login-form form a {
  text-decoration: underline;
}
.login .login-form form input:focus,
.login .login-form form button:focus {
  border: none;
}
.login .login-form form input:autofill,
.login .login-form form input:-webkit-autofill {
  background: transparent;
}
.login .login-form form input:-webkit-autofill,
.login .login-form form input:-webkit-autofill:hover,
.login .login-form form input:-webkit-autofill:focus,
.login .login-form form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.login .login-form form .error input {
  background: rgba(255, 0, 0, 0.1);
}
.login .login-form form button {
  font-weight: 600;
  outline: none;
  margin-bottom: 10px;
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 250px;
  transition: all .5s ease;
}
.login .login-form form button:hover {
  background: transparent;
  color: #ffffff;
  border: 2px white solid;
}
.login .login-form form a.forgot {
  color: black;
  font-size: 13px;
  text-align: center;
  display: block;
}
.login .login-form form a.forgot.highlight {
  color: black;
}
.header-container {
  position: relative;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #111111;
}
@media screen and (max-width: 950px) {
  .header-container {
    position: relative;
    width: auto;
    height: 90px;
  }
}
@media screen and (max-width: 950px) {
  .container {
    margin-top: 0;
  }
}
.header {
  display: flex;
  position: relative;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  margin-bottom: 0;
  background-color: #111111;
  z-index: 30;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  /** Burger **/
  /*****/
}
@media screen and (max-width: 950px) {
  .header {
    min-height: 80px;
    height: auto;
    flex-direction: column;
  }
}
.header .logo {
  position: relative;
  top: 0;
  display: block;
  margin: 20px auto auto 20px;
  float: left;
  left: 0;
  max-width: 400px;
  min-width: 150px;
}
.header .logo img {
  display: block;
  width: 100px;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 950px) {
  .header .logo {
    max-width: 400px;
  }
  .header .logo img {
    margin: 0 auto 0 2rem;
  }
}
.header #burger {
  display: none;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  -moz-transition: -moz-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  -o-transition: -o-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  transition: transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
}
@media screen and (max-width: 950px) {
  .header #burger {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 50px;
    height: 48px;
    float: right;
    margin: 20px 0px 1px 0;
    text-align: center;
    padding-top: 25px;
    display: block;
    z-index: 40;
  }
}
.header #burger .burgerline {
  width: 35px;
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 8px;
  height: 5px;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  -moz-transition: -moz-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  -o-transition: -o-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  transition: transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
}
.header #burger .line2 {
  top: 9px;
}
.header #burger .line3 {
  top: 18px;
}
.header #burger .text {
  height: 24px;
  margin-top: 2px;
  display: block;
  overflow: hidden;
  color: #ffffff;
}
.header #burger .text span {
  display: block;
  transition: margin 500ms ease-in-out;
}
.header #burger:hover {
  color: #ffe200;
  text-decoration: none;
}
.header #burger:hover .burgerline {
  background-color: #ffe200;
}
.header #burger.open {
  color: #ffffff;
}
.header #burger.open .text span {
  margin-top: -16px;
}
.header #burger.open .line1 {
  background: #ffffff;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 4px;
  left: 0px;
}
.header #burger.open .line2 {
  background: #ffffff;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 4px;
  left: 10px;
}
.header #burger.open .line3 {
  background: #ffffff;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 4px;
  left: 20px;
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
.header .nav {
  display: flex;
  color: #ffffff;
  margin: 0;
  width: 100%;
  padding-right: 20px;
  justify-content: right;
}
@media screen and (max-width: 1250px) {
  .header .nav li {
    max-width: 70px;
  }
  .header .nav .user-action {
    max-width: 60px;
  }
  .header .nav .break {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .header .nav {
    float: none;
    width: 100%;
    margin: 0;
    display: none;
    padding-bottom: 20px;
  }
}
.header .nav li {
  list-style: none;
  display: block;
  margin: 0;
  width: 95px;
}
@media screen and (max-width: 950px) {
  .header .nav li {
    float: none;
    border-bottom: none;
    height: auto;
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .header .nav li {
    width: 90px;
  }
}
@media screen and (max-width: 1250px) {
  .header .nav li {
    width: 80px;
  }
}
.header .nav li a {
  position: relative;
  color: #ffffff;
  height: 90px;
  padding-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media screen and (max-width: 950px) {
  .header .nav li a {
    padding: 3px 0;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
  }
}
.header .nav li a span.icon {
  text-align: center;
  font-size: 26px;
  padding: 5px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 1050px) {
  .header .nav li a span.icon {
    color: #ffffff;
  }
}
@media screen and (max-width: 950px) {
  .header .nav li a span.icon {
    display: inline-block;
    padding: 0;
    width: 70px;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .header .nav li a span.icon {
    padding-top: 15px;
  }
}
.header .nav li a span.icon.icon-candidates::before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/img/icons/candidates.svg);
}
.header .nav li a span.icon.icon-registration::before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/img/icons/registration.svg);
}
.header .nav li a span.icon.icon-neds::before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/img/icons/neds.svg);
}
.header .nav li a span.icon.icon-clients::before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/img/icons/client.svg);
}
.header .nav li a span.icon.icon-jobs::before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/img/icons/jobs.svg);
}
.header .nav li a span.icon.icon-applications::before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/img/icons/application.svg);
}
.header .nav li a span.icon.icon-reporting::before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/img/icons/reporting.svg);
}
.header .nav li a span.icon.icon-consultants::before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/img/icons/consultants.svg);
}
.header .nav li a span.text {
  line-height: 16px;
  opacity: 0.6;
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .header .nav li a span.text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1250px) {
  .header .nav li a span.text {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .header .nav li a span.text {
    display: inline-block;
    color: #ffffff;
    line-height: 24px;
    vertical-align: middle;
    opacity: 1;
    margin-top: 6px;
  }
}
.header .nav li a:hover {
  background-color: #393939;
}
.header .nav li a:hover span.icon {
  color: #ffffff;
}
.header .nav li a:hover span.text {
  opacity: 1;
}
.header .nav li.rightfloat {
  float: right;
}
@media screen and (max-width: 950px) {
  .header .nav li.rightfloat {
    background: #111111;
  }
}
@media screen and (max-width: 950px) {
  .header .nav li.active {
    height: auto;
  }
}
.header .nav li.active a {
  background-color: #ffe200;
  color: #111111;
  border-bottom: #ffe200 2px solid;
}
.header .nav li.active a span.icon {
  color: #111111;
}
@media screen and (max-width: 950px) {
  .header .nav li.active a span.icon {
    padding-top: 0px;
  }
}
.header .nav li.active a span.text {
  opacity: 1;
}
@media screen and (max-width: 950px) {
  .header .nav li.active a span.text {
    display: inline-block;
    color: #111111;
  }
}
.header .secondary-nav {
  margin-top: auto;
}
.header .secondary-nav .user-action a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .secondary-nav li a span.current-user {
  padding-top: 5px;
  opacity: 1;
}
.header .secondary-nav img {
  border-radius: 50%;
  max-width: 60px;
}
.header .nav.open .break {
  display: none;
}
@media screen and (max-width: 950px) {
  .header .nav.open {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 400px;
  }
  .header .nav.open li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    max-width: 50%;
  }
  .header .nav.open li a {
    text-align: center;
  }
  .header .nav.open .break {
    display: block;
    flex-basis: 100%;
    height: 2rem;
    max-width: 100%;
  }
  .header .nav.open .user-action {
    flex-basis: 33%;
    width: 33%;
    max-width: 33%;
  }
  .header .nav.open .user-action a {
    display: flex;
    flex-direction: column;
  }
  .header .nav.open .user-action a .icon {
    margin: auto;
  }
}
.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.search-bar .uk-navbar {
  border-radius: 50px;
}
@media screen and (max-width: 950px) {
  .search-bar .uk-navbar {
    margin: auto;
    margin-top: 10px;
  }
}
.search-bar .uk-navbar .uk-navbar-item {
  min-height: 60px;
}
.search-bar .uk-navbar .uk-navbar-item .uk-search-navbar {
  padding-left: 10px;
}
.search-bar .uk-navbar .uk-navbar-item .uk-search-navbar .uk-search-input {
  padding-left: 10px;
}
@media screen and (max-width: 950px) {
  .search-bar .uk-navbar .uk-navbar-item .uk-search-navbar {
    width: 90%;
  }
}
.search-bar .uk-navbar .uk-navbar-item .uk-search .uk-search-icon {
  right: 10px;
  left: unset;
}
.search-bar .uk-navbar .uk-navbar-item .uk-search-input {
  font-size: 1.2rem;
}
/****
.scrold {
    .header {        

        .logo {
            width:90%;
        }

        .nav {
            li  {
                a {
                    height:60px;
                    padding-top:6px;
                    padding-bottom:6px;

                    span.icon {
                        padding: 7px 0 6px;
                    }

                    span.text {
                        opacity:0.3;
                        font-size:10px;
                    }
                }
                a:hover {
                    span.text {
                        opacity:0.8;
                    }
                }
            }
        }
    }

    .header-container .subnav {
        ul {
            li.top {
                opacity:1;
            }
        }
    }
}
    ****/
.header-container .subnav {
  position: relative;
  padding: 0 0;
  background-color: #ffe200;
  text-align: center;
}
.header-container .subnav ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.header-container .subnav ul li.top {
  display: list-item;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 800ms linear;
  -o-transition: opacity 800ms linear;
  transition: opacity 800ms linear;
}
@media screen and (max-width: 950px) {
  .header-container .subnav ul li.top {
    display: none;
  }
}
.header-container .subnav ul li.top a {
  height: 36px;
  width: 36px;
  padding: 0;
  border: none;
}
.header-container .subnav ul li.top a .icon {
  left: 8px;
}
.header-container .subnav ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  padding: 0 8px;
  margin-left: -3px;
}
@media only screen and (max-width: 1050px) {
  .header-container .subnav ul li {
    padding: 0 4px;
  }
}
.header-container .subnav ul li a {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-right: 10px;
  border: 1px solid #ffe200;
  color: #111;
}
@media only screen and (max-width: 1050px) {
  .header-container .subnav ul li a {
    padding-left: 30px;
    padding-right: 8px;
  }
}
.header-container .subnav ul li a .icon {
  position: absolute;
  left: 10px;
  top: 1px;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 1050px) {
  .header-container .subnav ul li a .icon {
    left: 8px;
  }
}
.header-container .subnav ul li a.active {
  color: #ffe200;
  background-color: #111;
}
.header-container .subnav ul li a.red {
  color: white;
  background: #de6764;
}
#searchform {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(198, 188, 0, 0.8);
  z-index: 20;
  display: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#searchform #close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 3em;
  color: #ffffff;
}
#searchform .inner {
  height: 100px;
  margin-top: -50px;
  top: 50%;
  position: relative;
  width: 100%;
  background: none;
}
#searchform .inner ::-webkit-input-placeholder {
  color: #ffffff;
}
#searchform .inner :-moz-placeholder {
  color: #ffffff;
}
#searchform .inner ::-moz-placeholder {
  color: #ffffff;
}
#searchform .inner :-ms-input-placeholder {
  color: #ffffff;
}
#searchform .inner #searchinput {
  background: transparent;
  border: none;
  padding: 20px 30px;
  outline: none;
  font-size: 5em;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
#searchform .inner #searchbutton {
  width: 140px;
  margin-left: -70px;
  margin-top: 20px;
  left: 50%;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.6em;
  border: none;
  color: #ffffff;
  padding: 20px;
  -webkit-transition: background .5s ease, color .5s ease;
  -moz-transition: background .5s ease, color .5s ease;
  -o-transition: background .5s ease, color .5s ease;
  transition: background .5s ease, color .5s ease;
}
#searchform .inner #searchbutton:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #111111;
}
#searchform .inner #searchbutton.hide-button {
  display: none;
}
.top-bar {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-bar .breadcrumb {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  float: left;
}
.top-bar .uk-breadcrumb > * > * {
  font-size: 1rem;
  color: #7E7C7C;
}
.top-bar #secondary-nav {
  float: right;
}
.top-bar #secondary-nav ul {
  border-left: 1px solid #e5e5e5;
  height: 30px;
  padding-left: 0;
  margin: 0;
}
.top-bar #secondary-nav ul li {
  float: right;
  list-style-type: none;
  padding: 4px 10px;
}
.top-bar #secondary-nav ul li a {
  color: #7E7C7C;
  font-size: 1.2rem;
}
.filter-categories {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.filter-categories li {
  display: inline-block;
  margin-right: 3px;
}
.filter-categories li:after {
  content: ',';
}
.filter-categories li:last-of-type:after {
  content: '';
}
.inner.filterresult {
  position: relative;
  margin-left: 300px;
  padding: 20px 20px;
}
.inner.filterresult.filterresult-fullwidth {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .inner.filterresult {
    margin-left: 20px;
  }
}
.inner.filterresult .loading {
  position: fixed;
  font-size: 2em;
  text-align: center;
  display: block;
  color: #888888;
  margin-top: 70px;
  margin-left: 10px;
}
.inner.filterresult .count {
  float: right;
  display: block;
  margin-bottom: 10px;
  color: #999999;
}
.inner.filterresult table th {
  cursor: pointer;
}
.inner.filterresult table th .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-bottom: 3px;
}
.inner.filterresult table th.up .arrow {
  border-bottom: 5px solid #888888;
}
.inner.filterresult table th.down .arrow {
  border-top: 5px solid #888888;
}
.inner.filterresult table tr td {
  padding: 3px 20px;
}
.inner.filterresult table tr td a {
  font-weight: 600;
}
.hold-filter-height {
  min-height: 40000px;
}
/**** New boolean search for ****/
#search-builder .search-group {
  border: solid 1px #ccc;
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
}
.and-or-select {
  width: 90px;
}
#search-builder .search-group.filter-built {
  border-color: #ffe200;
}
#search-builder .boolean-select,
#search-builder .value-input {
  display: none;
}
#search-builder .search-group .active {
  display: block;
}
.search-group tr:last-child .andor {
  display: none;
}
.new-filters.side {
  min-height: 100vh;
  padding: 10px 10px 10px 20px;
  width: 315px;
  margin-top: 0px;
  position: absolute;
  background: white;
}
.new-filters.side h4 {
  margin-bottom: 3px;
  margin-top: 20px;
}
.list-wrap {
  margin-left: 340px;
  max-width: 100%;
  background: white;
  overflow-x: scroll;
}
#filtersButton.advanced:after {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 18px;
  background: red;
  height: 18px;
  color: #fff;
  content: '*';
  border-radius: 9px;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
#filtersButton.advanced:hover:after {
  content: 'Advanced Filters Active';
  line-height: 18px;
  font-size: 9px;
  font-weight: normal;
  width: 120px;
}
.onpage-hide {
  display: none;
}
#onpagesearch.active {
  border-left: 6px solid #f5d900;
}
#savedSearches {
  height: 40px;
}
#csvexport {
  float: right;
  padding: 10px;
  color: #000;
  font-weight: bold;
}
#expand-view {
  float: right;
  padding: 10px;
  color: #000;
  font-weight: bold;
}
#reset-filter {
  float: right;
  padding: 10px;
  color: #9c1a1a;
  font-weight: bold;
}
#viewsearches {
  float: right;
  padding: 10px;
  color: #000;
  font-weight: bold;
}
.subtoggle {
  display: block;
  color: #f5d900;
  font-weight: bold;
  padding-left: 24px;
}
.subtoggle:hover {
  color: #000;
}
.side {
  float: left;
  width: 300px;
  position: absolute;
}
.side.side-top {
  width: 100%;
  position: initial;
  float: initial;
}
.side.side-top .filter {
  height: 125px;
}
.side.side-top .filter-section {
  width: 50%;
}
.side.side-top .filter-section .filter-section-inner {
  width: 60%;
  margin: 0 auto;
}
.side.side-top .filter-section .filter-section-inner li {
  float: left;
  margin-right: 20px;
}
.side.side-top .filter-section-left {
  float: left;
}
.side.side-top .filter-section-right {
  float: right;
}
.side input[type="checkbox"].show-me {
  display: inline !important;
}
@media only screen and (max-width: 768px) {
  .side {
    float: none;
    width: auto;
    position: relative;
  }
}
.side #status {
  position: relative;
  left: 50%;
  margin-left: -50px;
  top: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.side #status-select .option {
  box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
  border-top: rgba(255, 255, 255, 0.2) 2px solid;
  background: #111111;
  color: #ffffff;
}
.side #status-select .option:nth-child(1) {
  border-top: none;
}
.side .filter {
  padding: 10px 20px;
  margin: 20px;
  margin-top: 0;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
  box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
}
.side .filter .loading-wrapper {
  display: none;
  position: absolute;
  top: 10px;
  right: 30px;
}
.side .filter .loading-wrapper i {
  font-size: 2em;
  color: #888888;
}
.side .filter ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.side .filter ul li {
  padding-left: 30px;
  position: relative;
}
.side .filter ul li label {
  line-height: 24px;
}
.side .filter ul li label span {
  position: absolute;
  left: 0px;
}
.side .subNav {
  padding: 0px 20px;
  margin: -14px 0px 0 0px;
  width: 100%;
  position: absolute;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .side .subNav {
    position: relative;
  }
}
.side .subNav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.side .subNav ul li {
  margin-bottom: 2px;
}
.side .subNav ul li a {
  color: #646464;
  background: #ffffff;
  display: block;
  padding: 10px 10px 10px 50px;
  position: relative;
  font-size: 1.1em;
  line-height: 30px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.side .subNav ul li a .icon {
  color: #888888;
  position: absolute;
  left: 15px;
  font-size: 1.4em;
  line-height: 30px;
}
.side .subNav ul li a.red {
  margin-top: 10px;
  background: #e7908e;
  color: #ffffff;
}
.side .subNav ul li a.red .icon {
  color: #ffffff;
}
.side .subNav ul li a:hover {
  background: #eeeeee;
}
.side .subNav ul li a.red:hover {
  background: #d9534f;
  color: #ffffff;
}
.side .subNav ul li a.active {
  background: #fff399;
  color: #111111;
}
.side .subNav ul li a.active .icon {
  color: #111111;
}
.side .inner {
  margin-top: 0;
}
.side h5 {
  font-size: 1.1em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.side label {
  font-size: 1em;
  padding: 5px 0;
}
.side input[type="checkbox"] {
  display: none;
}
.side input[type="checkbox"] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/public/img/check_radio_sheet.png) left top no-repeat;
  margin-bottom: -3px;
}
.side input[type="checkbox"]:checked + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/public/img/check_radio_sheet.png) -19px 0 no-repeat;
}
.side .details label {
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  padding-bottom: 0;
  text-transform: none;
}
.side.relative {
  position: relative;
}
/** CTA Button Bar**/
.actions {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px 0px;
}
@media only screen and (max-width: 768px) {
  .actions {
    padding: 10px 20px;
  }
}
.actions .topinput {
  float: right;
  margin-left: 30px;
  margin-top: -10px;
  text-align: center;
}
.actions .topinput .onoffswitch {
  margin-top: 3px;
  text-align: left;
}
.actions button,
.actions .osa-btn {
  background: #ffffff;
  border-radius: 3px;
  padding: 12px 60px 12px 25px;
  float: right;
  border: #eeeeee solid 1px;
  font-size: 1em;
  color: #111111;
  margin: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .actions button,
  .actions .osa-btn {
    float: left;
  }
}
.actions button span,
.actions .osa-btn span {
  height: 100%;
  width: 40px;
  font-size: 1.6em;
  padding-top: 8px;
  top: 0px;
  display: block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #111111;
  border: none;
  text-align: center;
  line-height: 100%;
  background: #eeeeee;
  position: absolute;
  right: -2px;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.actions button.no-ico {
  padding: 12px 22px 12px 22px;
}
.actions button.in-set {
  margin-left: 8px;
}
.actions button.sml span,
.actions .osa-btn.sml span {
  padding-top: 11px;
  font-size: 1.3em;
}
.actions button.yellow,
.actions .osa-btn.yellow {
  background-color: #f5d900;
  color: #111111;
  border: none;
}
.actions button.yellow span,
.actions .osa-btn.yellow span {
  background-color: #ffe200;
  color: #111111;
}
.actions button.green,
.actions .osa-btn.green {
  background-color: #55bd70;
  color: #ffffff;
}
.actions button.green span,
.actions .osa-btn.green span {
  background-color: #378e4e;
  color: #ffffff;
}
.actions button.taupe,
.actions .osa-btn.taupe {
  background-color: #72685e;
  color: #ffffff;
}
.actions button.taupe span,
.actions .osa-btn.taupe span {
  background-color: #48423b;
  color: #ffffff;
}
.actions button:hover,
.actions .osa-btn:hover {
  background: #eeeeee;
  color: #111111;
}
.actions button:hover span,
.actions .osa-btn:hover span {
  color: #ffffff;
  background: #111111;
}
.actions button.yellow:hover,
.actions .osa-btn.yellow:hover {
  background: #ffe200;
  color: #111111;
}
.actions button.yellow:hover span,
.actions .osa-btn.yellow:hover span {
  color: #111111;
  background-color: #b39e00;
}
.actions button.green:hover,
.actions .osa-btn.green:hover {
  background: #378e4e;
  color: #ffffff;
}
.actions button.green:hover span,
.actions .osa-btn.green:hover span {
  background: #55bd70;
}
.actions button.taupe:hover,
.actions .osa-btn.taupe:hover {
  background: #48423b;
  color: #ffffff;
}
.actions button.taupe:hover span,
.actions .osa-btn.taupe:hover span {
  background: #72685e;
}
.actions button.hide-button {
  display: none;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.tools-wrap {
  position: absolute;
  right: 0;
  width: 330px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .tools-wrap {
    position: static;
    float: none;
    width: auto;
    margin-left: 10px;
    padding-top: 10px;
  }
}
.cv-actions {
  position: static;
  width: 330px;
  padding-left: 10px;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .cv-actions {
    position: relative;
    width: 100%;
    right: auto;
  }
}
.cv-actions .topinput {
  float: left;
  margin-left: 12px;
  margin-top: 6px;
  text-align: center;
}
.cv-actions .topinput label.onoffpre {
  display: inline-block;
  font-size: 10px;
  padding-bottom: 2px;
}
.cv-actions .topinput .onoffswitch {
  margin-top: 3px;
  text-align: left;
}
.cv-actions .topinput.first {
  margin-left: 0;
}
.cv-actions button,
.cv-actions .osa-btn {
  position: relative;
  display: inline-block;
  padding: 12px 48px 12px 12px;
  margin-right: 2px;
  border: #111111 solid 1px;
  font-size: 13px;
  color: #111111;
  font-weight: 300;
  letter-spacing: 1px;
  background: #ffffff;
  border-radius: 3px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin: 10px;
}
.cv-actions button span,
.cv-actions .osa-btn span {
  height: 100%;
  width: 40px;
  font-size: 1.6em;
  padding-top: 8px;
  top: 0px;
  display: block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #558dbd;
  border: none;
  text-align: center;
  line-height: 100%;
  background: #eeeeee;
  position: absolute;
  right: -2px;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.cv-actions .osa-btn.create-modal {
  font-weight: 600;
  padding: 12px 52px 12px 16px;
}
.cv-actions button.no-ico {
  padding: 12px 22px 12px 22px;
}
.cv-actions button.in-set {
  margin-left: 8px;
}
.cv-actions button.sml span,
.cv-actions .osa-btn.sml span {
  padding-top: 12px;
  font-size: 14px;
}
.cv-actions button.yellow,
.cv-actions .osa-btn.yellow {
  background-color: #f5d900;
  color: #111111;
  border: none;
}
.cv-actions button.yellow span,
.cv-actions .osa-btn.yellow span {
  background-color: #ffe200;
  color: #111111;
}
.cv-actions button.green,
.cv-actions .osa-btn.green {
  background-color: #55bd70;
  color: #ffffff;
}
.cv-actions button.green span,
.cv-actions .osa-btn.green span {
  background-color: #378e4e;
  color: #ffffff;
}
.cv-actions button.taupe,
.cv-actions .osa-btn.taupe {
  background-color: #72685e;
  color: #ffffff;
}
.cv-actions button.taupe span,
.cv-actions .osa-btn.taupe span {
  background-color: #48423b;
  color: #ffffff;
}
.cv-actions button:hover,
.cv-actions .osa-btn:hover {
  background: #eeeeee;
  color: #111111;
}
.cv-actions button:hover span,
.cv-actions .osa-btn:hover span {
  color: #111111;
  background: #ffffff;
}
.cv-actions button.yellow:hover,
.cv-actions .osa-btn.yellow:hover {
  background: #ffe200;
  color: #111111;
}
.cv-actions button.yellow:hover span,
.cv-actions .osa-btn.yellow:hover span {
  color: #111111;
  background-color: #b39e00;
}
.cv-actions button.green:hover,
.cv-actions .osa-btn.green:hover {
  background: #378e4e;
  color: #ffffff;
}
.cv-actions button.green:hover span,
.cv-actions .osa-btn.green:hover span {
  background: #55bd70;
}
.cv-actions button.taupe:hover,
.cv-actions .osa-btn.taupe:hover {
  background: #48423b;
  color: #ffffff;
}
.cv-actions button.taupe:hover span,
.cv-actions .osa-btn.taupe:hover span {
  background: #72685e;
}
.cv-actions button.hide-button {
  display: none;
}
.cv-actions .cv-page-menu {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  max-width: 200px;
}
.cv-actions .cv-page-menu li {
  padding: 2px 5px;
  font-size: 12px;
  border-bottom: 1px solid #d3cec9;
}
.cv-actions .cv-page-menu li a {
  display: block;
  color: #72685e;
  padding: 5px;
}
.scrold .cv-actions {
  position: fixed;
  top: 115px;
}
@media only screen and (max-width: 768px) {
  .scrold .cv-actions {
    position: relative;
    top: auto;
  }
}
/** Responsive Stuff **/
.show-in-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .show-in-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1201px) {
  .wide-only {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .desktop-only {
    display: none;
  }
}
/*** Tables ***/
table thead tr th {
  color: #888888;
  font-weight: normal;
  text-align: left;
  font-size: 1.1em;
  padding: 20px;
}
table thead tr th.center {
  text-align: center;
}
table thead tr.small th {
  font-size: 0.9em;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}
table tbody tr {
  border-bottom: 1px solid #efefefef;
}
table tbody tr td {
  font-size: 1em;
  padding: 20px;
  line-height: 1.4em;
}
table tbody tr td a {
  color: #111111;
}
table tbody tr td a .icon {
  color: #888888;
  padding-right: 20px;
}
table tbody tr td a:hover {
  color: #558dbd;
}
table tbody tr td label {
  display: block;
  color: #888888;
  font-weight: normal;
  text-align: left;
  padding-bottom: 3px;
}
table tbody tr td a.invert {
  color: #558dbd;
}
table tbody tr td a.invert:hover {
  color: #111111;
}
table tbody tr td.center {
  text-align: center;
}
table tbody tr td.grey {
  background: #e8e8e8;
}
table tbody tr td.grey2 {
  background: #e0e0e0;
}
table tbody tr td.button-cell.bcmiddle {
  vertical-align: middle;
}
table tbody tr td.button-cell {
  vertical-align: bottom;
  min-width: 190px;
  /*a.table-button:hover {

                            @media @notmobile {
                                background: @grey; color: @blue; padding: 6px 43px 0px 15px; span.icon {
                                    border-top-left-radius: 0px;
                                    border-bottom-left-radius: 0px;
                                    color: @white;
                                    background: @blue;
                                }

                                span.text {
                                    width: 70px;
                                }
                            }
                        }

                        a.table-button.del:hover {

                            @media @notmobile {
                                color: @red; span.icon {
                                    background: @red;
                                }
                            }
                        }

                        
                        a.table-button.green:hover {

                            @media @notmobile {
                                color: @green; span.icon {
                                    background: @green;
                                }
                            }
                        }

                        
                        a.table-button.taupe:hover {

                            @media @notmobile {
                                color: @taupe; span.icon {
                                    background: @taupe;
                                }
                            }
                        }*/
}
@media only screen and (max-width: 768px) {
  table tbody tr td.button-cell {
    min-width: 0px;
  }
}
table tbody tr td.button-cell a.table-button {
  background: #ffe200;
  border-radius: 3px;
  padding: 8px 0px 8px 0px;
  float: right;
  border: none;
  font-size: 0.9em;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  /*-webkit-transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        -o-transition: all .5s ease;
                        transition: all .5s ease;*/
  min-width: 48px;
  margin-left: 10px;
}
table tbody tr td.button-cell a.table-button span.icon {
  height: 100%;
  width: 50px;
  font-size: 1em;
  padding-top: 13px;
  top: 0px;
  display: inline-block;
  padding-right: 0;
  display: block;
  border-radius: 3px;
  color: #ffffff;
  border: none;
  text-align: center;
  line-height: 100%;
  background: #ffe200;
  border: 1px solid #ffe200;
  position: absolute;
  right: -2px;
  /*-webkit-transition: all 1s 0s ease;
                            -moz-transition: all 1s 0s ease;
                            -o-transition: all 1s 0s ease;
                            transition: all 1s 0s ease;*/
}
table tbody tr td.button-cell a.table-button span.text {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: #ffe200;
  font-weight: 600;
  /*-webkit-transition: all 0.5s ease;
                            -moz-transition: all 0.5s ease;
                            -o-transition: all 0.5s ease;
                            transition: all 0.5s ease;*/
}
table tbody tr td.button-cell a.table-button.del {
  background: #d9534f;
}
table tbody tr td.button-cell a.table-button.del span.icon {
  background: #d9534f;
  border: 1px solid #d9534f;
}
table tbody tr td.button-cell a.table-button.del span.text {
  color: #d9534f;
}
table tbody tr td.button-cell a.table-button.taupe {
  background: #72685e;
}
table tbody tr td.button-cell a.table-button.taupe span.icon {
  background: #72685e;
  border: 1px solid #72685e;
}
table tbody tr td.button-cell a.table-button.taupe span.text {
  color: #72685e;
}
table tbody tr td.button-cell a.table-button.green {
  background: #55bd70;
}
table tbody tr td.button-cell a.table-button.green span.icon {
  background: #55bd70;
  border: 1px solid #55bd70;
}
table tbody tr td.button-cell a.table-button.green span.text {
  color: #55bd70;
}
table tbody tr td.button-cell a.table-button:hover span.text {
  width: 0 !important;
}
table tbody tr td.button-cell.narrow {
  min-width: 100px;
}
@media only screen and (min-width: 769px) {
  table tbody tr td.button-cell.narrow a.table-button:hover span.text {
    width: 35px;
  }
}
table tbody tr td.button-cell.double {
  min-width: 220px;
}
@media only screen and (max-width: 768px) {
  table tbody tr td.button-cell.double {
    min-width: 0px;
  }
}
table tbody tr td.main {
  font-weight: 600;
}
table tbody tr td.imagecell {
  width: 100px;
  text-align: center;
}
table tbody tr td.imagecell img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
table tbody tr.default {
  font-weight: 600;
}
table tbody tr.bold {
  font-weight: 600;
}
table tbody tr.bordertop {
  border-top: 1px solid #111111;
}
table tbody tr.small td {
  padding-left: 1px;
  font-size: 0.95em;
  padding-right: 1px;
}
table tbody tr.archived {
  opacity: 0.3;
}
table tbody tr.error span.icon-lock {
  background: #f4cecd;
  color: #d9534f;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  display: block;
  z-index: 4;
  top: 0;
  left: 0;
  opacity: 0.75;
  font-size: 2.8em;
  padding-top: 10px;
}
table.submissions td {
  word-break: break-word;
  min-width: 120px;
}
table.submissions td strong {
  font-weight: 600;
}
table.fullwidth {
  min-width: 100%;
}
table.condensed tbody tr td {
  font-size: 1em;
  padding: 7px 15px;
}
table.condensed tbody tr.small td {
  padding-left: 1px;
  font-size: 0.95em;
  padding-right: 1px;
}
table.supercondensed tbody tr td {
  font-size: 1em;
  padding: 4px 10px;
}
table.tinycondensed {
  width: 100%;
}
table.tinycondensed tbody tr td {
  font-size: 13px;
  padding: 3px 5px;
}
table.tinycondensed tbody tr td table tr {
  background-color: transparent !important;
}
.side .temprates table {
  margin-left: -5px;
}
.side .temprates table thead tr th {
  padding: 5px;
  font-size: 0.9em;
}
.side .temprates table tr td .icon-bin {
  color: #d9534f;
}
.side .temprates h5 {
  font-size: 0.9em;
}
.side .temprates input {
  color: #444444;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 90%;
  font-size: 0.9em;
  padding: 7px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  display: block;
}
.side .temprates input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
.side .temprates label {
  font-weight: normal;
  text-transform: none;
  text-align: left;
  display: inline;
}
.side .temprates #AddRate {
  border-radius: 3px;
  margin-top: 25px;
  padding: 5px 15px 5px 40px;
  float: left;
  border: none;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  transition: all .5s ease;
  background-color: #55bd70;
  color: #ffffff;
}
.side .temprates #AddRate span {
  height: 100%;
  width: 30px;
  top: 0px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: center;
  line-height: 100%;
  position: absolute;
  left: -2px;
  transition: all 1s 0s ease;
  padding-top: 5px;
  font-size: 1.1em;
  background-color: #378e4e;
  color: #ffffff;
}
.side .temprates #AddRate:hover {
  background: #378e4e;
  color: #ffffff;
}
.side .temprates #AddRate:hover span {
  background: #55bd70;
}
/****** */
.uk-table th {
  text-transform: none;
}
.uk-table td.table-profile-image-cell {
  padding: 8px 5px;
}
.table-profile-image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
tbody.alt-color tr:nth-child(2n of :not(.onpage-hide)) {
  background: #efefefef;
}
tbody.alt-color tr:nth-child(1n of :not(.onpage-hide)):hover {
  background: #f9f9f9;
}
tbody.alt-color tr:nth-child(2n of :not(.onpage-hide)):hover {
  background: #e3e3e3e3;
}
th.sort {
  cursor: pointer;
}
th.sort.asc:before {
  position: relative;
  top: -14px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-right: 3px;
  content: '';
}
th.sort.desc:before {
  position: relative;
  top: 14px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #999;
  margin-right: 3px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
}
.highlightRows tr:hover {
  background: #ebeaea;
}
.highlightRows tr:hover td:first-child {
  transition: 0.15s all ease;
  padding-left: 5px;
}
.highlightRowsNoPad tr:hover {
  background: #ebeaea;
}
.searchtableresults .clickfire {
  cursor: pointer;
}
.redclient {
  background-color: rgba(255, 116, 108, 0.5);
}
.amberclient {
  background-color: rgba(255, 191, 0, 0.5);
}
/*** Profile Image Layout ***/
#profileholder,
#profileholder2 {
  width: 24%;
  position: relative;
  display: block;
  max-width: 400px;
  margin-right: 3%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #profileholder,
  #profileholder2 {
    width: 70%;
    margin-left: 0%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#profileholder .mask,
#profileholder2 .mask {
  width: 100%;
  z-index: 5;
  position: relative;
  display: block;
}
#profileholder .photo,
#profileholder2 .photo {
  width: 100%;
  position: absolute;
  z-index: 3;
  display: block;
}
#profileholder .edit,
#profileholder2 .edit {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
#profileholder .edit .cvr,
#profileholder2 .edit .cvr {
  width: 100%;
  height: 200%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: table;
}
#profileholder .edit .cvr span.icon,
#profileholder2 .edit .cvr span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 3em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  opacity: 1;
  vertical-align: middle;
}
#profileholder .edit .cvr span.icon span,
#profileholder2 .edit .cvr span.icon span {
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.35em;
}
#profileholder .edited,
#profileholder2 .edited {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#profileholder .edited .cvr,
#profileholder2 .edited .cvr {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #55bd70;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: table;
}
#profileholder .edited .cvr span.icon,
#profileholder2 .edited .cvr span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 3em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  opacity: 1;
  vertical-align: middle;
}
#profileholder .edited .cvr span.icon span,
#profileholder2 .edited .cvr span.icon span {
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.35em;
}
#profileholder .edited.show,
#profileholder2 .edited.show {
  opacity: 1;
}
#profileholder:hover,
#profileholder2:hover {
  cursor: pointer;
}
#profileholder:hover .edited,
#profileholder2:hover .edited {
  opacity: 0;
}
#profileholder:hover .edit .cvr,
#profileholder2:hover .edit .cvr {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
#profileholder:hover .edit .cvr span.icon,
#profileholder2:hover .edit .cvr span.icon {
  margin-top: 0px;
  line-height: 100%;
  vertical-align: middle;
}
#profileholder.fullwidth,
#profileholder2.fullwidth {
  width: 100%;
}
#profileholder.business,
#profileholder2.business {
  max-width: 300px;
}
#profileholder.business .photo,
#profileholder2.business .photo {
  position: relative;
}
#profileholder.candidate,
#profileholder2.candidate {
  max-width: 300px;
}
#profileholder.candidate .photo,
#profileholder2.candidate .photo {
  position: relative;
}
#profileholder.candidate .cvr,
#profileholder2.candidate .cvr {
  border-radius: 5px;
  height: 80%;
}
#profileholder.candidate .edited .cvr,
#profileholder2.candidate .edited .cvr {
  border-radius: 5px;
  height: 100%;
}
#profileholder.candidate,
#profileholder2.candidate {
  max-width: 300px;
  border-radius: 5px;
}
#profileholder.candidate .photo,
#profileholder2.candidate .photo {
  position: relative;
}
#profileholder.small,
#profileholder2.small {
  max-width: 150px;
  margin: 0 auto 20px auto;
}
td #profileholder:hover,
td #profileholder2:hover {
  cursor: auto;
}
#profileholder.noclicks,
#profileholder2.noclicks {
  cursor: auto;
}
#ConsultantInfo,
#ConsultantInfoApt {
  width: 100%;
  text-align: center;
  max-width: 150px;
  margin-right: 50px;
  float: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #ConsultantInfo,
  #ConsultantInfoApt {
    float: left;
    margin-bottom: 30px;
  }
}
#ConsultantInfo .primary,
#ConsultantInfoApt .primary {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
#ConsultantInfo .primary .mask,
#ConsultantInfoApt .primary .mask {
  width: 100%;
  z-index: 5;
  position: relative;
  display: block;
}
#ConsultantInfo .primary .photo,
#ConsultantInfoApt .primary .photo {
  width: 100%;
  position: relative;
  z-index: 3;
  display: block;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#ConsultantInfo .primary .edit,
#ConsultantInfoApt .primary .edit {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
#ConsultantInfo .primary .edit .cvr,
#ConsultantInfoApt .primary .edit .cvr {
  width: 100%;
  border-radius: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  display: table;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}
#ConsultantInfo .primary .edit .cvr span.icon,
#ConsultantInfoApt .primary .edit .cvr span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  opacity: 1;
  vertical-align: middle;
}
#ConsultantInfo .primary .edit .cvr span.icon span,
#ConsultantInfoApt .primary .edit .cvr span.icon span {
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.35em;
  text-wrap: none;
}
#ConsultantInfo .primary .edited,
#ConsultantInfoApt .primary .edited {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#ConsultantInfo .primary .edited .cvr,
#ConsultantInfoApt .primary .edited .cvr {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.8;
  background: #55bd70;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: table;
}
#ConsultantInfo .primary .edited .cvr span.icon,
#ConsultantInfoApt .primary .edited .cvr span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  opacity: 1;
  vertical-align: middle;
}
#ConsultantInfo .primary .edited .cvr span.icon span,
#ConsultantInfoApt .primary .edited .cvr span.icon span {
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.35em;
}
#ConsultantInfo .primary .edited.show,
#ConsultantInfoApt .primary .edited.show {
  opacity: 1;
}
#ConsultantInfo .pc-text,
#ConsultantInfoApt .pc-text {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0 auto;
  background: #888888;
  color: #ffffff;
  z-index: 8;
  position: absolute;
  width: 90%;
  left: 5%;
}
#ConsultantInfo .pc-text span,
#ConsultantInfoApt .pc-text span {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
}
#ConsultantInfo .pc-text.pc-text-clr,
#ConsultantInfoApt .pc-text.pc-text-clr {
  background: none!important;
  color: black;
}
#ConsultantInfo #pc-select,
#ConsultantInfoApt #pc-select,
#ConsultantInfo #pc-select-apt,
#ConsultantInfoApt #pc-select-apt {
  z-index: 10;
  margin-left: 7px;
  border-radius: 15px;
  top: 0;
  display: none;
}
#ConsultantInfo #pc-select span,
#ConsultantInfoApt #pc-select span,
#ConsultantInfo #pc-select-apt span,
#ConsultantInfoApt #pc-select-apt span {
  width: 135px;
  padding: 8px 20px;
  font-size: 0.9em;
  color: #ffffff;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 1px;
}
#ConsultantInfo #pc-select span.sel,
#ConsultantInfoApt #pc-select span.sel,
#ConsultantInfo #pc-select-apt span.sel,
#ConsultantInfoApt #pc-select-apt span.sel {
  background: #55bd70;
}
#ConsultantInfo #pc-select span:hover,
#ConsultantInfoApt #pc-select span:hover,
#ConsultantInfo #pc-select-apt span:hover,
#ConsultantInfoApt #pc-select-apt span:hover {
  background: #558dbd;
}
#ConsultantInfo.noimg,
#ConsultantInfoApt.noimg {
  float: none;
  text-align: left;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}
#ConsultantInfo.noimg .pc-text,
#ConsultantInfoApt.noimg .pc-text {
  position: relative;
  left: 0;
  bottom: auto;
}
#ConsultantInfo:hover,
#ConsultantInfoApt:hover {
  cursor: pointer;
}
#ConsultantInfo:hover .primary .edited,
#ConsultantInfoApt:hover .primary .edited {
  opacity: 0;
}
#ConsultantInfo:hover .primary .edit .cvr,
#ConsultantInfoApt:hover .primary .edit .cvr {
  margin-top: 0%;
  margin-left: 0%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
#ConsultantInfo.selecting,
#ConsultantInfoApt.selecting {
  min-height: 32px;
}
#ConsultantInfo.selecting .primary,
#ConsultantInfoApt.selecting .primary {
  display: none;
}
#ConsultantInfo.selecting .pc-text,
#ConsultantInfoApt.selecting .pc-text {
  display: none;
}
#ConsultantInfo.selecting #pc-select,
#ConsultantInfoApt.selecting #pc-select,
#ConsultantInfo.selecting #pc-select-apt,
#ConsultantInfoApt.selecting #pc-select-apt {
  display: block;
}
#ConsultantInfo.selecting #pc-select,
#ConsultantInfoApt.selecting #pc-select {
  position: absolute;
}
#SecondaryConsultantInfo.noimg {
  float: none;
  text-align: left;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}
#SecondaryConsultantInfo.noimg .sc-text {
  position: relative;
  left: 0;
  bottom: auto;
}
#SecondaryConsultantInfo:hover {
  cursor: pointer;
}
#SecondaryConsultantInfo.selecting {
  min-height: 32px;
}
#SecondaryConsultantInfo.selecting .sc-text {
  display: none;
}
#SecondaryConsultantInfo.selecting #sc-select {
  display: block;
  position: absolute;
}
#sc-select {
  z-index: 10;
  margin-left: 7px;
  border-radius: 15px;
  top: 0;
  display: none;
}
#sc-select span {
  width: 135px;
  padding: 8px 20px;
  font-size: 0.9em;
  color: #ffffff;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 1px;
}
#sc-select span.sel {
  background: #55bd70;
}
#sc-select span:hover {
  background: #558dbd;
}
.sc-text {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0 auto;
  background: #888888;
  color: #ffffff;
  z-index: 8;
  position: absolute;
  width: 90%;
  left: 5%;
}
.sc-text span {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
}
.sctag {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
#sc-select .clear-option {
  color: #999;
  font-style: italic;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#sc-select .clear-option:hover {
  color: #666;
  background-color: #f5f5f5;
}
.field label {
  margin-bottom: 2px;
  position: relative;
  z-index: 3;
  display: block;
  color: #646464;
  font-weight: 600;
  font-size: 0.9em;
  padding-bottom: 0px;
}
/*** Inline Editable ***/
.inline-editable label {
  margin-bottom: 2px;
  position: relative;
  z-index: 3;
  display: block;
  color: #646464;
  font-weight: 600;
  font-size: 0.9em;
  padding-bottom: 0px;
}
.inline-editable .field {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 20px;
  max-width: 90%;
  /* auto resizing textarea stuff */
  /*---------*/
}
.inline-editable .field input,
.inline-editable .field textarea {
  border: none;
  padding: 10px 10px 10px 0px;
  color: #444444;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  max-width: 100%;
  background: transparent;
}
.inline-editable .field textarea {
  font-size: 16px;
  width: 100%;
}
.inline-editable .field .txtstuff {
  resize: none;
  overflow: hidden;
}
.inline-editable .field .hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 5px 20px 5px 10px;
}
.inline-editable .field .common {
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  font-size: 0.9em;
}
.inline-editable .field .lbr {
  line-height: 3px;
}
.inline-editable .field input:focus,
.inline-editable .field textarea:focus {
  outline: none;
  padding: 10px 40px 10px 20px;
  background: #f2f2f2;
}
.inline-editable .field span {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  font-size: 0.8em;
  color: #55bd70;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inline-editable .field select {
  font-size: 16px;
}
.inline-editable .field.fullwidth {
  width: 100% !important;
}
.inline-editable .field.grey textarea {
  background-color: #f7f7f7;
}
.inline-editable .link-item {
  float: right;
  font-size: 1.2em;
}
.inline-editable.onCV {
  margin-left: 0px;
  padding-left: 10px;
  background: #fff6b3;
}
.inline-editable.onCV .field {
  padding-left: 0;
}
.inline-editable.onCV input,
.inline-editable.onCV textarea {
  background: #fff6b3;
}
.inline-editable.large {
  font-size: 1.3em;
  font-weight: 300;
  margin-left: 0px;
  margin-bottom: 0 ;
}
.inline-editable.large span {
  font-size: 0.7em;
}
.inline-editable.large .field {
  margin-bottom: 5px;
}
.inline-editable.large input {
  max-width: 110%;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .inline-editable.large {
    font-size: 1.3em;
  }
}
.inline-editable .field:hover input,
.inline-editable .field:hover textarea {
  background: #f2f2f2;
  padding: 10px 0px 10px 10px;
}
.inline-editable .field:hover span {
  opacity: 1;
  font-size: 0.5em;
}
.inline-editable.narrow .field {
  font-size: 1.2em;
}
.inline-editable.narrow .field input,
.inline-editable.narrow .field textarea {
  padding: 5px 20px 5px 0px;
}
.inline-editable.narrow .field input:focus,
.inline-editable.narrow .field textarea:focus {
  padding: 5px 40px 5px 10px;
}
/**********/
#factsheet .fs-header {
  text-align: center;
}
#factsheet .fs-header img {
  max-width: 300px;
  margin: 0 auto;
}
#factsheet .intro {
  font-size: 1.2em;
}
#factsheet #map {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
  margin-top: 40px;
}
#factsheet .address {
  white-space: pre-line;
}
/**** On Off Switch ***/
.onoffswitch {
  position: relative;
  width: 82px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding-right: 0;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  padding-bottom: 0 !important;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 27px;
  padding: 0;
  line-height: 27px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Yes";
  padding-left: 10px;
  background-color: #ffe200;
  color: #111111;
}
.locked .onoffswitch-inner:before {
  content: "Locked";
}
.red .onoffswitch-inner:before {
  background-color: #d9534f;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 14px;
  margin: 6px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 51px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.red .onoffswitch-switch {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
@media print {
  .pagebreak {
    page-break-before: always;
  }
  body,
  #content,
  #container {
    width: 100%;
    margin: 0;
    float: none;
    background: #ffffff url(/Styles/osa/app/none);
    font-size: 0.85em;
  }
  .container {
    margin-top: 0;
  }
  #topnav,
  #navbar,
  #nav,
  #sidebar,
  .ad,
  .noprint,
  header,
  .side,
  .header-container,
  #createNewButton {
    display: none;
  }
  .left-section .selectize-input {
    padding: 0 !important;
  }
  .left-section .selectize-input .item {
    box-shadow: none !important;
    border: none !important;
  }
  .left-section .selectize-input .remove {
    display: none !important;
  }
  .print-tidy-table tr td {
    text-align: left !important;
    padding: 0 2px !important;
  }
  .print-tidy-table tr th {
    text-align: left !important;
    padding: 5px 2px !important;
    font-weight: bold;
  }
  .print-tidy-table tr:nth-child(even) {
    background-color: #f2f2f2 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  h2 {
    font-weight: bold;
    margin-top: 30px !important;
  }
  .inline-editable.large .field {
    font-size: 0.8em;
    font-weight: bold;
  }
  .profile-info-col {
    /* For IE10 */
  }
  .profile-info-col .Active span,
  .profile-info-col #OnWebsite span {
    text-align: left !important;
  }
  .profile-info-col select {
    border: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .profile-info-col select::-ms-expand {
    display: none;
  }
  .profile-info-col .icon {
    display: none;
  }
  .profile-info-col .inline-editable.narrow {
    width: 50%;
    float: left;
  }
  .profile-info-col .inline-editable.narrow input {
    font-size: 12px;
  }
  .profile-info-col .col {
    width: 100%;
  }
  .profile-info-col .col.borderleft {
    border: none;
  }
  .inner h3 {
    padding: 30px 0 10px 0 !important;
  }
  td {
    padding-top: 0;
    padding-bottom: 0;
    padding: 3px 10px;
  }
  .inner.filterresult {
    margin-left: 0;
  }
  body {
    font: 0.7em;
    color: #000;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
  }
  h1 {
    font-size: 250%;
  }
  h2 {
    font-size: 175%;
  }
  h3 {
    font-size: 135%;
  }
  h4 {
    font-size: 100%;
    font-variant: small-caps;
  }
  h5 {
    font-size: 100%;
  }
  h6 {
    font-size: 90%;
    font-style: italic;
  }
  .inner.filterresult table tr td {
    padding: 1px 5px;
  }
  .inner.filterresult table tr td:nth-child(even) {
    background: #f8f8f8;
  }
  table {
    page-break-inside: auto;
    width: 100%;
    table-layout: fixed;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
    display: block;
    width: 100%;
    -webkit-region-break-inside: avoid;
  }
  th {
    font-size: 100%;
  }
  .print-1 {
    width: 1.5cm;
  }
  .print-5 {
    width: 5cm;
  }
  .print-8 {
    width: 8cm;
  }
  .hide-print {
    display: none !important;
  }
  .contentblock .hasSubNav {
    margin-left: 0 !important;
  }
  .header-container .subnav {
    display: none;
  }
  h1.outsidebox {
    margin-bottom: 0 !important;
    margin: 0 !important;
    margin-top: 40px !important;
    font-size: 2em;
  }
  .actions {
    display: none;
  }
  .contentblock .inner {
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
  .contentblock .inner h2 {
    margin-bottom: 0;
  }
  .contentblock .inner table,
  .contentblock .inner tr {
    width: 100% !important;
  }
  .contentblock .inner .button-cell {
    display: none;
  }
  .contentblock .inner .table-button {
    display: none;
  }
  .contentblock .inner th,
  .contentblock .inner td {
    padding: 10px;
    min-width: 150px;
    max-width: 150px;
    display: table-cell;
  }
  .contentblock .inner th.two-span {
    min-width: 300px;
    max-width: 300px;
  }
  .printClientJobs td:nth-child(2) {
    display: none;
  }
}
.modal-overlay,
.modal-loading {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.modal-overlay .loading,
.modal-loading .loading {
  font-size: 800%;
  color: #000000;
  margin: 0 auto;
  position: absolute;
  top: 45%;
}
.modal-overlay .modal-content,
.modal-loading .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 30px;
  width: 50%;
  text-align: center;
  font-size: 150%;
}
.modal-overlay .modal-text,
.modal-loading .modal-text {
  margin: 30px;
  margin-bottom: 500px;
}
.modal-overlay .modal-close,
.modal-loading .modal-close {
  margin-top: 30px;
  margin: 0 auto;
  width: 30%;
}
@media screen and (max-width: 960px) {
  .modal-overlay .modal-text,
  .modal-loading .modal-text {
    font-size: 80%;
    text-align: center;
    margin: 0;
  }
  .modal-overlay .modal-close,
  .modal-loading .modal-close {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .modal-overlay .modal-text,
  .modal-loading .modal-text {
    font-size: 70%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .modal-overlay .modal-close,
  .modal-loading .modal-close {
    font-size: 12px;
    width: 100%;
  }
}
.uk-modal-dialog.twocolmodal {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
}
@media only screen and (max-width: 768px) {
  .uk-modal-dialog.twocolmodal {
    flex-direction: column;
  }
}
.uk-modal-dialog.twocolmodal .modal-left {
  width: 50%;
  padding: 30px 20px;
}
.uk-modal-dialog.twocolmodal .modal-right {
  width: 50%;
  padding: 30px 20px;
  background: #fff8e0;
}
.modalrow {
  padding: 10px;
}
.modalrow input,
.modalrow textarea {
  width: 98%;
}
.modalrow textarea {
  min-height: 200px;
}
#emailPreview {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}
#emailPreview .header {
  background-color: #FFEC00;
  text-align: center;
  padding: 20px;
  border-radius: 8px 8px 0 0;
}
#emailPreview .header img {
  max-width: 150px;
}
#emailPreview .content {
  padding: 20px;
}
#emailPreview .content p:first-of-type {
  color: #333333;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
}
#emailPreview .content p {
  margin: 0 0 15px;
}
#emailPreview .cta {
  text-align: center;
  margin: 20px 0;
}
#emailPreview .cta a {
  display: inline-block;
  background-color: #FFEC00;
  color: #333333;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
}
#emailPreview .footer {
  background-color: #f4f4f4;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  color: #666666;
  border-radius: 0 0 8px 8px;
}
#emailPreview .footer a {
  color: #666666;
  text-decoration: underline;
}
#emailPreview .footer a:hover {
  text-decoration: underline;
}
.website-preview {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  white-space: pre-line;
}
.website-container {
  color: #333;
}
.job-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 10px #FFEC00;
}
.job-section {
  margin-bottom: 15px;
}
.job-section h3 {
  font-size: 18px;
  color: #555;
  margin-bottom: 5px;
}
.job-section p {
  font-size: 14px;
  line-height: 1.6;
}
/* LinkedIn Preview Styling */
.linkedin-preview {
  margin: 20px 0;
  padding: 20px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 500px;
}
.linkedin-preview p {
  white-space: pre-line;
}
.linkedin-container {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.linkedin-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.linkedin-avatar {
  width: 40px;
  height: 40px;
  background: #ddd;
  margin-right: 10px;
  background: url('/public/img/osa_recruitment_logo.jpg') no-repeat center center;
  background-size: cover;
}
.linkedin-header strong {
  font-size: 14px;
  color: #333;
}
.linkedin-time {
  font-size: 12px;
  color: #777;
}
.linkedin-body {
  margin: 10px 0;
}
.sub-menu-neds {
  background-color: yellow;
  height: 40px;
}
.sub-menu-neds .sub-menu-neds-inner {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.sub-menu-neds .sub-menu-neds-inner ul {
  display: inline-block;
  margin: 0 auto;
  list-style: none;
  height: 10px;
  width: auto;
}
.sub-menu-neds .sub-menu-neds-inner ul li {
  margin: 0 10px;
  float: left;
  font-weight: 600;
  padding: 10px;
}
.sub-menu-neds .sub-menu-neds-inner ul li a {
  color: inherit;
}
.sub-menu-neds .sub-menu-neds-inner ul li:hover {
  cursor: pointer;
}
.sub-menu-neds .sub-menu-neds-inner ul li.active {
  background-color: #111111;
  color: #ffe200;
}
.createapplicationform {
  display: none;
}
.nednav {
  width: 100%;
  background: #000;
  border-top: #333 solid 1px;
}
#NedsMenu {
  width: 100%;
  margin-bottom: 0;
  max-width: 1640px;
  margin: 0 auto;
  background: #000;
}
#NedsMenu li {
  display: inline-block;
  padding: 5px 10px;
}
#NedsMenu li a {
  display: block;
  color: #fff;
  font-weight: bold;
}
#NedsMenu li.active {
  background: #ffe200;
  color: #000;
}
.subnav.wrapper.subnav-neds ul li a {
  padding-left: 20px;
  padding-right: 20px;
}
.subnav.wrapper.subnav-neds ul li.active a {
  background-color: #111111;
  color: #ffe200;
}
.contentblock.contentblock-neds .inner.inner-ned {
  padding: 10px 0;
}
.contentblock.contentblock-neds .inner.inner-ned a.osa-btn.green {
  background-color: #55bd70;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
}
.contentblock.contentblock-neds .inner.inner-ned a.osa-btn.green span {
  color: #ffffff;
}
.contentblock.contentblock-neds .inner.inner-ned .top-col {
  height: 63px;
}
.contentblock.contentblock-neds .inner.inner-ned .top-col.profile-info-col {
  margin-left: 0;
}
@media only screen and (max-width: 950px) {
  .contentblock.contentblock-neds .inner.inner-ned .top-col.profile-info-col .ned-drop {
    overflow: hidden;
    position: unset !important;
    float: left !important;
  }
}
.contentblock.contentblock-neds .inner.inner-ned .modal-form {
  display: none;
}
.contentblock.contentblock-neds .inner.diary-list-apt {
  /*height: 1305px;*/
  overflow-y: auto;
}
.contentblock.contentblock-neds .inner.diary-list-cand {
  /*height: 610px;*/
  overflow-y: auto;
  background-color: #f8f8f8;
  padding-left: 20px;
  padding-right: 20px;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned.table-ned-left tr th,
.contentblock.contentblock-neds .fullwidth.condensed.table-ned.table-ned-left tr td {
  text-align: left;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr {
  margin-bottom: 5px;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr.red td,
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr.red td a {
  color: red;
  font-weight: 400;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr:last-child {
  background: none;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr th {
  text-align: center;
  padding: 10px;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td {
  text-align: center;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.bold,
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.bold a {
  font-weight: 600;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td .open-details title {
  font-weight: 600;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td .open-details:hover {
  cursor: pointer;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.button-cell {
  min-width: unset;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td10 {
  width: 10% !important;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td20 {
  width: 20%;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td40 {
  width: 40%;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td50 {
  width: 50%;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td60 {
  width: 60%;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td .cats {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.75em;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status {
  position: relative;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  margin: 0 auto;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status.opaque {
  opacity: 0.2;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status.CVSent {
  background-color: #d9534f;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status.LongList {
  background-color: #fe6912;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status.ShortList {
  background-color: #ffe200;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status.Interviewing {
  background-color: #55bd70;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status.Placed {
  background-color: #a53ccf;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status:hover {
  cursor: pointer;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status .application-status-options {
  position: absolute;
  display: none;
  width: 110px;
  border-radius: 4px;
  border-top: 2px solid white;
  margin-top: 5px;
  z-index: 999;
  background-color: #111111;
  opacity: 0.95;
  color: white;
  left: 0;
  padding: 15px 10px 10px 10px;
  width: 100px;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status .application-status-options .option {
  padding-bottom: 5px;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status .application-status-options .option:hover {
  font-weight: 800;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status .application-status-options .option.CVSent {
  color: #d9534f;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status .application-status-options .option.LongList {
  color: #fe6912;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status .application-status-options .option.ShortList {
  color: #ffe200;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status .application-status-options .option.Interviewing {
  color: #55bd70;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-with-drop .status .application-status-options .option.Placed {
  color: #a53ccf;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-btn {
  padding-right: 0;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-btn a.osa-btn {
  /*background: @yellow;
                    border-radius: 3px;
                    padding: 8px 15px 5px 15px;
                    float: right;
                    border: none;
                    font-size: 1em;
                    font-weight: 600;
                    letter-spacing: 1px;
                    width: 100%;*/
  float: right;
  text-align: right;
}
.contentblock.contentblock-neds .fullwidth.condensed.table-ned tr td.td-btn a.osa-btn:hover {
  cursor: pointer;
}
.index-table tr td.grade,
.index-table-candidate tr td.grade {
  text-align: center;
}
.index-table tr td.grade span,
.index-table-candidate tr td.grade span {
  padding: 3px 20px;
  border-radius: 4px;
}
.index-table tr td.grade.A span,
.index-table-candidate tr td.grade.A span {
  background: #55bd70;
}
.index-table tr td.grade.B span,
.index-table-candidate tr td.grade.B span {
  background: #558dbd;
}
.index-table tr td.grade.C span,
.index-table-candidate tr td.grade.C span {
  background: #ffe200;
}
.index-table tr td.grade.D span,
.index-table-candidate tr td.grade.D span {
  background: #d9534f;
}
/*Overrides*/
.contentblock.contentblock-neds .profile-info-col {
  padding-top: 10px !important;
}
.contentblock.contentblock-neds .inline-editable .field {
  width: 100%;
  max-width: 100%;
  font-size: 1.2em;
}
.contentblock.contentblock-neds .inline-editable .field .value {
  font-size: 1.2em;
}
.contentblock.contentblock-neds .inline-editable .field.field-full-width {
  margin-top: 7px;
}
.contentblock.contentblock-neds .inline-editable .field.field-full-width .selectize-control {
  margin-left: 8px;
}
.contentblock.contentblock-neds .inline-editable .field select {
  font-size: 14px !important;
  width: 240px;
}
.contentblock.contentblock-neds .attachment-upload {
  margin-top: 10px;
}
.contentblock.contentblock-neds .inline-editable {
  margin-left: 0px !important;
}
.contentblock.contentblock-neds .hasSubNav {
  margin-left: 0 !important;
}
.contentblock.contentblock-neds .inner .inner {
  box-shadow: none !important;
}
.contentblock.contentblock-neds .col100 {
  width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 950px) {
  .contentblock.contentblock-neds .col60 {
    width: 100%;
  }
}
.contentblock.contentblock-neds .col40 {
  width: 40%;
  margin-right: 0;
}
@media only screen and (max-width: 950px) {
  .contentblock.contentblock-neds .col40 {
    width: 100%;
  }
}
.contentblock.contentblock-neds .osa-btn.osa-btn-cv-dl {
  margin-top: 20px;
  float: right;
}
.contentblock.contentblock-neds .osa-btn.osa-btn-cv-dl:hover {
  cursor: pointer;
}
.blades {
  position: relative;
  color: #000;
}
.blades .blade-nav {
  width: 100%;
}
.blades .blade-nav .toggle-blade-view {
  display: none;
}
@media only screen and (min-width: 1350px) {
  .blades .blade-nav .toggle-blade-view {
    width: 70px;
    height: 50px;
    text-align: center;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background: #eee;
    border-radius: 0;
    z-index: 4;
  }
  .blades .blade-nav .toggle-blade-view span {
    width: 25px;
    height: 38px;
    border: 2px solid #999;
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    top: 5px;
    position: relative;
  }
  .blades .blade-nav .toggle-blade-view span:first-child {
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.blades .blade-nav ul {
  background: #f7f7f7;
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
  width: 100%;
}
.blades .blade-nav ul li {
  padding-left: 0;
  height: 50px;
  margin-right: 3px;
}
.blades .blade-nav ul li a {
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
  padding: 12px 20px;
  display: block;
  color: #000;
  letter-spacing: 0.5px;
}
.blades .blade-nav ul li.active {
  background: #7E7C7C;
}
.blades .blade-nav ul li.active a {
  color: #ffffff;
}
.blades .blade {
  display: none;
  background-color: #f7f7f7;
  width: 100%;
}
.blades .blade .blade-content {
  position: relative;
  margin: 20px;
}
.blades .blade .blade-content .blade-content {
  margin: 20px;
}
.blades .blade .blade-nav ul {
  padding-top: 10px;
  background: #7E7C7C;
}
.blades .blade .blade-nav ul li {
  background: rgba(0, 0, 0, 0.1);
  margin-right: 3px;
}
.blades .blade .blade-nav ul li a {
  color: #fff;
}
.blades .blade .blade-nav ul li.red {
  background: rgba(255, 160, 122, 0.2);
}
.blades .blade .blade-nav ul li.active {
  background: #f7f7f7;
}
.blades .blade .blade-nav ul li.active a {
  color: #000;
}
.blades .blade .blade-nav ul li.red.active {
  background: #E49277;
}
.blades .blade .blade-nav ul li.red.active a {
  color: #fff;
}
.blades .blade .blade {
  background-color: #f7f7f7;
}
.blades .blade .blade input,
.blades .blade .blade textarea {
  background-color: #f7f7f7;
}
.blades .blade .blade.red {
  background: #E49277;
}
.blades .blade .blade.red a {
  color: #fff;
}
.blades .blade .blade.red input,
.blades .blade .blade.red textarea {
  background-color: #E49277;
}
.blades .blade.active {
  display: block;
  width: 100%;
}
.blades .primary-blade {
  background: none;
}
.blades .primary-blade .blade-content {
  margin-left: 0px;
}
.blades .primary-blade .blade-content .blade-content {
  left: 20px;
}
@media only screen and (min-width: 1350px) {
  .blades.two-blade-view .toggle-blade-view span {
    width: 30px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .blades.two-blade-view .toggle-blade-view span:first-child {
    display: none;
  }
  .blades.two-blade-view > .blade.active {
    width: 60%;
    float: left;
  }
  .blades.two-blade-view > .blade.active ~ .blade.active {
    width: 40%;
    float: left;
    background: #f7f7f7;
    margin-top: 20px;
  }
}
.blades .blade-content hr {
  margin-top: 0;
}
.blades .blade-content a {
  color: #000;
  text-decoration: underline;
}
.blades .blade-content a:hover {
  color: #ffe200;
}
.blades .blade-content .newbutton {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #000;
  position: absolute;
  border-radius: 3px;
  top: 0;
  right: 0;
  text-decoration: none;
}
.blades .blade-content .newbutton:hover {
  background: #ffe200;
  border: 1px solid #ffe200;
  color: #000;
}
.blades .blade-content .clickfire {
  cursor: pointer;
}
.bladebox {
  background: white;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 2px;
  position: relative;
}
.blade-new-link {
  float: right;
  text-decoration: none !important;
  display: block;
  background: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
#Contacts.onblade {
  margin-left: 0px !important;
}
#Contacts.onblade .contact-card {
  width: 45%;
}
.two-blade-view #Contacts.onblade {
  margin-left: 0px !important;
}
.two-blade-view #Contacts.onblade .contact-card {
  width: 100%;
}
.blade .cvtitle {
  cursor: pointer;
  margin-top: 0;
}
.blade .CVitem {
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
  padding: 10px 0 0 0;
}
hr.divider {
  height: 20px;
  margin-right: -20px;
  margin-left: -20px;
  background: #e3e3e3;
}
.blades .blade-content a.contactcontrol,
.blades .blade-content a.delete-file {
  text-decoration: none;
}
.blade-content #ProfileText {
  min-height: 1000px;
}
.barchart {
  width: 100%;
  height: 300px;
  position: relative;
  display: none;
  margin-bottom: 30px;
}
.barchart .datapoint {
  position: absolute;
  bottom: 0;
  width: 3.5%;
  background: #ffb32a;
  background: linear-gradient(180deg, #ffe200 0%, #ffb32a 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.barchart div:last-child {
  background: #eee;
}
.barchart .value {
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  width: 100%;
  left: 0;
  color: #000000;
  text-align: center;
}
.barchart .date {
  position: absolute;
  bottom: -25px;
  font-size: 12px;
  width: 100%;
  left: 0;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.barchart.horizontal {
  display: block;
  height: auto;
  width: calc(70%);
  margin-left: 30px;
}
.barchart.horizontal .datapoint {
  position: absolute;
  left: 0;
  height: 23px;
  width: auto;
  background: #ffb32a;
  background: linear-gradient(90deg, #ffe200 0%, #ffb32a 100%);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.barchart.horizontal .datapoint-weighted {
  position: absolute;
  left: 0;
  height: 23px;
  width: auto;
  background: #837e76;
  background: linear-gradient(90deg, #837e76 0%, #b3ada4 100%);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.barchart.horizontal .value {
  position: absolute;
  left: 0px;
  font-size: 14px;
  height: 100%;
  top: 0;
  color: #000000;
  text-align: left;
  padding-left: 10px;
  transform: rotate(0deg);
  min-width: 170px;
}
.barchart.horizontal .date {
  position: absolute;
  left: -25px;
  font-size: 14px;
  height: 100%;
  top: -3px;
  min-height: 60px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.barchart.sel {
  display: block;
}
.chartlink.sel {
  border-bottom: 3px solid #f5e700;
}
.graphnav {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.graphnav > * {
  margin-bottom: 1rem;
}
.graphnav li {
  float: left;
  display: inline-block;
}
.graphnav li a {
  color: #000;
  font-size: 15px;
  display: block;
  padding: 3px 0;
  margin: 0 20px;
}
@media screen and (max-width: 1040px) {
  .graphnav li a {
    margin: 0 10px;
  }
}
.required::after {
  content: " *";
  color: #f0506e;
}
fieldset:not(.active) {
  display: none;
}
.uk-form-danger {
  border-color: #f0506e !important;
}
.declaration-pad {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.status-light {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #d9534f;
  position: absolute;
  left: 0;
  top: 13px;
}
.status-light.orange {
  background: #fe6912;
}
.status-light.green {
  background: #55bd70;
}
.status-link {
  position: relative;
  padding: 3px 0 3px 35px;
  display: block;
  color: #000;
}
.status-link span {
  display: block;
}
.daisychat .chat-container {
  max-width: 1000px;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}
.daisychat .chat-header {
  padding: 15px 20px;
  background-color: #007bff;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.daisychat .chat-header h2 {
  margin: 0;
}
.daisychat .clear-chat-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 8px 15px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.daisychat .clear-chat-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.daisychat .outerrow {
  display: flex;
  flex-direction: column;
  height: 600px;
}
.daisychat .inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  overflow: hidden;
}
.daisychat .conversation-container {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 15px;
  padding: 10px 0;
}
.daisychat .message {
  margin-bottom: 15px;
  display: flex;
}
.daisychat .message-content {
  padding: 12px 15px;
  border-radius: 18px;
  max-width: 80%;
  word-wrap: break-word;
}
.daisychat .user-message {
  justify-content: flex-end;
}
.daisychat .user-message .message-content {
  background-color: #007bff;
  color: white;
  border-bottom-right-radius: 4px;
}
.daisychat .assistant-message {
  justify-content: flex-start;
}
.daisychat .assistant-message .message-content {
  background-color: #f1f0f0;
  color: #333;
  border-bottom-left-radius: 4px;
}
.daisychat .input-container {
  display: flex;
  gap: 10px;
}
.daisychat #querydatainput {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 24px;
  resize: none;
  height: 50px;
  font-family: inherit;
  font-size: 0.95rem;
}
.daisychat #querydatainput:focus {
  outline: none;
  border-color: #007bff;
}
.daisychat #sendBtn {
  width: 80px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.daisychat #sendBtn:hover {
  background-color: #0069d9;
}
.daisychat .typing-indicator {
  display: flex;
  padding: 15px;
}
.daisychat .typing-dot {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background: #888;
  border-radius: 50%;
  animation: typing 1.4s infinite ease-in-out both;
}
.daisychat .typing-dot:nth-child(1) {
  animation-delay: -0.32s;
}
.daisychat .typing-dot:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes typing {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.daisychat .code-block {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  font-family: monospace;
  white-space: pre-wrap;
  margin: 10px 0;
  overflow-x: auto;
}
.daisychat code {
  background-color: #f5f5f5;
  padding: 2px 5px;
  border-radius: 3px;
  font-family: monospace;
}
.daisychat .message-content a {
  color: #0366d6;
  text-decoration: none;
}
.daisychat .message-content a:hover {
  text-decoration: underline;
}
.daisychat .user-message .message-content a {
  color: #e3f2fd;
}
.daisychat .message-content ul,
.daisychat .message-content ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 2em;
}
/*** Reporting Styles ***/
.stat-box {
  background: #f5f5f5 !important;
  padding: 20px !important;
  border-radius: 8px !important;
  text-align: center !important;
}
.stat-box h3 {
  margin: 0 !important;
  font-size: 2em !important;
  color: #111111 !important;
}
.stat-box p {
  margin: 5px 0 0 0 !important;
  color: #888888 !important;
}
.stat-box small {
  color: #888888 !important;
  font-size: 0.9em !important;
}
.placement-analysis .summary-stats {
  margin-bottom: 30px;
}
.placement-analysis .summary-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .placement-analysis .summary-stats .stats-grid {
    grid-template-columns: 1fr;
  }
}
.placement-analysis .summary-stats .placement-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .placement-analysis .summary-stats .placement-stats-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.placement-analysis .yearly-trends,
.placement-analysis .category-analysis,
.placement-analysis .seniority-analysis,
.placement-analysis .client-analysis,
.placement-analysis .consultant-analysis,
.placement-analysis .detailed-placements,
.placement-analysis .placement-breakdown {
  margin-bottom: 40px;
}
.placement-analysis .yearly-trends h2,
.placement-analysis .category-analysis h2,
.placement-analysis .seniority-analysis h2,
.placement-analysis .client-analysis h2,
.placement-analysis .consultant-analysis h2,
.placement-analysis .detailed-placements h2,
.placement-analysis .placement-breakdown h2 {
  color: #111111;
  border-bottom: 2px solid #ffe200;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.placement-analysis .yearly-trends .seniority-definitions,
.placement-analysis .category-analysis .seniority-definitions,
.placement-analysis .seniority-analysis .seniority-definitions,
.placement-analysis .client-analysis .seniority-definitions,
.placement-analysis .consultant-analysis .seniority-definitions,
.placement-analysis .detailed-placements .seniority-definitions,
.placement-analysis .placement-breakdown .seniority-definitions {
  margin-bottom: 15px;
}
.placement-analysis .yearly-trends .seniority-definitions p,
.placement-analysis .category-analysis .seniority-definitions p,
.placement-analysis .seniority-analysis .seniority-definitions p,
.placement-analysis .client-analysis .seniority-definitions p,
.placement-analysis .consultant-analysis .seniority-definitions p,
.placement-analysis .detailed-placements .seniority-definitions p,
.placement-analysis .placement-breakdown .seniority-definitions p {
  color: #888888;
  font-size: 0.9em;
  margin: 0;
}
.placement-analysis .yearly-trends .chart-container,
.placement-analysis .category-analysis .chart-container,
.placement-analysis .seniority-analysis .chart-container,
.placement-analysis .client-analysis .chart-container,
.placement-analysis .consultant-analysis .chart-container,
.placement-analysis .detailed-placements .chart-container,
.placement-analysis .placement-breakdown .chart-container {
  margin: 20px 0;
  height: 600px;
  width: 100%;
  position: relative;
}
.placement-analysis .fullwidth {
  width: 100%;
  border-collapse: collapse;
}
.placement-analysis .fullwidth th,
.placement-analysis .fullwidth td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.placement-analysis .fullwidth th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.placement-analysis .fullwidth tr:hover {
  background-color: #f9f9f9;
}
@media print {
  .placement-analysis .fullwidth {
    font-size: 12px;
  }
}
@media print {
  .placement-analysis .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.reporting-table .fullwidth.condensed th,
.reporting-table .fullwidth.condensed td {
  padding: 8px;
  font-size: 0.9em;
}
@media print {
  .reporting-table .fullwidth.print-tidy-table {
    font-size: 11px;
  }
  .reporting-table .fullwidth.print-tidy-table th,
  .reporting-table .fullwidth.print-tidy-table td {
    padding: 4px;
  }
}
