<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  font: 300 16px / 24px 'FrutigerLTStd-Light', Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #ffffff;
  color: #4e4e4e;
  background-image: -webkit-radial-gradient(100% 100%, center, #ffffff, #ffffff);
  background-image: radial-gradient(100% 100% at center, #ffffff, #ffffff);
}
/*
 * Removes default margin.
 */
body {
  margin: 0;background-color: #282832;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Style
 */
a,
.uk-link {
  color: #034987;
  text-decoration: none;
  cursor: pointer;
}

/* Text-level semantics
 ========================================================================== */
/*
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) &gt; code,
:not(pre) &gt; kbd,
:not(pre) &gt; samp {
  /* 1 */
  font-size: 13px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #509085;
  white-space: nowrap;
  padding: 3px 6px;
  border-radius: 2px;
  background: #262424;
}
/*
 * Emphasize
 */
em {
  color: #bd0b1c;
}
/*
 * Insert
 */
ins {
  background: #e4ffea;
  color: #113717;
  text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #fffac4;
  color: #5e3e23;
}
/*
 * Quote
 */
q {
  font-style: italic;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box;
}
/*
 * Preserve original dimensions
 */
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none;
}
/*
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0;
}
/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 25px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 25px;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  font-family: 'FrutigerLTStd-Roman', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #222222;
  text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 42px;
  line-height: 54px;
}
h2,
.uk-h2 {
  font-size: 36px;
  line-height: 42px;
}
h3,
.uk-h3 {
  font-size: 28px;
  line-height: 34px;
}
h4,
.uk-h4 {
  font-size: 22px;
  line-height: 28px;
}
h5,
.uk-h5 {
  font-size: 18px;
  line-height: 22px;
}
h6,
.uk-h6 {
  font-size: 16px;
  line-height: 20px;
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ul &gt; li &gt; ul,
ul &gt; li &gt; ol,
ol &gt; li &gt; ol,
ol &gt; li &gt; ul {
  margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 25px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid rgba(0, 0, 0, 0.04);
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  font: 13px / 18px Consolas, monospace, serif;
  color: #4e4e4e;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  border-radius: 2px;
  background: #262424;
}
/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #034987;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #034987;
  color: #ffffff;
  text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none;
}
/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}
/* Iframe
 ========================================================================== */
iframe {
  border: 0;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
strong,
dt,
th {
  font-weight: 400;
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid &gt; * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid &gt; * &gt; :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid &gt; * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid &gt; * &gt; .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid &gt; * {
    padding-left: 40px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid &gt; * &gt; .uk-panel + .uk-panel {
    margin-top: 40px;
  }
}
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse &gt; * {
  padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse &gt; .uk-grid-margin,
.uk-grid-collapse &gt; * &gt; .uk-panel + .uk-panel {
  margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small &gt; * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small &gt; .uk-grid-margin,
.uk-grid-small &gt; * &gt; .uk-panel + .uk-panel {
  margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium &gt; * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium &gt; .uk-grid-margin,
.uk-grid-medium &gt; * &gt; .uk-panel + .uk-panel {
  margin-top: 25px;
}
/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -40px;
  }
  .uk-grid-large &gt; * {
    padding-left: 40px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large &gt; * &gt; .uk-panel + .uk-panel {
    margin-top: 40px;
  }
}
/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large &gt; * {
    padding-left: 50px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large &gt; * &gt; .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider &gt; * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider &gt; [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider &gt; [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider &gt; [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider &gt; [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider &gt; [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider &gt; [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider &gt; [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider &gt; [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider &gt; [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider &gt; [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider &gt; [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -40px;
    margin-right: -40px;
  }
  .uk-grid-divider &gt; * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uk-grid-divider:empty {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match &gt; * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match &gt; * &gt; * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] &gt; * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 &gt; * {
  width: 50%;
}
.uk-grid-width-1-3 &gt; * {
  width: 33.333%;
}
.uk-grid-width-1-4 &gt; * {
  width: 25%;
}
.uk-grid-width-1-5 &gt; * {
  width: 20%;
}
.uk-grid-width-1-6 &gt; * {
  width: 16.666%;
}
.uk-grid-width-1-10 &gt; * {
  width: 10%;
}
.uk-grid-width-auto &gt; * {
  width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 &gt; * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 &gt; * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 &gt; * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 &gt; * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 &gt; * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 &gt; * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 &gt; * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 &gt; * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 &gt; * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 &gt; * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 &gt; * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 &gt; * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 &gt; * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 &gt; * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 &gt; * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 &gt; * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 &gt; * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 &gt; * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 &gt; * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 &gt; * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 &gt; * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 &gt; * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 &gt; * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 &gt; * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 &gt; * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 &gt; * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 &gt; * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 &gt; * {
    width: 10%;
  }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  /*
     * Push
     */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  /* Quarters */
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  /* Tenths */
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  /*
     * Pull
     */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  /* Quarters */
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  /* Tenths */
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}
/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.uk-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}
/*
 * Allow panels to be anchors
 */
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}
/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
.uk-panel &gt; :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  color: #222222;
}
/* Sub-object: `uk-panel-badge`
 ========================================================================== */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.uk-panel-badge a {
  color: #ffffff;
}
/* Sub-object: `uk-panel-teaser`
 ========================================================================== */
.uk-panel-teaser {
  margin-bottom: 25px;
}
/* Sub-object: `uk-panel-body`
 ========================================================================== */
.uk-panel-body {
  padding: 25px;
}
/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 25px;
  background: #ffffff;
  color: #4e4e4e;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0);
}
.uk-panel-box-hover:hover {
  color: #4e4e4e;
}
.uk-panel-box .uk-panel-title {
  color: #222222;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box &gt; .uk-panel-teaser {
  margin-top: -26px;
  margin-left: -26px;
  margin-right: -26px;
}
/*
 * Nav in panel
 */
.uk-panel-box &gt; .uk-nav-side {
  margin: 0 -25px;
}
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  background-color: #034987;
  color: #ffffff;
  border-color: #034987;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.uk-panel-box-primary h1,
.uk-panel-box-primary h2,
.uk-panel-box-primary h3,
.uk-panel-box-primary h4,
.uk-panel-box-primary h5,
.uk-panel-box-primary h6 {
  color: #ffffff;
}
.uk-panel-box-primary &gt; a:not([class]),
.uk-panel-box-primary &gt; :not([class*='uk-nav']) a:not([class]) {
  color: rgba(255, 255, 255, 0.65);
}
.uk-panel-box-primary &gt; a:not([class]):hover,
.uk-panel-box-primary &gt; :not([class*='uk-nav']) a:not([class]):hover {
  color: #5a1017;
}
.uk-panel-box-primary .uk-nav-side li a:hover {
  color: #f2f2f2;
}
.uk-panel-box-primary .uk-button {
  background: #ffffff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  color: #034987;
  text-shadow: none;
}
.uk-panel-box-primary .uk-button:hover {
  background: #ffffff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
  color: #760d17;
}
.uk-panel-box-primary .uk-button:active,
.uk-panel-box-primary .uk-button:focus {
  background: #6b181f;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0), 1px 1px 0 rgba(255, 255, 255, 0);
  color: #ffffff;
}
.uk-panel-box-primary .uk-badge {
  background-color: #ffffff;
  color: #034987;
}
.uk-panel-box-primary-hover:hover {
  color: #ffffff;
  border-color: #e72a3c;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0);
}
.uk-panel-box-primary .uk-panel-title {
  color: #ffffff;
}
/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
  background-color: #ffffff;
  color: #4e4e4e;
  border-color: #f2f2f2;
}
.uk-panel-box-secondary .uk-form select,
.uk-panel-box-secondary .uk-form textarea,
.uk-panel-box-secondary .uk-form input:not([type]),
.uk-panel-box-secondary .uk-form input[type="text"],
.uk-panel-box-secondary .uk-form input[type="password"],
.uk-panel-box-secondary .uk-form input[type="datetime"],
.uk-panel-box-secondary .uk-form input[type="datetime-local"],
.uk-panel-box-secondary .uk-form input[type="date"],
.uk-panel-box-secondary .uk-form input[type="month"],
.uk-panel-box-secondary .uk-form input[type="time"],
.uk-panel-box-secondary .uk-form input[type="week"],
.uk-panel-box-secondary .uk-form input[type="number"],
.uk-panel-box-secondary .uk-form input[type="email"],
.uk-panel-box-secondary .uk-form input[type="url"],
.uk-panel-box-secondary .uk-form input[type="search"],
.uk-panel-box-secondary .uk-form input[type="tel"],
.uk-panel-box-secondary .uk-form input[type="color"] {
  background: #f2f2f2;
}
.uk-panel-box-secondary .uk-form select:focus,
.uk-panel-box-secondary .uk-form textarea:focus,
.uk-panel-box-secondary .uk-form input:not([type]):focus,
.uk-panel-box-secondary .uk-form input[type="text"]:focus,
.uk-panel-box-secondary .uk-form input[type="password"]:focus,
.uk-panel-box-secondary .uk-form input[type="datetime"]:focus,
.uk-panel-box-secondary .uk-form input[type="datetime-local"]:focus,
.uk-panel-box-secondary .uk-form input[type="date"]:focus,
.uk-panel-box-secondary .uk-form input[type="month"]:focus,
.uk-panel-box-secondary .uk-form input[type="time"]:focus,
.uk-panel-box-secondary .uk-form input[type="week"]:focus,
.uk-panel-box-secondary .uk-form input[type="number"]:focus,
.uk-panel-box-secondary .uk-form input[type="email"]:focus,
.uk-panel-box-secondary .uk-form input[type="url"]:focus,
.uk-panel-box-secondary .uk-form input[type="search"]:focus,
.uk-panel-box-secondary .uk-form input[type="tel"]:focus,
.uk-panel-box-secondary .uk-form input[type="color"]:focus {
  background: #e8e8e8;
}
.uk-panel-box-secondary-hover:hover {
  color: #4e4e4e;
  border-color: #fafafa;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0);
}
.uk-panel-box-secondary .uk-panel-title {
  color: #222222;
}
/* Modifier: `uk-panel-hover`
 ========================================================================== */
.uk-panel-hover {
  padding: 25px;
  color: #4e4e4e;
  border: 1px solid transparent;
  border-radius: 2px;
}
.uk-panel-hover:hover {
  background: rgba(0, 0, 0, 0);
  color: #4e4e4e;
  border-color: rgba(0, 0, 0, 0.04);
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover &gt; .uk-panel-teaser {
  margin-top: -26px;
  margin-left: -26px;
  margin-right: -26px;
}
/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #222222;
  color: #4e4e4e;
}
/* Modifier: `uk-panel-space`
 ========================================================================== */
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
/* Modifier: `uk-panel-divider`
 ========================================================================== */
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 80px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -40px;
  }
}
.uk-panel-box .uk-panel-teaser {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
/* ========================================================================
   Component: Block
 ========================================================================== */
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*
 * Micro clearfix to make blocks more robust
 */
.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-block &gt; :last-child {
  margin-bottom: 0;
}
/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Tablets and bigger */
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/* Color Modifier
 ========================================================================== */
/*
 * Default
 */
.uk-block-default {
  background: #ffffff;
}
/*
 * Muted
 */
.uk-block-muted {
  background: #ffffff;
}
/*
 * Primary
 */
.uk-block-primary {
  background: #034987;
}
/*
 * Secondary
 */
.uk-block-secondary {
  background: #262424;
}
.uk-block-default + .uk-block-default,
.uk-block-muted + .uk-block-muted,
.uk-block-primary + .uk-block-primary,
.uk-block-secondary + .uk-block-secondary {
  padding-top: 0;
}
/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
.uk-article:before,
.uk-article:after {
  content: "";
  display: table;
}
.uk-article:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-article &gt; :last-child {
  margin-bottom: 0;
}
/*
 * Vertical gutter for articles
 */
.uk-article + .uk-article {
  margin-top: 40px;
}
/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 48px;
  line-height: 54px;
  font-weight: 300;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
  font-size: 18px;
  line-height: 22px;
  color: #5a5a5a;
}
/* Sub-object `uk-article-lead`
 ========================================================================== */
.uk-article-lead {
  color: #4e4e4e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
/* Sub-object `uk-article-divider`
 ========================================================================== */
.uk-article-divider {
  margin-bottom: 40px;
  border-color: rgba(0, 0, 0, 0.04);
}
* + .uk-article-divider {
  margin-top: 40px;
}
.uk-article + .uk-article {
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
.uk-comment-header {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/*
 * Micro clearfix
 */
.uk-comment-header:before,
.uk-comment-header:after {
  content: "";
  display: table;
}
.uk-comment-header:after {
  clear: both;
}
/* Sub-object `uk-comment-avatar`
 ========================================================================== */
.uk-comment-avatar {
  margin-right: 25px;
  float: left;
}
/* Sub-object `uk-comment-title`
 ========================================================================== */
.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
/* Sub-object `uk-comment-meta`
 ========================================================================== */
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #5a5a5a;
}
/* Sub-object `uk-comment-body`
 ========================================================================== */
.uk-comment-body {
  padding-left: 15px;
  padding-right: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-comment-body &gt; :last-child {
  margin-bottom: 0;
}
/* Sub-object `uk-comment-list`
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list .uk-comment + ul {
  margin: 25px 0 0 0;
  list-style: none;
}
.uk-comment-list &gt; li:nth-child(n+2),
.uk-comment-list .uk-comment + ul &gt; li:nth-child(n+2) {
  margin-top: 25px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}
/* Modifier `uk-comment-primary`
 ========================================================================== */
.uk-comment-primary .uk-comment-header {
  border: 1px solid #034987;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
}
.uk-comment-primary .uk-comment-header .uk-comment-title {
  color: #034987;
}
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.uk-cover {
  overflow: hidden;
}
.uk-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-nav li &gt; a {
  display: block;
  text-decoration: none;
}
.uk-nav &gt; li &gt; a {
  padding: 6px 25px;
}
/*
 * Nested items
 */
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
/*
 * Item subtitle
 */
.uk-nav li &gt; a &gt; div {
  font-size: 12px;
  line-height: 18px;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 6px 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 25px;
}
/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
  margin: 9px 25px;
}
/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 20px 0 20px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */
/*.uk-nav-parent-icon &gt; .uk-parent &gt; a:after {
   
  width: 24px; 
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
  font-size: 10px;
  font-family: 'helios';
}
.uk-nav-parent-icon &gt; .uk-parent.uk-open &gt; a:after {
  background:url(ny_list.jpg) no-repeat;
}*/
/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side &gt; li &gt; a {
  color: #4e4e4e;
  margin-bottom: 2px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side &gt; li &gt; a:hover,
.uk-nav-side &gt; li &gt; a:focus {
  background: #034987;
  color: #ffffff;
  /* 2 */
  outline: none;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Active */
.uk-nav-side &gt; li.uk-active &gt; a {
  background:url(ny_list.jpg) no-repeat right 16px center #034987;
  color: #ffffff;

  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #5a5a5a;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #5a5a5a;
}
.uk-nav-side ul a:hover {
  color: #034987;
}
/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown &gt; li &gt; a {
  color: #4e4e4e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-dropdown &gt; li &gt; a:hover,
.uk-nav-dropdown &gt; li &gt; a:focus {
  background: #034987;
  color: #ffffff;
  /* 2 */
  outline: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
  color: #5a5a5a;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/*
 * Nested items
 */
.uk-nav-dropdown ul a {
  color: #5a5a5a;
}
.uk-nav-dropdown ul a:hover {
  color: #034987;
}
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar &gt; li &gt; a {
  color: rgba(34, 34, 34, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar &gt; li &gt; a:hover,
.uk-nav-navbar &gt; li &gt; a:focus {
  background: rgba(0, 0, 0, 0);
  color: #222222;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: rgba(34, 34, 34, 0.7);
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid rgba(34, 34, 34, 0.06);
}
/*
 * Nested items
 */
.uk-nav-navbar ul a {
  color: rgba(34, 34, 34, 0.7);
}
.uk-nav-navbar ul a:hover {
  color: #222222;
}
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas &gt; li &gt; a {
  color: #222222;
  padding: 10px 15px;
  margin-bottom: 1px;
  background-color: #ffffff;
  background-origin: border-box;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas &gt; .uk-open &gt; a,
html:not(.uk-touch) .uk-nav-offcanvas &gt; li &gt; a:hover,
html:not(.uk-touch) .uk-nav-offcanvas &gt; li &gt; a:focus {
  background: #ffffff;
  color: #222222;
  /* 2 */
  outline: none;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 3px #f7f7f7;
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas &gt; li.uk-active &gt; a {
  background: #034987;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #034987, #034886);
  background-image: linear-gradient(to bottom, #034987, #034886);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: rgba(90, 90, 90, 0.7);
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #ffffff;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #5a5a5a;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #034987;
}
.uk-nav-side &gt; li &gt; a:active {
  background: #034987;
  box-shadow: inset 1px 1px 3px rgba(39, 11, 13, 0.5);
  color: #ffffff;
}
.uk-panel-box-primary .uk-nav-side li a {
  color: #ffffff;
}
.uk-panel-box-primary .uk-nav-side li a:hover {
  color: #4e4e4e;
}
[class*='uk-panel-box'] .uk-nav-side &gt; li {
  margin: auto -1px;
}
[class*='uk-panel-box'] .uk-nav-side &gt; li &gt; a {
  border-radius: 0;
}
.uk-dropdown-navbar .uk-nav-navbar &gt; li.uk-active &gt; a {
  background: rgba(0, 0, 0, 0);
  color: #222222;
}
.uk-nav-dropdown &gt; li.uk-active &gt; a {
  background: rgba(0, 0, 0, 0.03);
  color: #222222;
}
.uk-nav-offcanvas &gt; li &gt; a:active {
  background: #034987 !important;
  color: #ffffff !important;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #ffffff;
  color: #4e4e4e;
}
/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav &gt; li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav &gt; li &gt; a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 154px;
  padding: 0 25px;
  /* 2 */
  color: rgba(34, 34, 34, 0.5);
  font-size: 14px;
  font-family: 'FrutigerLTStd-Roman', Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  padding: 4px 42px 0 42px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  background:url(/images/1_01.jpg) no-repeat right center;
}



@media (min-width: 768px) and (max-width: 1199px) {
    .uk-navbar-nav &gt; li &gt; a {
      display: block;
      box-sizing: border-box;
      text-decoration: none;
      /* 1 */
      height: 154px;
      padding: 0 25px;

      /* 2 */
      color: rgba(34, 34, 34, 0.5);
      font-size: 14px;
      font-family: 'FrutigerLTStd-Roman', Helvetica, Arial, sans-serif;
      font-weight: 300;
      position: relative;
      padding: 4px 28px 0 28px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      -webkit-transform: translate3d(0, 0, 0);
        background:url(/images/1_01.jpg) no-repeat right center;
    }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-navbar-nav &gt; li &gt; a {
      display: block;
      box-sizing: border-box;
      text-decoration: none;
      /* 1 */
      height: 154px;
      padding: 0 25px;

      /* 2 */
      color: rgba(34, 34, 34, 0.5);
      font-size: 14px;
      font-family: 'FrutigerLTStd-Roman', Helvetica, Arial, sans-serif;
      font-weight: 300;
      position: relative;
      padding: 4px 22px 0 22px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      -webkit-transform: translate3d(0, 0, 0);
        background:url(/images/1_01.jpg) no-repeat right center;
    }
}



.uk-navbar-nav &gt; li &gt; a &gt; h1 {
    font-size:16px;
    line-height:20px;
    margin-top:30px;
    text-align:left;
    margin-bottom:15px
}
.uk-navbar-nav &gt; li &gt; a &gt; h2 {
    font-size:15px;
    line-height:20px;
    margin-top:0px;
    text-align:left;
}
.uk-navbar-nav &gt; li &gt; a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
/* Appear not as link */
.uk-navbar-nav &gt; li &gt; a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav &gt; li:hover &gt; a,
.uk-navbar-nav &gt; li &gt; a:focus,
.uk-navbar-nav &gt; li.uk-open &gt; a {
  background-color: rgba(0, 0, 0, 0);
  color: #222222;
  /* 3 */
  outline: none;
  position: relative;
  z-index: 1;
}
.uk-navbar-nav &gt; li:hover &gt; a::before,
.uk-navbar-nav &gt; li &gt; a:focus::before,
.uk-navbar-nav &gt; li.uk-open &gt; a::before {
  background: #034987;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* OnClick */
.uk-navbar-nav &gt; li &gt; a:active {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(34, 34, 34, 0.7);
  -webkit-transition: color 0.35s;
  transition: 0.35s;
}
.uk-navbar-nav &gt; li &gt; a:active::before {
  opacity: 1;
  left: 15px;
  right: 15px;
  background: #034987;
  -webkit-transition: opacity 0.15s, right 0.1s, left 0.1s, background 0.15s;
  transition: opacity 0.15s, right 0.1s, left 0.1s, background 0.15s;
}
/* Active */
.uk-navbar-nav &gt; li.uk-active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  color: #222222;
}
.uk-navbar-nav &gt; li.uk-active &gt; a::before {
  background-image: -webkit-linear-gradient(left, #034987, #034886);
  background-image: linear-gradient(to right, #034987, #034886);
  background-color: #034987;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 84px;
}
.uk-navbar-nav-subtitle &gt; div {
  margin-top: -34px;
  font-size: 10px;
  line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 100px;
  padding: 0 25px;
  float: left;
  margin-top: -1px;
}
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
/*
 * Link colors
 */
.uk-navbar-content &gt; a:not([class]) {
  color: #034987;
}
.uk-navbar-content &gt; a:not([class]):hover {
  color: #034987;
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 24px;
  color: #222222;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: rgba(34, 34, 34, 0.8);
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #222222;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\e607";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\e605";
}
/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}
.uk-navbar-brand {
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.uk-navbar-toggle:after {
  font-family: 'Helios';
}
.uk-nav-navbar &gt; li &gt; a &gt; div {
  margin-top: -5px;
  font-size: 10px;
}
.uk-dropdown-navbar::before {
  border-bottom-color: #034987 !important;
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -15px;
  margin-top: -15px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
.uk-subnav &gt; * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 15px;
  margin-top: 15px;
  /* 3 */
  position: relative;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav:after {
  clear: both;
}
.uk-subnav &gt; * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-subnav &gt; * &gt; * {
  display: inline-block;
  color: #4e4e4e;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-subnav &gt; * &gt; :hover,
.uk-subnav &gt; * &gt; :focus {
  color: #034987;
  text-decoration: none;
}
/*
 * Active
 */
.uk-subnav &gt; .uk-active &gt; * {
  color: #034987;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line &gt; :before {
  content: "";
  display: inline-block;
  height: 12px;
  vertical-align: middle;
}
.uk-subnav-line &gt; :nth-child(n+2):before {
  margin-right: 15px;
  border-left: 1px solid rgba(90, 90, 90, 0.3);
}
/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill &gt; * &gt; * {
  padding: 5px 17px;
  border-radius: 17px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill &gt; * &gt; :hover,
.uk-subnav-pill &gt; * &gt; :focus {
  background: #ffffff;
  color: #034987;
  text-decoration: none;
  /* 2 */
  outline: none;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill &gt; .uk-active &gt; * {
  background: #034987;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #034987, #034886);
  background-image: linear-gradient(to bottom, #034987, #034886);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Disabled state
 ========================================================================== */
.uk-subnav &gt; .uk-disabled &gt; * {
  background: none;
  color: #5a5a5a;
  text-decoration: none;
  cursor: text;
}
.uk-subnav-pill {
  margin-left: -7.5px;
  margin-top: -7.5px;
}
.uk-subnav-pill &gt; * {
  padding-left: 7.5px;
  margin-top: 7.5px;
}
.uk-subnav-pill &gt; li &gt; a:active {
  background: #034987;
  box-shadow: inset 2px 2px 6px rgba(39, 11, 13, 0.5);
  color: #ffffff;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb &gt; li {
  font-size: 13px;
  vertical-align: top;
}
.uk-breadcrumb &gt; li,
.uk-breadcrumb &gt; li &gt; a,
.uk-breadcrumb &gt; li &gt; span {
  display: inline-block;
}
.uk-breadcrumb &gt; li:nth-child(n+2):before {
  content: "|";
  display: inline-block;
  margin: 0 20px;
  color: rgba(90, 90, 90, 0.3);
}
/*
 * Disabled
 */
.uk-breadcrumb &gt; li:not(.uk-active) &gt; span {
  color: #5a5a5a;
}
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.uk-pagination {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  text-align: center;
  /* 3 */
  font-size: 0.001px;
}
/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.uk-pagination:before,
.uk-pagination:after {
  content: "";
  display: table;
}
.uk-pagination:after {
  clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.uk-pagination &gt; li {
  display: inline-block;
  /* 1 */
  font-size: 13px;
  /* 2 */
  vertical-align: top;
}
.uk-pagination &gt; li:nth-child(n+2) {
  margin-left: 5px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.uk-pagination &gt; li &gt; a,
.uk-pagination &gt; li &gt; span {
  display: inline-block;
  min-width: 30px;
  padding: 5px 5px;
  line-height: 30px;
  text-decoration: none;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  text-align: center;
  position: relative;
  padding: 1px;
  z-index: 1;
  border-radius: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.uk-pagination &gt; li &gt; a::before,
.uk-pagination &gt; li &gt; span::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 20px;
  background: #ffffff;
  z-index: -1;
}
/*
 * Links
 */
.uk-pagination &gt; li &gt; a {
  background: #1c1a1a;
  color: #4e4e4e;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-pagination &gt; li &gt; a:hover,
.uk-pagination &gt; li &gt; a:focus {
  background-color: #111010;
  color: #034987;
  /* 2 */
  outline: none;
  background-image: -webkit-linear-gradient(top, #034886, #034987);
  background-image: linear-gradient(to bottom, #034886, #034987);
}
/* OnClick */
.uk-pagination &gt; li &gt; a:active {
  background-color: #034987;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #034886, #034987);
  background-image: linear-gradient(to bottom, #034886, #034987);
}
.uk-pagination &gt; li &gt; a:active::before {
  background: rgba(0, 0, 0, 0);
}
/*
 * Active
 */
.uk-pagination &gt; .uk-active &gt; span {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.uk-pagination &gt; .uk-active &gt; span::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, #034886, #034987);
  background-image: linear-gradient(to bottom, #034886, #034987);
}
/*
 * Disabled
 */
.uk-pagination &gt; .uk-disabled &gt; span {
  background-color: #ffffff;
  color: #5a5a5a;
}
/* Previous and next navigation
 ========================================================================== */
.uk-pagination-previous {
  float: left;
}
.uk-pagination-next {
  float: right;
}
/* Alignment modifiers
 ========================================================================== */
.uk-pagination-left {
  text-align: left;
}
.uk-pagination-right {
  text-align: right;
}
.uk-pagination-next &gt; *,
.uk-pagination-previous &gt; * {
  padding: 5px 20px !important;
  letter-spacing: 1px;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
  content: "";
  display: table;
}
.uk-tab:after {
  clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.uk-tab &gt; li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}
.uk-tab &gt; li &gt; a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #4e4e4e;
  text-decoration: none;
  position: relative;
  border-radius: 2px 2px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.uk-tab &gt; li &gt; a::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 0;
  background: rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.uk-tab &gt; li:nth-child(n+2) &gt; a {
  margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-tab &gt; li &gt; a:hover,
.uk-tab &gt; li &gt; a:focus,
.uk-tab &gt; li.uk-open &gt; a {
  border-color: rgba(0, 0, 0, 0.04);
  background: #ffffff;
  color: #222222;
  /* 2 */
  outline: none;
}
.uk-tab &gt; li &gt; a:hover::before,
.uk-tab &gt; li &gt; a:focus::before,
.uk-tab &gt; li.uk-open &gt; a::before {
  height: 3px;
  background: #f5f5f5;
}
.uk-tab &gt; li:not(.uk-active) &gt; a:hover,
.uk-tab &gt; li:not(.uk-active) &gt; a:focus,
.uk-tab &gt; li.uk-open:not(.uk-active) &gt; a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
/* Active */
.uk-tab &gt; li.uk-active &gt; a {
  border-color: rgba(0, 0, 0, 0.04);
  border-bottom-color: transparent;
  background: #ffffff;
  color: #034987;
}
.uk-tab &gt; li.uk-active &gt; a::before {
  height: 3px;
  background-image: -webkit-linear-gradient(left, #034987, #034886);
  background-image: linear-gradient(to right, #034987, #034886);
  background-color: #034987;
}
/* Disabled */
.uk-tab &gt; li.uk-disabled &gt; a {
  color: #5a5a5a;
  cursor: text;
  border-color: rgba(0, 0, 0, 0);
}
.uk-tab &gt; li.uk-disabled &gt; a::before {
  display: none;
}
.uk-tab &gt; li.uk-disabled &gt; a:hover,
.uk-tab &gt; li.uk-disabled &gt; a:focus,
.uk-tab &gt; li.uk-disabled.uk-active &gt; a {
  background: none;
  border-color: transparent;
}
/* Modifier: 'tab-flip'
 ========================================================================== */
.uk-tab-flip &gt; li {
  float: right;
}
.uk-tab-flip &gt; li:nth-child(n+2) &gt; a {
  margin-left: 0;
  margin-right: 5px;
}
/* Modifier: 'tab-responsive'
 ========================================================================== */
.uk-tab &gt; li.uk-tab-responsive &gt; a {
  margin-left: 0;
  margin-right: 0;
}
/*
 * Icon
 */
.uk-tab-responsive &gt; a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}
/* Modifier: 'tab-center'
 ========================================================================== */
.uk-tab-center {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.uk-tab-center:before,
.uk-tab-center:after {
  content: "";
  display: table;
}
.uk-tab-center:after {
  clear: both;
}
/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.uk-tab-center .uk-tab &gt; li {
  position: relative;
  right: -50%;
}
.uk-tab-center .uk-tab &gt; li &gt; a {
  text-align: center;
}
/* Modifier: 'tab-bottom'
 ========================================================================== */
.uk-tab-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: none;
}
.uk-tab-bottom &gt; li {
  margin-top: -1px;
  margin-bottom: 0;
}
.uk-tab-bottom &gt; li &gt; a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}
.uk-tab-bottom &gt; li:not(.uk-active) &gt; a:hover,
.uk-tab-bottom &gt; li:not(.uk-active) &gt; a:focus,
.uk-tab-bottom &gt; li.uk-open:not(.uk-active) &gt; a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.uk-tab-bottom &gt; li.uk-active &gt; a {
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.04);
}
/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  /* 1 */
  position: relative;
  z-index: 0;
}
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  /* 1 */
  z-index: -1;
}
.uk-tab-grid &gt; li:first-child &gt; a {
  margin-left: 5px;
}
.uk-tab-grid &gt; li &gt; a {
  text-align: center;
}
/*
 * If `uk-tab-bottom`
 */
.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}
/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left &gt; li,
  .uk-tab-right &gt; li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left &gt; li &gt; a,
  .uk-tab-right &gt; li &gt; a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left &gt; li:nth-child(n+2) &gt; a,
  .uk-tab-right &gt; li:nth-child(n+2) &gt; a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left &gt; li.uk-active &gt; a,
  .uk-tab-right &gt; li.uk-active &gt; a {
    border-color: rgba(0, 0, 0, 0.04);
  }
  /*
     * Modifier: 'tab-left'
     */
  .uk-tab-left {
    border-right: 1px solid rgba(0, 0, 0, 0.04);
  }
  .uk-tab-left &gt; li {
    margin-right: -1px;
  }
  .uk-tab-left &gt; li &gt; a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .uk-tab-left &gt; li:not(.uk-active) &gt; a:hover,
  .uk-tab-left &gt; li:not(.uk-active) &gt; a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left &gt; li.uk-active &gt; a {
    border-right-color: transparent;
  }
  /*
     * Modifier: 'tab-right'
     */
  .uk-tab-right {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
  }
  .uk-tab-right &gt; li {
    margin-left: -1px;
  }
  .uk-tab-right &gt; li &gt; a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .uk-tab-right &gt; li:not(.uk-active) &gt; a:hover,
  .uk-tab-right &gt; li:not(.uk-active) &gt; a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right &gt; li.uk-active &gt; a {
    border-left-color: transparent;
  }
}
.uk-tab &gt; li &gt; a:active {
  color: #034987;
}
.uk-tab &gt; li &gt; a:active::before {
  height: 3px;
  background: #034987;
}
.uk-tab-bottom &gt; li &gt; a {
  border-radius: 0 0 2px 2px;
}
.uk-tab-bottom &gt; li &gt; a::before {
  top: auto;
  bottom: -1px;
}
@media (min-width: 768px) {
  .uk-tab-left &gt; li &gt; a {
    border-radius: 2px 0 0 2px;
  }
  .uk-tab-left &gt; li &gt; a::before {
    right: auto;
    left: -1px;
  }
  .uk-tab-right &gt; li &gt; a {
    border-radius: 0 2px 2px 0;
  }
  .uk-tab-right &gt; li &gt; a::before {
    right: -1px;
    left: auto;
  }
  .uk-tab-left &gt; li &gt; a::before,
  .uk-tab-right &gt; li &gt; a::before {
    top: -1px;
    bottom: -1px;
    height: 40px;
    width: 0;
  }
  .uk-tab-left &gt; li &gt; a:hover::before,
  .uk-tab-right &gt; li &gt; a:hover::before {
    width: 3px;
    height: 40px;
  }
  .uk-tab-left &gt; li.uk-active &gt; a::before,
  .uk-tab-right &gt; li.uk-active &gt; a::before {
    width: 3px;
    height: 40px;
    background-image: -webkit-linear-gradient(top, #034987, #034886);
    background-image: linear-gradient(to bottom, #034987, #034886);
  }
}
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-thumbnav &gt; * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-thumbnav:before,
.uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-thumbnav:after {
  clear: both;
}
.uk-thumbnav &gt; * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-thumbnav &gt; * &gt; * {
  display: block;
  background: #ffffff;
}
.uk-thumbnav &gt; * &gt; * &gt; img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*
 * Hover
 */
.uk-thumbnav &gt; * &gt; :hover &gt; img,
.uk-thumbnav &gt; * &gt; :focus &gt; img {
  opacity: 1;
}
/*
 * Active
 */
.uk-thumbnav &gt; .uk-active &gt; * &gt; img {
  opacity: 1;
}
/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}
/*
 * Micro clearfix to make list more robust
 */
.uk-list &gt; li:before,
.uk-list &gt; li:after {
  content: "";
  display: table;
}
.uk-list &gt; li:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-list &gt; li &gt; :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/* Modifier: `uk-list-line`
 ========================================================================== */
.uk-list-line &gt; li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped &gt; li {
  padding: 5px 5px;
}
.uk-list-striped &gt; li:nth-of-type(odd) {
  background: #ffffff;
}
/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space &gt; li:nth-child(n+2) {
  margin-top: 10px;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal &gt; dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal &gt; dd {
    margin-left: 180px;
  }
}
/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line &gt; dt {
  font-weight: normal;
}
.uk-description-list-line &gt; dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.uk-description-list-line &gt; dd {
  color: #5a5a5a;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 25px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 25px;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
}
/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 12px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #5a5a5a;
}
/*
 * Active State
 */
.uk-table tbody tr.uk-active {
  background: #ffffff;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #ffffff;
}
.uk-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `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. Correct `font` properties and `color` not being inherited.
 */
.uk-form input,
.uk-form select,
.uk-form textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.uk-form select {
  text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-form optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.uk-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-form ::-moz-placeholder {
  opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.uk-form :invalid {
  box-shadow: none;
}
/*
 * Vertical alignment
 */
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-form &gt; :last-child {
  margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  /* 1 */
  height: 40px;
  /* 2 */
  max-width: 100%;
  /* 3 */
  padding: 5px 20px;
  /* 4 */
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #ffffff;
  color: #4e4e4e;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
  border-radius: 0;
  font-weight: inherit;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #034987;
  outline: 0;
  background: #ffffff;
  color: #222222;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: rgba(0, 0, 0, 0.04);
  background-color: rgba(0, 0, 0, 0);
  color: #5a5a5a;
}
/*
 * Placeholder
 */
.uk-form :-ms-input-placeholder {
  color: #5a5a5a !important;
}
.uk-form ::-moz-placeholder {
  color: #5a5a5a;
}
.uk-form ::-webkit-input-placeholder {
  color: #5a5a5a;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #5a5a5a !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #5a5a5a;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #5a5a5a;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.uk-form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 25px;
  /* 5 */
  font-size: 20px;
  line-height: 33px;
}
/*
 * 1. Fixes IE9
 */
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  /* 1 */
  width: 100%;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 35px;
  padding: 5px 17.5px;
  font-size: 14px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 50px;
  padding: 5px 25px;
  font-size: 16px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}
/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.uk-form-danger {
  border-color: #ff283c !important;
  background: #ffffff !important;
  color: #ff3f3f !important;
}
/*
 * Success state
 */
.uk-form-success {
  border-color: #e7283a !important;
  background: #ffffff !important;
  color: #e62235 !important;
}
/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: #034987 !important;
}
/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-mini {
  width: 80px;
}
select.uk-form-width-mini {
  width: 105px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}
.uk-form-row:after {
  clear: both;
}
/*
 * Vertical gutter
 */
.uk-form-row + .uk-form-row {
  margin-top: 25px;
}
/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}
/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.uk-form-controls &gt; :first-child {
  margin-top: 0;
}
.uk-form-controls &gt; :last-child {
  margin-bottom: 0;
}
/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.uk-form-controls-condensed {
  margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    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: 5px;
  }
}
/* Sub-object: `uk-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.uk-form-icon {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}
/*
 * 1. Make form element clickable through icon
 */
.uk-form-icon &gt; [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 40px;
  margin-top: -8px;
  font-size: 16px;
  color: #5a5a5a;
  text-align: center;
  /* 1 */
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) &gt; input {
  padding-left: 40px !important;
}
/*
 * Sub-modifier: `uk-form-icon-flip`
 */
.uk-form-icon-flip &gt; [class*='uk-icon-'] {
  right: 0;
}
.uk-form-icon-flip &gt; input {
  padding-right: 40px !important;
}
.uk-form textarea,
.uk-form select {
  padding: 20px;
}
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  border-radius: 22.5px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  border-radius: 30px;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.uk-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #ffffff;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  background: #222222;
  vertical-align: middle;
  /* 8 */
  line-height: 40px;
  /* 9 */
  min-height: 40px;
  /* 10 */
  /* 11 */
  text-decoration: none;
  text-align: center;
  padding: 0 33px;
  border-radius: 1px;
  background-image: -webkit-linear-gradient(top, #034987, #04223c);
  background-image: linear-gradient(to bottom, #034987, #04223c);
  background-origin: border-box;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: 'FrutigerLTStd-Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: #3c3c3c;
  color: #e6e6e6;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  background-image: none;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0);
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #151515;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.3);
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #034987;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #034987, #034886);
  background-image: linear-gradient(to bottom, #034987, #034886);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #be1b2b;
  color: #ffffff;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #ae1c2a;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(39, 11, 13, 0.5);
}
/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
  background-color: #e7283a;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #e62235, #e72b3d);
  background-image: linear-gradient(to bottom, #e62235, #e72b3d);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #df2032;
  color: #ffffff;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #ce2232;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(112, 26, 34, 0.5);
}
/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
  background-color: #ff283c;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ff283c, #ff283c);
  background-image: linear-gradient(to bottom, #ff283c, #ff283c);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #f91e33;
  color: #ffffff;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f51328;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(189, 25, 40, 0.7);
}
/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
  background-color: #ffffff;
  color: #5a5a5a;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
/* Modifier: `uk-button-link`
 ========================================================================== */
/* Reset */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
/* Color */
.uk-button-link {
  color: #034987;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #034987;
  text-decoration: underline;
}
.uk-button-link:disabled {
  color: #5a5a5a;
}
/* Focus */
.uk-button-link:focus {
  outline: 1px dotted;
}
/* Size modifiers
 ========================================================================== */
.uk-button-mini {
  min-height: 25px;
  padding: 0 21px;
  line-height: 25px;
  font-size: 12px;
}
.uk-button-small {
  min-height: 35px;
  padding: 0 29px;
  line-height: 35px;
  font-size: 13px;
}
.uk-button-large {
  min-height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 42px;
  border-radius: 50px;
}
/* Sub-object `uk-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
.uk-button-group {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  font-size: 0.001px;
  /* 4 */
  white-space: nowrap;
}
.uk-button-group &gt; * {
  display: inline-block;
}
/* 5 */
.uk-button-group .uk-button {
  vertical-align: top;
}
/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
.uk-button-dropdown {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
}
.uk-button-small {
  padding: 0 29px;
}
.uk-button-mini {
  padding: 0 21px;
}
.uk-button-group &gt; .uk-button:not(:first-child):not(:last-child),
.uk-button-group &gt; div:not(:first-child):not(:last-child) .uk-button {
  border-radius: 0;
}
.uk-button-group &gt; .uk-button:first-child,
.uk-button-group &gt; div:first-child .uk-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.uk-button-group &gt; .uk-button:last-child,
.uk-button-group &gt; div:last-child .uk-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.uk-button-group &gt; .uk-button:nth-child(n+2),
.uk-button-group &gt; div:nth-child(n+2) .uk-button {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.uk-button-group .uk-button:active {
  position: relative;
}
.uk-button-group .uk-button {
  padding: 0 20px;
}
.uk-button-group .uk-button-large {
  padding: 0 25px;
}
.uk-button-group .uk-button-small {
  padding: 0 17.5px;
}
.uk-button-group .uk-button-mini {
  padding: 0 12.5px;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */

[class*='uk-icon-'] {
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-weight: normal;
  font-style: normal;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}
/* Size modifiers
 ========================================================================== */
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}
.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}
.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `uk-icon-justify`
 ========================================================================== */
.uk-icon-justify {
  width: 1em;
  text-align: center;
}
/* Modifier: `uk-icon-spin`
 ========================================================================== */
.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* Modifier: `uk-icon-hover`
 ========================================================================== */
.uk-icon-hover {
  color: #5a5a5a;
}
/*
 * Hover
 */
.uk-icon-hover:hover {
  color: #222222;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  line-height: 42px;
  color: #222222;
  font-size: 20px;
  text-align: center;
  position: relative;
  margin: auto 4px;
  padding: 1px;
  z-index: 2;
  line-height: 38px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #034987;
  color: #034987;
  /* 2 */
  outline: none;
  background-image: -webkit-linear-gradient(top, #034886, #034987);
  background-image: linear-gradient(to bottom, #034886, #034987);
}
/* Active */
.uk-icon-button:active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  box-shadow: inset 1px 1px 3px rgba(39, 11, 13, 0.5);
}
.uk-icon-button:active::before {
  background: rgba(0, 0, 0, 0);
}
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  box-sizing: content-box;
  width: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
  color: #222222 !important;
  opacity: 0.2 !important;
}
.uk-close:hover {
  opacity: 0.5 !important;
}
.uk-close:focus,
.uk-close:active {
  opacity: 1.0 !important;
}
/* Icon */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* Modifier
 ========================================================================== */
.uk-close-alt {
  padding: 0;
  border-radius: 50%;
  background: #034987;
  opacity: 1;
  border-radius: 12px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
  color: #ffffff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  opacity: 1 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.15s, box-shadow 0.1s, -webkit-transform 0.08s;
  transition: opacity 0.15s, box-shadow 0.1s, transform 0.08s;
}
.uk-close-alt:hover {
  background: #b01f2d;
  color: #ffffff;
  opacity: 1.0 !important;
}
.uk-close-alt:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.uk-close-alt:active,
.uk-close-alt:focus {
  color: #ffffff;
}
/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1;
}
/* Icon */
.uk-close-alt:after {
  opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8;
}
.uk-close::after {
  content: "\e605";
  font-size: 10px;
  font-family: 'helios';
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.uk-close-alt::after {
  font-size: 8px;
  opacity: 1 !important;
}
/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge {
  display: inline-block;
  padding: 0 8px;
  background: #034987;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
/*
 * Keep color when badge is a link
 */
a.uk-badge:hover {
  color: #ffffff;
}
/* Modifier: `uk-badge-notification`;
 ========================================================================== */
.uk-badge-notification {
  box-sizing: border-box;
  min-width: 20px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 20px;
}
/* Color modifier
 ========================================================================== */
/*
 * Modifier: `uk-badge-success`
 */
.uk-badge-success {
  background-color: #e7283a;
  color: #ffffff;
}
/*
 * Modifier: `uk-badge-warning`
 */
.uk-badge-warning {
  background-color: #ff5722;
  color: #ffffff;
}
/*
 * Modifier: `uk-badge-danger`
 */
.uk-badge-danger {
  background-color: #ff283c;
  color: #ffffff;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  margin-bottom: 25px;
  padding: 10px;
  background: #034987;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
/*
 * Add margin if adjacent element
 */
* + .uk-alert {
  margin-top: 25px;
}
/*
 * Remove margin from the last-child
 */
.uk-alert &gt; :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
/* Close in alert
 ========================================================================== */
.uk-alert &gt; .uk-close:first-child {
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-alert &gt; .uk-close:first-child + * {
  margin-top: 0;
}
/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-alert-success {
  background: #e7283a;
  color: #ffffff;
}
/* Modifier: `uk-alert-warning`
 ========================================================================== */
.uk-alert-warning {
  background: #ff5722;
  color: #ffffff;
}
/* Modifier: `uk-alert-danger`
 ========================================================================== */
.uk-alert-danger {
  background: #ff283c;
  color: #ffffff;
}
/* Modifier: `uk-alert-large`
 ========================================================================== */
.uk-alert-large {
  padding: 20px;
}
.uk-alert-large &gt; .uk-close:first-child {
  margin: -10px -10px 0 0;
}
.uk-close {
  line-height: inherit;
}
/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */
.uk-thumbnail {
  /* 1 */
  display: inline-block;
  /* 2 */
  max-width: 100%;
  /* 3 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  padding: 8px;
  border: 0 solid rgba(0, 0, 0, 0);
  background: #ffffff;
  border-radius: 2px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 2px 2px 5px rgba(0, 0, 0, 0);
}
/* Caption
 ========================================================================== */
.uk-thumbnail-caption {
  padding-top: 8px;
  text-align: center;
  color: #4e4e4e;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Sizes
 ========================================================================== */
.uk-thumbnail-mini {
  width: 150px;
}
.uk-thumbnail-small {
  width: 200px;
}
.uk-thumbnail-medium {
  width: 300px;
}
.uk-thumbnail-large {
  width: 400px;
}
.uk-thumbnail-expand,
.uk-thumbnail-expand &gt; img {
  width: 100%;
}
a.uk-thumbnail:active {
  box-shadow: inset 0 0 0 1px #034987, 2px 2px 5px rgba(0, 0, 0, 0);
  color: #222222;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */
.uk-overlay {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  overflow: hidden;
  /* 6 */
  -webkit-transform: translateZ(0);
  /* 7 */
  margin: 0;
}
/* 6 for Safari */
.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
/*
 * Remove margin from content
 */
.uk-overlay &gt; :first-child {
  margin-bottom: 0;
}
/* Sub-object `uk-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
.uk-overlay-panel {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 20px;
  color: #222222;
}
.uk-overlay-panel .uk-button {
  border: 1px solid #222222;
  border-color: #222222;
  background: rgba(34, 34, 34, 0);
  box-shadow: none;
  color: #222222;
  text-shadow: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.uk-overlay-panel .uk-button:hover {
  border-color: #222222;
  background: #222222;
  color: #ffffff;
}
.uk-overlay-panel .uk-button:active {
  border-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.uk-overlay-panel &gt; :last-child,
.uk-overlay-panel.uk-flex &gt; * &gt; :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
  color: inherit;
}
.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}
/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
 ========================================================================== */
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
.uk-overlay-active :not(.uk-active) &gt; .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
/* Modifier `uk-overlay-background`
 ========================================================================== */
.uk-overlay-background {
  background: rgba(255, 255, 255, 0.7);
}
/* Modifier `uk-overlay-image`
 ========================================================================== */
/*
 * Reset panel
 */
.uk-overlay-image {
  padding: 0;
}
/* Position modifiers
 ========================================================================== */
.uk-overlay-top {
  bottom: auto;
}
.uk-overlay-bottom {
  top: auto;
}
.uk-overlay-left {
  right: auto;
}
.uk-overlay-right {
  left: auto;
}
/* Sub-object `uk-overlay-icon`
 ========================================================================== */
.uk-overlay-icon:before {
  content: "\e609";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 32px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #222222;
  font-family: 'helios';
}
/* Transitions
 ========================================================================== */
.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}
.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}
/*
 * Fade
 */
.uk-overlay-fade {
  opacity: 0.7;
}
.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade,
.uk-overlay-active .uk-active &gt; .uk-overlay-fade {
  opacity: 1;
}
/*
 * Scale
 */
.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale,
.uk-overlay-active .uk-active &gt; .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*
 * Spin
 */
.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-hover.uk-hover .uk-overlay-spin,
.uk-overlay-active .uk-active &gt; .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
/*
 * Grayscale
 */
.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active &gt; .uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*
 * Slide
 */
[class*='uk-overlay-slide'] {
  opacity: 0;
}
/* Top */
.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Bottom */
.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Left */
.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* Right */
.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Hover */
.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active &gt; [class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/* DEPRECATED
 * Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(0, 0, 0, 0.3);
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}
/*
 * Icon
 */
.uk-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* DEPRECATED
 * Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}
/*
 * 1. Needed for vertical alignment
 */
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
.uk-overlay-area-content {
  /* 1 */
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 15px;
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.uk-overlay-area-content &gt; :last-child {
  margin-bottom: 0;
}
/*
 * Links in overlay area
 */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}
/* DEPRECATED
 * Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}
/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.uk-column-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.uk-column-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.uk-column-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.uk-column-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-column-small-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-small-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-small-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-small-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-small-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-column-medium-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-medium-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-medium-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-medium-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-medium-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-column-large-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-large-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-large-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-large-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-large-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-column-xlarge-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-xlarge-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-xlarge-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-xlarge-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-xlarge-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set width
 */
.uk-dropdown,
.uk-dropdown-blank {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 240px;
}
/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
.uk-dropdown {
  padding: 15px;
  background: #ffffff;
  color: #4e4e4e;
  /* 1 */
  font-size: 1rem;
  vertical-align: top;
  border-radius: 2px;
  padding: 10px 15px;
}
.uk-dropdown ul.uk-nav-sub {
  padding: 10px 0 10px 35px;
  text-transform: none;
}
.uk-dropdown ul.uk-nav-sub a {
  color: #ffffff;
}
.uk-dropdown ul.uk-nav-sub a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 4px;
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open &gt; .uk-dropdown,
.uk-open &gt; .uk-dropdown-blank {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-slide-bottom 0.2s ease-in-out;
  animation: uk-slide-bottom 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier
 */
.uk-dropdown-top {
  margin-top: -10px;
}
.uk-dropdown-bottom {
  margin-top: 10px;
}
.uk-dropdown-left {
  margin-left: -10px;
}
.uk-dropdown-right {
  margin-left: 10px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
/* Panels */
.uk-dropdown-grid &gt; [class*='uk-width-'] &gt; .uk-panel + .uk-panel {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .uk-dropdown:not(.uk-dropdown-stack) &gt; .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) &gt; .uk-dropdown-grid &gt; [class*='uk-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
     * Column divider
     */
  .uk-dropdown:not(.uk-dropdown-stack) &gt; .uk-dropdown-grid &gt; [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
  }
  /*
     * Width multiplier for dropdown columns
     */
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 480px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 720px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 960px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1200px;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  .uk-dropdown-grid &gt; [class*='uk-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  .uk-dropdown-grid &gt; [class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px;
  }
}
/*
* Stack grid columns
*/
.uk-dropdown-stack &gt; .uk-dropdown-grid &gt; [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack &gt; .uk-dropdown-grid &gt; [class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 10px;
  background: #ffffff;
  color: #4e4e4e;
  background: #034987;
}
.uk-dropdown-navbar::before {
  z-index: -1;
  display: block;
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}
.uk-dropdown-navbar .uk-nav li {
  color: #ffffff;
}
.uk-open &gt; .uk-dropdown-navbar {
  -webkit-animation: uk-slide-bottom 0.2s ease-in-out;
  animation: uk-slide-bottom 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* Sub-object: `uk-dropdown-overlay`
 ========================================================================== */
.uk-dropdown-center::before {
  left: calc(50% - 10px);
}
.uk-dropdown-flip::before {
  left: auto;
  right: 20px;
}
.uk-dropdown-navbar .uk-panel &gt; a:not([class]) {
  color: #034987;
}
.uk-dropdown-navbar .uk-panel &gt; a:not([class]):hover {
  color: #034987;
}
@media (min-width: 768px) {
  .uk-dropdown-navbar:not(.uk-dropdown-stack) &gt; .uk-grid &gt; [class*='uk-width-']:nth-child(n+2) {
    border-left-color: rgba(0, 0, 0, 0.04);
  }
}
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(22, 21, 21, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 30px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #ffffff;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  border-radius: 2px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 3px 3px 15px rgba(0, 0, 0, 0);
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog &gt; :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog &gt; .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog &gt; .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px;
  border-radius: 0;
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox &gt; .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox &gt; .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
/*
* Close button
*/
.uk-modal-dialog-blank &gt; .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 25px;
  margin: -30px -30px 25px -30px;
  padding: 30px;
  border-bottom: 1px solid #fcfcfc;
  border-radius: 2px 2px 0 0;
  background: #ffffff;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0);
}
.uk-modal-footer {
  margin-top: 25px;
  margin: 25px -30px -30px -30px;
  padding: 30px;
  border-top: 1px solid #fcfcfc;
  border-radius: 0 0 2px 2px;
  background: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header &gt; :last-child,
.uk-modal-footer &gt; :last-child {
  margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin-bottom: -10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}
.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  touch-action: none;
  /* 4 */
  background: rgba(255, 255, 255, 0.5);
}
.uk-offcanvas.uk-active {
  display: block;
}
/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 280px;
  max-width: 100%;
  background: #ffffff;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #5a5a5a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
.uk-offcanvas .uk-panel-title {
  color: #222222;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #034987;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #034987;
}
.uk-offcanvas-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.06);
}
.uk-offcanvas-bar-flip:after {
  right: auto;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.06);
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * 1. Deactivate browser history navigation in IE11
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 1 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
/*
 * Items
 */
.uk-switcher &gt; :not(.uk-active) {
  display: none;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 14px;
  line-height: 18px;
}
.uk-text-large {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}
/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #5a5a5a !important;
}
.uk-text-primary {
  color: #034987 !important;
}
.uk-text-success {
  color: #e62235 !important;
}
.uk-text-warning {
  color: #ff5722 !important;
}
.uk-text-danger {
  color: #ff3f3f !important;
}
.uk-text-contrast {
  color: #ffffff !important;
}
/* 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;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}
/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 40px;
  }
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `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
 */
.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}
/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 25px;
}
.uk-align-left {
  margin-right: 25px;
  float: left;
}
.uk-align-right {
  margin-left: 25px;
  float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 25px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 25px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px;
}
/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box;
}
/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}
/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 25px;
}
* + .uk-margin {
  margin-top: 25px;
}
.uk-margin-top {
  margin-top: 25px !important;
}
.uk-margin-bottom {
  margin-bottom: 25px !important;
}
.uk-margin-left {
  margin-left: 25px !important;
}
.uk-margin-right {
  margin-right: 25px !important;
}
/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 5px;
}
/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 62px;
    line-height: 80px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #4e4e4e;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #4e4e4e;
}
/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  border-radius: 2px;
}
.uk-scrollable-box &gt; :last-child {
  margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container &gt; :last-child {
  margin-bottom: 0;
}
/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-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;
}
/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*
 * Relative
 */
.uk-position-relative {
  position: relative !important;
}
/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1;
}
/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex &gt; *,
.uk-flex-inline &gt; * {
  -ms-flex-negative: 1;
}
/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* ========================================================================
   Component: Contrast
 ========================================================================== */
.uk-contrast {
  color: #ffffff;
  /* Active */
}
.uk-contrast a:not([class]),
.uk-contrast .uk-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.uk-contrast :not(pre) &gt; code,
.uk-contrast :not(pre) &gt; kbd,
.uk-contrast :not(pre) &gt; samp {
  color: #ffffff;
}
.uk-contrast em {
  color: #ffffff;
}
.uk-contrast h1,
.uk-contrast h2,
.uk-contrast h3,
.uk-contrast h4,
.uk-contrast h5,
.uk-contrast h6 {
  color: #ffffff;
}
.uk-contrast hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav li &gt; a,
.uk-contrast .uk-nav li &gt; a:hover {
  text-decoration: none;
}
.uk-contrast .uk-nav-side &gt; li &gt; a {
  color: #ffffff;
}
.uk-contrast .uk-nav-side &gt; li &gt; a:hover,
.uk-contrast .uk-nav-side &gt; li &gt; a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.uk-contrast .uk-nav-side &gt; li.uk-active &gt; a {
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-nav-side .uk-nav-header {
  color: #ffffff;
}
.uk-contrast .uk-nav-side .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav-side ul a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-nav-side ul a:hover {
  color: #ffffff;
}
.uk-contrast .uk-subnav &gt; * &gt; a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast .uk-subnav &gt; * &gt; a:hover,
.uk-contrast .uk-subnav &gt; * &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-subnav &gt; .uk-active &gt; a {
  color: #ffffff;
}
.uk-contrast .uk-subnav-line &gt; :nth-child(n+2):before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-subnav-pill &gt; * &gt; a:hover,
.uk-contrast .uk-subnav-pill &gt; * &gt; a:focus {
  background: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-subnav-pill &gt; .uk-active &gt; a {
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-tab {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-tab &gt; li &gt; a {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-tab &gt; li &gt; a:hover,
.uk-contrast .uk-tab &gt; li &gt; a:focus,
.uk-contrast .uk-tab &gt; li.uk-open &gt; a {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-tab &gt; li.uk-active &gt; a {
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: transparent;
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-tab-center {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-tab-grid:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-list-line &gt; li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast .uk-form input[type="color"] {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  background-clip: padding-box;
}
.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="color"]:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.uk-contrast .uk-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-button {
  color: #ffffff;
  background: #ffffff;
}
.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.uk-contrast .uk-button:active,
.uk-contrast .uk-button.uk-active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.uk-contrast .uk-button-primary {
  background-color: #00a8e6;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
  background-color: #35b3ee;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #ffffff;
}
.uk-contrast .uk-icon-hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-icon-hover:hover {
  color: #ffffff;
}
.uk-contrast .uk-icon-button {
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-icon-button::before {
  background: rgba(0, 0, 0, 0);
  background-image: none;
  color: #ffffff;
}
.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.uk-contrast .uk-icon-button:hover::before,
.uk-contrast .uk-icon-button:focus::before {
  background: rgba(0, 0, 0, 0);
  background-image: none;
  color: #ffffff;
}
.uk-contrast .uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.uk-contrast .uk-icon-button:active::before {
  background: rgba(0, 0, 0, 0);
  background-image: none;
  color: #ffffff;
}
.uk-contrast .uk-text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
.uk-contrast .uk-text-primary {
  color: #2d7091 !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;
  }
}
/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -8px;
  margin-top: -8px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-dotnav &gt; * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 8px;
  margin-top: 8px;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-dotnav:after {
  clear: both;
}
.uk-dotnav &gt; * {
  float: left;
}
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav &gt; * &gt; * {
  display: block;
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid rgba(34, 34, 34, 0.3);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-dotnav &gt; * &gt; :hover,
.uk-dotnav &gt; * &gt; :focus {
  background: rgba(0, 0, 0, 0);
  /* 2 */
  outline: none;
  border-color: #222222;
}
/* OnClick */
.uk-dotnav &gt; * &gt; :active {
  background: #222222;
  border-color: #222222;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Active */
.uk-dotnav &gt; .uk-active &gt; * {
  background: #034987;
  border-color: #034987;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Modifier: `uk-dotnav-contrast`
 ========================================================================== */
.uk-dotnav-contrast &gt; * &gt; * {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(38, 36, 36, 0.5);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-dotnav-contrast &gt; * &gt; :hover,
.uk-dotnav-contrast &gt; * &gt; :focus {
  background: rgba(0, 0, 0, 0);
  border-color: #262424;
}
/* OnClick */
.uk-dotnav-contrast &gt; * &gt; :active {
  background: #262424;
  border-color: #262424;
}
/* Active */
.uk-dotnav-contrast &gt; .uk-active &gt; * {
  background: #262424;
  border-color: #262424;
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * DEPRECATED
 */
.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav-vertical &gt; * {
  float: none;
}
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
  /* 1 */
  display: inline-block;
  /* 2 */
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  /* 3 */
  line-height: 50px;
  color: rgba(34, 34, 34, 0.25);
  font-size: 50px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.uk-slidenav:hover,
.uk-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: rgba(34, 34, 34, 0.7);
  cursor: pointer;
}
/* Active */
.uk-slidenav:active {
  color: #222222;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/*
 * Icons
 */


/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
  position: relative;
}
/*
 * Center vertically
 */
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -25px;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 40px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 40px;
}
/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
  color: #ffffff;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}
/* Active */
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}
/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Clearing
 * 2. Vertical alignment if text is used
 */
.uk-progress {
  box-sizing: border-box;
  height: 24px;
  margin-bottom: 25px;
  background: #262424;
  /* 1 */
  overflow: hidden;
  /* 2 */
  line-height: 24px;
  padding: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0), inset 1px 2px 2px rgba(0, 0, 0, 0), 1px 1px 1px rgba(255, 255, 255, 0);
  border-radius: 12px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-progress {
  margin-top: 25px;
}
/* Sub-object: `uk-progress-bar`
 ========================================================================== */
/*
 * 1. Transition
 * 2. Needed for text
 */
.uk-progress-bar {
  width: 0;
  height: 100%;
  background: #034987;
  float: left;
  /* 1 */
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  /* 2 */
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-image: -webkit-linear-gradient(top, #034987, #034886);
  background-image: linear-gradient(to bottom, #034987, #034886);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  border-radius: 12px;
  line-height: 20px;
}
/* Size modifiers
 ========================================================================== */
/* Mini */
.uk-progress-mini {
  height: 6px;
}
/* Small */
.uk-progress-small {
  height: 12px;
}
/* Color modifiers
 ========================================================================== */
.uk-progress-success .uk-progress-bar {
  background-color: #e7283a;
  background-image: -webkit-linear-gradient(top, #e62235, #e72b3d);
  background-image: linear-gradient(to bottom, #e62235, #e72b3d);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  color: #ffffff;
}
.uk-progress-warning .uk-progress-bar {
  background-color: #ff5722;
  background-image: -webkit-linear-gradient(top, #ff5722, #ff5722);
  background-image: linear-gradient(to bottom, #ff5722, #ff5722);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  color: #ffffff;
}
.uk-progress-danger .uk-progress-bar {
  background-color: #ff283c;
  background-image: -webkit-linear-gradient(top, #ff283c, #ff283c);
  background-image: linear-gradient(to bottom, #ff283c, #ff283c);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  color: #ffffff;
}
/* Modifier: `uk-progress-striped`
 ========================================================================== */
.uk-progress-striped .uk-progress-bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
}
/*
 * Animation
 */
.uk-progress-striped.uk-active .uk-progress-bar {
  -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
  animation: uk-progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 0;
  }
}
@keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 0;
  }
}
.uk-progress-mini,
.uk-progress-small {
  border-radius: 500px;
}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #fafafa;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.uk-accordion-title a { color:#222; display:block; width:100%; height:100%;}
.uk-accordion-title:hover {
  border-color: #034987;
  background: #034987;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.uk-accordion-title:active {
  border-color: #034987;
  background: #034987;
  box-shadow: inset 0 0 0 1px #034987, 2px 2px 3px rgba(0, 0, 0, 0);
  color: #ffffff;
}
.uk-accordion-title a:hover {
  color: #ffffff;
  text-decoration:none
}
.uk-accordion-title a:active {
  color: #ffffff;
}
/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
  padding: 0 15px 15px 15px;
  padding: 15px;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-accordion-content:before,
.uk-accordion-content:after {
  content: "";
  display: table;
}
.uk-accordion-content:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-accordion-content &gt; :last-child {
  margin-bottom: 0;
}
/* ========================================================================
   Component: Autocomplete
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 */
.uk-autocomplete {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}
/* Legacy dropdown modifier */
.uk-dropdown-flip {
  left: auto;
  right: 0;
}
/* Nav modifier `uk-nav-autocomplete`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-autocomplete &gt; li &gt; a {
  color: #4e4e4e;
}
/*
 * Active
 * 1. Remove default focus style
 */
.uk-nav-autocomplete &gt; li.uk-active &gt; a {
  background: #034987;
  color: #ffffff;
  /* 1 */
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-autocomplete .uk-nav-header {
  color: #5a5a5a;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-autocomplete .uk-nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/* ========================================================================
   Component: Datepicker
 ========================================================================== */
/*
 * 1. Highest z-index
 * 2. Reset dropdown width
 * 3. Set animation
 * 4. Needed for scale animation
 */
.uk-datepicker {
  /* 1 */
  z-index: 1050;
  /* 2 */
  width: auto;
  /* 3 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 4 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Sub-object: `uk-datepicker-nav`
========================================================================== */
.uk-datepicker-nav {
  margin-bottom: 25px;
  text-align: center;
  line-height: 20px;
}
/*
 * Micro clearfix
 */
.uk-datepicker-nav:before,
.uk-datepicker-nav:after {
  content: "";
  display: table;
}
.uk-datepicker-nav:after {
  clear: both;
}
/*
 * Previous and next navigation
 */
.uk-datepicker-nav a {
  color: #4e4e4e;
  text-decoration: none;
}
.uk-datepicker-nav a:hover {
  color: #222222;
}
.uk-datepicker-previous {
  float: left;
}
.uk-datepicker-next {
  float: right;
}
.uk-datepicker-previous:after,
.uk-datepicker-next:after {
  width: 20px;
  font-family: FontAwesome;
}
.uk-datepicker-previous:after {
  content: "\f053";
}
.uk-datepicker-next:after {
  content: "\f054";
}
/* Sub-object: `uk-datepicker-heading`
========================================================================== */
/* Sub-object: `uk-datepicker-table`
========================================================================== */
/* Block element behavior */
.uk-datepicker-table {
  width: 100%;
}
.uk-datepicker-table th,
.uk-datepicker-table td {
  padding: 2px;
}
.uk-datepicker-table th {
  font-size: 12px;
}
/*
 * Item
 */
.uk-datepicker-table a {
  display: block;
  width: 26px;
  line-height: 24px;
  color: #4e4e4e;
  text-decoration: none;
  border-radius: 2px;
  background-origin: border-box;
  text-align: center;
}
/*
 * Sub-object: `uk-datepicker-table-muted`
 */
a.uk-datepicker-table-muted {
  color: #5a5a5a;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
  background-color: #ffffff;
  color: #222222;
  /* 2 */
  outline: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
/* OnClick */
.uk-datepicker-table a:active {
  background-color: #034987;
  color: #ffffff;
  background-image: none;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0);
}
/*
 * Active
 */
.uk-datepicker-table a.uk-active {
  background: #034987;
  color: #ffffff;
  background-origin: border-box;
  background-image: -webkit-linear-gradient(top, #034987, #034886);
  background-image: linear-gradient(to bottom, #034987, #034886);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
/* ========================================================================
   Component: Form advanced
   Note: Only works in Webkit at the moment
 ========================================================================== */
/*
 * 1. Style
 * 2. Makes box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 */
.uk-form input[type="radio"],
.uk-form input[type="checkbox"] {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 0 solid rgba(0, 0, 0, 0);
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  outline: 0;
  /* 5 */
  background: #262424;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 1px 2px 2px rgba(0, 0, 0, 0.04), 1px 1px 1px rgba(255, 255, 255, 0.03);
}
/* Radio */
.uk-form input[type="radio"] {
  border-radius: 50%;
}
/*
 * Checked
 */
.uk-form input[type=radio]:before,
.uk-form input[type=checkbox]:before {
  display: block;
}
/* Radio */
.uk-form input[type=radio]:checked:before {
  content: '';
  width: 8px;
  height: 8px;
  margin: 4px auto 0;
  border-radius: 50%;
  background: #034987;
}
/* Checkbox */
.uk-form input[type=checkbox]:checked:before,
.uk-form input[type=checkbox]:indeterminate:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 16px;
  color: #034987;
}
.uk-form input[type=checkbox]:indeterminate:before {
  content: "\f068";
}
/*
 * Disabled
 */
.uk-form input[type=radio]:disabled,
.uk-form input[type=checkbox]:disabled {
  border-color: rgba(0, 0, 0, 0.04);
}
.uk-form input[type=radio]:disabled:checked:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.uk-form input[type=checkbox]:disabled:checked:before,
.uk-form input[type=checkbox]:disabled:indeterminate:before {
  color: rgba(255, 255, 255, 0.2);
}
/* ========================================================================
   Component: Form file
 ========================================================================== */
/*
 * 1. Behave like form elements
 * 2. Create position context for dropdowns
 * 3. Clip content
 */
.uk-form-file {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  overflow: hidden;
}
/*
 * 1. Required for Firefox
 * 2. Expand height and required for the cursor
 */
.uk-form-file input[type="file"] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  /* 1 */
  left: 0;
  /* 2 */
  font-size: 500px;
}
/* ========================================================================
   Component: Form password
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.uk-form-password {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}
.uk-form-password-toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  font-size: 15px;
  line-height: 15px;
  color: #5a5a5a;
}
.uk-form-password-toggle:hover {
  color: #5a5a5a;
  text-decoration: none;
}
.uk-form-password &gt; input {
  padding-right: 50px !important;
}
.uk-form-password-toggle {
  right: 20px;
}
/* ========================================================================
   Component: Form select
 ========================================================================== */
/*
 * 1. Behave like form elements
 * 2. Create position context for dropdowns
 * 3. Clip content
 */
.uk-form-select {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  overflow: hidden;
}
/*
 * 1. Required for Firefox
 * 1. Required for Webkit to make `height` work
 */
.uk-form-select select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  /* 1 */
  left: 0;
  /* 2 */
  -webkit-appearance: none;
}
/* ========================================================================
   Component: HTML editor
 ========================================================================== */
/* Sub-object `uk-htmleditor-navbar`
 ========================================================================== */
.uk-htmleditor-navbar {
  background: #222222;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-origin: border-box;
  background-image: -webkit-linear-gradient(top, #222222, #222222);
  background-image: linear-gradient(to bottom, #222222, #222222);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*
 * Micro clearfix
 */
.uk-htmleditor-navbar:before,
.uk-htmleditor-navbar:after {
  content: "";
  display: table;
}
.uk-htmleditor-navbar:after {
  clear: both;
}
/* Sub-object `uk-htmleditor-navbar-nav`
 ========================================================================== */
.uk-htmleditor-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.uk-htmleditor-navbar-nav &gt; li {
  float: left;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-htmleditor-navbar-nav &gt; li &gt; a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #4e4e4e;
  font-size: 11px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-htmleditor-navbar-nav &gt; li:hover &gt; a,
.uk-htmleditor-navbar-nav &gt; li &gt; a:focus {
  background-color: #034987;
  color: #ffffff;
  outline: none;
  /* 2 */
  position: relative;
  z-index: 1;
}
/* OnClick */
.uk-htmleditor-navbar-nav &gt; li &gt; a:active {
  background-color: #034987;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(39, 11, 13, 0.5);
}
/* Active */
.uk-htmleditor-navbar-nav &gt; li.uk-active &gt; a {
  background-color: #034987;
  color: #ffffff;
}
/* Sub-object: `uk-htmleditor-navbar-flip`
 ========================================================================== */
.uk-htmleditor-navbar-flip {
  float: right;
}
/* Sub-object for special buttons
 ========================================================================== */
[data-mode='split'] .uk-htmleditor-button-code,
[data-mode='split'] .uk-htmleditor-button-preview {
  display: none;
}
/* Sub-object `uk-htmleditor-content`
 ========================================================================== */
.uk-htmleditor-content {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background: #ffffff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/*
 * Micro clearfix
 */
.uk-htmleditor-content:before,
.uk-htmleditor-content:after {
  content: "";
  display: table;
}
.uk-htmleditor-content:after {
  clear: both;
}
/* Modifier `uk-htmleditor-fullscreen`
 ========================================================================== */
.uk-htmleditor-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
.uk-htmleditor-fullscreen .uk-htmleditor-content {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}
.uk-htmleditor-fullscreen .uk-icon-expand:before {
  content: "\f066";
}
/* Sub-objects `uk-htmleditor-code` and `uk-htmleditor-preview`
 ========================================================================== */
.uk-htmleditor-code,
.uk-htmleditor-preview {
  box-sizing: border-box;
}
.uk-htmleditor-preview {
  padding: 20px;
  overflow-y: scroll;
  position: relative;
}
/*
 * Tab view
 */
[data-mode='tab'][data-active-tab='code'] .uk-htmleditor-preview,
[data-mode='tab'][data-active-tab='preview'] .uk-htmleditor-code {
  display: none;
}
/*
 * Split view
 */
[data-mode='split'] .uk-htmleditor-code,
[data-mode='split'] .uk-htmleditor-preview {
  float: left;
  width: 50%;
}
[data-mode='split'] .uk-htmleditor-code {
  border-right: 1px solid #eeeeee;
}
/* Sub-object `uk-htmleditor-iframe`
 ========================================================================== */
.uk-htmleditor-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* CodeMirror modifications
 ========================================================================== */
.uk-htmleditor .CodeMirror {
  padding: 10px;
  box-sizing: border-box;
}
.uk-htmleditor-navbar-nav:first-child &gt; li:first-child &gt; a {
  border-top-left-radius: 2px;
}
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav &gt; li &gt; a {
  margin-left: 0;
  margin-right: -1px;
}
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child &gt; li:first-child &gt; a {
  border-top-left-radius: 0;
}
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child &gt; li:last-child &gt; a {
  border-top-right-radius: 2px;
}
.uk-htmleditor-fullscreen .uk-htmleditor-navbar {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.uk-htmleditor-fullscreen .uk-htmleditor-content {
  border: none;
  border-radius: 0;
}
.uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav &gt; li &gt; a {
  border-radius: 0 !important;
}
/* ========================================================================
   Component: Nestable
 ========================================================================== */
.uk-nestable {
  padding: 0;
  list-style: none;
}
/*
 * Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.uk-nestable a,
.uk-nestable img {
  -webkit-touch-callout: none;
}
/* Sub-object `uk-nestable-list`
 ========================================================================== */
.uk-nestable-list {
  margin: 0;
  padding-left: 40px;
  list-style: none;
}
/* Sub-modifier `uk-nestable-item`
 ========================================================================== */
/*
 * 1. Deactivate browser touch actions in IE11
 */
.uk-nestable-item {
  /* 1 */
  touch-action: none;
}
.uk-nestable-item + .uk-nestable-item {
  margin-top: 10px;
}
.uk-nestable-list:not(.uk-nestable-dragged) &gt; .uk-nestable-item:first-child {
  margin-top: 10px;
}
/* Sub-modifier `uk-nestable-dragged`
 ========================================================================== */
/*
 * 1. Reset style
 */
.uk-nestable-dragged {
  position: absolute;
  z-index: 1050;
  pointer-events: none;
  /* 1 */
  padding-left: 0;
}
/* Sub-modifier `uk-nestable-placeholder`
 ========================================================================== */
.uk-nestable-placeholder {
  position: relative;
}
.uk-nestable-placeholder &gt; * {
  opacity: 0;
}
.uk-nestable-placeholder:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px dashed #5a5a5a;
  opacity: 1;
}
/* Empty List
 ========================================================================== */
.uk-nestable-empty {
  min-height: 40px;
}
/* Sub-object `uk-nestable-handle`
 ========================================================================== */
/*
 * Deactivate browser touch actions in IE11
 */
.uk-nestable-handle {
  touch-action: none;
}
/* Hover */
.uk-nestable-handle:hover {
  cursor: move;
}
/* Sub-object `uk-nestable-moving`
 ========================================================================== */
.uk-nestable-moving,
.uk-nestable-moving * {
  cursor: move;
}
/* [data-nestable-action='toggle']
 ========================================================================== */
/*
 * 1. Makes text unselectable. Happens if double clicked by mistake
 */
[data-nestable-action='toggle'] {
  cursor: pointer;
  /* 1 */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Sub-object `.uk-nestable-toggle`
 ========================================================================== */
.uk-nestable-toggle {
  display: inline-block;
  visibility: hidden;
  margin: 0 5px;
  text-shadow: 1px 1px 1px #ffffff;
}
.uk-nestable-toggle:after {
  content: "\f147";
  font-family: FontAwesome;
}
.uk-parent &gt; :not(.uk-nestable-list) .uk-nestable-toggle {
  visibility: visible;
}
/*
 * Collapsed
 */
.uk-collapsed .uk-nestable-list {
  display: none;
}
.uk-collapsed .uk-nestable-toggle:after {
  content: "\f196";
}
/* Sub-object `uk-nestable-panel`
 ========================================================================== */
.uk-nestable-panel {
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
/* ========================================================================
   Component: Notify
 ========================================================================== */
/*
 * Message container for positioning
 */
.uk-notify {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  box-sizing: border-box;
  width: 350px;
}
/* Position modifiers
========================================================================== */
.uk-notify-top-right,
.uk-notify-bottom-right {
  left: auto;
  right: 10px;
}
.uk-notify-top-center,
.uk-notify-bottom-center {
  left: 50%;
  margin-left: -175px;
}
.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
  top: auto;
  bottom: 10px;
}
/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 479px) {
  /*
     * Fit in small screen
     */
  .uk-notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Sub-object: `uk-notify-message`
========================================================================== */
.uk-notify-message {
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  background: #ffffff;
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Close in notify
 ========================================================================== */
.uk-notify-message &gt; .uk-close {
  visibility: hidden;
  float: right;
}
.uk-notify-message:hover &gt; .uk-close {
  visibility: visible;
}
/* Modifier: `uk-alert-info`
 ========================================================================== */
.uk-notify-message-primary {
  background: #034987;
  color: #ffffff;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-notify-message-success {
  background: #e7283a;
  color: #ffffff;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Modifier: `uk-notify-message-warning`
 ========================================================================== */
.uk-notify-message-warning {
  background: #ff5722;
  color: #ffffff;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* Modifier: `uk-notify-message-danger`
 ========================================================================== */
.uk-notify-message-danger {
  background: #ff283c;
  color: #ffffff;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}
/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ffffff;
  background: #262424;
  color: #5a5a5a;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 1px 2px 6px rgba(0, 0, 0, 0.04);
}
/*
 * Add margin if adjacent element
 */
* + .uk-placeholder {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-placeholder &gt; :last-child {
  margin-bottom: 0;
}
/* Modifier: `uk-placeholder-large`
 ========================================================================== */
.uk-placeholder-large {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Create position context for dropdowns
 * 2. Needed for `form` element
 */
.uk-search {
  display: inline-block;
  /* 1 */
  position: relative;
  /* 2 */
  margin: 0;
  z-index: 2;
}
/*
 * Icon
 */
.uk-search:before {
  content: "\e60a";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  line-height: 40px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 20px;
  color: #222222;
  top: 2px;
  left: 10px;
  font-family: 'helios';
  z-index: 2;
}
/* Sub-object `uk-search-field`
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-search-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-search-field::-webkit-search-cancel-button,
.uk-search-field::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes cancel button in IE10
 */
.uk-search-field::-ms-clear {
  display: none;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-field::-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. Correct `font` properties and `color` not being inherited.
 * 5. Remove default style in iOS.
 * 6. Style
 */
.uk-search-field {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: #222222;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  width: 40px;
  height: 40px;
  padding: 0 0 0 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  position: relative;
  border-radius: 2px;
  z-index: 3;
  text-indent: 30px;
  cursor: pointer;
}
/* Placeholder */
.uk-search-field:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
.uk-search-field::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.uk-search-field::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
/* Focus */
.uk-search-field:focus {
  outline: 0;
  cursor: text;
}
/* Focus + Active */
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  width: 220px;
}
/* Dropdown modifier: `uk-dropdown-search`
 ========================================================================== */
.uk-dropdown-search {
  width: 300px;
  margin-top: 0;
  background: #ffffff;
  color: #4e4e4e;
}
.uk-open &gt; .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/*
 * Dependency `uk-navbar-flip`
 */
.uk-navbar-flip .uk-dropdown-search {
  margin-top: 5px;
  margin-right: -15px;
}
/* Nav modifier `uk-nav-search`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-search &gt; li &gt; a {
  color: #4e4e4e;
}
/*
 * Active
 * 1. Remove default focus style
 */
.uk-nav-search &gt; li.uk-active &gt; a {
  background: #034987;
  color: #ffffff;
  /* 1 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-search .uk-nav-header {
  color: #5a5a5a;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-search .uk-nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
/*
 * Nested items
 */
.uk-nav-search ul a {
  color: #034987;
}
.uk-nav-search ul a:hover {
  color: #034987;
}
/* Search in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-search {
  display: block;
  margin: 25px;
}
.uk-offcanvas .uk-search:before {
  color: #5a5a5a;
}
.uk-offcanvas .uk-search-field {
  width: 100%;
  border-color: #f2f2f2;
  background: rgba(0, 0, 0, 0);
  color: #034987;
  border-radius: 20px;
}
.uk-offcanvas .uk-search-field:focus {
  border-color: #d9d9d9;
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: #5a5a5a !important;
}
.uk-offcanvas .uk-search-field::-moz-placeholder {
  color: #5a5a5a;
}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  color: #5a5a5a;
}
.uk-offcanvas .uk-search::before {
  left: 15px;
  font-size: 16px;
}
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Deactivate browser history navigation in IE11
 */
.uk-slider {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  touch-action: pan-y;
}
/*
 * 1. Reset list style without interfering with grid
 */
.uk-slider:not(.uk-grid) {
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Sub-object item
 * 1. Position items above each other
 */
.uk-slider &gt; * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
}
/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden;
}
/*
 * Dragged
 */
.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
/*
 * 1. Makes text unselectable
 */
.uk-slider.uk-drag {
  cursor: col-resize;
  /* 1 */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
 * 1. Prevents images and links from being dragged (default browser behavior)
 * 2. Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.uk-slider a,
.uk-slider img {
  /* 1 */
  -webkit-user-drag: none;
  user-drag: none;
  /* 2 */
  -webkit-touch-callout: none;
}
/*
 * 1. Prevents images and links from being dragged in Firefox
 */
.uk-slider img {
  pointer-events: none;
}
/* Modifier: `uk-slider-fullscreen`
 ========================================================================== */
.uk-slider-fullscreen,
.uk-slider-fullscreen &gt; li {
  height: 100vh;
}
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}
/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow &gt; li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}
/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow &gt; .uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}
/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow &gt; li &gt; img {
  visibility: hidden;
}
/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
  cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen &gt; li {
  height: 100vh;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*
 * Scale
 */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}
/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative;
}
/*
 * Deactivate browser touch actions in IE11
 */
.uk-sortable &gt; * {
  touch-action: none;
}
/*
 * Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.uk-sortable a,
.uk-sortable img {
  -webkit-touch-callout: none;
}
/*
 * Remove margin from the last-child
 */
.uk-sortable &gt; :last-child {
  margin-bottom: 0;
}
/* Sub-modifier `uk-sortable-dragged`
 ========================================================================== */
.uk-sortable-dragged {
  position: absolute;
  z-index: 1050;
  pointer-events: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: scale 0.1s;
  transition: scale 0.1s;
}
/* Sub-modifier `uk-sortable-placeholder`
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
}
/* Empty List
 ========================================================================== */
.uk-sortable-empty {
  min-height: 30px;
}
/* Sub-object `uk-sortable-handle`
 ========================================================================== */
/*
 * Deactivate browser touch actions in IE11
 */
.uk-sortable-handle {
  touch-action: none;
}
/* Hover */
.uk-sortable-handle:hover {
  cursor: move;
}
/* Sub-object `uk-sortable-moving`
 ========================================================================== */
.uk-sortable-moving,
.uk-sortable-moving * {
  cursor: move;
}
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. More robust if padding and border are used
 */
[data-uk-sticky].uk-active {
  z-index: 980;
  /* 1 */
  box-sizing: border-box;
}
/*
 * Faster animations
 */
[data-uk-sticky][class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
[data-uk-sticky].uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 8px 16px;
  /* 4 */
  background: #034987;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  border-radius: 2px;
  font-weight: inherit;
}
/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #034987;
}
/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #034987;
}
/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #034987;
}
/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px;
}
/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 10px;
}
/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 10px;
}
/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #034987;
}
/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #034987;
}
/* ========================================================================
   Component: Upload
 ========================================================================== */
/*
 * 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);
}
@font-face {
  font-family: 'FrutigerLTStd-Bold';
  src: url("../../../fonts/FrutigerLTStd-Bold.eot?#iefix") format('embedded-opentype'), url("../../../fonts/FrutigerLTStd-Bold.otf") format('opentype'), url("../../../fonts/FrutigerLTStd-Bold.woff") format('woff'), url("../../../fonts/FrutigerLTStd-Bold.ttf") format('truetype'), url("../../../fonts/FrutigerLTStd-Bold.svg#FrutigerLTStd-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStd-Roman';
  src: url("../../../fonts/FrutigerLTStd-Roman.eot") format('embedded-opentype');
  src: url("../../../fonts/FrutigerLTStd-Roman.eot?#iefix") format('embedded-opentype'), url("../../../fonts/FrutigerLTStd-Roman.otf") format('opentype'), url("../../../fonts/FrutigerLTStd-Roman.woff") format('woff'), url("../../../fonts/FrutigerLTStd-Roman.ttf") format('truetype'), url("../../../fonts/FrutigerLTStd-Roman.svg#FrutigerLTStd-Roman") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStd-LightCn';
  src: url("../../../fonts/FrutigerLTStd-LightCn.eot") format('embedded-opentype');
  src: url("../../../fonts/FrutigerLTStd-LightCn.eot?#iefix") format('embedded-opentype'), url("../../../fonts/FrutigerLTStd-LightCn.otf") format('opentype'), url("../../../fonts/FrutigerLTStd-LightCn.woff") format('woff'), url("../../../fonts/FrutigerLTStd-LightCn.ttf") format('truetype'), url("../../../fonts/FrutigerLTStd-LightCn.svg#Frutiger-LTCn-Cond") format('svg');
  font-weight: 300;
  font-style: normal;
}
.b-font-color {
  color: #034987;
}
.b-font-dark {
  color: #262424;
}
@font-face {
  font-family: 'helios';
  src: url("../../../fonts/helios.eot");
  src: url("../../../fonts/helios.eot?#iefix") format('embedded-opentype'), url("../../../fonts/helios.woff") format('woff'), url("../../../fonts/helios.ttf") format('truetype'), url("../../../fonts/helios.svg#helios") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="tm-icon-helios-"],
[class*=" tm-icon-helios-"] {
  font-family: 'helios';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tm-icon-helios-arrow_down:before {
  content: "\e600";
}
.tm-icon-helios-arrow_up:before {
  content: "\e601";
}
.tm-icon-helios-bulb:before {
  content: "\e602";
}
.tm-icon-helios-calendar:before {
  content: "\e603";
}
.tm-icon-helios-chart:before {
  content: "\e604";
}
.tm-icon-helios-close:before {
  content: "\e605";
}
.tm-icon-helios-drop:before {
  content: "\e606";
}
.tm-icon-helios-menu:before {
  content: "\e607";
}
.tm-icon-helios-minus:before {
  content: "\e608";
}
.tm-icon-helios-plus:before {
  content: "\e609";
}
.tm-icon-helios-search:before {
  content: "\e60a";
}
.tm-icon-helios-settings:before {
  content: "\e60b";
}
.tm-icon-helios-wifi:before {
  content: "\e60c";
}
.b-color {
  color: #034987 !important;
}
.global-color-light,
.b-color-light {
  color: #ffffff !important;
}
.b-color-blue {
  color: #095da0;
}
.b-color-dark {
  color: #262424;
}
.b-font-bold {
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
}
.b-font-regular {
  font-family: 'FrutigerLTStd-Roman', Helvetica, Arial, sans-serif;
}
.b-font-light {
  font-family: 'FrutigerLTStd-Light', Helvetica, Arial, sans-serif;
}
.b-font-thin {
  font-family: 'FrutigerLTStd-LightCn', Helvetica, Arial, sans-serif;
}
.b-text-shadow {
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.3);
}
.b-grid-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.b-grid-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.btn {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #ffffff;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  background: #222222;
  vertical-align: middle;
  /* 8 */
  line-height: 40px;
  /* 9 */
  min-height: 40px;
  /* 10 */
  /* 11 */
  text-decoration: none;
  text-align: center;
  padding: 0 33px;
  border-radius: 1px;
  background-image: -webkit-linear-gradient(top, #034987, #04223c);
  background-image: linear-gradient(to bottom, #034987, #04223c);
  background-origin: border-box;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: 'FrutigerLTStd-Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn:hover {
  background-color: #034987;
  color: #ffffff;
}
.uk-form input {
  color: #ffffff;
}
.uk-form select {
  padding-top: 5px;
  padding-bottom: 5px;
}
.control-group input {
  border: 1px solid rgba(0, 0, 0, 0.04);
}
legend {
  color: #4e4e4e;
}
.uk-overlay-panel .b-button-light {
  border-color: #ffffff;
  color: #ffffff;
}
.uk-overlay-panel .b-button-red {
  border-color: #034987;
  background: #034987;
  color: #ffffff;
}
.uk-overlay-panel .b-button-red:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #034987;
}
.b-sugar-module.uk-modal {
  z-index: 1010;
}
.b-sugar-module .uk-modal-header {
  border-bottom: 1px solid #04223c;
  background: #034987;
}
.b-sugar-module .uk-modal-header h3 {
  color: #ffffff;
}
.b-sugar-form {
  font-size: 16px;
}
.b-sugar-form tr &gt; td {
  font-family: 'FrutigerLTStd-LightCn', Helvetica, Arial, sans-serif;
}
.b-sugar-form .required {
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
}
.b-sugar-form input[type="text"]:focus,
.b-sugar-form select:focus {
  border-color: #034987 !important;
  border-width: 2px !important;
}
.b-sugar-form select:focus:invalid:focus {
  box-shadow: none;
}
.b-sugar-form input[type="text"],
.b-sugar-form select {
  border: 1px dashed rgba(0, 0, 0, 0.18);
  padding: 0;
  padding-left: 5px;
}
.b-sugar-form input[type="text"] {
  padding: 5px 8px;
}
.b-sugar-form .b-optional {
  font-size: small;
  text-align: right;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  padding: 2px 10px;
}
.b-sugar-form table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.b-sugar-form td {
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-sugar-form.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]),
.b-sugar-form.uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']),
.b-sugar-form.uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']) {
  width: 100%;
}
@media (max-width: 768px) {
  .b-sugar-form tr &gt; td {
    display: block;
    text-align: center;
  }
  .b-sugar-form tr td {
    width: 100%;
  }
  .b-sugar-form &gt; table {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .b-sugar-module {
    padding: 0;
  }
  .b-sugar-form tr &gt; td {
    display: block;
    text-align: center;
  }
  .b-sugar-form tr td {
    width: 100%;
  }
  .b-sugar-form &gt; table {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-rsform h4 {
  color: #4e4e4e !important;
}
.b-rsform .b-button-red {
  color: #ffffff;
  border: 0 !important;
}
.b-rsform .b-button-red:hover {
  color: #034987;
  border: 0;
  background: #ffffff;
}
.b-rsform input[type="text"],
.b-rsform input[type="tel"],
.b-rsform select,
.b-rsform textarea {
  width: 100% !important;
  box-sizing: border-box !important;
}
.b-rsform .rsform-calendar-button {
  width: 25% !important;
  padding: 0 10px !important;
}
.b-rsform .rsform-calendar-box[type="text"] {
  width: 75% !important;
}
.b-rsform .rsform-block-date-reported {
  visibility: hidden;
}
.b-rsform .rsform-block-captcha {
  width: 304px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .b-part .uk-form-label {
    width: auto;
  }
  .b-part .uk-form-controls {
    margin-left: 0;
  }
}
#mnwall_container_1 a.more-results {
  border-radius: 0;
  background: #034987;
  border-color: #034987;
}
.b-pulse-survey input[type="checkbox"] {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 1px 1px 1px rgba(0, 0, 0, 0.04), 1px 1px 1px rgba(255, 255, 255, 0.03);
  margin-right: 5px;
}
.b-contact-form .uk-panel-box {
  border: 4px solid #034987;
}
.b-contact-form .uk-panel-box .uk-panel-title {
  text-transform: uppercase;
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
  color: #034987;
}
.tm-block-toolbar .uk-dropdown-bottom {
  margin-top: 0;
}
.b-country-switcher .uk-dropdown {
  border-radius: 0;
}
.b-country-switcher .uk-navbar-nav li.uk-open .uk-dropdown-navbar::before {
  display: none;
}
.b-country-switcher .uk-dropdown li &gt; a {
  text-align: left;
}
.b-country-switcher .uk-dropdown-bottom {
  margin-top: 12px;
}
.uk-button-dropdown .uk-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.04);
}
form.well {
  background: #ffffff;
  border: rgba(0, 0, 0, 0.04);
  color: #4e4e4e;
}
.uk-icon-button::before {
  background: transparent;
  border: 2px solid #4e4e4e;
  box-sizing: content-box;
}
.uk-icon-button:hover {
  background: transparent;
  border-color: #034987;
}
.uk-icon-button:focus {
  background-color: transparent;
  color: #034987;
  outline: none;
  background-image: none;
}
.uk-icon-button:active {
  background: transparent;
  border-color: #034987;
}
.b-promo {
  float: left;
}
.b-promo-bg {
  background-color: #fcfcfc;
  background-image: -webkit-linear-gradient(30deg, #f7f7f7 45%, #fcfcfc 45%);
  min-height: 500px;
}
.b-promo-bg .tm-block-padding,
.b-promo-bg .tm-block-large-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.b-promo-filter li {
  cursor: pointer;
  cursor: hand;
  color: #034987;
}
.b-promo-filter li:hover {
  color: #e62235;
}
.b-promo-grid h3,
.b-promo-grid h4,
.b-promo-grid h5 {
  font-family: 'FrutigerLTStd-LightCn', Helvetica, Arial, sans-serif;
}
.b-promo-grid .uk-panel {
  margin-left: 2px;
  margin-right: 2px;
  background: #f5f5f5;
  border: 5px solid transparent;
  height: 100%;
  box-sizing: border-box;
}
.b-promo-grid .uk-panel:hover {
  border: 5px solid #f0f0f0;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.b-promo-grid .uk-panel a:hover {
  cursor: pointer;
  cursor: hand;
}
.b-promo-grid .b-promo-title {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  text-transform: uppercase;
  margin: -5px -5px 0 -5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'FrutigerLTStd-LightCn', Helvetica, Arial, sans-serif;
  background: rgba(215, 24, 42, 0.9);
}
.b-promo-grid .b-promo-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -5px;
  margin-bottom: -5px !important;
  font-family: 'FrutigerLTStd-LightCn', Helvetica, Arial, sans-serif;
  background: rgba(215, 24, 42, 0.9);
}
.b-promo-grid .b-promo-fill-dark {
  background: rgba(0, 0, 0, 0.6);
}
.b-promo-grid .b-promo-fill-light {
  background: rgba(255, 255, 255, 0.6);
}
.b-promo-grid .b-promo-red {
  background: #034987;
  border: 5px solid #c51626;
  color: #ffffff;
}
.b-promo-grid .b-promo-red h3,
.b-promo-grid .b-promo-red h4,
.b-promo-grid .b-promo-red h5 {
  color: #ffffff;
}
.b-promo-grid .b-promo-light {
  border: 5px solid #f0f0f0;
}
.b-promo-grid .b-promo-dark {
  background: #ebebeb;
  border: 5px solid #e6e6e6;
  color: #ffffff;
}
.b-promo-grid .b-promo-black {
  background: #262424;
  border: 5px solid #2b2929;
  color: #ffffff;
}
.b-promo-grid .b-promo-dark:hover {
  border: 5px solid #ebebeb;
}
.b-promo-grid .b-promo-blue {
  background: #1d65a3;
  border: 5px solid #1a5a92;
}
.b-promo-grid .uk-panel-title {
  margin-top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.b-promo-grid .b-promo-overlay {
  background: rgba(255, 255, 255, 0.2);
}
.b-promo-grid .b-promo-overlay-dark {
  background: rgba(32, 32, 32, 0.5);
}
.b-promo-grid .b-promo-overlay-red {
  background: rgba(215, 24, 42, 0.5);
}
.b-promo-grid .b-light {
  background: rgba(255, 255, 255, 0.9);
  padding: 5%;
}
.b-promo-grid .b-red {
  background: #034987;
  padding: 5%;
}
.b-promo-grid .b-icon-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 32px;
  border: 2px solid #4e4e4e;
}
.b-promo-grid .b-icon-button-light {
  border: 2px solid #ffffff;
}
.b-promo-grid h3 .b-icon-button {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 28px;
}
.b-promo-grid h5 .b-icon-button {
  font-size: 20px;
}
.b-promo-grid .b-promo-event {
  background: rgba(255, 255, 255, 0.9);
  color: #4e4e4e;
  border-color: #ffffff;
}
.b-promo-grid .b-videoWrapper {
  height: 0;
}
.b-promo-grid .b-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-promo-large,
.b-promo-medium,
.b-promo-small {
  margin-bottom: 5px;
}
.b-promo-large {
  height: 460px;
}
.b-promo-medium {
  height: 305px;
}
.b-promo-small {
  height: 150px;
}
.b-promo-back {
  display: none;
}
.b-promo-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.b-promo-button {
  color: #034987;
  background: none;
  border-radius: 2px;
  background-image: none;
  border: 3px solid #034987;
  font-size: 14px;
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.b-promo-button:hover {
  background: none;
  border-color: #e51a2d;
  color: #e51a2d;
}
.uk-pagination li &gt; a,
.uk-pagination li &gt; span {
  background-color: transparent;
}
.pagination ul &gt; li &gt; a,
.pagination ul &gt; li &gt; span {
  background-color: transparent;
}
.pagination .limit {
  vertical-align: middle;
}
.pagination .limit select {
  color: #4e4e4e;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}
input.uk-search-field {
  margin-top: 5px;
  color: #4e4e4e;
  border-radius: 0;
  border-width: 1px 1px 1px 0px;
}
input.uk-search-field:focus {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #034987;
  margin-top: 5px;
}
.uk-slidenav {
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 0;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 0;
}
.uk-tab &gt; li.uk-tab-responsive &gt; a:after {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
  line-height: 42px;
  margin: 0px 3px;
}
.table-striped tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #e6e6e6;
}
.table-hover tbody tr:hover &gt; td,
.table-hover tbody tr:hover &gt; th {
  background-color: #e6e6e6;
}
.rstboxes .rstbox.rstbox_shd_1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.b-smartbar .uk-button {
  font-size: 18px;
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
}
@media (min-width: 1220px) {
  .b-smartbar &gt; * {
    padding-left: 10px;
  }
}
.tm-block-toolbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 12px;
  background: #ffffff;
}
.tm-block-toolbar .uk-icon-th {
  line-height: 50px;
}
.tm-block-toolbar .uk-panel &gt; h5 {
  line-height: 48px;
}
.tm-block-toolbar .uk-nav-dropdown .uk-nav-header {
  color: #034987;
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
}
.tm-block-toolbar .uk-float-right .uk-panel {
  float: left;
  margin-right: 5px;
}
.tm-block-toolbar .uk-navbar-nav {
  margin-top: 2px;
}
.tm-block-toolbar .uk-navbar-nav &gt; li &gt; a {
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  color: #034987;
}
.tm-block-toolbar .uk-nav-navbar &gt; li &gt; a {
  color: #ffffff;
}
.tm-block-toolbar .b-language img {
  margin-right: 5px;
  top: -2px;
}
.tm-block-toolbar .b-toolbar-phone {
  font-size: 14px;
  margin-top: 1px;
  height: 37px;
  line-height: 37px;
  letter-spacing: 1px;
}
.tm-block-toolbar .b-toolbar-linkedin,
.tm-block-toolbar .b-toolbar-phone {
  display: table-cell;
  vertical-align: middle;
}
.tm-navbar-attached {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.tm-navbar-bg .tm-navbar {
  background: #ffffff !important;
}
.tm-navbar-attached.uk-active {
  border-bottom: 3px solid #034987;
}
.tm-block-header .uk-nav-navbar &gt; li &gt; a {
  text-align: left !important;
  color: #ffffff;
}
.tm-block-header .uk-nav-navbar &gt; li.uk-active &gt; a {
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.tm-block-header .uk-navbar-nav &gt; li &gt; a.b-request-quote {
  color: #ffffff;
}
.tm-block-header .uk-navbar-nav &gt; li &gt; .b-request-quote:hover {
  color: #034987;
}
.tm-block-header .uk-navbar-nav &gt; li &gt; a {
  color: #034987;
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
}
.tm-fullscreen {
  height: 600px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 959px) {
  .tm-fullscreen {
    border-bottom: none;
  }
}
.b-banner-block {
  padding-top: 0;
  border-top: 2px solid #403d3d;
  border-bottom: 2px solid #403d3d;
  background: #262424;
}
.b-banner-text {
  color: #ffffff;
}
.b-request-quote {
  background: #034987;
  color: #ffffff;
}
.tm-block-full {
  height: 450px;
}
.tm-block-social {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tm-block-social .uk-grid-margin {
  margin-top: 0 !important;
}
.b-social {
  margin-bottom: 0;
  padding-left: 0;
}
.b-social li {
  list-style-type: none;
  display: inline-block;
  float: left;
}
.b-linkedin {
  width: 100px;
  height: 50px;
  overflow: hidden;
}
.b-linkedin .IN-widget {
  margin-top: 15px;
}
.tm-footer &gt; .uk-navbar-center {
  max-width: 100%;
}
.tm-block-footer {
  font-family: 'FrutigerLTStd-Light', Helvetica, Arial, sans-serif;
}
.tm-block-footer a {
  color: #ffffff;
}
.tm-footer h5 {
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
}
.b-extranet legend {
  text-align: center;
}
.b-extranet .uk-form-row {
  text-align: center;
}
.b-sitemap &gt; a {
  display: block;
}
.b-sitemap &gt; a:before {
  font-family: "FontAwesome";
  content: "\f0c1";
  margin-right: 5px;
}
.b-iso-item {
  float: left;
}
.b-isotope-container .uk-panel {
  min-height: 180px;
}
.b-iso-nav-block .tm-block-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-iso-nav-block .uk-navbar {
  background: #ffffff;
}
.b-nav-iso-small .uk-navbar-nav &gt; li &gt; a {
  font-size: 12px;
  line-height: 54px;
  height: 54px;
  padding: 0 5px;
}
.b-nav-iso .uk-dropdown-navbar {
  border: none;
}
.b-nav-iso .uk-nav-navbar &gt; li &gt; a {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}
.b-nav-iso .uk-navbar-nav &gt; li &gt; a {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #eaeaea;
  font-size: 14px;
  height: 60px;
  padding: 0px 15px;
  line-height: 60px;
  font-family: 'FrutigerLTStd-Light', Helvetica, Arial, sans-serif;
}
.b-nav-iso .uk-navbar-nav &gt; li &gt; a.isoactive {
  color: #034987;
}
.b-nav-iso .uk-navbar-nav &gt; li:first-child &gt; a {
  border-width: 1px;
  padding: 0 10px;
}
.b-nav-iso .uk-navbar-content {
  height: 60px;
}
.b-nav-iso .uk-navbar-flip {
  padding-right: 2px;
  padding-left: 2px;
}
.b-nav-iso .uk-navbar-flip &gt; h5 {
  margin: 0;
  line-height: 59px;
  font-size: 14px;
}
.b-nav-iso .isoactive {
  color: #ffffff;
  background: transparent;
  font-weight: 700;
}
.b-content-pane &gt; [class*='uk-width-'],
.b-cat-content-pane &gt; [class*='uk-width-'] {
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 50px;
}
.b-content-pane &gt; [class*='uk-width-'] .uk-panel-space,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel-space {
  padding: 0;
}
.b-content-pane &gt; [class*='uk-width-'] a:hover,
.b-cat-content-pane &gt; [class*='uk-width-'] a:hover,
.b-content-pane &gt; [class*='uk-width-'] a:focus,
.b-cat-content-pane &gt; [class*='uk-width-'] a:focus,
.b-content-pane &gt; [class*='uk-width-'] a:active,
.b-cat-content-pane &gt; [class*='uk-width-'] a:active {
  text-decoration: none;
}
.b-content-pane &gt; [class*='uk-width-'] .uk-panel,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel {
  min-height: 215px;
  background: rgba(0, 0, 0, 0.04);
}
.b-content-pane &gt; [class*='uk-width-'] .uk-panel,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel,
.b-content-pane &gt; [class*='uk-width-'] .uk-panel-title,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel-title {
  text-align: center;
}
.b-content-pane &gt; [class*='uk-width-'] .uk-panel-title,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel-title {
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 5px;
  background: #fcfcfc;
  border-bottom: 2px solid #034987;
}
.b-content-pane &gt; [class*='uk-width-'] .uk-panel &gt; a,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel &gt; a {
  display: block;
}
.b-content-pane &gt; [class*='uk-width-'] .uk-panel:hover,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel:hover {
  background: rgba(0, 0, 0, 0.05);
}
.b-content-pane &gt; [class*='uk-width-'] .uk-panel:hover .uk-panel-title,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel:hover .uk-panel-title {
  background: #034987;
  color: #ffffff;
}
.b-content-pane &gt; [class*='uk-width-'] .uk-panel:hover .uk-panel-title a,
.b-cat-content-pane &gt; [class*='uk-width-'] .uk-panel:hover .uk-panel-title a {
  color: #ffffff;
}
.b-panel-title-secondary {
  font-family: 'FrutigerLTStd-LightCn', Helvetica, Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
}
.b-events-wall .uk-article-title {
  font-size: 28px;
  line-height: 34px;
}
.b-events-wall .uk-article {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.b-events-item div.itemExtraFields .uk-list {
  border: none;
}
.b-events-item div.itemExtraFields {
  border: 0;
  float: left;
  clear: both;
}
.b-events-item .itemImageBlock {
  float: right;
}
.b-events-item div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  width: 30%;
}
.b-events-item div.itemExtraFields ul li span.itemExtraFieldsValue {
  display: block;
}
.phone:before {
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.fax:before {
  content: "\f098";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.website:before {
  content: "\f0c2";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.email:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 3px;
}
h1.itemTitle {
  color: #034987;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  text-shadow: 0px 1px 0px #ffffff;
  font-family: 'FrutigerLTStd-Roman', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
div.itemExtraFields {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 5px !important;
  width: 100%;
}
div.itemExtraFields h3 {
  margin: 0;
  padding: 5px 2px 0 10px;
  font-family: 'FrutigerLTStd-Roman', Helvetica, Arial, sans-serif;
  border-bottom: none;
  text-transform: uppercase;
  color: #034987;
}
div.itemExtraFields .catItemExtraFieldsLabel,
div.itemExtraFields .itemExtraFieldsLabel {
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
div.itemExtraFields ul {
  background: #ffffff;
}
div.itemExtraFields ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  line-height: 16px;
  display: block;
  float: none;
  width: 100%;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-family: 'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
  display: table-cell;
  padding-left: 10px;
  width: 30%;
}
div.itemExtraFields ul li span.itemExtraFieldsValue {
  display: table-cell;
  width: 70%;
}
div.itemExtraFields ul li:first-child span {
  padding-top: 10px;
}
div.itemExtraFields ul li:last-child {
  border-bottom: none;
}
.b-industries-grid .uk-overlay-background {
  background: rgba(5, 64, 116, 0.3);
}
.b-industries-grid h4 {
  color: #ffffff;
}
.b-industries-grid h3 {
  text-align: center;
  color: #034987;
}
.tm-image {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.tm-heading-box {
  display: inline-block;
  padding: 40px 50px;
  background: rgba(5, 64, 116, 0.85);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 26px;
}
.tm-heading-box:after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 80px;
  margin-top: 8.5px;
  margin-left: -40px;
  border-top: 3px solid #ffffff;
}
.tm-heading-box h1,
.tm-heading-box h2,
.tm-heading-box h3,
.tm-heading-box h4,
.tm-heading-box h5 {
  color: #ffffff;
}
.tm-teaser h1 {
  padding: 0 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.tm-teaser-subtitle {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-transform: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 24px;
  font-weight: 400;
  font-size: 24px;
}
.tm-teaser-subtitle:before,
.tm-teaser-subtitle:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 160px;
  border-top: 4px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 0.2s, left 0.7s ease-out 0.1s, right 0.7s ease-out 0.1s;
  transition: opacity 1s ease-out 0.2s, left 0.7s ease-out 0.1s, right 0.7s ease-out 0.1s;
}
.tm-teaser-subtitle:before {
  left: 0;
}
.tm-teaser-subtitle:after {
  right: 0;
}
.uk-scrollspy-inview.tm-teaser-subtitle:before {
  left: -175px;
  opacity: 1;
}
.uk-scrollspy-inview.tm-teaser-subtitle:after {
  right: -175px;
  opacity: 1;
}
.tm-teaser-subtitle-small {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-transform: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
}
.tm-teaser-subtitle-small:before,
.tm-teaser-subtitle-small:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 206px;
  border-top: 4px solid rgba(255, 255, 255, 0.3);
}
.tm-teaser-subtitle-small:before {
  left: -221px;
}
.tm-teaser-subtitle-small:after {
  right: -221px;
}
.tm-uppercase {
  text-transform: uppercase;
}
.tm-animation-delay-50 {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
.tm-animation-delay-150 {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.b-red {
  color: #034987;
}
.b-white {
  color: #ffffff;
}
strong {
  font-weight: bold;
}
/* Phone portrait and smaller */
@media (max-width: 479px) {
  .tm-teaser-subtitle-small:before,
  .tm-teaser-subtitle-small:after,
  .tm-teaser-subtitle:before,
  .tm-teaser-subtitle:after {
    border-top: none;
  }
}
/* Only tablets */
@media (max-width: 767px) {
  .tm-block-full + .tm-block {
    padding-top: 40px;
  }
  .tm-teaser-subtitle:before,
  .tm-teaser-subtitle:after {
    width: 48px;
  }
  .uk-scrollspy-inview.tm-teaser-subtitle:before {
    left: -63px;
  }
  .uk-scrollspy-inview.tm-teaser-subtitle:after {
    right: -63px;
  }
  .tm-teaser-subtitle-small:before,
  .tm-teaser-subtitle-small:after {
    width: 72px;
  }
  .tm-teaser-subtitle-small:before {
    left: -108px;
  }
  .tm-teaser-subtitle-small:after {
    right: -108px;
  }
  .tm-top-a .uk-overlay-panel h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .tm-top-a .uk-overlay-panel h4 {
    font-size: 12px;
    line-height: 14px;
  }
  .tm-top-a .uk-overlay-panel .uk-width-medium-1-2 {
    width: 100%;
    max-height: 100%;
  }
}
/* Only tablets portrait */
@media (max-width: 959px) {
  .tm-top-a .uk-overlay-panel h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .tm-top-a .uk-overlay-panel h4 {
    font-size: 16px;
    line-height: 14px;
  }
  .tm-top-a .uk-overlay-panel .uk-width-medium-1-2 {
    width: 100%;
    max-height: 100%;
  }
}
/* Only tablets and desktops */
@media (min-width: 768px) {
  .tm-block-full + .tm-block {
    padding-top: 30px;
  }
  .tm-fullscreen:not(.uk-hidden-large) + .tm-page {
    margin-top: -100px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .tm-teaser {
    margin-top: -100px;
  }
}
/* Only tablets and desktops */
a:active,
a:focus {
  outline: 0;
}
img {
  border: none;
}
body.contentpane #k2Container {
  padding: 16px;
}
.k2Padding {
  padding: 4px;
}
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.even {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.odd {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #eee;
}
div.k2FeedIcon {
  margin: 10px 0 20px;
}
.userBlock .k2FeedIcon {
  padding: 0;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}
div.k2FeedIcon a i {
  padding-right: 10px;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: block;
}
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: none;
}
.itemRatingForm ul {
  float: left;
  clear: both;
}
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
  clear: left;
}
div.itemRatingForm .formLogLoading {
  background: url("../../../../templates/alexander/images/system/loading.gif") no-repeat left center;
  height: 25px;
  padding: 0;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url("../../../../templates/alexander/images/system/transparent_star.gif") left -1000px repeat-x;
}
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: none;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
span.siteRoot {
  display: none;
}
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #ccc !important;
}
#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}
.k2ArchivesBlock ul {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.k2ArchivesBlock {
  padding-bottom: 10px;
}
.clearList {
  display: none;
  float: none;
  clear: both;
}
.lastItem {
  border: none;
}
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 0;
  padding: 0;
  margin: 2px 10px 4px 0;
}
a.k2ReadMore {
  background: #262626;
  color: #262626;
  padding: 6px;
  border: 0;
}
a.k2ReadMore:hover {
  border-color: #262626;
}
div.k2Pagination {
  padding: 0;
  margin: 24px 0 4px 0;
  text-align: left;
  color: #999;
}
div.k2Pagination .counter {
  margin-left: 10px;
}
div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline;
}
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: none;
}
.featured-div {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background: url("../../../../templates/alexander/images/system/featuredItem.png") no-repeat 100% 0;
}
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 4px;
  background: #F7FAFE;
  border: 1px solid #ccc;
  text-align: center;
  color: #555;
  font-size: 13px;
}
a.itemPrintThisPage:hover {
  background: #eee;
  text-decoration: none;
}
div.itemView {
  padding: 8px 0 24px 0;
  margin: 20px 0;
  border-bottom: 0;
  position: relative;
}
span.itemEditLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
div.itemHeader {
  padding: 0;
}
div.itemImageBlock div.itemDateCreated,
div.catItemImageBlock div.itemDateCreated,
div.tagItemImageBlock div.itemDateCreated,
div.userItemImageBlock div.itemDateCreated {
  display: block;
  color: #eee;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 0;
  float: left;
}
div.itemImageBlock div.itemDateCreated .dayno,
div.catItemImageBlock div.itemDateCreated .dayno,
div.tagItemImageBlock div.itemDateCreated .dayno,
div.userItemImageBlock div.itemDateCreated .dayno {
  background: #034987;
  font-size: 30px;
  line-height: 29px;
  padding: 9px 6px 10px;
  margin: 0;
  float: left;
  color: #fff;
  font-weight: 600;
}
div.itemImageBlock div.itemDateCreated .month-year,
div.catItemImageBlock div.itemDateCreated .month-year,
div.tagItemImageBlock div.itemDateCreated .month-year,
div.userItemImageBlock div.itemDateCreated .month-year {
  background: #034987;
  color: #fff;
  margin: 0;
  padding: 5px;
  float: left;
  line-height: 19px;
  text-transform: none;
  font-weight: 600;
}
div.itemHeader h2.itemTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 60px 0 0;
  margin: 0 0 20px;
  overflow: hidden;
  text-transform: none;
  color: #262626;
}
@media screen and (max-width: 767px) {
  div.itemHeader h2.itemTitle {
    font-size: 26px;
  }
}
div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.itemToolbar {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 32px;
  right: 0;
}
.top-tools {
  margin-left: 20px;
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}
div.itemToolbar ul &gt; li:first-child {
  border: none;
}
div.itemToolbar .btn-default:hover,
div.itemToolbar .btn-default:focus,
div.itemToolbar .btn-default:active {
  background: none;
}
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar .btn-group &gt; .dropdown-toggle {
  padding: 2px 5px;
}
div.itemToolbar .dropdown-menu li {
  text-align: left;
  display: list-item;
  padding: 0;
  border: 0;
}
div.itemToolbar .dropdown-menu li a {
  font-size: 14px;
}
div.itemRatingBlock {
  padding: 0;
  margin: 10px 0 0;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #888;
}
div.itemBody {
  padding: 0;
  margin: 0 10px;
}
div.itemImageBlock {
  padding: 0;
  margin: 0;
  position: relative;
}
span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
span.itemImage img {
  border:1px solid rgba(0, 0, 0, 0.04);
  padding: 0px;
  width: 100% !important;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
span.itemImage a.modal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
  display: block;
  margin: 0;
  position: relative;
  top: auto;
  left: 0px;
  right: 0;
  width: auto;
  z-index: 10;
  overflow: hidden;
}
#sbox-window {
  height: auto !important;
}
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
.mn-itemText {
  overflow: hidden;
  padding: 0;
}
div.itemIntroText {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0;
}
div.itemFullText {
  line-height: 1.8;
  margin-top: 25px;
  font-weight: 300;
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemExtraFields {
  margin: 10px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 0;
}
div.itemExtraFields h3 {
  margin: 0 0 8px;
  padding: 0 0 8px 0;
  line-height: normal !important;
  border-bottom: 1px solid #eee;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
  margin-bottom: 10px;
  padding: 5px 0;
  clear: both;
  float: left;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  width: 20%;
}
div.itemExtraFields ul li span.itemExtraFieldsValue {
  padding-left: 30px;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 0;
  border-top: none;
  color: #999;
  font-size: 12px;
}
span.itemHits {
  float: left;
}
div.itemSocialSharing {
  padding: 20px 0 0;
  margin: 0 0 10px;
}
div.itemTwitterButton {
  float: left;
  margin: 0 24px 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}
div.itemGooglePlusOneButton {
  float: left;
  width: 100px;
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
div.itemCategory {
  display: inline;
  padding: 0px;
  border: none;
}
div.itemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
  font-weight: 300;
}
div.itemTagsBlock {
  padding: 0;
  border-bottom: 0;
  margin: 25px 0 10px;
}
div.itemTagsBlock span {
  font-weight: normal;
  color: #888;
  padding: 0 4px 0 0;
}
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
  color: #262626;
}
div.itemTagsBlock ul.itemTags li a {
  background: #fff;
  border: 1px solid #262626;
  color: #262626;
  font-size: 15px !important;
  display: inline-block;
  margin: 0 0 8px;
  padding: 6px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
div.itemTagsBlock ul.itemTags li a:hover,
div.itemTagsBlock ul.itemTags li a:focus {
  padding: 6px;
  background: #262626;
  color: #fff;
  text-decoration: none;
}
div.itemAttachmentsBlock {
  padding: 0;
  border-bottom: none;
}
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
div.itemAuthorBlock {
  background: #f9f9f9;
  border: 0;
  padding: 15px;
  margin: 20px 0;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 0;
  margin: 0 15px 0 0;
  max-width: 100px;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-weight: 300;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
div.itemAuthorBlock div.itemAuthorDetails p {
  line-height: 24px;
  color: #888;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: 300;
  color: #555;
  border-right: 1px solid #ccc;
  padding: 0 8px 0 0;
  margin: 0 4px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: 300;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: 300;
}
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 8px 2%;
  overflow: hidden;
  width: 50%;
}
div.itemAuthorLatest h3 {
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 300;
}
div.itemAuthorLatest ul {
  margin: 0;
  padding: 0;
}
div.itemAuthorLatest ul li {
  list-style: none;
  padding: 8px 0;
}
div.itemAuthorLatest ul li a {
  font-weight: 300;
  color: #262626;
}
div.itemAuthorLatest ul li a:hover {
  color: #000000;
}
div.itemRelated {
  margin-bottom: 16px;
  padding: 8px 2%;
  float: left;
  width: 50%;
}
div.itemRelated h3 {
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 300;
}
div.itemRelated ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemRelated ul li {
  padding: 8px 0;
  float: left;
  width: 100%;
}
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
a.itemRelTitle {
  font-weight: 300;
  color: #262626;
}
a.itemRelTitle:hover,
a.itemRelTitle:focus {
  color: #000000;
}
div.itemRelCat {
  margin: 5px 0 0;
  font-size: 12px;
}
div.itemRelAuthor {
  margin: 5px 0 0;
  font-size: 12px;
}
img.itemRelImg {
  max-width: 140px !important;
  float: left;
  margin: 0 10px 0 0;
}
div.itemRelIntrotext {
  margin: 5px 0 0;
  font-size: 12px;
}
div.itemRelFulltext {
  margin: 0;
  font-size: 12px;
}
div.itemVideoBlock {
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
}
div.itemVideoBlock div.itemVideoEmbedded {
  position: relative;
  padding-bottom: 55.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
div.itemVideoBlock div.itemVideoEmbedded iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}
div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}
div.itemVideoBlock h3 {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 0;
  font-size: 32.2px;
  font-weight: 300;
}
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}
div.itemNavigation {
  padding: 20px 2%;
  margin: 0 0 24px 0;
  border: 0;
  background: #f9f9f9;
  color: #888;
}
div.itemNavigation span.itemNavigationTitle {
  color: #999;
}
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
  color: #262626;
}
div.itemNavigation a.itemNext {
  padding: 0 12px;
  color: #262626;
}
div.itemComments {
  background: none;
  border: 0;
  padding: 0 0 30px;
  margin: 0 0 10px;
}
div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  padding: 12px 5px;
  margin: 0;
  border-bottom: 0;
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: none;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 10px 4px 0;
  padding: 4px;
  background: #fff;
  border: 0;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: normal;
  font-size: 12px;
  color: #888;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: normal;
  font-size: 12px;
  color: #888;
}
div.itemComments ul.itemCommentsList li span.item-comment-text {
  padding: 10px;
  display: block;
  margin: 4px 5px 5px 68px;
  border: 1px solid #e8e8e8;
  position: relative;
  background: #fff;
}
div.itemComments ul.itemCommentsList li span .left-arrow {
  background: url("../../../../templates/alexander/images/arrow-left.png") no-repeat 0 0;
  position: absolute;
  left: -6px;
  width: 6px;
  height: 10px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
  text-align: right;
  padding: 0 20px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
  right: 0;
  top: auto;
  width: auto;
  z-index: 10;
  background: none;
  box-shadow: none;
  border: 0;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a i {
  margin: 0 3px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url("../../../../templates/alexander/images/system/searchLoader.gif") no-repeat 100% 50%;
}
div.itemCommentsPagination {
  padding: 4px;
  margin: 30px 0 25px;
  text-align: center;
}
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 0;
  font-size: 32.2px;
  font-weight: 300;
}
h3.itemCommentsCounter {
  border-bottom: 0;
  margin: 10px 0 0;
  padding: 0 0 15px;
  font-size: 32.2px;
  font-weight: 300;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  padding: 10px 0;
  border-top: 0;
  font-size: 12px;
  color: #888;
}
div.itemCommentsForm form {
  margin: 0;
}
div.itemCommentsForm form label.formComment {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formName {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formEmail {
  display: block;
  margin: 12px 0 0 2px;
  line-height: 12px;
  font-size: 12px;
  color: #888;
}
div.itemCommentsForm form label.formUrl {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 160px;
  margin: 10px 0 0;
  box-shadow: none;
  background: #f9f9f9;
  border: 0;
  font-weight: 300;
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 90%;
  margin: 10px 0 0;
  padding: 8px 12px;
  box-shadow: none;
  background: #f9f9f9;
  border: 0;
  font-weight: 300;
}
div.itemCommentsForm form input#submitCommentButton {
  margin: 20px 10px 10px 0;
  padding: 8px 15px;
  display: inline;
  background: #262626;
  color: #fff;
  border: 0;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  outline: none;
}
div.itemCommentsForm form input#submitCommentButton:hover,
div.itemCommentsForm form input#submitCommentButton:focus {
  background: #404040;
  color: #262626;
}
div.itemCommentsForm form span#formLog {
  padding: 0 0 0 20px;
  margin: 0;
  font-weight: bold;
  color: #CF1919;
}
div.itemCommentsForm form .formLogLoading {
  background: url("../../../../templates/alexander/images/system/loading.gif") no-repeat left center;
}
.itemCommentsFormName,
.itemCommentsFormEmail,
.itemCommentsFormUrl {
  width: 30%;
  margin: 0 12px 0 0;
  min-width: 200px;
  float: left;
}
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 96%;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 95.5%;
  background: none;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #aaa;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
  padding: 5px 10px 0 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #aaa;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
  padding: 5px 10px 0 0;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-family: inherit;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: normal;
}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 98%;
}
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}
div.k2ReportCommentFormContainer form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url("../../../../templates/alexander/images/system/loading.gif") no-repeat left center;
}
div.itemBackToTop {
  text-align: right;
}
div.itemBackToTop a {
  text-decoration: none;
}
div.itemBackToTop a:hover {
  text-decoration: none;
}
.itemListView .componentheading {
  margin: 0 0 30px;
}
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #eee;
  text-align: right;
}
div.itemListCategory h3 {
  color: #888;
  font-weight: 300;
}
span.itemEditLink a.modal,
span.catItemAddLink a.modal,
span.catItemEditLink a.modal {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  transition: none;
  display: inline-block;
  overflow: hidden;
  background: #262626;
  border: 0;
  outline: none;
}
span.itemEditLink a.modal:hover,
span.catItemAddLink a.modal:hover,
span.catItemEditLink a.modal:hover,
span.itemEditLink a.modal:focus,
span.catItemAddLink a.modal:focus,
span.catItemEditLink a.modal:focus {
  background: #0c0c0c;
}
.mod_k2_content_minitek .moduleItemImage img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mod_k2_content_minitek .moduleItemImage img:hover {
  -webkit-transform: scale(1.15) rotate(3deg);
  -moz-transform: scale(1.15) rotate(3deg);
  transform: scale(1.15) rotate(3deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mod_k2_content_minitek .moduleItemImage {
  overflow: hidden;
}
div.subCategory .subcatOverlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 1;
}
div.subCategory .subcatOverlay:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
div.subCategory .subcatOverlay:hover h2 {
  bottom: 40%;
  background: none;
}
div.subCategory .subcatOverlay &gt; h2 {
  -moz-box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  font-size: 25px;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  left: 0;
  bottom: 40%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  width: 100%;
}
div#itemListLinks {
  background: none;
  border: 0;
  margin: 8px 0;
  padding: 8px;
}
div#itemListLinks h4 {
  font-weight: 300;
}
div#itemListLinks h3 {
  font-weight: 600;
}
div#itemListLinks .catItemImageBlock {
  width: 250px;
}
div.itemContainer {
  float: left;
  width: 100%;
}
div.catItemView {
  margin: 10px;
  border-bottom: 0;
  padding: 0;
}
div.groupSecondary .catItemImageBlock img,
div.groupSecondary .catItemImageBlock {
  float: left;
}
div.groupSecondary .catItemHeader {
  overflow: hidden;
  padding: 0 25px;
}
div.groupLinks {
  padding: 0;
  margin: 0;
}
.groupLinks h3 a {
  text-decoration: none;
}
span.catItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.catItemEditLink a {
  color: #fff !important;
}
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.catItemHeader h3.catItemTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  div.catItemHeader h3.catItemTitle {
    font-size: 22px !important;
  }
}
div.catItemHeader h3.catItemTitle a {
  color: #262626;
}
div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus {
  color: #000000;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.catItemHeader .itemDate {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  font-weight: 300;
}
div.catItemHeader span.catItemAuthor {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  font-weight: 300;
}
div.catItemHeader span.catItemAuthor a {
  font-weight: 300;
}
div.catItemRatingBlock {
  padding: 0;
  margin: 10px 0 0;
}
div.catItemRatingBlock .itemRatingLog {
  clear: none;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.catItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.catItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
}
span.catItemImage {
  display: block;
  text-align: left;
  margin: 0 0 8px 0;
}
span.catItemImage img {
  border: 0;
  padding: 0;
  max-width: 100%;
  width: 100% !important;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
  font-weight: 300;
}
.groupSecondary div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 25px;
  overflow: hidden;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 10px 0 15px;
  padding: 0;
  border: 0;
  clear: both;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0 0 10px;
  padding: 0 0 5px;
  line-height: normal !important;
  border-bottom: 1px solid #eee;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
  clear: both;
  padding: 4px 0;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: normal;
  margin: 0 4px 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
  color: #888;
}
div.catItemLinks a {
  font-weight: 600;
}
div.catItemHitsBlock {
  padding: 0;
  border: 0;
  display: inline;
}
span.catItemHits {
  font-weight: 300;
}
div.catItemCategory {
  margin: 0 8px 0 0;
  border: 0;
  display: inline;
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 0;
  text-transform: uppercase;
  line-height: 19px;
}
div.catItemCategory span {
  font-weight: normal;
  color: #fff;
  background: #262626;
  padding: 4px 10px;
}
div.catItemCategory a {
  color: #262626;
  background: #262626;
  padding: 4px 10px;
  font-weight: 300;
}
div.catItemCategory a:hover,
div.catItemCategory a:focus {
  background: #0c0c0c;
}
div.catItemTagsBlock {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
}
div.catItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
  color: #262626;
}
div.catItemTagsBlock ul.catItemTags li a {
  border: 1px solid #262626;
  padding: 5px;
  color: #262626;
}
div.catItemTagsBlock ul.catItemTags li a:hover {
  background: #262626;
  color: #262626;
}
div.catItemAttachmentsBlock {
  padding: 4px;
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
}
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 0;
  background: transparent;
}
div.catItemVideoBlock h3 {
  line-height: 1;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}
div.catItemVideoBlock span.catItemVideo {
  display: block;
}
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}
div.catItemCommentsLink {
  display: inline;
  margin: 0;
  border: 0;
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  line-height: 19px;
}
div.catItemCommentsLink:hover,
div.catItemCommentsLink:focus {
  background: #fff;
}
@media screen and (max-width: 992px) {
  div.catItemCommentsLink {
    bottom: 11px;
    left: 10px;
    top: inherit;
    right: inherit;
  }
}
div.catItemCommentsLink a {
  color: #333;
  font-weight: 300;
}
div.catItemReadMore {
  display: inline;
}
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 10px;
  margin: 0;
  color: #999;
  border: 0;
  font-size: 12px;
}
div.userBlock {
  background: none;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0 0 35px;
  padding: 10px;
  clear: both;
}
.userItemAddLink a {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
}
span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  color: #fff !important;
}
div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: none;
  margin: 0 15px 0 0;
  width: 100px !important;
}
div.userBlock h2 {
  font-size: 30.8px;
  font-weight: 300;
  margin: 0 0 20px;
}
div.userBlock div.userDescription {
  padding: 4px 0;
}
div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.userURL {
  font-weight: 400;
  color: #555;
  display: block;
}
span.userEmail {
  font-weight: 400;
  color: #555;
  display: block;
}
div.userItemView {
  margin: 0 0 35px;
  padding-bottom: 20px;
  border-bottom: 0;
}
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}
span.userItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.userItemEditLink a {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  color: #fff !important;
}
div.userItemHeader {
  padding: 0;
}
div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.userItemHeader h3.userItemTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  div.userItemHeader h3.userItemTitle {
    font-size: 22px !important;
  }
}
div.userItemHeader h3.userItemTitle a {
  color: #262626;
  text-decoration: none;
}
div.userItemHeader h3.userItemTitle a:hover {
  color: #000000;
  text-decoration: none;
}
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.userItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.userItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  float: none;
  overflow: hidden;
  position: relative;
}
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.userItemImage img {
  border: none;
  padding: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  width: 100% !important;
}
div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
}
div.userItemLinks {
  margin: 0 0 20px;
  padding: 0px;
  display: block;
  font-size: 12px;
  color: #888;
}
div.userItemLinks .itemDate {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
}
div.userItemCategory {
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  border-bottom: none;
  display: inline;
}
div.userItemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
}
div.userItemTagsBlock {
  padding: 0;
  margin: 0 0 30px;
  border-bottom: none;
}
div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
  color: #262626;
}
div.userItemTagsBlock ul.userItemTags li a {
  padding: 6px;
  border: 1px solid #262626;
  color: #262626;
}
div.userItemTagsBlock ul.userItemTags li a:hover,
div.userItemTagsBlock ul.userItemTags li a:focus {
  background: #262626;
  color: #fff;
}
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 0;
}
div.userItemReadMore {
  display: inline;
}
.tagView .k2FeedIcon,
.genericView .k2FeedIcon {
  float: none;
  width: auto;
}
div.tagView .componentheading {
  padding-bottom: 30px;
}
.tagItemLinks {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 12px;
  color: #888;
}
.tagItemLinks .itemDate {
  border: 0 none;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.tagItemView {
  padding: 0 0 20px 0;
  margin: 0 0 35px;
  border-bottom: 0;
}
div.tagItemHeader {
  padding: 0;
}
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.tagItemHeader h2.tagItemTitle {
  font-family: inherit;
  font-size: 32.2px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  div.tagItemHeader h2.tagItemTitle {
    font-size: 22px !important;
  }
}
div.tagItemHeader h2.tagItemTitle a {
  color: #262626;
}
div.tagItemHeader h2.tagItemTitle a:hover {
  color: #000000;
}
div.tagItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.tagItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  float: none;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.tagItemImage img {
  border: none;
  padding: 0;
  width: 100% !important;
}
div.tagItemIntroText,
.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0;
  line-height: 1.8;
}
div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border: 0;
  font-size: 12px;
}
div.tagItemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
}
div.tagItemReadMore {
  display: inline;
}
div.genericItemView {
  padding: 20px 0;
  margin: 0 0 35px;
  border-bottom: 0;
}
div.genericItemHeader {
  padding: 0;
}
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.genericItemHeader h2.genericItemTitle {
  font-family: inherit;
  font-size: 32.2px;
  font-weight: 600;
  line-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
.genericItemTitle a {
  color: #262626;
}
.genericItemTitle a:hover {
  color: #000000;
  text-decoration: none;
}
div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}
div.genericItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  float: left;
  overflow: hidden;
  position: relative;
}
div.itemImageBlock div.itemDate {
  display: block;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  float: left;
  z-index: 10;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.genericItemImage img {
  border: none;
  padding: 0px;
  width: 100% !important;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
}
.genericItemLinks {
  color: #888888;
  display: block;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
}
.genericItemLinks .itemDate {
  border: 0 none;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.genericItemCategory {
  border: 0 none;
  display: inline;
  font-size: 12px;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.genericItemCategory span {
  font-weight: normal;
  color: #555;
  padding: 0;
  font-size: 12px;
}
div.genericItemReadMore {
  display: inline;
}
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}
div.latestItemsContainer {
  float: left;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  div.latestItemsContainer {
    width: 100% !important;
  }
}
div.latestItemsCategory {
  background: none;
  border: 0;
  margin: 0 8px;
  padding: 0;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  background: #fff;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
div.latestItemsCategory p {
  margin: 15px 0 10px;
}
div.latestItemsUser {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
  clear: both;
}
div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}
div.latestItemList {
  padding: 0;
  margin: 0 8px;
}
div.latestItemHeader {
  width: 100%;
}
.latestItemTitle {
  margin: 0;
  margin-top: 15px;
}
.latestItemTitle a {
  padding: 10px 0;
  color: #262626;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}
.latestItemTitle a:hover,
.latestItemTitle a:focus {
  color: #000000;
}
div.latestItemHeader h3.latestItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0 0 20px;
}
span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.latestItemBody {
  padding: 0;
  margin: 0;
}
div.latestItemsCategoryTitle {
  margin: 0 8px;
  text-align: center;
}
div.latestItemsCategoryTitle h2 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  z-index: 999;
}
div.latestItemsCategoryTitle h2 a {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  color: #fff;
  padding: 15px 8px;
  display: block;
  text-decoration: none;
  background: #262626;
}
div.latestItemsCategoryTitle h2 a:hover,
div.latestItemsCategoryTitle h2 a:focus {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  color: #fff;
  text-decoration: none;
  background: #262626;
}
div.latestItemImageBlock {
  padding: 0;
  margin: 0 0 10px;
  float: none;
  position: relative;
}
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
span.latestItemImage img {
  border: 0;
  padding: 0;
  width: 100%;
}
div.latestItemIntroText {
  font-size: 90%;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 0;
}
div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.latestItemCategory {
  padding: 4px;
  border-bottom: 1px solid #eee;
}
div.latestItemCategory span {
  font-weight: normal;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock {
  padding: 4px;
  border-bottom: 1px solid #eee;
}
div.latestItemTagsBlock span {
  font-weight: normal;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url("../../../../templates/alexander/images/system/videoplayer-bg.gif") repeat-x bottom;
}
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.latestItemReadMore {
  display: block;
  margin: 0 0 20px;
}
h2.latestItemTitleList {
  font-size: 14px;
  padding: 0;
  margin: 0 0 7px;
  font-family: inherit;
  border: 0;
  line-height: normal;
  font-weight: 300;
}
h2.latestItemTitleList a {
  color: #262626;
}
h2.latestItemTitleList a:hover,
h2.latestItemTitleList a:focus {
  color: #000000;
}
.k2AccountPage table tr td label {
  white-space: nowrap;
}
img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}
.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ccc;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}
div.k2LatestCommentsBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2LatestCommentsBlock ul li {
  padding: 10px 0;
  border: 0;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
  margin: 0 10px 4px 0;
}
div.k2LatestCommentsBlock ul li a.lcComment {
  display: block;
  margin: 0 0 0 66px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  position: relative;
  text-decoration: none;
  background: #fff;
  font-weight: 300;
  color: #262626;
}
div.k2LatestCommentsBlock ul li a {
  font-weight: 300;
}
div.k2LatestCommentsBlock ul li span.lcComment .left-arrow {
  position: absolute;
  left: -6px;
  width: 6px;
  height: 10px;
  background: url("../../../../templates/alexander/images/arrow-left.png") no-repeat 0 0;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
  font-size: 12px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #666;
  font-size: 12px;
}
div.k2TopCommentersBlock ul {
  margin: 0;
  list-style: none;
}
div.k2TopCommentersBlock ul li {
  padding: 10px 0;
}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}
.moduleItemInfo {
  color: #777;
  padding-top: 10px;
}
div.moduleItemContent {
  overflow: hidden;
}
div.moduleItemBlock a.k2Avatar {
  margin: 4px 15px 0 0;
}
div.moduleItemBlock .moduleAttachments span.icon-download {
  display: inline;
  font-size: 90%;
}
div.moduleItemInfo .moduleItemDateCreated,
div.moduleItemInfo .moduleItemComments,
div.moduleItemInfo .moduleItemAuthor,
div.moduleItemInfo .moduleItemCategory {
  float: left;
  margin: 0 5px 5px 0 !important;
  font-size: 13px;
  line-height: 1;
}
.moduleItemDateCreated i {
  margin: 0 5px 0 0;
}
div.k2ItemsBlock &gt; ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.k2ItemsBlock &gt; ul &gt; li {
  padding: 0;
  background: none;
  border: 0;
  font-size: 12px;
  margin-bottom: 24px;
}
div.k2ItemsBlock a.moduleItemImage {
  margin: 0 15px 0 0;
}
.big-titles .moduleItemTitle {
  font-size: 19px !important;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
  padding: 15px 0;
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #262626;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  color: #262626;
}
div.k2ItemsBlock ul li div.moduleItemAuthor &gt; a {
  float: left;
  margin: 0 10px 0 0;
}
div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {
  border: 0;
  padding: 0;
  margin: 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 0px;
  line-height: 18px;
  font-size: 14px;
  color: #262626;
  font-weight: 300;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
}
div.k2ItemsBlock ul li div.moduleItemExtraFields {
  margin: 0 0 5px;
}
div.moduleItemExtraFields ul {
  font-size: 90%;
  margin-left: 15px;
}
div.moduleItemExtraFields ul li h4 {
  font-size: 100%;
}
div.moduleItemExtraFields .moduleItemExtraFieldsTitle {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
  text-transform: uppercase;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 6px 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li div.moduleItemTags {
  font-size: 85%;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  border: 0;
  padding: 0;
  margin: 0 0 0 5px;
  text-decoration: none;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  font-size: 10px;
  text-transform: uppercase;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
  text-transform: uppercase;
}
.mod_k2_content_minitek .moduleItemImage {
  float: left;
  margin: 0 15px 0 0;
}
.mod_k2_content_minitek .moduleItemTitle {
  padding: 0 !important;
}
.mod_k2_content_minitek4 li {
  width: 25%;
  float: left;
  padding: 15px !important;
}
.mod_k2_content_minitek3 li {
  width: 33.3%;
  float: left;
  padding: 15px !important;
  margin-bottom: 40px;
}
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
div.k2LoginBlock fieldset.input p label {
  display: block;
}
div.k2LoginBlock fieldset.input p input {
  display: block;
}
div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.k2UserBlockActions li a {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
div.k2ArchivesBlock ul {
  padding-left: 0 !important;
}
div.k2AuthorsListBlock ul {
  list-style: none;
  margin: 0;
}
div.k2AuthorsListBlock ul li {
  padding: 10px 0;
  float: left;
  width: 100%;
}
div.k2AuthorsListBlock ul li + li {
  border-top: 1px solid #eee;
}
div.k2AuthorsListBlock ul li a.abAuthorName {
  margin-left: 10px;
}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}
div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}
table.calendar tr td.calendarDateEmpty {
  background: none;
}
table.calendar tr td.calendarToday {
  color: #262626;
}
table.calendar tr td.calendarTodayLinked a,
table.calendar tr td.calendarDateLinked a {
  color: #262626;
}
table.calendar tr td.calendarTodayLinked a:hover,
table.calendar tr td.calendarDateLinked a:hover {
  background: #262626;
  color: #fff;
}
div.k2CategorySelectBlock form select {
  width: auto;
}
div.k2CategoriesListBlock ul {
  margin: 0 0 0 12px;
  list-style: none;
}
div.k2CategoriesListBlock ul.level0 {
  padding-left: 0;
}
div.k2CategoriesListBlock ul li {
  padding: 4px 0;
}
div.k2CategoriesListBlock ul li a:hover,
div.k2CategoriesListBlock ul li a:focus {
  background: #262626;
  color: #fff;
  padding: 8px 10px;
}
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: 300;
  color: #262626;
}
div.k2SearchBlock {
  position: relative;
}
div.k2SearchBlock form {
  margin: 0;
}
div.k2SearchBlock form input.inputbox {
  width: 70%;
  margin: 0;
}
div.k2SearchBlock form input.button {
  padding: 6px;
}
div.k2SearchBlock form input.k2SearchLoading {
  background: url("../../../../templates/alexander/images/system/searchLoader.gif") no-repeat 100% 50%;
}
div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: -1px;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #eee;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}
div.k2TagCloudBlock {
  padding: 8px 0;
}
div.k2TagCloudBlock a {
  padding: 6px;
  margin: 3px 4px;
  float: left;
  display: block;
  background: #fff;
  color: #262626;
  border: 1px solid #262626;
  font-size: 15px !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  font-weight: 300;
}
div.k2TagCloudBlock a:hover {
  padding: 6px;
  float: left;
  display: block;
  background: #262626;
  color: #fff;
  text-decoration: none;
}
div.k2UsersBlock &gt; ul {
  margin: 0;
  list-style: none;
}
div.k2UsersBlock &gt; ul &gt; li {
  padding: 10px 0;
}
div.k2UsersBlock ul li h3 {
  font-size: 16px;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("../../../../templates/alexander/images/fugue/feed.png") no-repeat 50% 50%;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("../../../../templates/alexander/images/fugue/globe.png") no-repeat 50% 50%;
}
a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}
span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("../../../../templates/alexander/images/fugue/mail.png") no-repeat 50% 50%;
  overflow: hidden;
}
span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}
.k2-left-tools {
  padding: 4px 0;
  margin: 0 0 20px 0;
  font-size: 13px;
}
.k2-left-tools ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.k2-left-tools ul li {
  margin-bottom: 12px;
  display: inline;
  color: #888;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  font-weight: 300;
}
.k2-left-tools .itemHits {
  display: inline;
}
.k2-left-tools a#fontDecrease span,
.k2-left-tools a#fontIncrease span {
  display: none;
}
.k2-left-tools ul li a#fontDecrease {
  margin: 0 0 0 2px;
  color: #666666;
  text-decoration: none;
}
.k2-left-tools ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  background: url("../../../../templates/alexander/images/system/font_decrease.gif") no-repeat;
}
.k2-left-tools ul li a#fontIncrease {
  margin: 0 0 0 2px;
  color: #666666;
  text-decoration: none;
}
.k2-left-tools ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  background: url("../../../../templates/alexander/images/system/font_increase.gif") no-repeat;
}
.itemIsFeatured .itemToolbar {
  right: 20px;
}
.article-divider {
  height: 1px;
  margin: 26px 0 19px;
  overflow: hidden;
  width: 85px;
  background-color: rgba(0, 0, 0, 0.25);
}
table.calendar {
  width: 100%;
}
.latestView .componentheading {
  padding: 0;
  text-transform: none;
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 40px;
}
div.k2CategoriesListBlock ul,
div.k2ArchivesBlock ul {
  margin: 0;
  padding: 0 0 10px 5px;
  border: 0;
}
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li {
  padding: 0;
}
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover {
  background: #262626;
  color: #fff;
  padding: 8px 10px;
}
div.k2CategoriesListBlock ul li a span.catTitle,
div.k2ArchivesBlock ul li a span.catTitle {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .itemRelated,
  .itemAuthorLatest {
    width: 100% !important;
  }
}
.mnk2-3 div.catItemHeader h3.catItemTitle {
  font-size: 16px;
  line-height: 21px;
}
.mnk2-3 div.catItemHeader h3.catItemTitle {
  margin: 0 0 10px;
}
.mnk2-3 div.catItemLinks {
  margin: 0 0 10px 0;
}
.mnk2-3 div.catItemImageBlock {
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  div.itemContainer {
    width: 100% !important;
  }
}
.mnk2-1 div.catItemHeader h3.catItemTitle {
  font-size: 20px;
  line-height: 21px;
}
.mnk2-1 div.catItemHeader h3.catItemTitle {
  margin: 0 0 10px;
}
.mnk2-1 div.catItemLinks {
  margin: 0 0 10px 0;
}
.mnk2-1 div.catItemImageBlock {
  margin: 0 0 10px;
}
@media (max-width: 1387px) {
  .mnk2-1 div.catItemImageBlock {
    float: none !important;
    margin: 0 0 20px;
  }
}
.mnk2-1 div.catItemImageBlock {
  float: left;
}
.mnk2-1 div.catItemHeader,
.mnk2-1 div.catItemIntroText {
  overflow: hidden;
  padding-left: 15px;
  font-weight: 300;
}
@media (max-width: 1387px) {
  .mnk2-1 div.catItemHeader,
  .mnk2-1 div.catItemIntroText {
    padding-left: 0;
  }
}
.mnk2-1 div.catItemIntroText {
  line-height: 1.5;
  font-weight: 300;
}
.mnk2-2 .catItemImageBlock {
  position: relative;
  overflow: hidden;
}
.mnk2-2 .catItemImage {
  margin: 0;
}
.mnk2-2 .catItemImage &gt; a:hover:after {
  font-size: 110px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.mnk2-2 .catItemDetails {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  color: #eee;
  padding: 12px 15px;
}
.mnk2-2 .catItemTitle {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.mnk2-2 .catItemTitle a {
  color: #fff;
}
.mnk2-2 .catItemTitle a:hover,
.mnk2-2 .catItemTitle a:focus {
  color: #cccccc;
}
.mnk2-2 .catItemIntroText-outer {
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  margin: 0;
  margin: 0 0 5px;
}
.mnk2-2 .itemDate {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .mnk2-2 .itemDate {
    display: none;
  }
}
.mnk2-2 div.catItemReadMore {
  float: right;
}
.mnk2-2 div.catItemReadMore a {
  color: #fff;
}
.mnk2-2 div.catItemReadMore a:hover,
.mnk2-2 div.catItemReadMore afocus {
  text-decoration: underline;
}
#k2Container.mn-k2-category {
  padding: 0;
}
#k2Container.mn-k2-category .itemListCategoriesBlock {
  margin: 0;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0;
  margin-left: 10px;
  border-bottom: 1px solid #EAEAEA;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory img {
  float: left;
  display: block;
  background: #fff;
  padding: 0px;
  border: 0;
  margin: 0 15px 10px 0;
  width: auto !important;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory h2 {
  padding: 0;
  text-transform: none;
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory p {
  line-height: 1.8;
  margin: 0;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories {
  margin: 0;
  padding: 0px;
  background: none;
}
@media screen and (max-width: 767px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories {
    padding: 0;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer {
  float: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer {
    width: 100% !important;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory {
  background: #fff;
  position: relative;
  padding: 0;
  border: 0;
  margin: 3px;
  height: auto !important;
  color: #fff;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage {
  position: relative;
  overflow: hidden;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage img {
  background: #fff;
  padding: 0px;
  border: none;
  margin: 0;
  width: 100%;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage-hoverbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  font-size: 50px;
  color: #fff;
  overflow: hidden;
  background: transparent;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory:hover .subCategoryImage-hoverbox,
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory:focus .subCategoryImage-hoverbox {
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  opacity: 1;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCatTitle {
  -moz-box-sizing: border-box;
  display: block;
  font-size: 28px;
  background: none;
  overflow: hidden;
  text-align: center;
  text-indent: 0 !important;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  color: #262626;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory h2 {
  padding: 15px 30px;
  margin: 0;
  font-size: 25px;
  z-index: 1;
  font-weight: 300;
  display: inline-block;
  background: none;
  color: #262626;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory h2 {
    text-align: center;
    font-size: 18px;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCatDescription {
  padding: 0 15px;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryMore {
  margin-top: 15px;
  color: #000000;
  padding: 0 15px;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryMore:hover,
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryMore:focus {
  color: #fff;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory:hover h2 {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  background: #262626;
  color: #262626;
  background: none;
  opacity: 1;
}
.view-item .t3-mainbody .t3-content .mn-portfolio {
  margin-top: 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemAuthorLatest {
  width: auto;
  padding: 10px 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemList {
  padding-top: 25px;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody {
  margin: 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemImage {
  margin-bottom: 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header {
  border-bottom: 2px solid #262626;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header {
    border-bottom: 0px solid #262626;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemTitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  border-right: 2px solid #262626;
  margin: 0;
  padding: 15px;
  color: #262626;
}
@media screen and (max-width: 991px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemTitle {
    border-right: 0px solid #262626;
    border-bottom: 2px solid #262626;
    text-align: right;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: right;
  padding: 15px;
  display: block;
}
@media screen and (max-width: 991px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory {
    border-bottom: 2px solid #262626;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory span {
  font-weight: 500;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory a {
  color: #262626;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory a:hover,
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory a:focus {
  color: #000000;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-itemText {
  text-align: justify;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemTagsBlock .tag-title {
  padding: 15px 15px 15px 0;
  font-size: 25px;
  font-weight: 800;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemTagsBlock ul li a {
  background: transparent;
  border: 2px solid #262626;
  color: #262626;
  font-size: 18px !important;
  font-weight: 500;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemTagsBlock ul li a:hover,
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemTagsBlock ul li a:focus {
  background: #262626;
  color: #fff;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated {
  width: auto !important;
  padding: 25px 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated h3 {
  font-size: 25px;
  font-weight: 800;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li {
  width: 50%;
  border-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li {
    width: 100%;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li.even {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li.even {
    padding: 0;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li.odd {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li.odd {
    padding: 0;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li a.itemRelTitle {
  font-weight: 400;
  color: #262626;
  line-height: 25px;
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li a.itemRelTitle:hover,
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li a.itemRelTitle:focus {
  color: #000000;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li a.itemRelTitle i {
  margin-right: 10px;
  font-size: 25px;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li .itemRelImg {
  max-width: 100% !important;
  width: 100% !important;
}
.mn-blog .itemBody {
  margin: 0;
}
.mn-blog .mn-blog-left {
  height: 100%;
  padding: 0;
}
.mn-blog .mn-blog-left .itemImage {
  margin-bottom: 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.mn-blog .mn-blog-right {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  padding: 40px;
}
.mn-blog .mn-off {
  border-top: 2px solid #000000;
  display: inline-block;
  width: 100%;
}
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  display: none;
}
div.k2Pagination ul li.active a {
  background: #262626;
}
.tm-navbar-bg .tm-navbar {
  background: #ffffff;
}
html {
  overflow-y: scroll;
}
body {
  position: relative;
  padding-bottom: 8px;
  background: #ffffff;
}
body::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 8px;
  background-image: -webkit-linear-gradient(left, #034886, #034987);
  background-image: linear-gradient(to right, #034886, #034987);
  background-color: #d21729;
}
.uk-notouch body {
  min-height: 100vh;
}
.tm-block-padding,
.tm-block-large-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .tm-block-large-padding {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .tm-block-large-padding .uk-margin-large {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .tm-block-large-padding .uk-subnav + [class*='uk-grid'] {
    margin-top: 70px;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .tm-block-large-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tm-block-default {
  background-color: #ffffff;
}
.tm-block-light {
  background-color: #ffffff;
}
.tm-block-dark {
  background-color: #262424;
}
.tm-block-gradient {
  background-image: -webkit-linear-gradient(-10deg, #ffffff, #fafafa);
  background-image: linear-gradient(100deg, #ffffff, #fafafa);
  background-color: #fcfcfc;
}
.tm-block-primary {
  background-color: #034987;
}
.tm-block-primary-gradient {
  background-image: -webkit-linear-gradient(top, #034886, #034987);
  background-image: linear-gradient(to bottom, #034886, #034987);
  background-color: #d21729;
}
.tm-block-primary-gradient-intensive {
  background-image: -webkit-linear-gradient(-35deg, #034886, #034987);
  background-image: linear-gradient(125deg, #034886, #034987);
  background-color: #d21729;
}
.tm-block-texture {
  position: relative;
  border-bottom: 0 solid rgba(0, 0, 0, 0.04);
}
.tm-block-noise {
  background: url("../../../images/texture/noise.png") repeat;
}
.tm-block-light &gt; .tm-block-noise {
  background-color: rgba(255, 255, 255, 0.7);
}
.tm-block-lowpoly {
  background: url("../../../images/texture/lowpoly.png") repeat;
}
.tm-block-wall {
  background: url("../../../images/texture/wall.png") repeat;
}
[class*='tm-block-primary'] &gt; .tm-block-wall {
  background: url("../../../images/texture/wall_color.png") repeat;
}
.uk-container {
  position: relative;
  z-index: 4;
}
.tm-container-100 {
  padding: 0;
}
@media (min-width: 1200px) {
  .tm-container-100 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .tm-container-90 {
    max-width: 90%;
  }
  .tm-container-80 {
    max-width: 80%;
  }
  .tm-container-75 {
    max-width: 75%;
  }
}
@media (min-width: 959px) and (max-width: 1199px) {
  .tm-container-100 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .tm-container-90 {
    max-width: 100%;
  }
  .tm-container-80 {
    max-width: 100%;
  }
  .tm-container-75 {
    max-width: 100%;
  }
}
.tm-navbar {
  position: relative;
  z-index: 6;
}
.tm-navbar .uk-button {
  padding: 0 10px;
}
.tm-navbar .tm-container-100 {
  padding: 0 25px;
}
.tm-navbar .tm-navbar-center {
  max-width: 100%;
}
.uk-sticky-placeholder {
  position: relative;
  z-index: 7;
}
.tm-navbar-attached {
  background: #262424;
}
.uk-nav-search {
  text-align: left;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) {
  color: #c3f6fe;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li &gt; a {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li &gt; a::before {
  background: rgba(0, 0, 0, 0);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li:hover &gt; a,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li &gt; a:focus,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li.uk-open &gt; a {
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li:hover &gt; a::before,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li &gt; a:focus::before,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li.uk-open &gt; a::before {
  background: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li &gt; a:active {
  color: rgba(195, 246, 254, 0.5);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li &gt; a:active::before {
  background: #c3f6fe;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li.uk-active &gt; a {
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav &gt; li.uk-active &gt; a::before {
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-brand {
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-brand:hover,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-brand:focus {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-toggle {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-toggle:hover,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-toggle:focus {
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-search:before {
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-search-field {
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-search-field:-ms-input-placeholder {
  color: rgba(195, 246, 254, 0.7) !important;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-search-field::-moz-placeholder {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-search-field::-webkit-input-placeholder {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-button {
  height: 38px;
  padding: 0 9px;
  line-height: 38px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0);
  background-image: none;
  box-shadow: inherit;
  color: #ffffff;
  text-shadow: inherit;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-button:hover {
  border-color: rgba(255, 255, 255, 0);
  background: #ffffff;
  color: #034987;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-button:active {
  border-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.8);
  color: #034987;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown::before {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-navbar &gt; li &gt; a {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-navbar &gt; li &gt; a:hover {
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-navbar &gt; li &gt; a:active {
  color: rgba(195, 246, 254, 0.5);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-navbar &gt; li.uk-active &gt; a {
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-search &gt; li &gt; a {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-search &gt; li.uk-active &gt; a {
  background: rgba(195, 246, 254, 0.2);
  color: #ffffff;
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-search .uk-nav-header {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-search .uk-nav-divider {
  border-top-color: rgba(195, 246, 254, 0.1);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-search ul a {
  color: rgba(195, 246, 254, 0.7);
}
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar-centered:not(.tm-navbar-attached) .uk-dropdown .uk-nav-search ul a:hover {
  color: #ffffff;
}
.tm-navbar-bg .tm-navbar {
  background: #262424;
}
.tm-navbar-content {
  padding: 0;
}
.tm-navbar-toggle {
  position: relative;
  margin-left: -25px;
  padding: 0 25px;
  z-index: 8;
}
.tm-navbar-centered .uk-dropdown {
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tm-navbar-centered .uk-dropdown:before {
  left: calc(50% - 10px);
}
.tm-navbar-centered .uk-dropdown .uk-dropdown-grid &gt; div {
  padding: 0 25px;
}
.tm-navbar-centered .uk-dropdown .uk-nav-navbar &gt; li &gt; a {
  min-width: 120px;
  text-align: center;
}
@media (min-width: 767px) {
  .tm-fullscreen {
    padding: 0;
  }
  .tm-fullscreen .tm-header-container {
    height: 100vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .tm-fullscreen .tm-header-container::before,
  .tm-fullscreen .tm-header-container::after {
    display: none;
  }
  .tm-fullscreen .tm-header-container &gt; .uk-grid {
    width: 100%;
    margin-left: 0;
  }
  .tm-fullscreen .tm-header-container &gt; .uk-grid &gt; * {
    padding-left: 0;
  }
  .tm-fullscreen .tm-navbar + .tm-header-container,
  .tm-fullscreen .tm-navbar + .tm-header-container .uk-slideshow-fullscreen,
  .tm-fullscreen .tm-navbar + .tm-header-container .uk-slideshow-fullscreen &gt; li {
    height: calc(100vh - 100px);
  }
  .tm-fullscreen .uk-sticky-placeholder + .tm-header-container {
    margin-top: -100px;
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1), only screen and (max--moz-device-pixel-ratio: 1), only screen and (-o-max-device-pixel-ratio: 1), only screen and (max-device-pixel-ratio: 1) {
  .tm-stalker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    border-top-color: #ffffff;
    border-bottom-color: #fafafa;
  }
  .tm-stalker canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
[class*='tm-block-primary'] .tm-stalker {
  border-top-color: rgba(215, 24, 42, 0.7);
  border-bottom-color: rgba(206, 23, 40, 0.3);
}
.tm-smoothscroll-bar {
  position: fixed;
  top: 0;
  right: 40px;
  bottom: 0;
  width: 12px;
  z-index: 7;
}
.tm-main-top + .tm-content,
.tm-content + .tm-main-bottom {
  margin-top: 25px;
}
@media (min-width: 1219px) {
  .tm-main-top + .tm-content,
  .tm-content + .tm-main-bottom {
    margin-top: 40px;
  }
}
.tm-block-footer {
  position: relative;
}
.tm-block-footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.tm-block-footer .tm-footer {
  position: relative;
  padding-top: 40px;
  color: rgba(90, 90, 90, 0.7);
  font-size: 14px;
  text-align: center;
}
.tm-block-footer .tm-footer .tm-totop-scroller {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  z-index: 1000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #4e4e4e;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tm-block-footer .tm-footer .tm-totop-scroller::after {
  content: "\e601";
  font-family: 'helios';
}
.tm-block-footer .tm-footer .tm-totop-scroller:hover,
.tm-block-footer .tm-footer .tm-totop-scroller:focus {
  color: #818181;
  font-size: 16px;
  outline: none;
  /* 2 */
  text-decoration: none;
}
.tm-block-footer .tm-footer .tm-totop-scroller:active {
  color: #353535;
  font-size: 13px;
}
.tm-block-footer .tm-footer-top .uk-panel .uk-icon-button::before {
  background: #262424;
}
.tm-block-footer .tm-footer-top .uk-panel .uk-icon-button:active::before {
  background: rgba(0, 0, 0, 0);
}
.tm-block-footer .tm-divider {
  margin-top: 40px;
  margin-bottom: 40px;
    background:#ddd;
}
.tm-block-footer .tm-footer-top + .tm-footer,
.tm-block-footer .tm-footer-bottom + .tm-footer {
  margin-top: 80px;
}
@media (max-width: 959px) {
  .tm-block-footer .uk-text-right,
  .tm-block-footer .uk-text-left {
    text-align: center !important;
  }
}
[class^="tm-grid-stack-"] .uk-panel {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tm-grid-stack-left .uk-text-center {
  text-align: left !important;
}
.tm-grid-stack-right .uk-text-center {
  text-align: right !important;
}
@media (max-width: 1219px) {
  .tm-grid-stack-left h3.uk-h1,
  .tm-grid-stack-right h3.uk-h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .tm-grid-stack-left .tm-text-medium,
  .tm-grid-stack-right .tm-text-medium {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 960px) {
  .tm-grid-stack-left .uk-panel,
  .tm-grid-stack-right .uk-panel {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.tm-grid-icons-helios .tm-icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 1px;
  margin: 25px auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(-75deg, #034886, #034987);
  background-image: linear-gradient(155deg, #034886, #034987);
  z-index: 2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tm-grid-icons-helios .tm-icon::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 40px;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tm-grid-icons-helios .tm-icon [class^="tm-icon-helios-"],
.tm-grid-icons-helios .tm-icon [class*=" tm-icon-helios-"],
.tm-grid-icons-helios .tm-icon [class*='uk-icon-'] {
  z-index: 2;
  color: #034987;
  font-size: 32px;
  line-height: 79px;
}
.tm-grid-icons-helios .uk-panel:hover .tm-icon {
  background-image: -webkit-linear-gradient(-75deg, #034886, #034987);
  background-image: linear-gradient(155deg, #034886, #034987);
  cursor: pointer;
}
.tm-grid-icons-helios .uk-panel:hover .tm-icon::before {
  opacity: 0;
}
.tm-grid-icons-helios .uk-panel:hover .tm-icon [class^="tm-icon-helios-"],
.tm-grid-icons-helios .uk-panel:hover .tm-icon [class*=" tm-icon-helios-"],
.tm-grid-icons-helios .uk-panel:hover .tm-icon [class*='uk-icon-'] {
  color: #ffffff;
}
.tm-grid-icons-helios .uk-panel:active .tm-icon {
  background-image: -webkit-linear-gradient(-75deg, #034886, #034987);
  background-image: linear-gradient(155deg, #034886, #034987);
  box-shadow: inset 3px 3px 8px rgba(39, 11, 13, 0.5);
}
.tm-grid-icons-helios .uk-panel:active .tm-icon::before {
  opacity: 0;
}
.tm-grid-icons-helios .uk-panel:active .tm-icon [class^="tm-icon-helios-"],
.tm-grid-icons-helios .uk-panel:active .tm-icon [class*=" tm-icon-helios-"],
.tm-grid-icons-helios .uk-panel:active .tm-icon [class*='uk-icon-'] {
  color: #ffffff;
}
.tm-gallery &gt; div &gt; .uk-panel {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0);
}
.tm-gallery &gt; div &gt; .uk-panel:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0);
}
.tm-pricing-table &gt; :nth-child(2) &gt; .uk-panel-box {
  border-color: #f2f2f2;
  background: #ffffff;
  color: #4e4e4e;
}
.tm-pricing-table &gt; :nth-child(2) &gt; .uk-panel-box .uk-panel-title {
  color: #222222;
}
.tm-text-medium {
  font-size: 19px;
  line-height: 29px;
}
.tm-text-uppercase {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tm-subnav-bullet {
  margin-top: 0;
}
.tm-subnav-bullet &gt; li {
  display: inline;
  min-width: 30%;
  width: 30%;
  margin-top: 0;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.tm-subnav-bullet &gt; li::before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 8px;
  color: #034886;
}
.tm-subnav-bullet &gt; li:nth-child(3n+2)::before {
  color: #034987;
}
.tm-subnav-bullet &gt; li:nth-child(3n+3)::before {
  color: #034987;
}
.tm-subnav-bullet &gt; li &gt; a {
  padding-left: 10px;
  color: #5a5a5a;
}
@media (max-width: 767px) {
  .tm-subnav-bullet &gt; li {
    min-width: 50%;
    width: 50%;
  }
}
.uk-panel-box:not(.uk-panel-box-primary).tm-panel-line,
.tm-panel-line &gt; div &gt; .uk-panel-box:not(.uk-panel-box-primary) {
  position: relative;
}
.uk-panel-box:not(.uk-panel-box-primary).tm-panel-line::before,
.tm-panel-line &gt; div &gt; .uk-panel-box:not(.uk-panel-box-primary)::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  background-image: -webkit-linear-gradient(left, #034886, #034987);
  background-image: linear-gradient(to right, #034886, #034987);
  background-color: #d21729;
}
.tm-contrast a.uk-link-muted,
.tm-contrast .tm-subnav-bullet &gt; li &gt; a,
.tm-contrast .tm-article-meta &gt; a {
  color: rgba(255, 255, 255, 0.6);
}
.tm-contrast h1,
.tm-contrast h2,
.tm-contrast h3,
.tm-contrast h4,
.tm-contrast h5,
.tm-contrast h6,
.tm-contrast p,
.tm-contrast code,
.tm-contrast strong,
.tm-contrast del,
.tm-contrast em,
.tm-contrast q,
.tm-contrast abbr,
.tm-contrast dfn,
.tm-contrast .uk-article-title,
.tm-contrast .uk-article-title &gt; a,
.tm-contrast .uk-article-meta a:hover,
.tm-contrast .tm-article-edit a:hover,
.tm-contrast .uk-text-primary,
.tm-contrast .uk-list &gt; li,
.tm-contrast .uk-table td,
.tm-contrast .uk-table th,
.tm-contrast .uk-description-list-line &gt; dt,
.tm-contrast .uk-tab &gt; li &gt; a,
.tm-contrast .uk-tab &gt; li &gt; a:hover,
.tm-contrast .uk-tab &gt; li &gt; a:focus,
.tm-contrast .uk-tab &gt; li.uk-open &gt; a,
.tm-contrast .uk-tab &gt; li.uk-active &gt; a,
.tm-contrast .uk-breadcrumb &gt; li,
.tm-contrast .uk-subnav &gt; * &gt; *:hover,
.tm-contrast .uk-subnav &gt; * &gt; *:focus,
.tm-contrast .uk-subnav &gt; .uk-active &gt; *,
.tm-contrast .tm-totop-scroller:hover,
.tm-contrast .tm-totop-scroller:active {
  color: #ffffff !important;
}
.tm-contrast .uk-text-muted,
.tm-contrast .uk-article-meta,
.tm-contrast .uk-article-meta a,
.tm-contrast .tm-article-edit a,
.tm-contrast .uk-disabled,
.tm-contrast .uk-table caption,
.tm-contrast .uk-description-list-line &gt; dd,
.tm-contrast .uk-tab &gt; li.uk-disabled &gt; a,
.tm-contrast .uk-nav-side .uk-nav-header,
.tm-contrast blockquote small,
.tm-contrast .uk-breadcrumb &gt; li:not(.uk-active) &gt; span,
.tm-contrast .uk-subnav &gt; * &gt; *,
.tm-contrast .uk-subnav &gt; .uk-disabled &gt; *,
.tm-contrast .tm-totop-scroller {
  color: rgba(255, 255, 255, 0.6) !important;
}
.tm-contrast pre,
.tm-contrast base,
.tm-contrast :not(pre) &gt; code,
.tm-contrast .uk-list-striped &gt; li:nth-of-type(odd),
.tm-contrast .uk-table-striped tbody tr:nth-of-type(odd),
.tm-contrast .uk-tab &gt; li.uk-active &gt; a,
.tm-contrast .uk-alert:not([class*='uk-alert-']),
.tm-contrast .uk-badge:not([class*='uk-badge-']),
.tm-contrast .uk-subnav-pill &gt; * &gt; *:hover,
.tm-contrast .uk-subnav-pill &gt; * &gt; *:focus,
.tm-contrast .uk-comment-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none;
}
.tm-contrast .uk-table-hover tbody tr:hover,
.tm-contrast .uk-tab &gt; li &gt; a:hover,
.tm-contrast .uk-tab &gt; li &gt; a:focus,
.tm-contrast .uk-tab &gt; li.uk-open &gt; a {
  background: rgba(255, 255, 255, 0.15);
}
.tm-contrast .uk-subnav-pill &gt; .uk-active &gt; * {
  background: #ffffff !important;
  background-image: none;
  box-shadow: none;
  color: #034987 !important;
  text-shadow: none;
}
.tm-contrast .uk-progress {
  background: rgba(0, 0, 0, 0.06);
}
.tm-contrast .uk-button:not(.tm-button-navbar) {
  height: 38px;
  line-height: 38px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0);
  background-image: none;
  box-shadow: inherit;
  color: #ffffff;
  text-shadow: inherit;
}
.tm-contrast .uk-button:not(.tm-button-navbar):hover {
  border-color: rgba(255, 255, 255, 0);
  background: #ffffff;
  color: #034987;
}
.tm-contrast .uk-button:not(.tm-button-navbar):active {
  border-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.8);
  color: #034987;
}
.tm-contrast .uk-button-large {
  height: 48px !important;
  line-height: 48px !important;
}
.tm-contrast .uk-nav-side &gt; li &gt; a {
  background: rgba(255, 255, 255, 0.1);
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  text-shadow: none;
}
.tm-contrast .uk-nav-side &gt; li &gt; a:hover,
.tm-contrast .uk-nav-side &gt; li &gt; a:focus {
  background: rgba(255, 255, 255, 0.15);
}
.tm-contrast .uk-nav-side &gt; li.uk-active &gt; a {
  background: #ffffff;
  background-image: none;
  box-shadow: none;
  color: #034987;
  text-shadow: none;
}
.tm-contrast .uk-nav-side ul a {
  color: rgba(255, 255, 255, 0.5);
}
.tm-contrast .uk-nav-side ul a:hover {
  color: #ffffff;
}
.tm-contrast .uk-icon-button,
.tm-contrast .uk-pagination &gt; li &gt; a,
.tm-contrast .uk-pagination &gt; li &gt; span {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0);
  background-image: none;
  box-shadow: inherit;
  color: #ffffff;
  text-shadow: inherit;
}
.tm-contrast .uk-icon-button::before,
.tm-contrast .uk-pagination &gt; li &gt; a::before,
.tm-contrast .uk-pagination &gt; li &gt; span::before {
  background: rgba(0, 0, 0, 0) !important;
  background-image: none !important;
}
.tm-contrast .uk-icon-button:hover,
.tm-contrast .uk-icon-button:focus,
.tm-contrast .uk-pagination &gt; li &gt; a:hover,
.tm-contrast .uk-pagination &gt; li &gt; a:focus {
  border-color: rgba(255, 255, 255, 0);
  background: #ffffff;
  color: #034987;
}
.tm-contrast .uk-icon-button:active,
.tm-contrast .uk-pagination &gt; li &gt; a:active,
.tm-contrast .uk-pagination &gt; .uk-active &gt; span {
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.8);
  color: #034987;
}
.tm-contrast .uk-pagination &gt; .uk-active &gt; span::before,
.tm-contrast .uk-pagination &gt; .uk-disabled &gt; span:before {
  background: rgba(0, 0, 0, 0) !important;
  background-image: none !important;
}
.tm-contrast .uk-pagination &gt; .uk-disabled &gt; span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.5);
}
.tm-contrast .tm-panel-line::before,
.tm-contrast .uk-tab &gt; li &gt; a::before {
  display: none;
}
.tm-contrast .uk-panel-header,
.tm-contrast .uk-panel {
  color: #ffffff;
}
.tm-contrast .uk-panel-header p:not([class]),
.tm-contrast .uk-panel p:not([class]) {
  color: #ffffff !important;
}
.tm-contrast .uk-form select,
.tm-contrast .uk-form textarea,
.tm-contrast .uk-form input:not([type]),
.tm-contrast .uk-form input[type="text"],
.tm-contrast .uk-form input[type="password"],
.tm-contrast .uk-form input[type="datetime"],
.tm-contrast .uk-form input[type="datetime-local"],
.tm-contrast .uk-form input[type="date"],
.tm-contrast .uk-form input[type="month"],
.tm-contrast .uk-form input[type="time"],
.tm-contrast .uk-form input[type="week"],
.tm-contrast .uk-form input[type="number"],
.tm-contrast .uk-form input[type="email"],
.tm-contrast .uk-form input[type="url"],
.tm-contrast .uk-form input[type="search"],
.tm-contrast .uk-form input[type="tel"],
.tm-contrast .uk-form input[type="color"] {
  border-color: #ffffff;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.tm-contrast .uk-form select:focus,
.tm-contrast .uk-form textarea:focus,
.tm-contrast .uk-form input:not([type]):focus,
.tm-contrast .uk-form input[type="text"]:focus,
.tm-contrast .uk-form input[type="password"]:focus,
.tm-contrast .uk-form input[type="datetime"]:focus,
.tm-contrast .uk-form input[type="datetime-local"]:focus,
.tm-contrast .uk-form input[type="date"]:focus,
.tm-contrast .uk-form input[type="month"]:focus,
.tm-contrast .uk-form input[type="time"]:focus,
.tm-contrast .uk-form input[type="week"]:focus,
.tm-contrast .uk-form input[type="number"]:focus,
.tm-contrast .uk-form input[type="email"]:focus,
.tm-contrast .uk-form input[type="url"]:focus,
.tm-contrast .uk-form input[type="search"]:focus,
.tm-contrast .uk-form input[type="tel"]:focus,
.tm-contrast .uk-form input[type="color"]:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #034987;
}
.tm-contrast .uk-form select:disabled,
.tm-contrast .uk-form textarea:disabled,
.tm-contrast .uk-form input:not([type]):disabled,
.tm-contrast .uk-form input[type="text"]:disabled,
.tm-contrast .uk-form input[type="password"]:disabled,
.tm-contrast .uk-form input[type="datetime"]:disabled,
.tm-contrast .uk-form input[type="datetime-local"]:disabled,
.tm-contrast .uk-form input[type="date"]:disabled,
.tm-contrast .uk-form input[type="month"]:disabled,
.tm-contrast .uk-form input[type="time"]:disabled,
.tm-contrast .uk-form input[type="week"]:disabled,
.tm-contrast .uk-form input[type="number"]:disabled,
.tm-contrast .uk-form input[type="email"]:disabled,
.tm-contrast .uk-form input[type="url"]:disabled,
.tm-contrast .uk-form input[type="search"]:disabled,
.tm-contrast .uk-form input[type="tel"]:disabled,
.tm-contrast .uk-form input[type="color"]:disabled {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.5);
}
.tm-contrast .uk-form-icon &gt; [class*='uk-icon-'] {
  color: #6f141c;
}
.tm-contrast .uk-form :-ms-input-placeholder {
  color: #ffffff !important;
}
.tm-contrast .uk-form ::-moz-placeholder {
  color: #ffffff;
}
.tm-contrast .uk-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.tm-contrast .uk-form :disabled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.tm-contrast .uk-form :disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tm-contrast .uk-form :disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tm-contrast .uk-form-danger {
  border-color: #ff283c !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
}
.tm-contrast .uk-form-success {
  border-color: #e7283a !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
}
.tm-contrast .uk-form-blank:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.tm-contrast .uk-form legend {
  color: #ffffff;
}
.tm-contrast .uk-panel-box {
  color: #4e4e4e !important;
}
.tm-contrast .uk-panel-box h1,
.tm-contrast .uk-panel-box h2,
.tm-contrast .uk-panel-box h3,
.tm-contrast .uk-panel-box h4,
.tm-contrast .uk-panel-box h5,
.tm-contrast .uk-panel-box h6,
.tm-contrast .uk-panel-box .uk-panel-title {
  color: #222222 !important;
}
.tm-contrast .uk-panel-box p {
  color: #4e4e4e !important;
}
.tm-contrast .uk-panel-box-primary {
  color: #ffffff !important;
}
.tm-contrast .uk-panel-box-primary h1,
.tm-contrast .uk-panel-box-primary h2,
.tm-contrast .uk-panel-box-primary h3,
.tm-contrast .uk-panel-box-primary h4,
.tm-contrast .uk-panel-box-primary h5,
.tm-contrast .uk-panel-box-primary h6,
.tm-contrast .uk-panel-box-primary .uk-panel-title {
  color: #ffffff !important;
}
.tm-contrast .uk-panel-box-primary p {
  color: #ffffff !important;
}
.tm-contrast .uk-panel-box-secondary {
  color: #4e4e4e !important;
}
.tm-contrast .uk-panel-box-secondary h1,
.tm-contrast .uk-panel-box-secondary h2,
.tm-contrast .uk-panel-box-secondary h3,
.tm-contrast .uk-panel-box-secondary h4,
.tm-contrast .uk-panel-box-secondary h5,
.tm-contrast .uk-panel-box-secondary h6,
.tm-contrast .uk-panel-box-secondary .uk-panel-title {
  color: #222222 !important;
}
.tm-contrast .uk-panel-box-secondary p {
  color: #4e4e4e !important;
}
.tm-contrast .uk-alert {
  color: #ffffff !important;
}
.tm-contrast .uk-alert h1,
.tm-contrast .uk-alert h2,
.tm-contrast .uk-alert h3,
.tm-contrast .uk-alert h4,
.tm-contrast .uk-alert h5,
.tm-contrast .uk-alert h6,
.tm-contrast .uk-alert .uk-panel-title {
  color: #ffffff !important;
}
.tm-contrast .uk-alert p {
  color: #ffffff !important;
}
.tm-article-blog .tm-content &gt; .uk-grid {
  margin-left: 0;
}
.tm-article-blog .tm-content &gt; .uk-grid &gt; * {
  padding-left: 0;
}
.tm-article-blog .tm-content &gt; .uk-grid + .uk-grid,
.tm-article-blog .tm-content &gt; .uk-grid &gt; div {
  margin-top: 0 !important;
}
.tm-article-blog .tm-article-image,
.tm-article-blog .tm-article-image-single-view,
.tm-article-blog .tm-article-image-align {
  position: relative;
  height: 400px;
  background-repeat: none !important;
  background-position: 50% !important;
  background-size: cover !important;
}
.tm-article-blog .tm-article-image &gt; div,
.tm-article-blog .tm-article-image-single-view &gt; div,
.tm-article-blog .tm-article-image-align &gt; div {
  z-index: 2;
}
.tm-article-blog .tm-article-image + .tm-article-content {
  display: none;
}
.tm-article-blog .tm-article-image-single-view {
  width: 100%;
}
.tm-article-blog .tm-article-image .tm-article-title,
.tm-article-blog .tm-article-image .tm-article-meta,
.tm-article-blog .tm-article-image .tm-article-more,
.tm-article-blog .tm-article-image .tm-article-edit {
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tm-article-blog [class*='tm-article-image']:not(.tm-article-image-align)::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0.4;
  background: #262424;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 1;
}
.tm-article-blog .tm-article-image-single-view:not(.tm-article-image-align)::before {
  background: #262424;
  opacity: 0.4;
}
.tm-article-blog .tm-article-image:hover::before {
  background: #034987;
  opacity: 0.7;
}
.tm-article-blog .tm-article-image:hover .tm-article-title,
.tm-article-blog .tm-article-image:hover .tm-article-meta,
.tm-article-blog .tm-article-image:hover .tm-article-more,
.tm-article-blog .tm-article-image:hover .tm-article-edit {
  opacity: 1;
}
.tm-article-blog .tm-article-content {
  margin-top: 25px;
}
.tm-article-blog .tm-article-comment {
  position: absolute;
  top: 40px;
  right: 40px;
  min-width: 15px;
  min-height: 15px;
  padding: 10px 15px;
  background: #034987;
  border-radius: 2px;
  text-align: center;
}
.tm-article-blog .tm-article-comment &gt; * {
  color: #ffffff;
}
.tm-article-blog .uk-article + .uk-article {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.tm-article-blog .uk-article:not(.tm-article):last-child {
  margin-bottom: 40px;
  border-bottom: none;
}
.tm-article-blog .uk-pagination {
  margin: 40px auto;
}
.tm-page-title-false .tm-content &gt; .uk-article &gt; .uk-article-title {
  display: none;
}
.tm-error-icon {
  font-size: 250px;
}
.tm-error-headline {
  font-size: 100px;
}
.tm-offline {
  width: 300px;
}
.tm-socialbuttons {
  line-height: 1;
}
.tm-socialbuttons &gt; div {
  margin-right: 10px;
  float: left;
}
.alignleft {
  display: block;
  margin-right: 25px;
  float: left;
}
.alignright {
  display: block;
  margin-left: 25px;
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tm-fullscreen {
  height: 450px;
  border-top: none;
}
.tm-heading-box:after {
  display: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uk-heading-large {
  color: #034987;
  font-size: 35px;
  line-height: 50px;
}
.b-featured-bottom-b {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.b-careers-jumbo {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #e21836;
  text-shadow: rgba(0, 0, 0, 0.2) 3px 3px 3px;
  -webkit-text-stroke: 1px #d70f2d;
  text-stroke: 1px #d70f2d;
}
@media (max-width: 959px) {
  .contentpane &gt; wrapper {
    max-width: 100%;
  }
  .uk-heading-large {
    font-size: 25px;
    line-height: 30px;
  }
  .tm-top-a {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .b-careers-jumbo {
    font-size: 20px;
    line-height: 20px;
  }
  .uk-heading-large {
    font-size: 25px;
    line-height: 35px;
  }
}
/* general styles */
.top {
  height: auto;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.accolo_bodybold {
  font-family: 'Open Sans', Arial;
  color: #404040;
  font-size: 14px;
}
.accolo_bodytext {
  vertical-align: middle;
  color: #404040;
}
/* link and text styles */
.accolo_textStyle {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.accolo_selectStyle {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.accolo_linkText:link {
  font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #cc0033;
  text-decoration: none;
}
.accolo_linkText:hover {
  font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #cc0033;
  text-decoration: underline;
}
.accolo_joblink:link {
  vertical-align: middle;
  font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #cc0033;
  text-decoration: none;
}
.accolo_joblink:hover {
  vertical-align: middle;
  font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #cc0033;
  text-decoration: underline;
}
.accolo_Text {
  color: #404040;
}
/* table styles */
.accolo_result_table {
  padding: 5px;
}
.accolo_tableheader {
  font: bold 16px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #cc0033;
  height: 11px;
  text-align: left;
  horizontal-align: left;
  vertical-align: middle;
  padding: 10px;
}
.accolo_altrow {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #777;
  background-color: #ececec;
  vertical-align: middle;
  line-height: 30px;
}
.accolo_regrow {
  font-size: 12px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #777;
  vertical-align: middle;
  line-height: 30px;
}
.accolo_joblocation {
  font-size: 12px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #777;
  vertical-align: middle;
}
/* curved corners and box styles */
.accolo_topleft {
  background-image: url('http://static.hiring.accolo.com/images/cjobs/leftboxcorner_top.gif');
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
}
.accolo_topright {
  background-image: url('http://static.hiring.accolo.com/images/cjobs/rightboxcorner_top.gif');
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
}
.accolo_boxtop {
  background-image: url('http://static.hiring.accolo.com/images/cjobs/topline_grey.gif');
  background-repeat: repeat-x;
}
.accolo_boxleft {
  background-image: url('http://static.hiring.accolo.com/images/cjobs/leftline_grey.gif');
  background-repeat: repeat-y;
}
.accolo_boxright {
  background-image: url('http://static.hiring.accolo.com/images/cjobs/rightline_grey.gif');
  background-repeat: repeat-y;
}
.accolo_boxbottom {
  background-image: url('http://static.hiring.accolo.com/images/cjobs/bottomline_grey.gif');
  background-repeat: repeat-x;
}
.accolo_bottomleft {
  background-image: url('http://static.hiring.accolo.com/images/cjobs/leftboxcorner_bottom.gif');
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
}
.accolo_bottomright {
  background-image: url('http://static.hiring.accolo.com/images/cjobs/rightboxcorner_bottom.gif');
  background-repeat: no-repeat;
  height: 6px;
  width: 7px;
}
/* graphics */
.accolo_img_ascending {
  background-image: url('http://members.accolo.com/a02/images/ascending.gif');
  background-repeat: no-repeat;
  height: 8px;
  width: 8px;
  cursor: pointer ;
  vertical-align: middle;
}
.accolo_img_descending {
  background-image: url('http://members.accolo.com/a02/images/descending.gif');
  background-repeat: no-repeat;
  height: 8px;
  width: 8px;
  cursor: pointer;
  vertical-align: middle;
}
</pre></body></html>