.ar-square {
	position: relative;
}
.ar-square:before {
	display: block;
	height: 0;
	content: "";
	width: 100%;
	padding-top: calc(100%);
}
.ar-square > .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.ar-16-9 {
	position: relative;
}
.ar-16-9:before {
	display: block;
	height: 0;
	content: "";
	width: 100%;
	padding-top: calc(56.25%);
}
.ar-16-9 > .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.ar-4-3 {
	position: relative;
}
.ar-4-3:before {
	display: block;
	height: 0;
	content: "";
	width: 100%;
	padding-top: calc(75%);
}
.ar-4-3 > .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@media (max-width: 639px) {
	.ar-xsmall-reset:before {
		padding-top: 0 !important;
	}
	.ar-xsmall-reset > .content {
		position: static;
	}
}
@media (min-width: 960px) {
	.ar-medium-up-reset:before {
		padding-top: 0 !important;
	}
	.ar-medium-up-reset > .content {
		position: relative;
	}
}
/*.transition(@transition) {
	-webkit-transition: @transition;
		 -o-transition: @transition;
			transition: @transition;
}*/
/* ========================================================================
	 Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *	Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
	/* 1 */
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
	background: #fff;
	/* color: #006272; */
	color: #253746;
}
/*
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/* Links
 ========================================================================== */
/*
 * Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	-webkit-text-decoration-skip: objects;
}
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
	outline: none;
}
/*
 * Style
 */
.uk-link,
a {
	color: #006272;
	text-decoration: none;
	cursor: pointer;
}
.uk-link:hover,
a:hover {
	color: #253746;
	text-decoration: underline;
}
/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add an underline text decoration in Safari, Edge and IE.
 * 2. Add `dotted` style in Safari.
 * Note: The shorthand declaration `underline dotted` is not supported in Safari, Edge and IE.
 */
abbr[title] {
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration-style: dotted;
}
/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
	/* 1 */
	font-family: Consolas, monaco, monospace;
	/* 2 */
	font-size: 12px;
	/* 3 */
	color: #d63644;
	white-space: nowrap;
}
/*
 * Emphasize
 */
em {
	color: #006272;
}
/*
 * Insert
 */
ins {
	background: #ffd;
	color: #006272;
	text-decoration: none;
}
/*
 * Mark
 */
mark {
	background: #ffd;
	color: #006272;
}
/*
 * Quote
 */
q {
	font-style: italic;
}
/*
 * Add the correct font size in all browsers.
 */
small {
	font-size: 14px;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
	/* 1 */
	max-width: 100%;
	/* 2 */
	height: auto;
	/* 3 */
	box-sizing: border-box;
}
/* 4 */
@supports (display: block) {
	svg {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
}
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}
/*
 * Hide `alt` text for lazy load images
 * Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
	visibility: hidden;
}
/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
	border: 0;
}
/* Block elements
 ========================================================================== */
/*
 * Margins
 */
address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
	margin: 0 0 20px;
}
/* Add margin if adjacent element */
* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
	margin-top: 20px;
}
/* Headings
 ========================================================================== */
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-family: "Intrepid", sans-serif;
	font-weight: bold;
	color: #006272;
	text-transform: none;
}
/* Add margin if adjacent element */
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
	margin-top: 40px;
}
/*
 * Sizes
 */
.uk-h1,
h1 {
	font-size: 44px;
	line-height: 1.2;
}
.uk-h2,
h2 {
	font-size: 28.9px;
	line-height: 44px;
	margin-top: 52px;
	margin-bottom: 5px;
}
.uk-h3,
h3 {
	font-size: 26px;
	line-height: 34px;
	margin-top: 34px;
	margin-bottom: 10px;
}
.uk-h4,
h4 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 36px;
	margin-bottom: 15px;
}
.uk-h5,
h5 {
	font-size: 20px;
	line-height: 1.4;
}
.uk-h6,
h6 {
	font-size: 12px;
	line-height: 1.4;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-h1,
	h1 {
		font-size: 2.625rem;
	}
	.uk-h2,
	h2 {
		font-size: 34px;
	}
}
/* Lists
 ========================================================================== */
ol,
ul {
	padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
	margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Add the correct box sizing and height in Firefox.
 * 2. Show the overflow in Edge and IE.
 * 3. Add the correct text-align in Edge and IE.
 * 4. Style
 */
.uk-hr,
hr {
	/* 1 */
	box-sizing: content-box;
	height: 0;
	/* 2 */
	overflow: visible;
	/* 3 */
	text-align: inherit;
	/* 4 */
	margin: 0 0 20px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}
/* Add margin if adjacent element */
* + .uk-hr,
* + hr {
	margin-top: 20px;
}
/* Address
 ========================================================================== */
address {
	font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
	margin: 0 0 32px;
	font-size: 26px;
	line-height: 34px;
	font-style: normal;
	color: #006272;
	position: relative;
	margin-top: 32px;
	margin-bottom: 32px;
	background-color: #e5edf3;
	padding: 45px 45px 45px 115px;
	border-bottom: 5px solid #006272;
	font-family: "Intrepid", sans-serif;
}
blockquote:before {
	position: absolute;
	content: "\e920";
	font-family: theme-icons;
	font-size: 38px;
	left: 45px;
	color: #006272;
}
@media (max-width: 639px) {
	blockquote {
		padding-left: 70px;
	}
	blockquote:before {
		font-size: 32px;
		left: 20px;
	}
}
/* Add margin if adjacent element */
* + blockquote {
	margin-top: 32px;
}
/*
 * Content
 */
blockquote p:last-of-type {
	margin-bottom: 0;
}
blockquote footer {
	margin-top: 10px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}
blockquote footer h5 {
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	display: inline-block;
	margin: 0;
}
blockquote footer:before {
	color: #006272;
	margin-right: 10px;
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
	font: 12px / 1.5 Consolas, monaco, monospace;
	color: #006272;
	-moz-tab-size: 4;
	tab-size: 4;
	/* 1 */
	overflow: auto;
}
pre code {
	font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
 ========================================================================== */
::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
	/* 2 */
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/*
 * Add the correct display in IE.
 */
template {
	display: none;
}
/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
	content: '640px';
}
.uk-breakpoint-m::before {
	content: '960px';
}
.uk-breakpoint-l::before {
	content: '1200px';
}
.uk-breakpoint-xl::before {
	content: '1600px';
}
:root {
	--uk-breakpoint-s: 640px;
	--uk-breakpoint-m: 960px;
	--uk-breakpoint-l: 1200px;
	--uk-breakpoint-xl: 1600px;
}
figure {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
figure figcaption {
	text-align: left;
	background-color: #e5edf3;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 20px;
	color: #006272;
}
figure .inner {
	display: inline-block;
}
/* ========================================================================
	 Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
.uk-link-muted a,
a.uk-link-muted {
	color: #e5edf3;
}
.uk-link-muted a:hover,
a.uk-link-muted:hover {
	color: #006272;
}
/* Text
 ========================================================================== */
.uk-link-text a:not(:hover),
a.uk-link-text:not(:hover) {
	color: inherit;
}
.uk-link-text a:hover,
a.uk-link-text:hover {
	color: #e5edf3;
}
/* Heading
 ========================================================================== */
.uk-link-heading a:not(:hover),
a.uk-link-heading:not(:hover) {
	color: inherit;
}
.uk-link-heading a:hover,
a.uk-link-heading:hover {
	color: #253746;
	text-decoration: none;
}
/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
.uk-link-reset a,
.uk-link-reset a:hover,
a.uk-link-reset,
a.uk-link-reset:hover {
	color: inherit !important;
	text-decoration: none !important;
}
/* ========================================================================
	 Component: Heading
 ========================================================================== */
/* Primary
 ========================================================================== */
.uk-heading-primary {
	font-size: 3rem;
	line-height: 1.2;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-heading-primary {
		font-size: 3.375rem;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-heading-primary {
		font-size: 3.75rem;
		line-height: 1.1;
	}
}
/* Hero
 ========================================================================== */
.uk-heading-hero {
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0.05rem;
}
.uk-heading-hero .uk-display-block {
	margin-bottom: 10px;
}
.uk-heading-hero small {
	font-size: 26px;
}
@media (min-width: 640px) {
	.uk-heading-hero small {
		font-size: 54px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 640px) {
	.uk-heading-hero {
		font-size: 67px;
		line-height: 1;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-heading-hero {
		font-size: 67px;
		line-height: 1;
	}
}
/* Divider
 ========================================================================== */
.uk-heading-divider {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
/* Bullet
 ========================================================================== */
.uk-heading-bullet {
	position: relative;
}
/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
	content: "";
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	top: calc(-0.1 * 1em);
	vertical-align: middle;
	/* 3 */
	height: 0.9em;
	margin-right: 10px;
	border-left: 5px solid #e5e5e5;
}
/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
	overflow: hidden;
}
/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
	display: inline-block;
	position: relative;
}
/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::after,
.uk-heading-line > ::before {
	content: "";
	/* 1 */
	position: absolute;
	top: calc(50% - (1px / 2));
	/* 2 */
	width: 2000px;
	/* 3 */
	border-bottom: 1px solid #e5e5e5;
}
.uk-heading-line > ::before {
	right: 100%;
	margin-right: 0.6em;
}
.uk-heading-line > ::after {
	left: 100%;
	margin-left: 0.6em;
}
/* ========================================================================
	 Component: List
 ========================================================================== */
.uk-list {
	padding: 0;
	list-style: none;
}
/*
 * Micro clearfix
 */
.uk-list > li::after,
.uk-list > li::before {
	content: "";
	display: table;
}
.uk-list > li::after {
	clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
	margin-bottom: 0;
}
/*
 * Nested lists
 */
.uk-list ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}
/*
 * Style
 */
.uk-list > li > ul,
.uk-list > li:nth-child(n+2) {
	margin-top: 10px;
}
/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > li:nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}
/*
 * Striped
 */
.uk-list-striped > li {
	padding: 10px;
}
.uk-list-striped > li:nth-of-type(odd) {
	background: #e5edf3;
}
.uk-list-striped > li:nth-child(n+2) {
	margin-top: 0;
}
/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
.uk-list-bullet > li {
	position: relative;
	padding-left: calc(1.3em + 10px);
}
.uk-list-bullet > li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.3em;
	height: 1.3em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* 1 */
	display: block;
}
/* Size modifier
 ========================================================================== */
.uk-list-large > li > ul,
.uk-list-large > li:nth-child(n+2) {
	margin-top: 20px;
}
/*
 * Divider
 */
.uk-list-large.uk-list-divider > li:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
}
/*
 * Striped
 */
.uk-list-large.uk-list-striped > li {
	padding: 20px 10px;
}
.uk-list-large.uk-list-striped > li:nth-child(n+2) {
	margin-top: 0;
}
.button-list {
	padding-left: 0;
	list-style: none;
}
.button-list li {
	margin-top: 10px;
}
@media (min-width: 640px) and (max-width: 959px) {
	.button-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-left: -30px;
	}
	.button-list li {
		width: 50%;
		padding-left: 30px;
		box-sizing: border-box;
	}
}
.list-arrow-bullet {
	padding-left: 15px !important;
	list-style: none;
}
.list-arrow-bullet li:before {
	font-family: theme-icons;
	content: "\e927";
	color: #006272;
	margin-right: 10px;
	margin-left: -16px;
	font-size: 10px;
	line-height: 16px;
}
/* ========================================================================
	 Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
	/* 1 */
	border-collapse: collapse;
	border-spacing: 0;
	/* 2 */
	width: 100%;
	/* 3 */
	margin-bottom: 20px;
	font-size: 16px;
	border-collapse: separate;
	border-spacing: 2px;
}
/* Add margin if adjacent element */
* + .uk-table {
	margin-top: 20px;
}
/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
	padding: 16px 15px;
	text-align: left;
	vertical-align: bottom;
	/* 1 */
	font-size: 20px;
	font-weight: bold;
	color: #006272;
	background-color: #006272;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Intrepid", sans-serif;
	line-height: 26px;
	letter-spacing: 0.1rem;
}
/* Cell
 ========================================================================== */
.uk-table td {
	/*padding: 18px 15px;*/
	vertical-align: top;
	/*background-color: #ecf0f6;*/
}
/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
	margin-bottom: 0;
}
/* Footer
 ========================================================================== */
.uk-table tfoot {
	font-size: 12px;
}
/* Caption
 ========================================================================== */
.uk-table caption {
	font-size: 12px;
	text-align: left;
	color: #e5edf3;
}
/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
	vertical-align: middle !important;
}
/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > :first-child > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > tr:not(:first-child) {
	border-top: 1px solid #e5e5e5;
}
/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
	background: #e5edf3;
}
/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
	background: #ffd;
}
/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
	background: #ffd;
}
/* Size modifier
 ========================================================================== */
.uk-table-small td,
.uk-table-small th {
	padding: 10px 12px;
}
.uk-table-large td,
.uk-table-large th {
	padding: 22px 12px;
}
/* Justify modifier
 ========================================================================== */
.uk-table-justify td:first-child,
.uk-table-justify th:first-child {
	padding-left: 0;
}
.uk-table-justify td:last-child,
.uk-table-justify th:last-child {
	padding-right: 0;
}
/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
	width: 1px;
}
.uk-table-expand {
	min-width: 150px;
}
/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
	padding: 0 !important;
}
.uk-table-link > a {
	display: block;
	padding: 18px 15px;
}
.uk-table-small .uk-table-link > a {
	padding: 10px 12px;
}
/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
	.uk-table-responsive,
	.uk-table-responsive tbody,
	.uk-table-responsive td,
	.uk-table-responsive th,
	.uk-table-responsive tr {
		display: block;
	}
	.uk-table-responsive thead {
		display: none;
	}
	.uk-table-responsive td,
	.uk-table-responsive th {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		overflow: visible !important;
		white-space: normal !important;
	}
	.uk-table-responsive .uk-table-link:not(:first-child) > a,
	.uk-table-responsive td:not(:first-child):not(.uk-table-link),
	.uk-table-responsive th:not(:first-child):not(.uk-table-link) {
		padding-top: 6px !important;
	}
	.uk-table-responsive .uk-table-link:not(:last-child) > a,
	.uk-table-responsive td:not(:last-child):not(.uk-table-link),
	.uk-table-responsive th:not(:last-child):not(.uk-table-link) {
		padding-bottom: 6px !important;
	}
	.uk-table-justify.uk-table-responsive td,
	.uk-table-justify.uk-table-responsive th {
		padding-left: 0;
		padding-right: 0;
	}
}
.uk-table tr td:first-child {
	background-color: #d0dae8;
}
/* ========================================================================
	 Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
	/* 1 */
	margin: 0;
	/* 2 */
	border: none;
	/* 3 */
	border-radius: 0;
	/* 4 */
	overflow: visible;
	/* 5 */
	font: inherit;
	color: inherit;
	/* 6 */
	text-transform: none;
	/* 7. */
	padding: 0;
	background-color: transparent;
	/* 8 */
	display: inline-block;
	/* 9 */
	fill: currentcolor;
	/* 10 */
	line-height: 0;
}
/* Required for `button`. */
button.uk-icon:not(:disabled) {
	cursor: pointer;
}
/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
	fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
	stroke: currentcolor;
}
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
	transform: translate(0, 0);
}
/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
	color: #e5edf3;
}
.uk-icon-link:focus,
.uk-icon-link:hover {
	color: #006272;
	outline: none;
}
/* OnClick + Active */
.uk-active > .uk-icon-link,
.uk-icon-link:active {
	color: #123c74;
}
/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #e5edf3;
	color: #e5edf3;
	vertical-align: middle;
	/* 1 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
/* Hover + Focus */
.uk-icon-button:focus,
.uk-icon-button:hover {
	background-color: #d4e1eb;
	color: #006272;
	outline: none;
}
/* OnClick + Active */
.uk-active > .uk-icon-button,
.uk-icon-button:active {
	background-color: #c2d5e3;
	color: #006272;
}
/* ========================================================================
	 Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *	Default is `content-box` with following exceptions set to `border-box`
 *	`select`, `input[type="checkbox"]` and `input[type="radio"]`
 *	`input[type="search"]` in Chrome, Safari and Opera
 *	`input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
	/* 1 */
	box-sizing: border-box;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	/* 4 */
	font: inherit;
}
/*
 * Show the overflow in Edge.
 */
.uk-input {
	overflow: visible;
}
/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
	text-transform: none;
}
/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
	/* 1 */
	font: inherit;
	/* 2 */
	font-weight: bold;
}
/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
	overflow: auto;
	min-height: 225px;
}
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(22, 71, 138, 0.7);
	font-style: italic;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-checkbox:not(:disabled),
.uk-radio:not(:disabled) {
	cursor: pointer;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,	`month`,
			`time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
	-webkit-appearance: none;
}
/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
	/* 1 */
	max-width: 100%;
	/* 2 */
	width: 100%;
	/* 3 */
	border: 0 none;
	/* 4 */
	padding: 0 10px;
	background: #fff;
	color: #006272;
	border: 2px solid rgba(22, 71, 138, 0.1);
	font-size: 16px;
	letter-spacing: 0.025rem;
	line-height: 26px;
	border-radius: 3px;
}
/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *	Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
	height: 36px;
	vertical-align: middle;
	/* 1 */
	display: inline-block;
}
/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
	line-height: 36px;
}
/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
	outline: none;
	background-color: #fff;
	color: #006272;
	border-color: #006272;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
	background-color: #e5edf3;
	color: #e5edf3;
}
/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
	color: rgba(22, 71, 138, 0.7) !important;
	font-style: italic;
}
.uk-input::placeholder {
	color: rgba(22, 71, 138, 0.7);
	font-style: italic;
}
.uk-textarea::-ms-input-placeholder {
	color: rgba(22, 71, 138, 0.7) !important;
	font-style: italic;
}
.uk-textarea::placeholder {
	color: rgba(22, 71, 138, 0.7);
	font-style: italic;
}
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
	font-size: 12px;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.uk-form-small:not(select):not(input):not(textarea) {
	line-height: 30px;
}
/*
 * Large
 */
.uk-form-large {
	font-size: 16px;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.uk-form-large:not(select):not(input):not(textarea) {
	line-height: 50px;
}
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
	color: #d63644;
	border-color: #f1a33e;
}
.uk-form-danger + small {
	color: #d63644;
}
/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
	color: #253746;
}
/*
 * Blank
 */
.uk-form-blank {
	background: none;
}
/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
	width: 50px;
}
select.uk-form-width-xsmall {
	width: 75px;
}
.uk-form-width-small {
	width: 130px;
}
.uk-form-width-medium {
	width: 200px;
}
.uk-form-width-large {
	width: 500px;
}
/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
	/* 1 */
	-webkit-appearance: none;
	-moz-appearance: none;
	/* 2 */
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
	display: none;
}
/* 4 */
.uk-select:not([multiple]):not([size]) option {
	color: #444;
}
/*
 * Disabled
 */
/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-checkbox,
.uk-radio {
	/* 1 */
	display: inline-block;
	height: 16px;
	width: 16px;
	/* 2 */
	overflow: hidden;
	/* 3 */
	margin-top: -4px;
	vertical-align: middle;
	/* 4 */
	-webkit-appearance: none;
	-moz-appearance: none;
	/* 5 */
	background-color: #d4e1eb;
	/* 6 */
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.uk-radio {
	border-radius: 50%;
}
/* Focus */
.uk-checkbox:focus,
.uk-radio:focus {
	outline: none;
}
/*
 * Checked
 */
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
	background-color: #253746;
}
/* Focus */
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
	background-color: #107c7a;
}
/*
 * Icons
 */
/*
 * Disabled
 */
.uk-checkbox:disabled,
.uk-radio:disabled {
	background-color: #e5edf3;
}
/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
	/* 1 */
	width: 100%;
	/* 2 */
	color: inherit;
	/* 3 */
	padding: 0;
	/* 4 */
	font-size: 26px;
	line-height: 1.4;
}
/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	/* 3 */
	max-width: 100%;
	/* 4 */
	vertical-align: middle;
}
/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom input[type="file"],
.uk-form-custom select {
	/* 1 */
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	/* 2 */
	left: 0;
	/* 3 */
	-webkit-appearance: none;
	/* 4 */
	opacity: 0;
	cursor: pointer;
}
.uk-form-custom input[type="file"] {
	/* 5 */
	font-size: 500px;
	/* 6 */
	overflow: hidden;
}
/* Label
 ========================================================================== */
.uk-form-label {
	font-size: 12px;
	line-height: 13px;
	font-weight: 700;
	color: #006272;
	letter-spacing: 0.05rem;
}
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 10px;
}
/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
	/* Behave like `uk-form-stacked` */
	.uk-form-horizontal .uk-form-label {
		display: block;
		margin-bottom: 10px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-form-horizontal .uk-form-label {
		width: 200px;
		margin-top: 7px;
		float: left;
	}
	.uk-form-horizontal .uk-form-controls {
		margin-left: 215px;
	}
	/* Better vertical alignment if controls are checkboxes and radio buttons with text */
	.uk-form-horizontal .uk-form-controls-text {
		padding-top: 7px;
	}
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
	/* 1 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/* 2 */
	width: 36px;
	/* 3 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* 4 */
	color: #e5edf3;
}
/*
 * Required for `a`.
 */
.uk-form-icon:hover {
	color: #006272;
}
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
	pointer-events: none;
}
/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
	padding-left: 36px !important;
}
/*
 * Position modifier
 */
.uk-form-icon-flip {
	right: 0;
	left: auto;
}
.uk-form-icon-flip ~ .uk-input {
	padding-right: 36px !important;
}
.input-combo {
	position: relative;
}
.input-combo .uk-button {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-right: 3px;
}
/* ========================================================================
	 Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Style
 * 7. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *	Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 8. Align text if button has a width
 * 9. Required for `a`.
 */
.uk-button {
	/* 1 */
	margin: 0;
	/* 2 */
	border: none;
	/* 3 */
	overflow: visible;
	/* 4 */
	font: inherit;
	color: inherit;
	/* 5 */
	text-transform: none;
	/* 6 */
	display: inline-block;
	box-sizing: border-box;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 12px;
	/* 7 */
	line-height: 36px;
	/* 8 */
	text-align: center;
	/* 9 */
	text-decoration: none;
	font-family: "Intrepid", sans-serif;
	letter-spacing: 0.075rem;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	position: relative;
	z-index: 0;
	background-color: transparent !important;
}
.uk-button i {
	font-size: 14px;
}
.uk-button i.large-icon {
	font-size: 28px;
}
.uk-button .fa-angle-right,
.uk-button .icon-angle-right-solid {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.uk-button:after,
.uk-button:before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	display: block;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.uk-button:before {
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	z-index: -1;
}
.uk-button:after {
	z-index: -2;
	left: 0;
	width: 100%;
}
.uk-button.ghost-button {
	border-width: 2px;
	border-style: solid;
	line-height: 31px;
}
.uk-button.ghost-button:after {
	background-color: transparent !important;
}
.uk-button:not(:disabled) {
	cursor: pointer;
}
/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* Hover */
.uk-button:hover {
	/* 9 */
	text-decoration: none;
	background-color: transparent !important;
}
.uk-button:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}
.uk-button:hover .fa-angle-right,
.uk-button:hover .icon-angle-right-solid {
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	-o-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}
/* Focus */
.uk-button:focus {
	outline: none;
}
/* OnClick + Active */
.uk-button.uk-active,
.uk-button:active {
	background-color: transparent !important;
}
.uk-button.uk-active:before,
.uk-button:active:before {
	left: 0;
	right: auto;
	width: 100%;
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
	/* background-color: rgba(0, 75, 141, 0.1); */
	background-color: #253746;
	color: #fff;
}
.uk-button-default:before {
	background-color: #006272;
}
.uk-button-default:after {
	background-color: #253746;
}
.uk-button-default.ghost-button {
	border-color: rgba(0, 75, 141, 0.1);
	color: rgba(0, 75, 141, 0.1);
}
/* Hover + Focus */
.uk-button-default:focus,
.uk-button-default:hover {
	background-color: #006272;
	color: #fff;
}
.uk-button-default:focus.ghost-button,
.uk-button-default:hover.ghost-button {
	border-color: #006272;
}
/* OnClick + Active */
.uk-button-default.uk-active,
.uk-button-default:active {
	background-color: #006272;
	color: #fff;
}
.uk-button-default.uk-active.ghost-button,
.uk-button-default:active.ghost-button {
	border-color: #006272;
}
/*
 * Primary
 */
.uk-button-primary {
	background-color: #253746;
	color: #fff;
}
.uk-button-primary:before {
	background-color: #253746;
}
.uk-button-primary:after {
	background-color: #006272;
}
.uk-button-primary.ghost-button {
	border-color: #253746;
	color: #253746;
}
/* Hover + Focus */
.uk-button-primary:focus,
.uk-button-primary:hover {
	background-color: #006272;
	color: #fff;
}
.uk-button-primary:focus.ghost-button,
.uk-button-primary:hover.ghost-button {
	border-color: #006272;
}
/* OnClick + Active */
.uk-button-primary.uk-active,
.uk-button-primary:active {
	background-color: #107c7a;
	color: #fff;
}
.uk-button-primary.uk-active.ghost-button,
.uk-button-primary:active.ghost-button {
	border-color: #006272;
}
/*
 * Secondary
 */
.uk-button-secondary {
	background-color: #006272;
	color: #fff;
}
.uk-button-secondary:before {
	background-color: #006272;
}
.uk-button-secondary:after {
	background-color: #006272;
}
.uk-button-secondary.ghost-button {
	border-color: #006272;
	color: #006272;
}
/* Hover + Focus */
.uk-button-secondary:focus,
.uk-button-secondary:hover {
	background-color: #006272;
	color: #fff;
}
.uk-button-secondary:focus.ghost-button,
.uk-button-secondary:hover.ghost-button {
	border-color: #006272;
}
/* OnClick + Active */
.uk-button-secondary.uk-active,
.uk-button-secondary:active {
	background-color: #00305a;
	color: #fff;
}
.uk-button-secondary.uk-active.ghost-button,
.uk-button-secondary:active.ghost-button {
	border-color: #006272;
}
/*
 * Danger
 */
.uk-button-danger {
	background-color: #d63644;
	color: #fff;
}
/* Hover + Focus */
.uk-button-danger:focus,
.uk-button-danger:hover {
	background-color: #c92937;
	color: #fff;
}
/* OnClick + Active */
.uk-button-danger.uk-active,
.uk-button-danger:active {
	background-color: #b42531;
	color: #fff;
}
/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-danger:disabled,
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled {
	background-color: #e5edf3;
	color: #e5edf3;
}
/* Size modifiers
 ========================================================================== */
.uk-button-small {
	padding: 0 20px;
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 0;
}
.uk-button-small.push-icon-left-abs {
	padding-left: 45px;
}
.uk-button-small.ghost-button {
	line-height: 26px;
}
.uk-button-large {
	padding: 0 20px;
	line-height: 45px;
	font-size: 14px;
}
.uk-button-large.ghost-button {
	line-height: 41px;
}
/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
	/* 1 */
	padding: 0;
	line-height: 1.3;
	background: none;
	/* 2 */
	color: #e5edf3;
}
/* Hover + Focus */
.uk-button-text:focus,
.uk-button-text:hover {
	color: #006272;
}
/* Disabled */
.uk-button-text:disabled {
	color: #e5edf3;
}
/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
	/* 1 */
	padding: 0;
	line-height: 1.3;
	background: none;
	/* 2 */
	color: #006272;
}
/* Hover + Focus */
.uk-button-link:focus,
.uk-button-link:hover {
	color: #253746;
	text-decoration: underline;
}
/* Disabled */
.uk-button-link:disabled {
	color: #e5edf3;
	text-decoration: none;
}
/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
	/* 1 */
	display: inline-flex;
	/* 2 */
	vertical-align: middle;
	/* 3 */
	position: relative;
}
@media (max-width: 639px) {
	.full-width-button\@xs.uk-button {
		width: 100%;
		text-align: left;
	}
}
@media (max-width: 959px) {
	.full-width-button\@s.uk-button {
		width: 100%;
		text-align: left;
	}
}
.uk-button-semi:before {
	background-color: #fff;
}
.uk-button-semi:after {
	background-color: rgba(0, 75, 141, 0.15);
}
.uk-button-semi:hover {
	color: #006272 !important;
}
@font-face {
	font-family: 'theme-icons';
	src: url('../fonts/theme-icons.eot?kn0n5r');
	src: url('../fonts/theme-icons.eot?kn0n5r#iefix') format('embedded-opentype'), url('../fonts/theme-icons.ttf?kn0n5r') format('truetype'), url('../fonts/theme-icons.woff?kn0n5r') format('woff'), url('../fonts/theme-icons.svg?kn0n5r#theme-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'theme-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-images-solid:before {
	content: "\e92e";
}
.icon-file-pdf-solid:before {
	content: "\e92a";
}
.icon-file-word-solid:before {
	content: "\e92b";
}
.icon-file-powerpoint-solid:before {
	content: "\e92c";
}
.icon-file-excel-solid:before {
	content: "\e92d";
}
.icon-night:before {
	content: "\e928";
}
.icon-spiritual-wellness:before {
	content: "\e929";
}
.icon-wind:before {
	content: "\e921";
}
.icon-angle-down-solid:before {
	content: "\e926";
}
.icon-angle-right-solid:before {
	content: "\e927";
}
.icon-fish:before {
	content: "\e900";
}
.icon-warm:before {
	content: "\e901";
}
.icon-sun:before {
	content: "\e902";
}
.icon-thermometer:before {
	content: "\e903";
}
.icon-sea-waves:before {
	content: "\e904";
}
.icon-track:before {
	content: "\e905";
}
.icon-radar:before {
	content: "\e906";
}
.icon-radar-1:before {
	content: "\e907";
}
.icon-snow:before {
	content: "\e908";
}
.icon-rain:before {
	content: "\e909";
}
.icon-rain-1:before {
	content: "\e90a";
}
.icon-cloudy:before {
	content: "\e90b";
}
.icon-boat:before {
	content: "\e90c";
}
.icon-monitor:before {
	content: "\e90d";
}
.icon-boat-1:before {
	content: "\e90e";
}
.icon-ship:before {
	content: "\e90f";
}
.icon-boat-2:before {
	content: "\e910";
}
.icon-boat-3:before {
	content: "\e911";
}
.icon-boat-4:before {
	content: "\e912";
}
.icon-oil-platform:before {
	content: "\e913";
}
.icon-commerce-and-shopping:before {
	content: "\e914";
}
.icon-oil-platform-1:before {
	content: "\e915";
}
.icon-gas:before {
	content: "\e916";
}
.icon-fish-1:before {
	content: "\e917";
}
.icon-map:before {
	content: "\e918";
}
.icon-compass:before {
	content: "\e919";
}
.icon-teamwork:before {
	content: "\e91a";
}
.icon-megaphone:before {
	content: "\e91b";
}
.icon-link:before {
	content: "\e91c";
}
.icon-insurance:before {
	content: "\e91d";
}
.icon-cruise:before {
	content: "\e91e";
}
.icon-ship-1:before {
	content: "\e91f";
}
.icon-right-quotes-symbol:before {
	content: "\e920";
}
.icon-drydock:before {
	content: "\e922";
}
.icon-ship1:before {
	content: "\e923";
}
.icon-shiplift:before {
	content: "\e924";
}
.icon-slipway:before {
	content: "\e925";
}
/* ========================================================================
	 Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
	box-sizing: border-box;
	/* 1 */
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}
/* Desktop and bigger */
@media (min-width: 960px) {
	.uk-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*
 * Micro clearfix
 */
.uk-section::after,
.uk-section::before {
	content: "";
	display: table;
}
.uk-section::after {
	clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
	margin-bottom: 0;
}
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*
 * Small
 */
.uk-section-small {
	padding-top: 40px;
	padding-bottom: 40px;
}
/*
 * Large
 */
.uk-section-large {
	padding-top: 60px;
	padding-bottom: 60px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	/* .uk-section-large {
	padding-top: @section-large-padding-vertical-m;
	padding-bottom: @section-large-padding-vertical-m;
	}*/
}
/*
 * XLarge
 */
.uk-section-xlarge {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-section-xlarge {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
	background: #fff;
}
/*
 * Muted
 */
.uk-section-muted {
	background: #e5edf3;
}
/*
 * Primary
 */
.uk-section-primary {
	background: #253746;
}
/*
 * Secondary
 */
.uk-section-secondary {
	background: #006272;
}
/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
.section-title {
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.025rem;
	margin-top: 0;
}
.section-title.large {
	font-size: 44px;
}
.section-summary {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 29px;
}
.section-header > *:last-child {
	margin-bottom: 0;
}
@media (min-width: 640px) {
	.section-title {
		font-size: 34px;
		line-height: 44px;
	}
	.section-title.large {
		font-size: 54px;
	}
}
/* ========================================================================
	 Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *	unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
	/* 1 */
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-container {
		padding-left: 60px;
		padding-right: 60px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
/*
 * Micro clearfix
 */
.uk-container::after,
.uk-container::before {
	content: "";
	display: table;
}
.uk-container::after {
	clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
	margin-bottom: 0;
}
/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
	padding-left: 0;
	padding-right: 0;
}
/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
	max-width: 750px;
}
.uk-container-small {
	max-width: 790px;
}
.uk-container-large {
	max-width: 1600px;
}
.uk-container-expand {
	max-width: none;
}
@media (min-width: 1600px) {
	.uk-container-expand\@xl {
		max-width: none;
	}
}
/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
	margin-left: 0;
}
.uk-container-expand-right {
	margin-right: 0;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-container-expand-left.uk-container-xsmall,
	.uk-container-expand-right.uk-container-xsmall {
		max-width: calc(50% + (750px / 2) - 60px);
	}
	.uk-container-expand-left.uk-container-small,
	.uk-container-expand-right.uk-container-small {
		max-width: calc(50% + (790px / 2) - 60px);
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-container-expand-left,
	.uk-container-expand-right {
		max-width: calc(50% + (1200px / 2) - 40px);
	}
	.uk-container-expand-left.uk-container-xsmall,
	.uk-container-expand-right.uk-container-xsmall {
		max-width: calc(50% + (750px / 2) - 40px);
	}
	.uk-container-expand-left.uk-container-small,
	.uk-container-expand-right.uk-container-small {
		max-width: calc(50% + (790px / 2) - 40px);
	}
	.uk-container-expand-left.uk-container-large,
	.uk-container-expand-right.uk-container-large {
		max-width: calc(50% + (1600px / 2) - 40px);
	}
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
	width: calc(100% + 20px);
}
.uk-container-item-padding-remove-left {
	margin-left: -20px;
}
.uk-container-item-padding-remove-right {
	margin-right: -20px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-container-item-padding-remove-left,
	.uk-container-item-padding-remove-right {
		width: calc(100% + 60px);
	}
	.uk-container-item-padding-remove-left {
		margin-left: -60px;
	}
	.uk-container-item-padding-remove-right {
		margin-right: -60px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-container-item-padding-remove-left,
	.uk-container-item-padding-remove-right {
		width: calc(100% + 40px);
	}
	.uk-container-item-padding-remove-left {
		margin-left: -40px;
	}
	.uk-container-item-padding-remove-right {
		margin-right: -40px;
	}
}
/* ========================================================================
	 Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
	margin: 0;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
	margin-bottom: 0;
}
/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
	margin-left: -30px;
}
.uk-grid > * {
	padding-left: 30px;
}
/* Vertical */
* + .uk-grid-margin,
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin {
	margin-top: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Horizontal */
	.uk-grid {
		margin-left: -40px;
	}
	.uk-grid > * {
		padding-left: 40px;
	}
	/* Vertical */
	* + .uk-grid-margin,
	.uk-grid + .uk-grid,
	.uk-grid > .uk-grid-margin {
		margin-top: 40px;
	}
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-small {
	margin-left: -15px;
}
.uk-grid-small > * {
	padding-left: 15px;
}
/* Vertical */
* + .uk-grid-margin-small,
.uk-grid + .uk-grid-small,
.uk-grid-small > .uk-grid-margin {
	margin-top: 15px;
}
/* Horizontal */
.uk-grid-xsmall {
	margin-left: -3px;
}
.uk-grid-xsmall > * {
	padding-left: 3px;
}
/* Vertical */
* + .uk-grid-margin-xsmall,
.uk-grid + .uk-grid-xsmall,
.uk-grid-xsmall > .uk-grid-margin {
	margin-top: 3px;
}
/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium {
	margin-left: -30px;
}
.uk-grid-medium > * {
	padding-left: 30px;
}
/* Vertical */
* + .uk-grid-margin-medium,
.uk-grid + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin {
	margin-top: 30px;
}
/*
 * Large
 */
/* Horizontal */
.uk-grid-large {
	margin-left: -40px;
}
.uk-grid-large > * {
	padding-left: 40px;
}
/* Vertical */
* + .uk-grid-margin-large,
.uk-grid + .uk-grid-large,
.uk-grid-large > .uk-grid-margin {
	margin-top: 40px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Horizontal */
	.uk-grid-large {
		margin-left: -70px;
	}
	.uk-grid-large > * {
		padding-left: 70px;
	}
	/* Vertical */
	* + .uk-grid-margin-large,
	.uk-grid + .uk-grid-large,
	.uk-grid-large > .uk-grid-margin {
		margin-top: 70px;
	}
}
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse {
	margin-left: 0;
}
.uk-grid-collapse > * {
	padding-left: 0;
}
/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin {
	margin-top: 0;
}
/* Divider
 ========================================================================== */
.uk-grid-divider > * {
	position: relative;
}
.uk-grid-divider > :not(.uk-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e5e5e5;
}
/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e5e5e5;
}
/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
	margin-left: -60px;
}
.uk-grid-divider > * {
	padding-left: 60px;
}
.uk-grid-divider > :not(.uk-first-column)::before {
	left: 30px;
}
/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
	left: 60px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Horizontal */
	.uk-grid-divider {
		margin-left: -80px;
	}
	.uk-grid-divider > * {
		padding-left: 80px;
	}
	.uk-grid-divider > :not(.uk-first-column)::before {
		left: 40px;
	}
	/* Vertical */
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
		margin-top: 80px;
	}
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
		top: -40px;
		left: 80px;
	}
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small {
	margin-left: -30px;
}
.uk-grid-divider.uk-grid-small > * {
	padding-left: 30px;
}
.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
	left: 15px;
}
/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
	margin-top: 30px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
	top: -15px;
	left: 30px;
}
/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium {
	margin-left: -60px;
}
.uk-grid-divider.uk-grid-medium > * {
	padding-left: 60px;
}
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
	left: 30px;
}
/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
	left: 60px;
}
/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large {
	margin-left: -80px;
}
.uk-grid-divider.uk-grid-large > * {
	padding-left: 80px;
}
.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
	left: 40px;
}
/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
	margin-top: 80px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
	top: -40px;
	left: 80px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Horizontal */
	.uk-grid-divider.uk-grid-large {
		margin-left: -140px;
	}
	.uk-grid-divider.uk-grid-large > * {
		padding-left: 140px;
	}
	.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
		left: 70px;
	}
	/* Vertical */
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
		margin-top: 140px;
	}
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
		top: -70px;
		left: 140px;
	}
}
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-item-match,
.uk-grid-match > * {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
}
.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
	/* 2 */
	box-sizing: border-box;
	width: 100%;
	/* 3 */
	flex: auto;
}
.grid {
	position: relative;
	overflow: hidden;
	clear: both;
}
.grid:after,
.grid:before {
	content: "";
	display: table;
	clear: both;
}
.grid-sizer {
	width: 100%;
	height: 265px;
}
.grid-item {
	overflow: hidden;
	float: left;
	position: relative;
	margin-bottom: 5px;
	width: 100%;
	height: 265px;
}
.grid-item .entry-item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.gi-portrait {
	height: 535px;
}
@media (min-width: 640px) {
	.grid-sizer {
		width: calc(50% - 2.5px);
	}
	.gi-landscape {
		width: calc(50% - 2.5px);
	}
	.gi-portrait {
		width: calc(50% - 2.5px);
	}
}
@media (min-width: 1200px) {
	.grid-sizer {
		width: calc(25% - 4px);
	}
	.gi-portrait {
		width: calc(25% - 4px);
	}
	.gi-landscape {
		width: calc(25% - 4px);
	}
}
.masonry-grid .grid-item > * {
	height: 100%;
}
.instagram-grid {
	margin-left: -1px;
	padding: 0 2px;
}
.instagram-grid img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}
.instagram-grid a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 100%;
	position: relative;
}
.instagram-grid a:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.instagram-grid > * {
	padding-left: 1px;
	margin-top: 1px;
}
/* ========================================================================
	 Component: Card
 ========================================================================== */
.uk-card {
	position: relative;
	box-sizing: border-box;
}
.uk-card.card-map {
	background-color: #253746;
}
.uk-card.card-map .uk-card-body {
	padding-right: 65px;
}
@media (max-width: 639px) {
	.uk-card.card-map {
		flex-wrap: wrap;
	}
}
@media (min-width: 1200px) {
	.uk-card.card-map .uk-card-body {
		padding-left: 50px;
	}
}
.uk-card .uk-card-title {
	font-size: 26px;
	letter-spacing: 0.025rem;
	line-height: 34px;
	margin-top: 0;
}
.uk-card .uk-card-body p {
	font-size: 16px;
	line-height: 26px;
}
/* Sections
 ========================================================================== */
.uk-card-body {
	padding: 30px;
}
.uk-card-header {
	padding: 15px 30px;
}
.uk-card-footer {
	padding: 15px 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-card-body {
		padding: 40px;
	}
	.uk-card-header {
		padding: 20px 40px;
	}
	.uk-card-footer {
		padding: 20px 40px;
	}
}
/*
 * Micro clearfix
 */
.uk-card-body::after,
.uk-card-body::before,
.uk-card-footer::after,
.uk-card-footer::before,
.uk-card-header::after,
.uk-card-header::before {
	content: "";
	display: table;
}
.uk-card-body::after,
.uk-card-footer::after,
.uk-card-header::after {
	clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-footer > :last-child,
.uk-card-header > :last-child {
	margin-bottom: 0;
}
/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
	font-size: 26px;
	line-height: 34px;
}
/* Badge
 ========================================================================== */
.uk-card-badge {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}
/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
	margin-top: 0;
}
/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
	background: #e5edf3;
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
	background: #e5edf3;
	color: #006272;
}
.uk-card-default .uk-card-title {
	color: #006272;
}
.uk-card-default.uk-card-hover:hover {
	background-color: #d4e1eb;
}
/*
 * Primary
 */
.uk-card-primary {
	background: #253746;
	color: #fff;
}
.uk-card-primary .uk-card-title {
	color: #fff;
}
.uk-card-primary.uk-card-hover:hover {
	background-color: #006272;
}
/*
 * Secondary
 */
.uk-card-secondary {
	background: #006272;
	color: #fff;
}
.uk-card-secondary .uk-card-title {
	color: #fff;
}
.uk-card-secondary.uk-card-hover:hover {
	background-color: #006272;
}
/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small .uk-card-body,
.uk-card-small.uk-card-body {
	padding: 20px;
}
.uk-card-small .uk-card-header {
	padding: 13px 20px;
}
.uk-card-small .uk-card-footer {
	padding: 13px 20px;
}
/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-card-large .uk-card-body,
	.uk-card-large.uk-card-body {
		padding: 70px;
	}
	.uk-card-large .uk-card-header {
		padding: 35px 70px;
	}
	.uk-card-large .uk-card-footer {
		padding: 35px 70px;
	}
}
.hero-full-screen {
	width: 100%;
	height: calc(100vh - 130px);
}
@media (min-width: 640px) {
	.hero-full-screen {
		height: calc(100vh - 180px);
	}
}
@media (min-width: 1200px) {
	.hero-full-screen {
		height: calc(100vh - 120px);
	}
}
.hero-section {
	overflow: hidden;
}
.hero-section .verticaly-aligned {
	display: flex;
	align-items: center;
	justify-content: center;
}
.category {
	font-family: "Intrepid", sans-serif;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.025rem;
}
.hero-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* background-image: -webkit-linear-gradient(rgba(0, 44, 82, 0.5), rgba(0, 44, 82, 0.15) 33%, rgba(0, 44, 82, 0.9));
	background-image: -o-linear-gradient(rgba(0, 44, 82, 0.5), rgba(0, 44, 82, 0.15) 33%, rgba(0, 44, 82, 0.9)); */
	background-image: linear-gradient(rgba(0, 44, 82, 0.6), rgba(0, 44, 82, 0.05) 33%, rgba(0, 44, 82, 0.9));
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#80002c52', endColorstr='#e6002c52', GradientType=0);
}
.hero-inner > .uk-container {
	height: 100%;
	position: relative;
	z-index: 10;
}
.hero-inner .uk-position-bottom {
	margin-bottom: 60px;
}
.uk-heading-hero {
	margin-top: 10px;
}
.hero-summary {
	font-size: 14px;
	line-height: 19px;
	margin-left: 15px;
}
.hero-button {
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 0;
}
.hero-button:after {
	background-color: #253746 !important;
}
.hero-content {
	-webkit-transition: transform 0.7s;
	-o-transition: transform 0.7s;
	transition: transform 0.7s;
}
.hero-content.v2 .uk-heading-hero {
	max-width: 900px;
}
.hero-content.v2 .hero-summary {
	max-width: 900px;
}
.uk-active .hero-content {
	-webkit-transform: translate3d(0, -200px, 0);
	transform: translate3d(0, -200px, 0);
}
@media (min-width: 640px) {
	.hero-summary {
		font-size: 20px;
		line-height: 26px;
	}
	.uk-heading-hero {
		margin-bottom: 32px;
	}
	.hero-button {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
	.hero-button i {
		font-size: 18px;
		line-height: 48px;
	}
	.hero-inner .uk-position-bottom {
		margin-bottom: 100px;
	}
}
@media (min-width: 960px) {
	.hero-inner .uk-position-bottom {
		margin-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	.hero-summary {
		max-width: 720px;
	}
	.hero-inner .uk-margin-right {
		margin-right: 40px !important;
	}
}
/* ========================================================================
	 Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
	color: #e5edf3;
}
/* Hover + Focus */
.uk-close:focus,
.uk-close:hover {
	color: #006272;
	outline: none;
}
/* ========================================================================
	 Component: Alert
 ========================================================================== */
.uk-alert {
	position: relative;
	margin-bottom: 20px;
	padding: 25px 50px 25px 25px;
	background: rgba(22, 71, 138, 0.3);
	color: #002557;
	border-radius: 3px;
}
/* Add margin if adjacent element */
* + .uk-alert {
	margin-top: 20px;
}
/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
	margin-bottom: 0;
}
/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #006272;
}
/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
	margin-top: 0;
}
/*
 * Hover + Focus
 */
.uk-alert-close:focus,
.uk-alert-close:hover {
	color: #253746;
}
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
	background: #bee7e6;
	color: #002557;
}
/*
 * Success
 */
.uk-alert-success {
	background: rgba(22, 169, 166, 0.3);
	color: #002557;
}
/*
 * Warning
 */
.uk-alert-warning {
	background: rgba(241, 163, 62, 0.3);
	color: #002557;
}
/*
 * Danger
 */
.uk-alert-danger {
	background: rgba(214, 54, 68, 0.3);
	color: #002557;
}
/* ========================================================================
	 Component: Label
 ========================================================================== */
.uk-label {
	display: inline-block;
	padding: 0 10px;
	background: #253746;
	line-height: 1.3;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
}
/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
	background-color: #253746;
	color: #fff;
}
/*
 * Warning
 */
.uk-label-warning {
	background-color: #f1a33e;
	color: #fff;
}
/*
 * Danger
 */
.uk-label-danger {
	background-color: #d63644;
	color: #fff;
}
/* ========================================================================
	 Component: Overlay
 ========================================================================== */
.uk-overlay {
	padding: 30px;
}
/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
	margin-bottom: 0;
}
/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
	background: #fff;
}
/*
 * Primary
 */
.uk-overlay-primary {
	background: #006272;
}
/* ========================================================================
	 Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	/* 3 */
	max-width: 100%;
	/* 4 */
	margin: 0;
}
/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
	opacity: 1;
}
/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
	/* 1 */
	box-sizing: border-box;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	/* 4 */
	font: inherit;
	/* 5 */
	overflow: visible;
	/* 6 */
	-webkit-appearance: none;
	/* 7 */
	vertical-align: middle;
	/* 8 */
	width: 100%;
	/* 9 */
	border: none;
	color: #006272;
}
.uk-search-input:focus {
	outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
	color: #e5edf3 !important;
}
.uk-search-input::placeholder {
	color: #e5edf3;
}
/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
	outline: none;
}
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
	/* 1 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/* 2 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* 3 */
	color: #e5edf3;
}
/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
	color: #e5edf3;
}
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
	pointer-events: none;
}
/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
	right: 0;
	left: auto;
}
/* Default modifier
 ========================================================================== */
.uk-search-default {
	width: 180px;
}
/*
 * Input
 */
.uk-search-default .uk-search-input {
	height: 36px;
	padding-left: 6px;
	padding-right: 6px;
	background: #e5edf3;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
	background-color: #e5edf3;
}
/*
 * Icon
 */
.uk-search-default .uk-search-icon {
	width: 36px;
}
.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 36px;
}
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 36px;
}
/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
	width: 400px;
}
/*
 * Input
 */
.uk-search-navbar .uk-search-input {
	height: 40px;
	background: transparent;
	font-size: 26px;
}
/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
	width: 40px;
}
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 40px;
}
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 40px;
}
/* Large modifier
 ========================================================================== */
.uk-search-large {
	width: 500px;
}
/*
 * Input
 */
.uk-search-large .uk-search-input {
	height: 80px;
	background: transparent;
	font-size: 2.625rem;
}
/*
 * Icon
 */
.uk-search-large .uk-search-icon {
	width: 80px;
}
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 80px;
}
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 80px;
}
/* Toggle
 ========================================================================== */
.uk-search-toggle {
	color: #006272;
}
/* Hover + Focus */
.uk-search-toggle:focus,
.uk-search-toggle:hover {
	color: #006272;
}
.widget .widget-title {
	color: #006272;
	margin-top: 0;
}
.widget-facts ul {
	font-size: 16px;
	line-height: 32px;
	color: #6b7785;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget-facts ul li:before {
	content: "";
	width: 15px;
	height: 1px;
	background-color: #006272;
	position: relative;
	top: 50%;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}
.widget-facts ul li span {
	display: inline-block;
	color: #006272;
	width: 38%;
	margin-right: 10px;
}
.sidebar:not(.footer-sidebar) .widget {
	margin-bottom: 80px;
}
.sidebar:not(.footer-sidebar) .widget:first-child {
	margin-top: 0;
}
.sidebar:not(.footer-sidebar) .widget:last-child {
	margin-bottom: 0;
}
.sidebar:not(.footer-sidebar) .widget h1,
.sidebar:not(.footer-sidebar) .widget h2,
.sidebar:not(.footer-sidebar) .widget h3,
.sidebar:not(.footer-sidebar) .widget h4,
.sidebar:not(.footer-sidebar) .widget h5,
.sidebar:not(.footer-sidebar) .widget h6 {
	margin-top: 0 !important;
}
.footer-sidebar {
	color: #006272;
	margin-top: 30px;
	margin-bottom: 65px !important;
}
.footer-sidebar .copyright-box {
	margin-top: 65px;
}
.footer-sidebar .copyright-box small {
	display: inline-block;
	margin-bottom: 5px;
}
.footer-sidebar .secondary-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.footer-sidebar .secondary-nav li:after {
	content: "|";
	margin: 0 15px;
	font-weight: 500;
	font-size: 14px;
}
.footer-sidebar .secondary-nav a {
	font-size: 14px;
	line-height: 29px;
}
.footer-sidebar .widget {
	font-size: 16px;
	line-height: 29px;
	margin-top: 30px;
}
.footer-sidebar .widget-grid > div > * {
	margin-bottom: 0;
}
.footer-sidebar ul {
	list-style: none;
	padding-left: 0;
}
.footer-sidebar a {
	color: #006272;
}
.footer-sidebar small {
	font-size: 14px;
}
.footer-sidebar .widget-title {
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0.025rem;
	font-weight: 400;
}
.footer-sidebar .widget-header {
	margin-bottom: 40px;
}
@media (min-width: 640px) {
	.footer-sidebar .widget-header {
		margin-bottom: 50px;
	}
}
@media (min-width: 1200px) {
	.footer-sidebar {
		/*margin-top: 170px;*/
	}
}
.widget-downloads .uk-button {
	text-align: left;
}
.widget-downloads ul {
	padding-left: 0;
	list-style: none;
}
.widget-downloads ul li {
	margin-top: 3px;
}
.widget-get-in-touch .social-link {
	margin-right: 10px;
}
.widget-get-in-touch .contact-links strong {
	display: inline-block;
	margin-left: 5px;
	text-decoration: underline;
}
.widget-get-in-touch .contact-links > li:last-child {
	margin-top: 10px;
}
/* ========================================================================
	 Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 2 */
.uk-nav li > a {
	display: block;
	text-decoration: none;
}
/* 3 */
.uk-nav li > a:focus {
	outline: none;
}
/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
	padding: 5px 0;
}
/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
	padding: 5px 0 5px 15px;
}
/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
	padding-left: 15px;
}
/*
 * Items
 */
.uk-nav-sub a {
	padding: 2px 0;
}
/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
	content: "";
	width: 1.3em;
	height: 1.3em;
	float: right;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
/* Header
 ========================================================================== */
.uk-nav-header {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 12px;
}
.uk-nav-header:not(:first-child) {
	margin-top: 20px;
}
/* Divider
 ========================================================================== */
.uk-nav-divider {
	margin: 5px 0;
}
/* Default modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-default > li > a {
	color: #e5edf3;
}
/* Hover + Focus */
.uk-nav-default > li > a:focus,
.uk-nav-default > li > a:hover {
	color: #006272;
}
/* Active */
.uk-nav-default > li.uk-active > a {
	color: #006272;
}
/*
 * Header
 */
.uk-nav-default .uk-nav-header {
	color: #006272;
}
/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
	color: #e5edf3;
}
.uk-nav-default .uk-nav-sub a:focus,
.uk-nav-default .uk-nav-sub a:hover {
	color: #006272;
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #006272;
}
/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
	font-size: 26px;
	line-height: 1.3;
	color: #e5edf3;
}
/* Hover + Focus */
.uk-nav-primary > li > a:focus,
.uk-nav-primary > li > a:hover {
	color: #006272;
}
/* Active */
.uk-nav-primary > li.uk-active > a {
	color: #006272;
}
/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
	color: #006272;
}
/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
	color: #e5edf3;
}
.uk-nav-primary .uk-nav-sub a:focus,
.uk-nav-primary .uk-nav-sub a:hover {
	color: #006272;
}
.uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #006272;
}
/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
	text-align: center;
}
/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
	padding-left: 0;
}
/* Parent icon modifier	*/
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
	position: absolute;
}
/* ========================================================================
	 Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
	display: flex;
	/* 1 */
	position: relative;
}
.uk-navbar .uk-parent > a {
	position: relative;
}
.uk-navbar .uk-parent > a:after {
	content: "\e926";
	font-family: theme-icons;
	font-size: 11px;
	color: #006272;
	position: relative;
	margin-left: 3px;
	-webkit-transform-origin: 4px 7px;
	-moz-transform-origin: 4px 7px;
	-ms-transform-origin: 4px 7px;
	transform-origin: 4px 7px;
}
.uk-navbar .uk-parent .uk-parent > a:after {
	content: none;
}
.uk-navbar .uk-parent > .uk-navbar-dropdown > .uk-navbar-dropdown-nav > li {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 3px;
}
.uk-navbar .uk-parent > .uk-navbar-dropdown > .uk-navbar-dropdown-nav a {
	border-radius: 3px;
}
.uk-navbar .uk-parent > .uk-navbar-dropdown .uk-navbar-dropdown {
	background-color: transparent;
	padding-right: 52px;
	padding-top: 0;
	padding-bottom: 0;
}
.uk-navbar .uk-parent > .uk-navbar-dropdown .uk-navbar-dropdown a {
	padding-top: 2px;
	padding-bottom: 2px;
}
.uk-navbar .dropdown-toggle-button {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.15);
}
.uk-navbar .dropdown-toggle-button i {
	position: absolute;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	display: inline-block;
	top: 19px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 14px;
	color: #fff;
}
.uk-navbar .dropdown-toggle-button.uk-open i {
	-webkit-transform-origin: 3px 6px;
	-moz-transform-origin: 3px 6px;
	-ms-transform-origin: 3px 6px;
	transform-origin: 3px 6px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #fff;
}
/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.uk-navbar-container > ::after,
.uk-navbar-container > ::before {
	display: none !important;
}
/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > *,
.uk-navbar-left,
.uk-navbar-right {
	display: flex;
	/* 1 */
	align-items: center;
}
/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Needed for dropdowns because a new position context is created
 *	`z-index` must be smaller than off-canvas
 * 3. Fix text wrapping if the centered section is larger than 50% of the navbar
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
	margin-left: auto;
}
.uk-navbar-center:only-child {
	margin-left: auto;
	margin-right: auto;
	/* 1 */
	position: relative;
}
.uk-navbar-center:not(:only-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 2 */
	z-index: 990;
}
/* 3 */
.uk-navbar-center:not(:only-child) .uk-navbar-item,
.uk-navbar-center:not(:only-child) .uk-navbar-nav > li > a,
.uk-navbar-center:not(:only-child) .uk-navbar-toggle {
	white-space: nowrap;
}
/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
	position: absolute;
	top: 0;
}
.uk-navbar-center-left {
	right: 100%;
}
.uk-navbar-center-right {
	left: 100%;
}
[class*='uk-navbar-center-'] .uk-navbar-nav > li > a,
[class*='uk-navbar-center-'] .uk-navbar-item,
[class*='uk-navbar-center-'] .uk-navbar-toggle {
	white-space: nowrap;
}
/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
	display: flex;
	/* 1 */
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-center:only-child,
.uk-navbar-left,
.uk-navbar-right {
	flex-wrap: wrap;
}
/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
	/* 1 */
	display: flex;
	justify-content: center;
	align-items: center;
	/* 2 */
	box-sizing: border-box;
	min-height: 50px;
	padding: 0 10px;
	/* 3 */
	font-size: 12px;
	font-family: "Intrepid", sans-serif;
	/* 4 */
	text-decoration: none;
}
@media (min-width: 640px) {
	.uk-navbar-item,
	.uk-navbar-nav > li > a,
	.uk-navbar-toggle {
		min-height: 60px;
		padding: 0 11px;
	}
}
@media (min-width: 1200px) {
	.uk-navbar-item,
	.uk-navbar-nav > li > a,
	.uk-navbar-toggle {
		min-height: 75px;
	}
}
/*
 * Nav items
 */
.uk-navbar-nav > li > a {
	color: #006272;
}
.uk-navbar-nav > li > a:after {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (min-width: 640px) {
	.uk-navbar-nav > li > a {
		font-size: 13px;
		letter-spacing: 0.1rem;
	}
}
/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li:hover > a {
	color: #fff;
	outline: none;
	background-color: #253746;
}
.uk-navbar-nav > li > a.uk-open:after,
.uk-navbar-nav > li > a:focus:after,
.uk-navbar-nav > li:hover > a:after {
	color: #fff;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/* OnClick */
.uk-navbar-nav > li > a:active {
	color: #fff;
	/*background-color: @c-primary-color;
	&:after{
		color: #fff;
		.rotate(90deg);
	}*/
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
	color: #253746;
	/* background-color: @c-primary-color;*/
}
.uk-navbar-nav > li.uk-active:hover > a,
.uk-navbar-nav > li.uk-active:hover > a.uk-open,
.uk-navbar-nav > li.uk-active:not(:hover) > a.uk-open {
	color: #006272;
	/* background-color: @c-primary-color;*/
}
/* Item
 ========================================================================== */
.uk-navbar-item {
	color: #006272;
}
/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
	color: #e5edf3;
}
.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover {
	color: #006272;
	outline: none;
	text-decoration: none;
	background-color: #253746;
}
/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
	font-size: 12px;
}
/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
	/* 1 */
	display: none;
	/* 2 */
	position: absolute;
	z-index: 1020;
	/* 3 */
	box-sizing: border-box;
	width: 100%;
	/* 4 */
	padding: 20px;
	background: #253746;
	color: #006272;
	float: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.uk-navbar-dropdown .uk-navbar-dropdown {
	float: none !important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Show */
.uk-navbar-dropdown.uk-open {
	display: block;
}
/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*='uk-navbar-dropdown-top'] {
	margin-top: 0;
}
[class*='uk-navbar-dropdown-bottom'] {
	margin-top: 0;
}
[class*='uk-navbar-dropdown-left'] {
	margin-left: 0;
}
[class*='uk-navbar-dropdown-right'] {
	margin-left: 0;
}
/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid {
	margin-left: -5px;
}
.uk-navbar-dropdown-grid > * {
	padding-left: 5px;
}
/* Gutter Vertical */
.uk-navbar-dropdown-grid > .uk-grid-margin {
	margin-top: 5px;
}
/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
	width: 100% !important;
}
/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
	width: 200%;
}
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
	width: 300%;
}
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
	width: 400%;
}
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
	width: 500%;
}
/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
	margin-top: 0;
	margin-bottom: 0;
}
/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
	float: none !important;
}
.uk-navbar-dropdown-nav .uk-navbar-dropdown {
	float: none !important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
}
.uk-navbar-dropdown-nav li {
	position: relative;
	margin-top: 3px;
}
.uk-navbar-dropdown-nav li:first-child {
	margin-top: 0;
}
/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
	color: #fff;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 600;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover {
	color: #253746;
	background-color: #fff;
}
/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
	color: #253746;
	background-color: #fff;
}
/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
	color: #006272;
}
/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
	color: #fff;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:focus,
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
	color: #253746;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #253746;
}
/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
	background: #253746;
}
/*
 * Slide modifier
 */
.uk-navbar-dropbar-slide {
	position: absolute;
	z-index: 980;
	left: 0;
	right: 0;
}
/*
 * We are hiding the invisible nav outside the screen
 * so we need to avoid the horizontal scroll
 */
body.okayNav-loaded {
	overflow-x: hidden;
}
.okayNav-header {
	position: fixed;
	top: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0 15px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.okayNav:after {
	content: "";
	clear: both;
	display: table;
}
.okayNav:not(.loaded) {
	visibility: hidden;
	user-select: none;
}
.okayNav ul {
	/* We want two navigations - one hidden and one visible */
	float: left;
}
.okayNav a {
	position: relative;
	z-index: 1;
}
.okayNav__nav--visible {
	overflow: hidden;
	white-space: nowrap;
}
.okayNav__nav--visible > li {
	display: inline-block;
}
.okayNav__nav--visible a {
	/* Link styling for the visible part of the nav */
	padding: 0 15px;
	transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.okayNav__nav--visible:empty ~ .okayNav__menu-toggle {
	top: 0;
}
.okayNav__nav--visible .last-link {
	display: none !important;
}
/* Link styling for the off-screen part of the nav */
.okayNav__nav--invisible {
	position: fixed;
	top: 130px;
	z-index: 5;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
	box-sizing: border-box;
	background-color: #253746;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.okayNav__nav--invisible.uk-navbar-nav {
	flex-direction: column;
}
.okayNav__nav--invisible.uk-navbar-nav a {
	border-radius: 3px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.okayNav__nav--invisible.uk-navbar-nav li {
	width: 100%;
	margin-top: 3px;
}
.okayNav__nav--invisible.uk-navbar-nav > li {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 3px;
	position: relative;
}
.okayNav__nav--invisible.uk-navbar-nav > li:last-child {
	margin-top: 20px;
}
.okayNav__nav--invisible .uk-navbar-dropdown {
	float: none !important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
}
.okayNav__nav--invisible > li {
	position: relative;
}
.okayNav__nav--invisible > li.uk-parent > a:active:after,
.okayNav__nav--invisible > li.uk-parent > a:focus:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.okayNav__nav--invisible > li.uk-parent > a:after {
	-webkit-transform-origin: 25px 25px;
	-moz-transform-origin: 25px 25px;
	-ms-transform-origin: 25px 25px;
	transform-origin: 25px 25px;
}
.okayNav__nav--invisible > li.uk-parent > .uk-open:after {
	-webkit-transform: rotate(-180deg) !important;
	-ms-transform: rotate(-180deg) !important;
	-o-transform: rotate(-180deg) !important;
	transform: rotate(-180deg) !important;
}
.okayNav__nav--invisible > li a {
	box-sizing: border-box;
}
.okayNav__nav--invisible > li > .uk-navbar-dropdown {
	padding-right: 53px;
	padding-top: 0;
}
.okayNav__nav--invisible > li:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.15);
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.okayNav__nav--invisible > li > *:not(.uk-button) {
	background-color: transparent !important;
}
.okayNav__nav--invisible a {
	display: block;
	padding: 20px;
	text-transform: none !important;
	justify-content: left !important;
}
.okayNav__nav--invisible a:before {
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute !important;
	background-color: rgba(255, 255, 255, 0.15);
	line-height: 50px;
	border-radius: 3px;
}
.okayNav__nav--invisible a:after {
	background-color: transparent;
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute !important;
	line-height: 50px;
	text-align: center;
	font-size: 14px !important;
	color: #fff !important;
}
.okayNav__nav--invisible.nav-left {
	left: 0;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}
.okayNav__nav--invisible.nav-right {
	right: 0;
	-webkit-transform: translate(100%, 0%);
	-ms-transform: translate(100%, 0%);
	-o-transform: translate(100%, 0%);
	transform: translate(100%, 0%);
}
.okayNav__nav--invisible.transition-enabled {
	transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}
.okayNav__nav--invisible.nav-open {
	transform: translateX(0);
}
@media (min-width: 640px) {
	.okayNav__nav--invisible {
		top: 180px;
		padding: 60px;
	}
}
@media (min-width: 1200px) {
	.okayNav__nav--invisible {
		top: 120px;
		padding: 20px;
		visibility: hidden;
		overflow: hidden;
		-webkit-transition: transform 0.3s 0s visibility 0.3s 0.3s;
		-o-transition: transform 0.3s 0s visibility 0.3s 0.3s;
		transition: transform 0.3s 0s visibility 0.3s 0.3s;
	}
	.okayNav__nav--invisible.nav-open {
		visibility: visible;
		-webkit-transition: transform 2s 0s visibility 0s 0s;
		-o-transition: transform 2s 0s visibility 0s 0s;
		transition: transform 2s 0s visibility 0s 0s;
	}
}
/* Kebab icon */
.okayNav__menu-toggle {
	position: relative;
	z-index: 1;
	top: 0;
	line-height: 50px !important;
	font-size: 12px;
	font-family: "Intrepid", sans-serif !important;
	float: left;
	width: 32px;
	height: 50px;
	padding: 0 15px 0 10px;
	text-align: center;
	cursor: pointer;
	transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}
.okayNav__menu-toggle:active,
.okayNav__menu-toggle:hover {
	color: #006272;
}
.okayNav__menu-toggle.okay-invisible {
	position: absolute;
	user-select: none;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0);
}
.okayNav__menu-toggle span {
	position: absolute;
	right: 0;
	left: 0;
	display: none;
	margin: auto;
	pointer-events: none;
}
.okayNav__menu-toggle span:nth-child(1) {
	top: 0;
	display: block;
}
.okayNav__menu-toggle span:nth-child(1):before {
	content: "MORE";
	font-size: 12px;
	font-family: "Intrepid", sans-serif;
	margin-left: -5px;
}
@media (min-width: 640px) {
	.okayNav__menu-toggle span:nth-child(1):before {
		font-size: 13px;
		letter-spacing: 0.1rem;
	}
}
.okayNav__menu-toggle span:nth-child(1):after {
	content: "\e926";
	font-family: theme-icons;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 11px;
}
@media (min-width: 640px) {
	.okayNav__menu-toggle span:nth-child(1):after {
		right: -9px;
	}
}
@media (min-width: 640px) {
	.okayNav__menu-toggle span:nth-child(1):after {
		right: 1px;
	}
}
@media (min-width: 640px) {
	.okayNav__menu-toggle {
		line-height: 60px !important;
		height: 60px;
	}
}
@media (min-width: 960px) {
	.okayNav__menu-toggle:hover {
		background-color: #253746;
		color: #fff;
	}
}
@media (min-width: 1200px) {
	.okayNav__menu-toggle {
		line-height: 75px !important;
		height: 75px;
		padding: 0 15px;
	}
	.okayNav__menu-toggle span:nth-child(1) {
		right: 5px;
	}
}
.okayNav__menu-toggle.icon--active {
	/* Kebab icon when off-screen nav is open */
	/*transform: rotate(90deg);*/
	color: #fff;
	background-color: #253746;
}
.header-top {
	height: 80px;
}
.desktop-okayNav .uk-navbar-dropdown-dropbar {
	margin-top: 0;
	width: 100%;
}
.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
	display: none;
}
.uk-navbar-dropdown-grid > * {
	width: 33.33%;
}
.uk-navbar-dropdown-grid a:not(.uk-button) {
	padding: 0;
}
.uk-navbar-dropdown-grid ul {
	padding-left: 0;
	margin-top: 20px;
	list-style: none;
	min-width: 255px;
	float: right;
}
.uk-navbar-dropdown-grid ul li {
	margin-bottom: 3px;
}
.uk-navbar-dropdown-grid ul li .uk-button {
	display: block;
	text-align: left;
}
.uk-navbar-dropdown-grid ul li .uk-button i.icon-angle-right-solid {
	opacity: 0;
	filter: alpha(opacity=0);
}
.uk-navbar-dropdown-grid ul li .uk-button:hover i.icon-angle-right-solid {
	opacity: 1;
	filter: alpha(opacity=100);
}
.close-panel {
	position: absolute !important;
	bottom: 0;
	right: 0;
	font-size: 11px;
	font-weight: 400;
	font-family: "Intrepid", sans-serif;
	letter-spacing: 0.1rem;
	color: #fff;
	text-decoration: none !important;
	margin-right: 45px;
	margin-bottom: 20px;
}
.close-panel:hover {
	color: #86a2bb;
}
.close-panel i {
	font-size: 16px;
	margin-left: 10px;
}
.main-link {
	height: 175px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 3px;
}
.main-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	z-index: 1;
}
.main-link:after {
	position: absolute;
	content: "";
	height: 7px;
	background-color: #006272;
	width: 100%;
	bottom: -7px;
	left: 0;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	z-index: 6;
}
.main-link img {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-link h3 {
	margin: 0;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0.05rem;
	white-space: normal;
	position: relative;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}
.main-link h3 i.icon-angle-right-solid {
	font-size: 22px;
}
.main-link .large-icon {
	margin-right: 20px;
}
.main-link .push-icon-right {
	vertical-align: middle;
}
.main-link .uk-overlay {
	background-image: -webkit-linear-gradient(top, transparent 0%, #253746 100%);
	background-image: -o-linear-gradient(top, transparent 0%, #253746 100%);
	background-image: linear-gradient(to bottom, transparent 0%, #253746 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#00000000', endColorstr='#ff003e75', GradientType=0);
	padding: 20px 25px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 5;
}
.main-link:hover h3 {
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	-o-transform: translate(0, 10px);
	transform: translate(0, 10px);
}
.main-link:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main-link:hover:after {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.uk-navbar-container > .uk-container .uk-navbar-right {
	margin-right: 0;
}
.uk-navbar-container > .uk-container .uk-navbar-left {
	margin-left: 0;
	margin-right: 0;
}
#site-header .uk-navbar-dropbar-slide {
	display: none !important;
}
#site-header .uk-search-toggle {
	margin-right: 15px;
}
@media (max-width: 639px) {
	#site-header > .uk-container > .uk-navbar {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media (min-width: 640px) {
	#site-header .okayNav > ul.uk-navbar-nav > li .uk-navbar-dropdown {
		padding: 60px;
	}
	#site-header .okayNav > ul.uk-navbar-nav > li .uk-navbar-dropdown .uk-navbar-dropdown {
		padding: 20px 75px 20px 25px;
	}
}
@media (min-width: 1200px) {
	#site-header > .uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
	#site-header .uk-search-toggle {
		margin-right: 20px;
	}
	#site-header .uk-navbar-center {
		position: static !important;
		width: 60%;
		margin-left: 25px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media (min-width: 1360px) {
	#site-header .uk-navbar-center {
		width: 62%;
	}
}
@media (min-width: 1440px) {
	#site-header .uk-navbar-center {
		width: 65%;
	}
}
@media (min-width: 1600px) {
	#site-header .uk-navbar-center {
		width: 68%;
	}
}
.main-nav-wrapper {
	width: 100%;
	display: flex;
	padding-right: 40px;
}
@media (max-width: 1199px) {
	.main-nav-wrapper {
		background-color: #e5edf3;
	}
}
@media (min-width: 640px) {
	.main-nav-wrapper {
		padding: 0 40px;
	}
}
@media (min-width: 1200px) {
	.main-nav-wrapper {
		padding: 0;
		margin-bottom: -45px;
	}
}
.contact-box ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.contact-box .uk-button {
	height: 30px;
}
.contact-box .uk-button i {
	line-height: 28px;
}
/*.contact-box .fa-twitter {
	color: #253746;
}
.contact-box .twitter-button:hover .fa-twitter {
	color: #fff;
}
.contact-box .twitter-button:hover:before {
	background-color: #253746;
}*/
@media (min-width: 640px) {
	.contact-box .call-us i,
	.contact-box .email-us i {
		margin-right: 10px;
	}
}
.last-link {
	background-color: transparent !important;
}
.last-link:after {
	background-color: transparent !important;
}
.last-link a {
	padding-left: 0 !important;
	text-align: right;
	justify-content: space-between !important;
}
.last-link i {
	width: 50px;
	font-size: 18px;
	border-right: 1px solid #253746;
	line-height: 50px;
	text-align: center;
}
.last-link span {
	display: inline-block;
	text-align: right;
}
@media (min-width: 640px) {
	.header-top {
		height: 120px;
		padding-left: 20px;
	}
}
@media (min-width: 1200px) {
	.header-top {
		padding-left: 30px;
		padding-right: 18px;
	}
}
/* ========================================================================
	 Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-subnav {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin-left: -20px;
	/* 3 */
	padding: 0;
	list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
	/* 1 */
	flex: none;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	position: relative;
}
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-subnav > * > :first-child {
	/* 1 */
	display: block;
	/* 2 */
	color: #e5edf3;
}
/* Hover + Focus */
.uk-subnav > * > a:focus,
.uk-subnav > * > a:hover {
	color: #006272;
	text-decoration: none;
	outline: none;
}
/* Active */
.uk-subnav > .uk-active > a {
	color: #006272;
}
/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.uk-subnav-divider > * {
	/* 1 */
	display: flex;
	align-items: center;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	content: "";
	height: 1.5em;
	margin-left: 0;
	margin-right: 20px;
	border-left: 1px solid #e5e5e5;
}
/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
	padding: 5px 10px;
	background: transparent;
	color: #e5edf3;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:focus,
.uk-subnav-pill > * > a:hover {
	background-color: #e5edf3;
	color: #006272;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
	background-color: #e5edf3;
	color: #006272;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
	background-color: #253746;
	color: #fff;
}
/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
	color: #e5edf3;
}
/* ========================================================================
	 Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
.uk-breadcrumb {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	padding: 0;
	list-style: none;
}
.uk-breadcrumb a {
	text-decoration: underline;
}
/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.uk-breadcrumb > * {
	flex: none;
}
/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
	display: inline-block;
	font-size: 12px;
	color: #006272;
	text-transform: uppercase;
}
/* Hover + Focus */
.uk-breadcrumb > * > :focus,
.uk-breadcrumb > * > :hover {
	color: #006272;
	text-decoration: none;
}
/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > * {
	color: #006272;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	content: "\e927";
	display: inline-block;
	margin: 0 10px;
	color: #006272;
	font-family: theme-icons;
	font-size: 8px;
}
/* ========================================================================
	 Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin-left: -20px;
	/* 3 */
	padding: 0;
	list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
	/* 1 */
	flex: none;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	position: relative;
}
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.uk-tab > * > a {
	/* 1 */
	display: block;
	text-align: center;
	/* 2 */
	padding: 5px 10px;
	color: #e5edf3;
}
/* Hover + Focus */
.uk-tab > * > a:focus,
.uk-tab > * > a:hover {
	color: #006272;
	text-decoration: none;
}
/* Active */
.uk-tab > .uk-active > a {
	color: #006272;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
	color: #e5edf3;
}
/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
	flex-direction: column;
	/* 1 */
	margin-left: 0;
}
/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
	padding-left: 0;
}
.uk-tab-left > * > a {
	text-align: left;
}
.uk-tab-right > * > a {
	text-align: left;
}
/* ========================================================================
	 Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
	padding: 5px 10px;
	color: rgba(22, 71, 138, 0.5);
}
/* Hover + Focus */
.uk-slidenav:focus,
.uk-slidenav:hover {
	color: rgba(22, 71, 138, 0.9);
	outline: none;
}
/* OnClick */
.uk-slidenav:active {
	color: rgba(22, 71, 138, 0.5);
}
/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
	padding: 10px;
}
/* Container
 ========================================================================== */
.uk-slidenav-container {
	display: flex;
}
/* ========================================================================
	 Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 3 */
	margin-left: -12px;
}
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
	/* 1 */
	flex: none;
	/* 2 */
	padding-left: 12px;
}
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(22, 71, 138, 0.2);
	/* 1 */
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/* Hover + Focus */
.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
	background-color: rgba(22, 71, 138, 0.6);
	outline: none;
}
/* OnClick */
.uk-dotnav > * > :active {
	background-color: rgba(22, 71, 138, 0.2);
}
/* Active */
.uk-dotnav > .uk-active > * {
	background-color: rgba(22, 71, 138, 0.6);
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
	/* 1 */
	flex-direction: column;
	/* 2 */
	margin-left: 0;
	margin-top: -12px;
}
/* 2 */
.uk-dotnav-vertical > * {
	padding-left: 0;
	padding-top: 12px;
}
/* ========================================================================
	 Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 3 */
	margin-left: -15px;
}
/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
	/* 1 */
	padding-left: 15px;
}
/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
	display: inline-block;
}
/* Hover + Focus */
.uk-thumbnav > * > :focus,
.uk-thumbnav > * > :hover {
	outline: none;
}
/* Active */
/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
	/* 1 */
	flex-direction: column;
	/* 2 */
	margin-left: 0;
	margin-top: -15px;
}
/* 2 */
.uk-thumbnav-vertical > * {
	padding-left: 0;
	padding-top: 15px;
}
/* ========================================================================
	 Component: Accordion
 ========================================================================== */
.uk-accordion {
	padding: 0;
	list-style: none;
}
/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
	margin-top: 20px;
}
/* Title
 ========================================================================== */
.uk-accordion-title {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	color: #006272;
}
/* Hover + Focus */
.uk-accordion-title:focus,
.uk-accordion-title:hover {
	color: #006272;
	text-decoration: none;
	outline: none;
}
/* Content
 ========================================================================== */
.uk-accordion-content {
	margin-top: 20px;
}
/*
 * Micro clearfix
 */
.uk-accordion-content::after,
.uk-accordion-content::before {
	content: "";
	display: table;
}
.uk-accordion-content::after {
	clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
	margin-bottom: 0;
}
/* ========================================================================
	 Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
	/* 1 */
	display: none;
	/* 2 */
	position: absolute;
	z-index: 1020;
	/* 3 */
	box-sizing: border-box;
	width: 300px;
}
/* Show */
.uk-drop.uk-open {
	display: block;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-drop-top'] {
	margin-top: -20px;
}
[class*='uk-drop-bottom'] {
	margin-top: 20px;
}
[class*='uk-drop-left'] {
	margin-left: -20px;
}
[class*='uk-drop-right'] {
	margin-left: 20px;
}
/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
	width: 100% !important;
}
/* ========================================================================
	 Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
	/* 1 */
	display: none;
	/* 2 */
	position: absolute;
	z-index: 1020;
	/* 3 */
	box-sizing: border-box;
	min-width: 200px;
	/* 4 */
	padding: 15px;
	background: #e5edf3;
	color: #006272;
}
/* Show */
.uk-dropdown.uk-open {
	display: block;
}
/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
	white-space: nowrap;
}
/*
 * Items
 */
.uk-dropdown-nav > li > a {
	color: #e5edf3;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
	color: #006272;
}
/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
	color: #006272;
}
/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
	color: #e5edf3;
}
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #006272;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] {
	margin-top: -10px;
}
[class*='uk-dropdown-bottom'] {
	margin-top: 10px;
}
[class*='uk-dropdown-left'] {
	margin-left: -10px;
}
[class*='uk-dropdown-right'] {
	margin-left: 10px;
}
/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * {
	width: 100% !important;
}
/* ========================================================================
	 Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	/* 3 */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 4 */
	padding: 15px;
	/* 5 */
	background: rgba(0, 0, 0, 0.6);
	/* 6 */
	opacity: 0;
	transition: opacity 0.15s linear;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-modal {
		padding: 50px 30px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-modal {
		padding-left: 40px;
		padding-right: 40px;
	}
}
/*
 * Open
 */
.uk-modal.uk-open {
	opacity: 1;
}
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
	overflow: hidden;
}
/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *	`!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
	/* 1 */
	position: relative;
	/* 2 */
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	/* 3 */
	max-width: calc(100% - 0.01px) !important;
	/* 4 */
	background: #fff;
	/* 5 */
	opacity: 0;
	transform: translateY(-100px);
	transition: 0.3s linear;
	transition-property: opacity, transform;
}
/*
 * Open
 */
.uk-open > .uk-modal-dialog {
	opacity: 1;
	transform: translateY(0);
}
/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
	width: 1200px;
}
/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
	padding: 0;
	background: none;
}
/* 2 */
.uk-modal-full .uk-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
}
/* Sections
 ========================================================================== */
.uk-modal-body {
	padding: 30px;
}
.uk-modal-header {
	padding: 15px 30px;
	background: #e5edf3;
}
.uk-modal-footer {
	padding: 15px 30px;
	background: #e5edf3;
}
/*
 * Micro clearfix
 */
.uk-modal-body::after,
.uk-modal-body::before,
.uk-modal-footer::after,
.uk-modal-footer::before,
.uk-modal-header::after,
.uk-modal-header::before {
	content: "";
	display: table;
}
.uk-modal-body::after,
.uk-modal-footer::after,
.uk-modal-header::after {
	clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-footer > :last-child,
.uk-modal-header > :last-child {
	margin-bottom: 0;
}
/* Title
 ========================================================================== */
.uk-modal-title {
	font-size: 34px;
	line-height: 1.3;
}
/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px;
}
/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
	margin-top: 0;
}
/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
	top: 0;
	/* 1 */
	right: -5px;
	transform: translate(0, -100%);
	color: #ffffff;
}
.uk-modal-close-outside:hover {
	color: #fff;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	/* 1 */
	.uk-modal-close-outside {
		right: 0;
		transform: translate(100%, -100%);
	}
}
/*
 * Full
 */
/* ========================================================================
	 Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-lightbox {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	/* 5 */
	background: #000;
	/* 6 */
	opacity: 0;
	transition: opacity 0.15s linear;
}
/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
	display: block;
	/* 2 */
	opacity: 1;
}
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
	overflow: hidden;
}
/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *	Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *	Using `vh` and `vw` to make responsive image work in IE11
 */
.uk-lightbox-items > * {
	/* 1 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* 2 */
	display: none;
	justify-content: center;
	align-items: center;
	/* 3 */
	color: rgba(255, 255, 255, 0.7);
	/* 4 */
	will-change: transform, opacity;
}
/* 5 */
.uk-lightbox-items > * > * {
	max-width: 100vw;
	max-height: 100vh;
}
.uk-lightbox-items > * > :not(iframe) {
	width: auto;
	height: auto;
}
.uk-lightbox-items > .uk-active {
	display: flex;
}
/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar > * {
	color: rgba(255, 255, 255, 0.7);
}
/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
	padding: 5px;
	color: rgba(255, 255, 255, 0.7);
}
/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
	color: #fff;
}
/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.7);
	/* 1 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
/*
 * Hover
 */
.uk-lightbox-button:hover {
	color: #fff;
}
/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
	width: 80%;
	height: 80%;
}
/* ========================================================================
	 Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}
/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
	/* 1 */
	position: relative;
	z-index: 0;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 3 */
	overflow: hidden;
	/* 4 */
	-webkit-touch-callout: none;
}
/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 */
.uk-slideshow-items > * {
	/* 1 */
	position: absolute;
	top: 0;
	left: 0;
	/* 2 */
	right: 0;
	bottom: 0;
	/* 3 */
	overflow: hidden;
	/* 4 */
	will-change: transform, opacity;
	/* 5 */
	touch-action: pan-y;
}
/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
	display: none;
}
/* ========================================================================
	 Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.uk-sticky-fixed {
	z-index: 980;
	box-sizing: border-box;
	margin: 0 !important;
	/* 1 */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*
 * Faster animations
 */
.uk-sticky[class*='uk-animation-'] {
	animation-duration: 0.2s;
}
.uk-sticky.uk-animation-reverse {
	animation-duration: 0.2s;
}
/* ========================================================================
	 Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
	display: none;
}
/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
	margin-bottom: 0;
}
/* ========================================================================
	 Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 3 */
	margin-left: -10px;
}
/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
	/* 1 */
	padding-left: 10px;
}
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-iconnav > * > a {
	/* 1 */
	display: block;
	/* 2 */
	color: #e5edf3;
}
/* Hover + Focus */
.uk-iconnav > * > a:focus,
.uk-iconnav > * > a:hover {
	color: #006272;
	outline: none;
}
/* Active */
.uk-iconnav > .uk-active > a {
	color: #006272;
}
/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
	/* 1 */
	flex-direction: column;
	/* 2 */
	margin-left: 0;
	margin-top: -10px;
}
/* 2 */
.uk-iconnav-vertical > * {
	padding-left: 0;
	padding-top: 10px;
}
.gallery figure {
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.gallery figure:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(top, transparent -35%, #253746 85%);
	background-image: -o-linear-gradient(top, transparent -35%, #253746 85%);
	background-image: linear-gradient(to bottom, transparent -35%, #253746 85%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#00000000', endColorstr='#ff003e75', GradientType=0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	z-index: 1;
}
.gallery figure:after {
	content: "\e92e";
	font-family: theme-icons;
	font-size: 36px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	position: absolute;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.gallery figure figcaption {
	width: 100%;
	background-color: transparent;
	color: #fff;
	padding: 0;
	font-size: 14px;
	font-family: "Intrepid", sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	bottom: 20px;
	z-index: 5;
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	position: absolute;
}
.grid-item:hover figure {
	opacity: 1;
	filter: alpha(opacity=100);
}
.grid-item:hover figure:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.grid-item:hover figure:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.grid-item:hover figure figcaption {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*
.gallery-grid {
	position: relative;
	z-index: 0;
	figure{
	margin: 0;
	height: 100%;
	}

	figcaption {
	color: #fff;
	font-size: 48px;
	line-height: 1;

	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 15px;
	margin-right: 20px;
	}

	.on-hover{
	position: absolute;
	.opacity(0);
	.translate(-25%, -50%);
	top: 50%;
	left: 50%;
	.transition(all 0.45s ease;);
	display: inline-block;
	color: #fff;
	z-index: 10;

	i{
		display: inline-block;
		vertical-align: middle;
		font-size: 48px;
	}
	}


	@media(min-width: @breakpoint-medium){
	a{
		&:before{
		content: "";
		position: absolute;
		background-color: fade(@c-primary-color, 80);
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		.transition(width 0.3s ease-out);
		z-index: 1;
		}

		&:hover{
		&:before{
			width: 100%;
			.transition(width 0.3s ease);
		}
		.on-hover{
			.opacity(1);
			.translate(-50%, -50%)
		}
		}
	}
	}
}*/
@font-face {
	font-family: 'Intrepid';
	src: url('../fonts/Intrepid.woff2') format('woff2'), url('../fonts/Intrepid.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
/* ========================================================================
	 Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}
/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in;
}
/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
	animation-name: none;
}
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
	outline: none;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
	animation-name: uk-fade;
	animation-duration: 0.8s;
	animation-timing-function: linear;
}
/*
 * Scale
 */
.uk-animation-scale-up {
	animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
	animation-name: uk-fade-scale-18;
}
/*
 * Slide
 */
.uk-animation-slide-top {
	animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
	animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
	animation-name: uk-fade-left;
}
.uk-animation-slide-right {
	animation-name: uk-fade-right;
}
/*
 * Slide Small
 */
.uk-animation-slide-top-small {
	animation-name: uk-fade-top-small;
}
.uk-animation-slide-bottom-small {
	animation-name: uk-fade-bottom-small;
}
.uk-animation-slide-left-small {
	animation-name: uk-fade-left-small;
}
.uk-animation-slide-right-small {
	animation-name: uk-fade-right-small;
}
/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
	animation-name: uk-fade-top-medium;
}
.uk-animation-slide-bottom-medium {
	animation-name: uk-fade-bottom-medium;
}
.uk-animation-slide-left-medium {
	animation-name: uk-fade-left-medium;
}
.uk-animation-slide-right-medium {
	animation-name: uk-fade-right-medium;
}
/*
 * Kenburns
 */
.uk-animation-kenburns {
	animation-name: uk-scale-kenburns;
	animation-duration: 15s;
}
/*
 * Shake
 */
.uk-animation-shake {
	animation-name: uk-shake;
}
/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
	animation-duration: 0.1s;
}
/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*
 * Slide Top
 */
@keyframes uk-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Left
 */
@keyframes uk-fade-left {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Right
 */
@keyframes uk-fade-right {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
	0% {
		opacity: 0;
		transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
	0% {
		opacity: 0;
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
	0% {
		opacity: 0;
		transform: scale(1.8);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
/*
 * Shake
 */
@keyframes uk-shake {
	0%,
	100% {
		transform: translateX(0);
	}
	10% {
		transform: translateX(-9px);
	}
	20% {
		transform: translateX(8px);
	}
	30% {
		transform: translateX(-7px);
	}
	40% {
		transform: translateX(6px);
	}
	50% {
		transform: translateX(-5px);
	}
	60% {
		transform: translateX(4px);
	}
	70% {
		transform: translateX(-3px);
	}
	80% {
		transform: translateX(2px);
	}
	90% {
		transform: translateX(-1px);
	}
}
.pulse {
	-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
	animation: pulse 4s infinite;
}
.pulse-before:before {
	-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
	animation: pulse 4s infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	}
	90% {
		-webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	}
	90% {
		-moz-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
/* ========================================================================
	 Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
	box-sizing: border-box;
	width: 100%;
}
.uk-child-width-1-2 > * {
	width: 50%;
}
.uk-child-width-1-3 > * {
	width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4 > * {
	width: 25%;
}
.uk-child-width-1-5 > * {
	width: 20%;
}
.uk-child-width-1-6 > * {
	width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto > * {
	width: auto;
}
/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *	flex items won't shrink below their minimum intrinsic content size.
 *	Using `1px` instead of `0`, so items still wrap into the next line,
 *	if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
	flex: 1;
	/* 1 */
	min-width: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-child-width-1-1\@s > * {
		width: 100%;
	}
	.uk-child-width-1-2\@s > * {
		width: 50%;
	}
	.uk-child-width-1-3\@s > * {
		width: calc(100% * 1 / 3.001);
	}
	.uk-child-width-1-4\@s > * {
		width: 25%;
	}
	.uk-child-width-1-5\@s > * {
		width: 20%;
	}
	.uk-child-width-1-6\@s > * {
		width: calc(100% * 1 / 6.001);
	}
	.uk-child-width-auto\@s > * {
		width: auto;
	}
	.uk-child-width-expand\@s > :not([class*='uk-width']) {
		flex: 1;
		min-width: 1px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-child-width-1-1\@m > * {
		width: 100%;
	}
	.uk-child-width-1-2\@m > * {
		width: 50%;
	}
	.uk-child-width-1-3\@m > * {
		width: calc(100% * 1 / 3.001);
	}
	.uk-child-width-1-4\@m > * {
		width: 25%;
	}
	.uk-child-width-1-5\@m > * {
		width: 20%;
	}
	.uk-child-width-1-6\@m > * {
		width: calc(100% * 1 / 6.001);
	}
	.uk-child-width-auto\@m > * {
		width: auto;
	}
	.uk-child-width-expand\@m > :not([class*='uk-width']) {
		flex: 1;
		min-width: 1px;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-child-width-1-1\@l > * {
		width: 100%;
	}
	.uk-child-width-1-2\@l > * {
		width: 50%;
	}
	.uk-child-width-1-3\@l > * {
		width: calc(100% * 1 / 3.001);
	}
	.uk-child-width-1-4\@l > * {
		width: 25%;
	}
	.uk-child-width-1-5\@l > * {
		width: 20%;
	}
	.uk-child-width-1-6\@l > * {
		width: calc(100% * 1 / 6.001);
	}
	.uk-child-width-auto\@l > * {
		width: auto;
	}
	.uk-child-width-expand\@l > :not([class*='uk-width']) {
		flex: 1;
		min-width: 1px;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-child-width-1-1\@xl > * {
		width: 100%;
	}
	.uk-child-width-1-2\@xl > * {
		width: 50%;
	}
	.uk-child-width-1-3\@xl > * {
		width: calc(100% * 1 / 3.001);
	}
	.uk-child-width-1-4\@xl > * {
		width: 25%;
	}
	.uk-child-width-1-5\@xl > * {
		width: 20%;
	}
	.uk-child-width-1-6\@xl > * {
		width: calc(100% * 1 / 6.001);
	}
	.uk-child-width-auto\@xl > * {
		width: auto;
	}
	.uk-child-width-expand\@xl > :not([class*='uk-width']) {
		flex: 1;
		min-width: 1px;
	}
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
	box-sizing: border-box;
	width: 100%;
	/* 1 */
	max-width: 100%;
}
/* Halves */
.uk-width-1-2 {
	width: 50%;
}
/* Thirds */
.uk-width-1-3 {
	width: calc(100% * 1 / 3.001);
}
.uk-width-2-3 {
	width: calc(100% * 2 / 3.001);
}
/* Quarters */
.uk-width-1-4 {
	width: 25%;
}
.uk-width-3-4 {
	width: 75%;
}
/* Fifths */
.uk-width-1-5 {
	width: 20%;
}
.uk-width-2-5 {
	width: 40%;
}
.uk-width-3-5 {
	width: 60%;
}
.uk-width-4-5 {
	width: 80%;
}
/* Sixths */
.uk-width-1-6 {
	width: calc(100% * 1 / 6.001);
}
.uk-width-5-6 {
	width: calc(100% * 5 / 6.001);
}
/* Pixel */
.uk-width-small {
	width: 150px;
}
.uk-width-medium {
	width: 300px;
}
.uk-width-large {
	width: 450px;
}
.uk-width-xlarge {
	width: 600px;
}
.uk-width-xxlarge {
	width: 750px;
}
/* Auto */
.uk-width-auto {
	width: auto;
}
/* Expand */
.uk-width-expand {
	flex: 1;
	min-width: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	/* Whole */
	.uk-width-1-1\@s {
		width: 100%;
	}
	/* Halves */
	.uk-width-1-2\@s {
		width: 50%;
	}
	/* Thirds */
	.uk-width-1-3\@s {
		width: calc(100% * 1 / 3.001);
	}
	.uk-width-2-3\@s {
		width: calc(100% * 2 / 3.001);
	}
	/* Quarters */
	.uk-width-1-4\@s {
		width: 25%;
	}
	.uk-width-3-4\@s {
		width: 75%;
	}
	/* Fifths */
	.uk-width-1-5\@s {
		width: 20%;
	}
	.uk-width-2-5\@s {
		width: 40%;
	}
	.uk-width-3-5\@s {
		width: 60%;
	}
	.uk-width-4-5\@s {
		width: 80%;
	}
	/* Sixths */
	.uk-width-1-6\@s {
		width: calc(100% * 1 / 6.001);
	}
	.uk-width-5-6\@s {
		width: calc(100% * 5 / 6.001);
	}
	/* Pixel */
	.uk-width-small\@s {
		width: 150px;
	}
	.uk-width-medium\@s {
		width: 300px;
	}
	.uk-width-large\@s {
		width: 450px;
	}
	.uk-width-xlarge\@s {
		width: 600px;
	}
	.uk-width-xxlarge\@s {
		width: 750px;
	}
	/* Auto */
	.uk-width-auto\@s {
		width: auto;
	}
	/* Expand */
	.uk-width-expand\@s {
		flex: 1;
		min-width: 1px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	/* Whole */
	.uk-width-1-1\@m {
		width: 100%;
	}
	/* Halves */
	.uk-width-1-2\@m {
		width: 50%;
	}
	/* Thirds */
	.uk-width-1-3\@m {
		width: calc(100% * 1 / 3.001);
	}
	.uk-width-2-3\@m {
		width: calc(100% * 2 / 3.001);
	}
	/* Quarters */
	.uk-width-1-4\@m {
		width: 25%;
	}
	.uk-width-3-4\@m {
		width: 75%;
	}
	/* Fifths */
	.uk-width-1-5\@m {
		width: 20%;
	}
	.uk-width-2-5\@m {
		width: 40%;
	}
	.uk-width-3-5\@m {
		width: 60%;
	}
	.uk-width-4-5\@m {
		width: 80%;
	}
	/* Sixths */
	.uk-width-1-6\@m {
		width: calc(100% * 1 / 6.001);
	}
	.uk-width-5-6\@m {
		width: calc(100% * 5 / 6.001);
	}
	/* Pixel */
	.uk-width-small\@m {
		width: 150px;
	}
	.uk-width-medium\@m {
		width: 300px;
	}
	.uk-width-large\@m {
		width: 450px;
	}
	.uk-width-xlarge\@m {
		width: 600px;
	}
	.uk-width-xxlarge\@m {
		width: 750px;
	}
	/* Auto */
	.uk-width-auto\@m {
		width: auto;
	}
	/* Expand */
	.uk-width-expand\@m {
		flex: 1;
		min-width: 1px;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Whole */
	.uk-width-1-1\@l {
		width: 100%;
	}
	/* Halves */
	.uk-width-1-2\@l {
		width: 50%;
	}
	/* Thirds */
	.uk-width-1-3\@l {
		width: calc(100% * 1 / 3.001);
	}
	.uk-width-2-3\@l {
		width: calc(100% * 2 / 3.001);
	}
	/* Quarters */
	.uk-width-1-4\@l {
		width: 25%;
	}
	.uk-width-3-4\@l {
		width: 75%;
	}
	/* Fifths */
	.uk-width-1-5\@l {
		width: 20%;
	}
	.uk-width-2-5\@l {
		width: 40%;
	}
	.uk-width-3-5\@l {
		width: 60%;
	}
	.uk-width-4-5\@l {
		width: 80%;
	}
	/* Sixths */
	.uk-width-1-6\@l {
		width: calc(100% * 1 / 6.001);
	}
	.uk-width-5-6\@l {
		width: calc(100% * 5 / 6.001);
	}
	/* Pixel */
	.uk-width-small\@l {
		width: 150px;
	}
	.uk-width-medium\@l {
		width: 300px;
	}
	.uk-width-large\@l {
		width: 450px;
	}
	.uk-width-xlarge\@l {
		width: 600px;
	}
	.uk-width-xxlarge\@l {
		width: 750px;
	}
	/* Auto */
	.uk-width-auto\@l {
		width: auto;
	}
	/* Expand */
	.uk-width-expand\@l {
		flex: 1;
		min-width: 1px;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	/* Whole */
	.uk-width-1-1\@xl {
		width: 100%;
	}
	/* Halves */
	.uk-width-1-2\@xl {
		width: 50%;
	}
	/* Thirds */
	.uk-width-1-3\@xl {
		width: calc(100% * 1 / 3.001);
	}
	.uk-width-2-3\@xl {
		width: calc(100% * 2 / 3.001);
	}
	/* Quarters */
	.uk-width-1-4\@xl {
		width: 25%;
	}
	.uk-width-3-4\@xl {
		width: 75%;
	}
	/* Fifths */
	.uk-width-1-5\@xl {
		width: 20%;
	}
	.uk-width-2-5\@xl {
		width: 40%;
	}
	.uk-width-3-5\@xl {
		width: 60%;
	}
	.uk-width-4-5\@xl {
		width: 80%;
	}
	/* Sixths */
	.uk-width-1-6\@xl {
		width: calc(100% * 1 / 6.001);
	}
	.uk-width-5-6\@xl {
		width: calc(100% * 5 / 6.001);
	}
	/* Pixel */
	.uk-width-small\@xl {
		width: 150px;
	}
	.uk-width-medium\@xl {
		width: 300px;
	}
	.uk-width-large\@xl {
		width: 450px;
	}
	.uk-width-xlarge\@xl {
		width: 600px;
	}
	.uk-width-xxlarge\@xl {
		width: 750px;
	}
	/* Auto */
	.uk-width-auto\@xl {
		width: auto;
	}
	/* Expand */
	.uk-width-expand\@xl {
		flex: 1;
		min-width: 1px;
	}
}
/* ========================================================================
	 Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
	font-size: 26px !important;
	line-height: 34px !important;
	/* color: #006272 !important; */
	color: #006272 !important;
	font-weight: bold;
	font-family: "Intrepid", sans-serif;
}
.uk-text-lead.shorter {
	max-width: 800px;
}
.uk-text-meta {
	font-size: 12px;
	line-height: 1.4;
	color: #e5edf3;
}
/* Size modifiers
 ========================================================================== */
.uk-text-small {
	font-size: 12px;
	line-height: 1.5;
}
.uk-text-large {
	font-size: 26px;
	line-height: 1.5;
}
/* Weight modifier
 ========================================================================== */
.uk-text-bold {
	font-weight: 700;
}
/* Transform modifier
 ========================================================================== */
.uk-text-uppercase {
	text-transform: uppercase !important;
}
.uk-text-capitalize {
	text-transform: capitalize !important;
}
.uk-text-lowercase {
	text-transform: lowercase !important;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
	color: #e5edf3 !important;
}
.uk-text-emphasis {
	color: #006272 !important;
}
.uk-text-primary {
	color: #253746 !important;
}
.uk-text-success {
	color: #253746 !important;
}
.uk-text-warning {
	color: #f1a33e !important;
}
.uk-text-danger {
	color: #d63644 !important;
}
/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *	Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
	/* 1 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* 2 */
	display: inline-block;
	/* 3 */
	color: #253746 !important;
}
@supports (-webkit-background-clip: text) {
	.uk-text-background {
		background-color: #253746;
	}
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
	text-align: left !important;
}
.uk-text-right {
	text-align: right !important;
}
.uk-text-center {
	text-align: center !important;
}
.uk-text-justify {
	text-align: justify !important;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-text-left\@s {
		text-align: left !important;
	}
	.uk-text-right\@s {
		text-align: right !important;
	}
	.uk-text-center\@s {
		text-align: center !important;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-text-left\@m {
		text-align: left !important;
	}
	.uk-text-right\@m {
		text-align: right !important;
	}
	.uk-text-center\@m {
		text-align: center !important;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-text-left\@l {
		text-align: left !important;
	}
	.uk-text-right\@l {
		text-align: right !important;
	}
	.uk-text-center\@l {
		text-align: center !important;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-text-left\@xl {
		text-align: left !important;
	}
	.uk-text-right\@xl {
		text-align: right !important;
	}
	.uk-text-center\@xl {
		text-align: center !important;
	}
}
/*
 * Vertical
 */
.uk-text-top {
	vertical-align: top !important;
}
.uk-text-middle {
	vertical-align: middle !important;
}
.uk-text-bottom {
	vertical-align: bottom !important;
}
.uk-text-baseline {
	vertical-align: baseline !important;
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
	white-space: nowrap;
}
/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
	/* 1 */
	max-width: 100%;
	/* 2 */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 2 */
td.uk-text-truncate,
th.uk-text-truncate {
	max-width: 0;
}
/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *	Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
	/* 1 */
	overflow-wrap: break-word;
	/* 2 */
	word-wrap: break-word;
}
/* 3 */
td.uk-text-break,
th.uk-text-break {
	word-break: break-all;
}
.uk-text-lead + .uk-text-lead {
	margin-top: 12px !important;
}
.img-align-left {
	margin: 15px 40px 15px 0;
	float: left;
	max-width: 60%;
}
.img-align-left img {
	max-width: 100%;
	height: auto;
}
.img-align-right {
	margin: 15px 0 15px 40px;
	float: right;
	max-width: 60%;
}
.img-align-right img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 639px) {
	.img-align-left,
	.img-align-right {
		width: 100%;
		max-width: none;
	}
	.img-align-left img,
	.img-align-right img {
		width: 100%;
	}
}
/* File types */
/*a[href*=".pdf"],
a[href*=".doc"],
a[href*=".docx"],
a[href*=".xls"],
a[href*=".xlsx"],
a[href*=".ppt"],
a[href*=".pptx"] {
	text-decoration: none !important;
}
a[href*=".pdf"]:before,
a[href*=".doc"]:before,
a[href*=".docx"]:before,
a[href*=".xls"]:before,
a[href*=".xlsx"]:before,
a[href*=".ppt"]:before,
a[href*=".pptx"]:before {
	font-family: theme-icons;
	display: inline-block;
	margin-right: 12px;
	color: #253746;
	font-size: 24px;
	vertical-align: middle;
	line-height: 1;
}
a[href*=".pdf"]:before {
	content: "\e92a";
	color: #d63644;
}
a[href*=".xls"]:before,
a[href*=".xlsx"]:before {
	content: "\e92d";
	color: #39bfa0;
}
a[href*=".doc"]:before,
a[href*=".docx"]:before {
	content: "\e92b";
	color: #065381;
}
a[href*=".ppt"]:before,
a[href*=".pptx"]:before {
	content: "\e92c";
	color: #e99d29;
}*/
.content > *:last-child {
	margin-bottom: 0 !important;
}
.content > *:first-child {
	margin-top: 0 !important;
}
.content p > a[href*=".pdf"],
.content p > a[href*=".doc"],
.content p > a[href*=".docx"],
.content p > a[href*=".xls"],
.content p > a[href*=".xlsx"],
.content p > a[href*=".ppt"],
.content p > a[href*=".pptx"] {
	text-decoration: underline !important;
}
.content p > a[href*=".pdf"]:before,
.content p > a[href*=".doc"]:before,
.content p > a[href*=".docx"]:before,
.content p > a[href*=".xls"]:before,
.content p > a[href*=".xlsx"]:before,
.content p > a[href*=".ppt"]:before,
.content p > a[href*=".pptx"]:before {
	margin-left: 5px;
	margin-right: 5px;
}
.content a {
	text-decoration: underline;
	font-weight: 700;
}
.content small {
	font-size: 14px;
}
.content figure {
	margin-top: 36px;
	margin-bottom: 36px;
}
.content figure.img-align-left,
.content figure.img-align-right {
	margin-top: 28px;
	margin-bottom: 28px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content h7 {
	text-transform: inherit;
}
.content h1 + p,
.content h2 + p,
.content h3 + p,
.content h4 + p,
.content h5 + p,
.content h6 + p {
	margin-top: 5px;
}
.content ul {
	margin-top: 28px;
	margin-bottom: 28px;
}
.content p {
	font-size: 20px;
	line-height: 32px;
	margin: 28px 0;
}
.content .img-responsive img {
	width: 100%;
}
.content ol,
.content ul {
	list-style: none;
	font-weight: 500;
	padding-left: 25px;
}
.content ul li a:focus,
.content ul li a:hover {
	color: #253746;
}
.content li {
	font-weight: 500;
	margin-top: 9px;
}
.content li:first-child {
	margin-top: 0;
}
.content li p {
	margin-top: 0;
	margin-bottom: 0;
}
.content li p + p {
	margin-top: 10px;
}
.content ul li:before {
	content: "";
	color: #000;
	margin-right: 15px;
	margin-left: -25px;
	border: 2px solid #006272;
	height: 0;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.content ol {
	counter-reset: my-badass-counter;
}
.content ol li:before {
	content: counter(my-badass-counter) '.';
	counter-increment: my-badass-counter;
	display: inline-block;
	margin-right: 10px;
	margin-left: -20px;
}
/* ========================================================================
	 Component: Column
 ========================================================================== */
[class*='uk-column-'] {
	column-gap: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	[class*='uk-column-'] {
		column-gap: 40px;
	}
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='uk-column-'] img {
	transform: translate3d(0, 0, 0);
}
/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
	column-rule: 1px solid #e5e5e5;
	/* 1 */
	column-gap: 60px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-column-divider {
		column-gap: 80px;
	}
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
	column-count: 2;
}
.uk-column-1-3 {
	column-count: 3;
}
.uk-column-1-4 {
	column-count: 4;
}
.uk-column-1-5 {
	column-count: 5;
}
.uk-column-1-6 {
	column-count: 6;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-column-1-2\@s {
		column-count: 2;
	}
	.uk-column-1-3\@s {
		column-count: 3;
	}
	.uk-column-1-4\@s {
		column-count: 4;
	}
	.uk-column-1-5\@s {
		column-count: 5;
	}
	.uk-column-1-6\@s {
		column-count: 6;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-column-1-2\@m {
		column-count: 2;
	}
	.uk-column-1-3\@m {
		column-count: 3;
	}
	.uk-column-1-4\@m {
		column-count: 4;
	}
	.uk-column-1-5\@m {
		column-count: 5;
	}
	.uk-column-1-6\@m {
		column-count: 6;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-column-1-2\@l {
		column-count: 2;
	}
	.uk-column-1-3\@l {
		column-count: 3;
	}
	.uk-column-1-4\@l {
		column-count: 4;
	}
	.uk-column-1-5\@l {
		column-count: 5;
	}
	.uk-column-1-6\@l {
		column-count: 6;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-column-1-2\@xl {
		column-count: 2;
	}
	.uk-column-1-3\@xl {
		column-count: 3;
	}
	.uk-column-1-4\@xl {
		column-count: 4;
	}
	.uk-column-1-5\@xl {
		column-count: 5;
	}
	.uk-column-1-6\@xl {
		column-count: 6;
	}
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
	column-span: all;
}
/* ========================================================================
	 Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *		 is absolute positioned or if the container has a height
 */
.uk-cover {
	/* 1 */
	max-width: none;
	/* 2 */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
iframe.uk-cover {
	pointer-events: none;
}
/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
	/* 1 */
	overflow: hidden;
	/* 2 */
	position: relative;
}
/* ========================================================================
	 Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
	background-color: #fff;
}
.uk-background-muted {
	background-color: #e5edf3;
}
.uk-background-primary {
	background-color: #253746;
}
.uk-background-secondary {
	background-color: #006272;
}
.uk-background-green-light {
	background-color: #e7f6f6;
}
.uk-background-semi-transparent {
	background-color: rgba(0, 44, 82, 0.6);
}
.uk-background-grey-light {
	background-color: #ecf0f6;
}
.uk-background-blue-light {
	background-color: #e5edf3;
}
/* Size
 ========================================================================== */
.uk-background-contain,
.uk-background-cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.uk-background-cover {
	background-size: cover;
}
.uk-background-contain {
	background-size: contain;
}
/* Position
 ========================================================================== */
.uk-background-top-left {
	background-position: 0 0;
}
.uk-background-top-center {
	background-position: 50% 0;
}
.uk-background-top-right {
	background-position: 100% 0;
}
.uk-background-center-left {
	background-position: 0 50%;
}
.uk-background-center-center {
	background-position: 50% 50%;
}
.uk-background-center-right {
	background-position: 100% 50%;
}
.uk-background-bottom-left {
	background-position: 0 100%;
}
.uk-background-bottom-center {
	background-position: 50% 100%;
}
.uk-background-bottom-right {
	background-position: 100% 100%;
}
/* Repeat
 ========================================================================== */
.uk-background-norepeat {
	background-repeat: no-repeat;
}
/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
	background-attachment: fixed;
	/* 1 */
	backface-visibility: hidden;
}
/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
	.uk-background-fixed {
		background-attachment: scroll;
	}
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
	.uk-background-image\@s {
		background-image: none !important;
	}
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
	.uk-background-image\@m {
		background-image: none !important;
	}
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
	.uk-background-image\@l {
		background-image: none !important;
	}
}
/* Desktop and smaller */
@media (max-width: 1599px) {
	.uk-background-image\@xl {
		background-image: none !important;
	}
}
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
	background-blend-mode: multiply;
}
.uk-background-blend-screen {
	background-blend-mode: screen;
}
.uk-background-blend-overlay {
	background-blend-mode: overlay;
}
.uk-background-blend-darken {
	background-blend-mode: darken;
}
.uk-background-blend-lighten {
	background-blend-mode: lighten;
}
.uk-background-blend-color-dodge {
	background-blend-mode: color-dodge;
}
.uk-background-blend-color-burn {
	background-blend-mode: color-burn;
}
.uk-background-blend-hard-light {
	background-blend-mode: hard-light;
}
.uk-background-blend-soft-light {
	background-blend-mode: soft-light;
}
.uk-background-blend-difference {
	background-blend-mode: difference;
}
.uk-background-blend-exclusion {
	background-blend-mode: exclusion;
}
.uk-background-blend-hue {
	background-blend-mode: hue;
}
.uk-background-blend-saturation {
	background-blend-mode: saturation;
}
.uk-background-blend-color {
	background-blend-mode: color;
}
.uk-background-blend-luminosity {
	background-blend-mode: luminosity;
}
/* ========================================================================
	 Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
	position: relative;
	box-sizing: border-box;
}
/*
 * Micro clearfix
 */
.uk-panel::after,
.uk-panel::before {
	content: "";
	display: table;
}
.uk-panel::after {
	clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
	margin-bottom: 0;
}
/*
 * Scrollable
 */
.uk-panel-scrollable {
	height: 170px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	resize: both;
}
/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
	content: "";
	display: table-cell;
}
/* 2 */
.uk-clearfix::after {
	content: "";
	display: table;
	clear: both;
}
/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
	float: left;
}
.uk-float-right {
	float: right;
}
/* 1 */
[class*='uk-float-'] {
	max-width: 100%;
}
/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
	overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.uk-overflow-auto > :last-child {
	margin-bottom: 0;
}
/* Resize
 ========================================================================== */
.uk-resize {
	resize: both;
}
.uk-resize-vertical {
	resize: vertical;
}
/* Display
 ========================================================================== */
.uk-display-block {
	display: block !important;
}
.uk-display-inline {
	display: inline !important;
}
.uk-display-inline-block {
	display: inline-block !important;
}
/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *	to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	/* 3 */
	max-width: 100%;
	/* 4 */
	vertical-align: middle;
	/* 5 */
	-webkit-backface-visibility: hidden;
}
.uk-inline-clip {
	/* 6 */
	overflow: hidden;
}
/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and	`audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
	max-width: none;
}
/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-height,
.uk-responsive-width {
	box-sizing: border-box;
}
/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
	/* 1 */
	max-width: 100% !important;
	/* 2 */
	height: auto;
}
/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and	`audio` already have by default
 */
.uk-responsive-height {
	/* 1 */
	max-height: 100%;
	/* 2 */
	width: auto;
	/* 3 */
	max-width: none;
}
/* Border
 ========================================================================== */
.uk-border-circle {
	border-radius: 50%;
}
.uk-border-pill {
	border-radius: 500px;
}
.uk-border-rounded {
	border-radius: 5px;
}
/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
	-webkit-transform: translateZ(0);
}
/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-medium {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-large {
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
	transition: box-shadow 0.1s ease-in-out;
}
.uk-box-shadow-hover-small:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-hover-medium:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-hover-large:hover {
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-box-shadow-hover-xlarge:hover {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *	Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
	.uk-box-shadow-bottom {
		display: inline-block;
		position: relative;
		max-width: 100%;
		vertical-align: middle;
	}
	.uk-box-shadow-bottom::before {
		content: '';
		/* 1 */
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		/* 2 */
		height: 30px;
		border-radius: 100%;
		background: #444;
		filter: blur(20px);
	}
	/* 3 */
	.uk-box-shadow-bottom > * {
		position: relative;
	}
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *	https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *	https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *	This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap > p:first-of-type::first-letter,
.uk-dropcap::first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 3.9em;
	line-height: 1;
}
/* 2 */
@-moz-document url-prefix() {
	.uk-dropcap > p:first-of-type::first-letter,
	.uk-dropcap::first-letter {
		margin-top: 1.1%;
	}
}
/* 3 */
@supports (-ms-ime-align: auto) {
	.uk-dropcap > p:first-of-type::first-letter {
		font-size: 1em;
	}
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
	font-size: 26px;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	color: #006272;
	/* 1 */
	text-decoration: none;
	width: 160px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}
.uk-logo > img {
	max-height: 100px;
}
@media (min-width: 640px) {
	.uk-logo {
		width: 265px;
	}
}
/* Hover + Focus */
.uk-logo:focus,
.uk-logo:hover {
	color: #006272;
	outline: none;
	/* 1 */
	text-decoration: none;
}
.uk-logo-inverse {
	display: none;
}
/* Disabled State
 ========================================================================== */
.uk-disabled {
	pointer-events: none;
}
/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
	cursor: move;
}
/* 2 */
.uk-drag iframe {
	pointer-events: none;
}
/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
	mix-blend-mode: multiply;
}
.uk-blend-screen {
	mix-blend-mode: screen;
}
.uk-blend-overlay {
	mix-blend-mode: overlay;
}
.uk-blend-darken {
	mix-blend-mode: darken;
}
.uk-blend-lighten {
	mix-blend-mode: lighten;
}
.uk-blend-color-dodge {
	mix-blend-mode: color-dodge;
}
.uk-blend-color-burn {
	mix-blend-mode: color-burn;
}
.uk-blend-hard-light {
	mix-blend-mode: hard-light;
}
.uk-blend-soft-light {
	mix-blend-mode: soft-light;
}
.uk-blend-difference {
	mix-blend-mode: difference;
}
.uk-blend-exclusion {
	mix-blend-mode: exclusion;
}
.uk-blend-hue {
	mix-blend-mode: hue;
}
.uk-blend-saturation {
	mix-blend-mode: saturation;
}
.uk-blend-color {
	mix-blend-mode: color;
}
.uk-blend-luminosity {
	mix-blend-mode: luminosity;
}
/* Transform
========================================================================== */
.uk-transform-center {
	transform: translate(-50%, -50%);
}
/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
	transform-origin: 0 0;
}
.uk-transform-origin-top-center {
	transform-origin: 50% 0;
}
.uk-transform-origin-top-right {
	transform-origin: 100% 0;
}
.uk-transform-origin-center-left {
	transform-origin: 0 50%;
}
.uk-transform-origin-center-right {
	transform-origin: 100% 50%;
}
.uk-transform-origin-bottom-left {
	transform-origin: 0 100%;
}
.uk-transform-origin-bottom-center {
	transform-origin: 50% 100%;
}
.uk-transform-origin-bottom-right {
	transform-origin: 100% 100%;
}
.video-container {
	height: 0;
	position: relative;
	font-size: 0;
	line-height: 0;
	padding-top: 100%;
}
.video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 640px) {
	.video-container {
		padding-top: 56.24%;
	}
}
.read-more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	font-size: 0;
	line-height: 0;
}
.uk-text-weight-light {
	font-weight: 300 !important;
}
.uniform-gradient {
	position: relative;
}
.uniform-gradient:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 44, 82, 0.6);
	display: block;
	z-index: 0;
}
.has-background-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.large-icon {
	font-size: 63px;
}
.medium-icon {
	font-size: 22px !important;
}
.push-icon-right {
	margin-left: 10px;
}
.push-icon-right-abs {
	position: relative;
	padding-right: 45px !important;
}
.push-icon-right-abs i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-right: 15px;
}
.push-icon-left-abs {
	position: relative;
	padding-left: 55px;
}
.push-icon-left-abs i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-left: 15px;
}
/* ========================================================================
	 Component: Flex
 ========================================================================== */
.uk-flex {
	display: flex;
}
.uk-flex-inline {
	display: inline-flex;
}
/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex-inline::after,
.uk-flex-inline::before,
.uk-flex::after,
.uk-flex::before {
	display: none;
}
/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
	justify-content: flex-start;
}
.uk-flex-center {
	justify-content: center;
}
.uk-flex-right {
	justify-content: flex-end;
}
.uk-flex-between {
	justify-content: space-between;
}
.uk-flex-around {
	justify-content: space-around;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-flex-left\@s {
		justify-content: flex-start;
	}
	.uk-flex-center\@s {
		justify-content: center;
	}
	.uk-flex-right\@s {
		justify-content: flex-end;
	}
	.uk-flex-between\@s {
		justify-content: space-between;
	}
	.uk-flex-around\@s {
		justify-content: space-around;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-flex-left\@m {
		justify-content: flex-start;
	}
	.uk-flex-center\@m {
		justify-content: center;
	}
	.uk-flex-right\@m {
		justify-content: flex-end;
	}
	.uk-flex-between\@m {
		justify-content: space-between;
	}
	.uk-flex-around\@m {
		justify-content: space-around;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-flex-left\@l {
		justify-content: flex-start;
	}
	.uk-flex-center\@l {
		justify-content: center;
	}
	.uk-flex-right\@l {
		justify-content: flex-end;
	}
	.uk-flex-between\@l {
		justify-content: space-between;
	}
	.uk-flex-around\@l {
		justify-content: space-around;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-flex-left\@xl {
		justify-content: flex-start;
	}
	.uk-flex-center\@xl {
		justify-content: center;
	}
	.uk-flex-right\@xl {
		justify-content: flex-end;
	}
	.uk-flex-between\@xl {
		justify-content: space-between;
	}
	.uk-flex-around\@xl {
		justify-content: space-around;
	}
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
	align-items: stretch;
}
.uk-flex-top {
	align-items: flex-start;
}
.uk-flex-middle {
	align-items: center;
}
.uk-flex-bottom {
	align-items: flex-end;
}
/* Direction
 ========================================================================== */
.uk-flex-row {
	flex-direction: row;
}
.uk-flex-row-reverse {
	flex-direction: row-reverse;
}
.uk-flex-column {
	flex-direction: column;
}
.uk-flex-column-reverse {
	flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
	flex-wrap: nowrap;
}
.uk-flex-wrap {
	flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}
/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
	align-content: stretch;
}
.uk-flex-wrap-top {
	align-content: flex-start;
}
.uk-flex-wrap-middle {
	align-content: center;
}
.uk-flex-wrap-bottom {
	align-content: flex-end;
}
.uk-flex-wrap-between {
	align-content: space-between;
}
.uk-flex-wrap-around {
	align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
	order: -1;
}
.uk-flex-last {
	order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-flex-first\@s {
		order: -1;
	}
	.uk-flex-last\@s {
		order: 99;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-flex-first\@m {
		order: -1;
	}
	.uk-flex-last\@m {
		order: 99;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-flex-first\@l {
		order: -1;
	}
	.uk-flex-last\@l {
		order: 99;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-flex-first\@xl {
		order: -1;
	}
	.uk-flex-last\@xl {
		order: 99;
	}
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
	flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
	flex: auto;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
	flex: 1;
}
/* ========================================================================
	 Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
	margin-bottom: 20px;
}
* + .uk-margin {
	margin-top: 20px !important;
}
.uk-margin-top {
	margin-top: 20px !important;
}
.uk-margin-bottom {
	margin-bottom: 20px !important;
}
.uk-margin-left {
	margin-left: 20px !important;
}
.uk-margin-right {
	margin-right: 20px !important;
}
/* Small
 ========================================================================== */
.uk-margin-small {
	margin-bottom: 10px;
}
* + .uk-margin-small {
	margin-top: 10px !important;
}
.uk-margin-small-top {
	margin-top: 10px !important;
}
.uk-margin-small-bottom {
	margin-bottom: 10px !important;
}
.uk-margin-small-left {
	margin-left: 10px !important;
}
.uk-margin-small-right {
	margin-right: 10px !important;
}
/* Medium
 ========================================================================== */
.uk-margin-medium {
	margin-bottom: 40px;
}
* + .uk-margin-medium {
	margin-top: 40px !important;
}
.uk-margin-medium-top {
	margin-top: 40px !important;
}
.uk-margin-medium-bottom {
	margin-bottom: 40px !important;
}
.uk-margin-medium-left {
	margin-left: 40px !important;
}
.uk-margin-medium-right {
	margin-right: 40px !important;
}
/* Large
 ========================================================================== */
.uk-margin-large {
	margin-bottom: 40px;
}
* + .uk-margin-large {
	margin-top: 40px !important;
}
.uk-margin-large-top {
	margin-top: 40px !important;
}
.uk-margin-large-bottom {
	margin-bottom: 40px !important;
}
.uk-margin-large-left {
	margin-left: 40px !important;
}
.uk-margin-large-right {
	margin-right: 40px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-margin-large {
		margin-bottom: 60px;
	}
	* + .uk-margin-large {
		margin-top: 60px !important;
	}
	.uk-margin-large-top {
		margin-top: 60px !important;
	}
	.uk-margin-large-bottom {
		margin-bottom: 100px !important;
	}
	.uk-margin-large-left {
		margin-left: 60px !important;
	}
	.uk-margin-large-right {
		margin-right: 60px !important;
	}
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
	margin-bottom: 60px;
}
* + .uk-margin-xlarge {
	margin-top: 60px !important;
}
.uk-margin-xlarge-top {
	margin-top: 60px !important;
}
.uk-margin-xlarge-bottom {
	margin-bottom: 60px !important;
}
.uk-margin-xlarge-left {
	margin-left: 60px !important;
}
.uk-margin-xlarge-right {
	margin-right: 60px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-margin-xlarge {
		margin-bottom: 100px;
	}
	* + .uk-margin-xlarge {
		margin-top: 100px !important;
	}
	.uk-margin-xlarge-top {
		margin-top: 100px !important;
	}
	.uk-margin-xlarge-bottom {
		margin-bottom: 100px !important;
	}
	.uk-margin-xlarge-left {
		margin-left: 100px !important;
	}
	.uk-margin-xlarge-right {
		margin-right: 100px !important;
	}
}
/* Remove
 ========================================================================== */
.uk-margin-remove {
	margin: 0 !important;
}
.uk-margin-remove-top {
	margin-top: 0 !important;
}
.uk-margin-remove-bottom {
	margin-bottom: 0 !important;
}
.uk-margin-remove-left {
	margin-left: 0 !important;
}
.uk-margin-remove-right {
	margin-right: 0 !important;
}
.uk-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.uk-margin-remove-adjacent + * {
	margin-top: 0 !important;
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.uk-margin-auto-top {
	margin-top: auto !important;
}
.uk-margin-auto-bottom {
	margin-bottom: auto !important;
}
.uk-margin-auto-left {
	margin-left: auto !important;
}
.uk-margin-auto-right {
	margin-right: auto !important;
}
.uk-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
/* ========================================================================
	 Component: Padding
 ========================================================================== */
.uk-padding {
	padding: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-padding {
		padding: 40px;
	}
}
/* Small
 ========================================================================== */
.uk-padding-small {
	padding: 15px;
}
.uk-padding-xsmall {
	padding: 5px;
}
/* Large
 ========================================================================== */
.uk-padding-large {
	padding: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-padding-large {
		padding: 70px;
	}
}
.padding-xlarge-padding {
	padding: 100px;
}
/* Remove
 ========================================================================== */
.uk-padding-remove {
	padding: 0 !important;
}
.uk-padding-remove-top {
	padding-top: 0 !important;
}
.uk-padding-remove-bottom {
	padding-bottom: 0 !important;
}
.uk-padding-remove-left {
	padding-left: 0 !important;
}
.uk-padding-remove-right {
	padding-right: 0 !important;
}
.uk-padding-remove-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.uk-padding-remove-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.uk-padding-medium {
	padding: 40px;
}
@media (max-width: 639px) {
	.uk-padding-medium {
		padding: 20px;
	}
}
/* ========================================================================
	 Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
	outline: none;
}
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *	(Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *		 therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'],
.uk-transition-stroke {
	transition: 0.3s ease-out;
	transition-property: opacity, transform, filter, stroke-dashoffset;
	opacity: 0;
}
/*
 * Fade
 */
.uk-transition-active.uk-active .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:hover .uk-transition-fade {
	opacity: 1;
}
/*
 * Scale
 * Note: Using `scale3d` for better image rendering
 */
.uk-transition-scale-up {
	transform: scale3d(1, 1, 1);
}
.uk-transition-scale-down {
	transform: scale3d(1.1, 1.1, 1);
}
/* Show */
.uk-transition-active.uk-active .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:hover .uk-transition-scale-up {
	opacity: 1;
	transform: scale3d(1.1, 1.1, 1);
}
.uk-transition-active.uk-active .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:hover .uk-transition-scale-down {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
/*
 * Slide
 */
.uk-transition-slide-top {
	transform: translateY(-100%);
}
.uk-transition-slide-bottom {
	transform: translateY(100%);
}
.uk-transition-slide-left {
	transform: translateX(-100%);
}
.uk-transition-slide-right {
	transform: translateX(100%);
}
.uk-transition-slide-top-small {
	transform: translateY(-10px);
}
.uk-transition-slide-bottom-small {
	transform: translateY(10px);
}
.uk-transition-slide-left-small {
	transform: translateX(-10px);
}
.uk-transition-slide-right-small {
	transform: translateX(10px);
}
.uk-transition-slide-top-medium {
	transform: translateY(-50px);
}
.uk-transition-slide-bottom-medium {
	transform: translateY(50px);
}
.uk-transition-slide-left-medium {
	transform: translateX(-50px);
}
.uk-transition-slide-right-medium {
	transform: translateX(50px);
}
/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
	opacity: 1;
	transform: translate(0, 0);
}
/*
 * Stroke
 */
.uk-transition-stroke {
	transition-duration: 3s;
}
/* Show */
.uk-transition-stroke.uk-transition-active,
.uk-transition-stroke:focus,
.uk-transition-stroke:hover {
	opacity: 1;
	stroke-dashoffset: 0 !important;
}
/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
	opacity: 1;
}
/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
	transition-duration: 0.7s;
}
/* ========================================================================
	 Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
.uk-hidden,
[hidden] {
	display: none !important;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-hidden\@s {
		display: none !important;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-hidden\@m {
		display: none !important;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-hidden\@l {
		display: none !important;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-hidden\@xl {
		display: none !important;
	}
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
	.uk-visible\@s {
		display: none !important;
	}
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
	.uk-visible\@m {
		display: none !important;
	}
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
	.uk-visible\@l {
		display: none !important;
	}
}
/* Desktop and smaller */
@media (max-width: 1599px) {
	.uk-visible\@xl {
		display: none !important;
	}
}
/* Visibility
 ========================================================================== */
.uk-invisible {
	visibility: hidden !important;
}
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *	Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
	/* 3 */
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}
/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
	/* 3 */
	opacity: 0 !important;
}
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
	outline: none;
}
/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
	.uk-hidden-touch {
		display: none !important;
	}
}
/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
	display: none !important;
}
@media (pointer: coarse) {
	.uk-hidden-notouch {
		display: block !important;
	}
}
/* ========================================================================
	 Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-card-primary > :not([class*='uk-card-media']),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*='uk-card-media']),
.uk-overlay-primary,
.uk-card-primary.uk-card-body,
.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color) {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary.uk-card-body a,
.uk-light .uk-link,
.uk-light a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-light .uk-link:hover,
.uk-light a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']):not(pre) > code,
.uk-card-primary > :not([class*='uk-card-media']):not(pre) > kbd,
.uk-card-primary > :not([class*='uk-card-media']):not(pre) > samp,
.uk-card-primary.uk-card-body:not(pre) > code,
.uk-card-primary.uk-card-body:not(pre) > kbd,
.uk-card-primary.uk-card-body:not(pre) > samp,
.uk-card-secondary > :not([class*='uk-card-media']):not(pre) > code,
.uk-card-secondary > :not([class*='uk-card-media']):not(pre) > kbd,
.uk-card-secondary > :not([class*='uk-card-media']):not(pre) > samp,
.uk-card-secondary.uk-card-body:not(pre) > code,
.uk-card-secondary.uk-card-body:not(pre) > kbd,
.uk-card-secondary.uk-card-body:not(pre) > samp,
.uk-light:not(pre) > code,
.uk-light:not(pre) > kbd,
.uk-light:not(pre) > samp,
.uk-overlay-primary:not(pre) > code,
.uk-overlay-primary:not(pre) > kbd,
.uk-overlay-primary:not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color):not(pre) > code,
.uk-section-primary:not(.uk-preserve-color):not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color):not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color):not(pre) > code,
.uk-section-secondary:not(.uk-preserve-color):not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color):not(pre) > samp {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.uk-card-primary.uk-card-body em,
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body h6,
.uk-light .uk-h1,
.uk-light .uk-h2,
.uk-light .uk-h3,
.uk-light .uk-h4,
.uk-light .uk-h5,
.uk-light .uk-h6,
.uk-light h1,
.uk-light h2,
.uk-light h3,
.uk-light h4,
.uk-light h5,
.uk-light h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) h6 {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) hr,
.uk-card-primary > :not([class*='uk-card-media']) .uk-hr,
.uk-card-secondary.uk-card-body hr,
.uk-card-secondary.uk-card-body .uk-hr,
.uk-card-secondary > :not([class*='uk-card-media']) hr,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-hr,
.uk-overlay-primary hr,
.uk-overlay-primary .uk-hr,
.uk-card-primary.uk-card-body .uk-hr,
.uk-card-primary.uk-card-body hr,
.uk-light .uk-hr,
.uk-light hr,
.uk-section-primary:not(.uk-preserve-color) .uk-hr,
.uk-section-primary:not(.uk-preserve-color) hr,
.uk-section-secondary:not(.uk-preserve-color) .uk-hr,
.uk-section-secondary:not(.uk-preserve-color) hr {
	border-top-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) a.uk-link-muted,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a,
.uk-card-secondary.uk-card-body a.uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-muted,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a,
.uk-overlay-primary a.uk-link-muted,
.uk-overlay-primary .uk-link-muted a,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary.uk-card-body a.uk-link-muted,
.uk-light .uk-link-muted a,
.uk-light a.uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) a.uk-link-muted:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body a.uk-link-muted:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-muted:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
.uk-overlay-primary a.uk-link-muted:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary.uk-card-body a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-light a.uk-link-muted:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) a.uk-link-text:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body a.uk-link-text:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-text:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text a:hover,
.uk-overlay-primary a.uk-link-text:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary.uk-card-body a.uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-light a.uk-link-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) a.uk-link-heading:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body a.uk-link-heading:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-heading:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
.uk-overlay-primary a.uk-link-heading:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary.uk-card-body a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-light a.uk-link-heading:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-divider,
.uk-card-secondary.uk-card-body .uk-heading-divider,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-divider,
.uk-overlay-primary .uk-heading-divider,
.uk-card-primary.uk-card-body .uk-heading-divider,
.uk-light .uk-heading-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider {
	border-bottom-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-bullet::before,
.uk-card-secondary.uk-card-body .uk-heading-bullet::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-bullet::before,
.uk-overlay-primary .uk-heading-bullet::before,
.uk-card-primary.uk-card-body .uk-heading-bullet::before,
.uk-light .uk-heading-bullet::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before {
	border-left-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::before,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::before,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-light .uk-heading-line > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before {
	border-bottom-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2),
.uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n+2),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2),
.uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n+2),
.uk-light .uk-list-divider > li:nth-child(n+2),
.uk-overlay-primary .uk-list-divider > li:nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2) {
	border-top-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-light .uk-list-striped > li:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > li:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.1);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-table th,
.uk-card-secondary.uk-card-body .uk-table th,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table th,
.uk-overlay-primary .uk-table th,
.uk-card-primary.uk-card-body .uk-table th,
.uk-light .uk-table th,
.uk-section-primary:not(.uk-preserve-color) .uk-table th,
.uk-section-secondary:not(.uk-preserve-color) .uk-table th {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-table caption,
.uk-card-secondary.uk-card-body .uk-table caption,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table caption,
.uk-overlay-primary .uk-table caption,
.uk-card-primary.uk-card-body .uk-table caption,
.uk-light .uk-table caption,
.uk-section-primary:not(.uk-preserve-color) .uk-table caption,
.uk-section-secondary:not(.uk-preserve-color) .uk-table caption {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-table > tr.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table tbody tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table > tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table > tr.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table tbody tr.uk-active,
.uk-overlay-primary .uk-table > tr.uk-active,
.uk-overlay-primary .uk-table tbody tr.uk-active,
.uk-card-primary.uk-card-body .uk-table > tr.uk-active,
.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
.uk-light .uk-table > tr.uk-active,
.uk-light .uk-table tbody tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active {
	background: rgba(255, 255, 255, 0.08);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-divider > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-divider > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-light .uk-table-divider > :first-child > tr:not(:first-child),
.uk-light .uk-table-divider > :not(:first-child) > tr,
.uk-light .uk-table-divider > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
.uk-overlay-primary .uk-table-divider > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child) {
	border-top-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-light .uk-table-striped > tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(255, 255, 255, 0.1);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-hover > tr:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-hover tbody tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-hover > tr:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-hover tbody tr:hover,
.uk-overlay-primary .uk-table-hover > tr:hover,
.uk-overlay-primary .uk-table-hover tbody tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-light .uk-table-hover > tr:hover,
.uk-light .uk-table-hover tbody tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover {
	background: rgba(255, 255, 255, 0.08);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link,
.uk-overlay-primary .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link,
.uk-light .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:focus,
.uk-card-secondary.uk-card-body .uk-icon-link:hover,
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:focus,
.uk-overlay-primary .uk-icon-link:hover,
.uk-overlay-primary .uk-icon-link:focus,
.uk-card-primary.uk-card-body .uk-icon-link:focus,
.uk-card-primary.uk-card-body .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-light .uk-icon-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link:active,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-icon-link:active,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-light .uk-icon-link:active,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:focus,
.uk-card-secondary.uk-card-body .uk-icon-button:hover,
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:focus,
.uk-overlay-primary .uk-icon-button:hover,
.uk-overlay-primary .uk-icon-button:focus,
.uk-card-primary.uk-card-body .uk-icon-button:focus,
.uk-card-primary.uk-card-body .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-light .uk-icon-button:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover {
	background-color: rgba(242, 242, 242, 0.1);
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:active,
.uk-card-secondary.uk-card-body .uk-icon-button:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:active,
.uk-overlay-primary .uk-icon-button:active,
.uk-card-primary.uk-card-body .uk-icon-button:active,
.uk-light .uk-icon-button:active,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active {
	background-color: rgba(230, 230, 230, 0.1);
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-input,
.uk-card-primary > :not([class*='uk-card-media']) .uk-select,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-input,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea,
.uk-overlay-primary .uk-input,
.uk-overlay-primary .uk-select,
.uk-overlay-primary .uk-textarea,
.uk-card-primary.uk-card-body .uk-input,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-input,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	background-clip: padding-box;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-input:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-select:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-input:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea:focus,
.uk-overlay-primary .uk-input:focus,
.uk-overlay-primary .uk-select:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-input:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder,
.uk-overlay-primary .uk-input::-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder,
.uk-light .uk-input::-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-input::placeholder,
.uk-card-secondary.uk-card-body .uk-input::placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input::placeholder,
.uk-overlay-primary .uk-input::placeholder,
.uk-card-primary.uk-card-body .uk-input::placeholder,
.uk-light .uk-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder,
.uk-overlay-primary .uk-textarea::-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder,
.uk-light .uk-textarea::-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::placeholder,
.uk-overlay-primary .uk-textarea::placeholder,
.uk-card-primary.uk-card-body .uk-textarea::placeholder,
.uk-light .uk-textarea::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-radio,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox,
.uk-overlay-primary .uk-radio,
.uk-overlay-primary .uk-checkbox,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary.uk-card-body .uk-radio,
.uk-light .uk-checkbox,
.uk-light .uk-radio,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-radio,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio {
	background-color: rgba(242, 242, 242, 0.1);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-light .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked {
	background-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-radio:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-radio:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-light .uk-radio:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus {
	background-color: #e6e6e6;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon,
.uk-card-secondary.uk-card-body .uk-form-icon,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon,
.uk-overlay-primary .uk-form-icon,
.uk-card-primary.uk-card-body .uk-form-icon,
.uk-light .uk-form-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon:hover,
.uk-card-secondary.uk-card-body .uk-form-icon:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon:hover,
.uk-overlay-primary .uk-form-icon:hover,
.uk-card-primary.uk-card-body .uk-form-icon:hover,
.uk-light .uk-form-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default {
	background-color: #fff;
	color: #006272;
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.ghost-button,
.uk-card-secondary.uk-card-body .uk-button-default.ghost-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.ghost-button,
.uk-overlay-primary .uk-button-default.ghost-button,
.uk-card-primary.uk-card-body .uk-button-default.ghost-button,
.uk-light .uk-button-default.ghost-button,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.ghost-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.ghost-button {
	border-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.ghost-button:after,
.uk-card-secondary.uk-card-body .uk-button-default.ghost-button:after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.ghost-button:after,
.uk-overlay-primary .uk-button-default.ghost-button:after,
.uk-card-primary.uk-card-body .uk-button-default.ghost-button:after,
.uk-light .uk-button-default.ghost-button:after,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.ghost-button:after,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.ghost-button:after {
	background-color: transparent !important;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:before,
.uk-card-secondary.uk-card-body .uk-button-default:before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:before,
.uk-overlay-primary .uk-button-default:before,
.uk-card-primary.uk-card-body .uk-button-default:before,
.uk-light .uk-button-default:before,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:before,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:before {
	background-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:after,
.uk-card-secondary.uk-card-body .uk-button-default:after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:after,
.uk-overlay-primary .uk-button-default:after,
.uk-card-primary.uk-card-body .uk-button-default:after,
.uk-light .uk-button-default:after,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:after,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:after {
	background-color: rgba(255, 255, 255, 0.15);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-light .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover {
	background-color: #f2f2f2;
	color: #006272;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-light .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active {
	background-color: #e6e6e6;
	color: #006272;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary {
	background-color: #fff;
	color: #006272;
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:before,
.uk-card-secondary.uk-card-body .uk-button-primary:before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:before,
.uk-overlay-primary .uk-button-primary:before,
.uk-card-primary.uk-card-body .uk-button-primary:before,
.uk-light .uk-button-primary:before,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:before,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:before {
	background-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:after,
.uk-card-secondary.uk-card-body .uk-button-primary:after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:after,
.uk-overlay-primary .uk-button-primary:after,
.uk-card-primary.uk-card-body .uk-button-primary:after,
.uk-light .uk-button-primary:after,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:after,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:after {
	background-color: rgba(255, 255, 255, 0.15);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-light .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
	background-color: #f2f2f2;
	color: #fff;
	border-color: #fff;
	color: #253746;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-light .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active {
	background-color: #e6e6e6;
	color: #006272;
	border-color: #fff;
	color: #253746;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary {
	background-color: #fff;
	color: #006272;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-light .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover {
	background-color: #f2f2f2;
	color: #006272;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-light .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active {
	background-color: #e6e6e6;
	color: #006272;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:focus,
.uk-card-secondary.uk-card-body .uk-button-text:hover,
.uk-card-secondary.uk-card-body .uk-button-text:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:focus,
.uk-overlay-primary .uk-button-text:hover,
.uk-overlay-primary .uk-button-text:focus,
.uk-card-primary.uk-card-body .uk-button-text:focus,
.uk-card-primary.uk-card-body .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-light .uk-button-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:disabled,
.uk-card-secondary.uk-card-body .uk-button-text:disabled,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:disabled,
.uk-overlay-primary .uk-button-text:disabled,
.uk-card-primary.uk-card-body .uk-button-text:disabled,
.uk-light .uk-button-text:disabled,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link,
.uk-card-secondary.uk-card-body .uk-button-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link,
.uk-overlay-primary .uk-button-link,
.uk-card-primary.uk-card-body .uk-button-link,
.uk-light .uk-button-link,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:focus,
.uk-card-secondary.uk-card-body .uk-button-link:hover,
.uk-card-secondary.uk-card-body .uk-button-link:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:focus,
.uk-overlay-primary .uk-button-link:hover,
.uk-overlay-primary .uk-button-link:focus,
.uk-card-primary.uk-card-body .uk-button-link:focus,
.uk-card-primary.uk-card-body .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-light .uk-button-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-light .uk-grid-divider > :not(.uk-first-column)::before,
.uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before {
	border-left-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	border-top-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-close,
.uk-card-secondary.uk-card-body .uk-close,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close,
.uk-overlay-primary .uk-close,
.uk-card-primary.uk-card-body .uk-close,
.uk-light .uk-close,
.uk-section-primary:not(.uk-preserve-color) .uk-close,
.uk-section-secondary:not(.uk-preserve-color) .uk-close {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-close:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-close:focus,
.uk-card-secondary.uk-card-body .uk-close:hover,
.uk-card-secondary.uk-card-body .uk-close:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close:focus,
.uk-overlay-primary .uk-close:hover,
.uk-overlay-primary .uk-close:focus,
.uk-card-primary.uk-card-body .uk-close:focus,
.uk-card-primary.uk-card-body .uk-close:hover,
.uk-light .uk-close:focus,
.uk-light .uk-close:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label {
	background-color: #fff;
	color: #006272;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input,
.uk-overlay-primary .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-input,
.uk-light .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder,
.uk-overlay-primary .uk-search-input:-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder,
.uk-light .uk-search-input:-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::placeholder,
.uk-card-secondary.uk-card-body .uk-search-input::placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::placeholder,
.uk-overlay-primary .uk-search-input::placeholder,
.uk-card-primary.uk-card-body .uk-search-input::placeholder,
.uk-light .uk-search-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon,
.uk-overlay-primary .uk-search .uk-search-icon,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon,
.uk-light .uk-search .uk-search-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover,
.uk-overlay-primary .uk-search .uk-search-icon:hover,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-light .uk-search .uk-search-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input,
.uk-overlay-primary .uk-search-default .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input,
.uk-light .uk-search-default .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input {
	background-color: rgba(255, 255, 255, 0.1);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus,
.uk-overlay-primary .uk-search-default .uk-search-input:focus,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-light .uk-search-default .uk-search-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus {
	background-color: rgba(255, 255, 255, 0.1);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input,
.uk-overlay-primary .uk-search-navbar .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-light .uk-search-navbar .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input {
	background-color: transparent;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input,
.uk-overlay-primary .uk-search-large .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-large .uk-search-input,
.uk-light .uk-search-large .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input {
	background-color: transparent;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle,
.uk-card-secondary.uk-card-body .uk-search-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle,
.uk-overlay-primary .uk-search-toggle,
.uk-card-primary.uk-card-body .uk-search-toggle,
.uk-light .uk-search-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
.uk-card-secondary.uk-card-body .uk-search-toggle:hover,
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
.uk-overlay-primary .uk-search-toggle:hover,
.uk-overlay-primary .uk-search-toggle:focus,
.uk-card-primary.uk-card-body .uk-search-toggle:focus,
.uk-card-primary.uk-card-body .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-light .uk-search-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a,
.uk-overlay-primary .uk-nav-default > li > a,
.uk-card-primary.uk-card-body .uk-nav-default > li > a,
.uk-light .uk-nav-default > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-light .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider,
.uk-overlay-primary .uk-nav-default .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-light .uk-nav-default .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider {
	border-top-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-light .uk-nav-default .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a,
.uk-overlay-primary .uk-nav-primary > li > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a,
.uk-light .uk-nav-primary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
.uk-overlay-primary .uk-nav-primary > li > a:hover,
.uk-overlay-primary .uk-nav-primary > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-light .uk-nav-primary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider,
.uk-overlay-primary .uk-nav-primary .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-light .uk-nav-primary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider {
	border-top-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-light .uk-nav-primary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a,
.uk-overlay-primary .uk-navbar-nav > li > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a,
.uk-light .uk-navbar-nav > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active,
.uk-overlay-primary .uk-navbar-nav > li > a:active,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-light .uk-navbar-nav > li > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-item,
.uk-card-secondary.uk-card-body .uk-navbar-item,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-item,
.uk-overlay-primary .uk-navbar-item,
.uk-card-primary.uk-card-body .uk-navbar-item,
.uk-light .uk-navbar-item,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open,
.uk-overlay-primary .uk-navbar-toggle:hover,
.uk-overlay-primary .uk-navbar-toggle:focus,
.uk-overlay-primary .uk-navbar-toggle.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle.uk-open,
.uk-light .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child,
.uk-overlay-primary .uk-subnav > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav > * > :first-child,
.uk-light .uk-subnav > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
.uk-overlay-primary .uk-subnav > * > a:hover,
.uk-overlay-primary .uk-subnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-light .uk-subnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child,
.uk-overlay-primary .uk-subnav-pill > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-light .uk-subnav-pill > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
.uk-overlay-primary .uk-subnav-pill > * > a:hover,
.uk-overlay-primary .uk-subnav-pill > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-light .uk-subnav-pill > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active,
.uk-overlay-primary .uk-subnav-pill > * > a:active,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-light .uk-subnav-pill > * > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a {
	background-color: #fff;
	color: #006272;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a,
.uk-overlay-primary .uk-subnav > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-light .uk-subnav > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *,
.uk-overlay-primary .uk-breadcrumb > * > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > *,
.uk-light .uk-breadcrumb > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > * {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
.uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-overlay-primary .uk-breadcrumb > * > :focus,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-light .uk-breadcrumb > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *,
.uk-overlay-primary .uk-breadcrumb > :last-child > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-light .uk-breadcrumb > :last-child > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > * {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a,
.uk-card-secondary.uk-card-body .uk-tab > * > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a,
.uk-overlay-primary .uk-tab > * > a,
.uk-card-primary.uk-card-body .uk-tab > * > a,
.uk-light .uk-tab > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
.uk-card-secondary.uk-card-body .uk-tab > * > a:hover,
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
.uk-overlay-primary .uk-tab > * > a:hover,
.uk-overlay-primary .uk-tab > * > a:focus,
.uk-card-primary.uk-card-body .uk-tab > * > a:focus,
.uk-card-primary.uk-card-body .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-light .uk-tab > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a,
.uk-overlay-primary .uk-tab > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-light .uk-tab > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-card-primary.uk-card-body .uk-slidenav,
.uk-light .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav {
	color: rgba(255, 255, 255, 0.7);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:focus,
.uk-card-secondary.uk-card-body .uk-slidenav:hover,
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:focus,
.uk-overlay-primary .uk-slidenav:hover,
.uk-overlay-primary .uk-slidenav:focus,
.uk-card-primary.uk-card-body .uk-slidenav:focus,
.uk-card-primary.uk-card-body .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-light .uk-slidenav:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
	color: rgba(255, 255, 255, 0.95);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:active,
.uk-card-secondary.uk-card-body .uk-slidenav:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:active,
.uk-overlay-primary .uk-slidenav:active,
.uk-card-primary.uk-card-body .uk-slidenav:active,
.uk-light .uk-slidenav:active,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active {
	color: rgba(255, 255, 255, 0.7);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-light .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
	background-color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
.uk-overlay-primary .uk-dotnav > * > :hover,
.uk-overlay-primary .uk-dotnav > * > :focus,
.uk-card-primary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-primary.uk-card-body .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-light .uk-dotnav > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover {
	background-color: rgba(255, 255, 255, 0.9);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :active,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :active,
.uk-overlay-primary .uk-dotnav > * > :active,
.uk-card-primary.uk-card-body .uk-dotnav > * > :active,
.uk-light .uk-dotnav > * > :active,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active {
	background-color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > * {
	background-color: rgba(255, 255, 255, 0.9);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title,
.uk-card-secondary.uk-card-body .uk-accordion-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title,
.uk-overlay-primary .uk-accordion-title,
.uk-card-primary.uk-card-body .uk-accordion-title,
.uk-light .uk-accordion-title,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
.uk-card-secondary.uk-card-body .uk-accordion-title:hover,
.uk-card-secondary.uk-card-body .uk-accordion-title:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
.uk-overlay-primary .uk-accordion-title:hover,
.uk-overlay-primary .uk-accordion-title:focus,
.uk-card-primary.uk-card-body .uk-accordion-title:focus,
.uk-card-primary.uk-card-body .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus,
.uk-light .uk-accordion-title:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a,
.uk-overlay-primary .uk-iconnav > * > a,
.uk-card-primary.uk-card-body .uk-iconnav > * > a,
.uk-light .uk-iconnav > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
.uk-overlay-primary .uk-iconnav > * > a:hover,
.uk-overlay-primary .uk-iconnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-light .uk-iconnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a,
.uk-overlay-primary .uk-iconnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-light .uk-iconnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-meta,
.uk-card-secondary.uk-card-body .uk-text-meta,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-meta,
.uk-overlay-primary .uk-text-meta,
.uk-card-primary.uk-card-body .uk-text-meta,
.uk-light .uk-text-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta {
	color: rgba(255, 255, 255, 0.5);
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-muted,
.uk-card-secondary.uk-card-body .uk-text-muted,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-muted,
.uk-overlay-primary .uk-text-muted,
.uk-card-primary.uk-card-body .uk-text-muted,
.uk-light .uk-text-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-muted {
	color: rgba(255, 255, 255, 0.5) !important;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-emphasis,
.uk-card-secondary.uk-card-body .uk-text-emphasis,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-emphasis,
.uk-overlay-primary .uk-text-emphasis,
.uk-card-primary.uk-card-body .uk-text-emphasis,
.uk-light .uk-text-emphasis,
.uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis {
	color: #fff !important;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-primary,
.uk-card-secondary.uk-card-body .uk-text-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-primary,
.uk-overlay-primary .uk-text-primary,
.uk-card-primary.uk-card-body .uk-text-primary,
.uk-light .uk-text-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary {
	color: #fff !important;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-column-divider,
.uk-card-secondary.uk-card-body .uk-column-divider,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-column-divider,
.uk-overlay-primary .uk-column-divider,
.uk-card-primary.uk-card-body .uk-column-divider,
.uk-light .uk-column-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-column-divider {
	column-rule-color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo,
.uk-card-secondary.uk-card-body .uk-logo,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo,
.uk-overlay-primary .uk-logo,
.uk-card-primary.uk-card-body .uk-logo,
.uk-light .uk-logo,
.uk-section-primary:not(.uk-preserve-color) .uk-logo,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo:focus,
.uk-card-secondary.uk-card-body .uk-logo:hover,
.uk-card-secondary.uk-card-body .uk-logo:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:focus,
.uk-overlay-primary .uk-logo:hover,
.uk-overlay-primary .uk-logo:focus,
.uk-card-primary.uk-card-body .uk-logo:focus,
.uk-card-primary.uk-card-body .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-light .uk-logo:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover {
	color: #fff;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
	display: none;
}
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo-inverse,
.uk-card-secondary.uk-card-body .uk-logo-inverse,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo-inverse,
.uk-overlay-primary .uk-logo-inverse,
.uk-card-primary.uk-card-body .uk-logo-inverse,
.uk-light .uk-logo-inverse,
.uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse {
	display: inline;
}
.page-content {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 45px;
}
@media (min-width: 960px) {
	.page-content {
		margin-top: 80px;
		margin-bottom: 100px;
	}
}
@media (min-width: 1200px) {
	.page-content > .uk-container > .uk-grid > div:first-child {
		padding-right: 65px;
	}
}
body {
	background-color: #e5edf3;
}
body.home {
	background-color: #fff;
}
.wrapper-content > *:last-child {
	padding-bottom: 225px;
	margin-bottom: -100px;
}
.bar {
	margin: 30px 0;
}
.social-link {
	font-size: 18px;
	color: #253746;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	margin-right: 20px;
}
.social-link:hover {
	color: #006272;
}
/*------------------------------------------- Page Header -----------------------------------------*/
.contact-box {
	margin-right: 20px;
}
.contact-box .uk-button {
	width: 30px;
	padding: 0;
}
.contact-box .email-us span {
	display: none;
}
.contact-box .call-us {
	margin-top: 15px;
}
.contact-box .call-us .uk-button {
	width: auto;
	margin-left: 0;
	padding: 0 12px;
}
@media (max-width: 639px) {
	.contact-box li {
		margin-left: 5px;
	}
}
@media (min-width: 640px) {
	.contact-box .email-us span {
		display: inline;
	}
	.contact-box .email-us a {
		width: auto;
	}
	.contact-box .email-us .uk-button {
		padding: 0 12px;
	}
}
/* -------------------------------------- Dashboard --------------------------------- */
.dashboard.uk-active #dashboard-intro-container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.dashboard.uk-active .hero-inner .uk-position-bottom {
	-webkit-transform: translate3d(0, -150px, 0);
	transform: translate3d(0, -150px, 0);
}
.dashboard + .uk-section {
	position: relative;
	z-index: 99;
}
.dashboard {
	position: relative;
	z-index: 1;
}
.dashboard .uk-container {
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.dashboard .section-header {
	margin-bottom: 20px;
}
.dashboard .section-header .section-title {
	color: #253746;
}
.dashboard .section-header .section-title i {
	border-radius: 3px;
	padding: 6px;
	color: #fff;
	background-color: #253746;
}
@media (min-width: 1200px) {
	.dashboard .section-header {
		margin-bottom: 80px;
	}
	.dashboard .section-header .section-title span {
		display: block;
		margin-top: 15px;
	}
}
.dashboard .dashboard-toggler {
	font-family: "Intrepid", sans-serif;
	font-size: 13px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-decoration: none !important;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 55px;
	position: absolute;
	background-color: #253746;
	top: -40px;
	right: 20px;
	color: #fff;
}
.dashboard .dashboard-toggler .show-txt {
	display: inline;
}
.dashboard .dashboard-toggler .hide-txt {
	display: none;
}
.dashboard .dashboard-toggler i {
	font-size: 22px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
.dashboard .dashboard-toggler .icon-monitor {
	left: 15px;
}
.dashboard .dashboard-toggler .fa-angle-down {
	right: 15px;
	font-size: 14px;
}
.dashboard .dashboard-inner {
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: translate3d(0, calc(100% - 5px), 0);
	transform: translate3d(0, calc(100% - 5px), 0);
}
.dashboard .dashboard-extended > * {
	z-index: 5;
}
@media (max-width: 1199px) {
	.dashboard .dashboard-extended .uk-container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1199px) {
	.dashboard .dashboard-extended .uk-flex > * {
		padding: 40px 60px;
	}
}
@media (max-width: 639px) {
	.dashboard .dashboard-extended .uk-flex > * {
		padding: 30px 20px;
	}
}
@media (min-width: 1200px) {
	.dashboard .dashboard-extended {
		position: relative;
	}
	.dashboard .dashboard-extended:after,
	.dashboard .dashboard-extended:before {
		content: "";
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		z-index: 0;
	}
	.dashboard .dashboard-extended:before {
		left: 0;
		background-color: #e7f6f6;
	}
	.dashboard .dashboard-extended:after {
		right: 0;
		background-color: #fff;
	}
	.dashboard .dashboard-extended .uk-flex > * {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.dashboard .dashboard-extended .uk-flex > *:first-child {
		padding-right: 45px;
	}
	.dashboard .dashboard-extended .uk-flex > *:last-child {
		padding-left: 45px;
		padding-right: 45px;
	}
}
.dashboard .dashboard-extended-inner {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}
.dashboard .weather-iframe-wrapper {
	position: relative;
	height: 0;
	padding-top: 120%;
	overflow: hidden;
}
.dashboard .weather-iframe-wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media (min-width: 1200px) {
	.dashboard .weather-iframe-wrapper {
		padding-top: 75%;
	}
}
.dashboard ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 7px;
}
.dashboard ul li {
	margin-top: 3px;
}
.dashboard h6 {
	margin-top: 0;
	margin-bottom: 7px;
}
.dashboard .uk-button {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	padding-right: 15px;
}
.dashboard .uk-button.uk-active.toggler {
	padding-right: 35px;
}
.dashboard .uk-button.uk-active.toggler i.fa-times {
	display: block;
}
.dashboard .toggler i.fa-times {
	display: none;
	position: absolute;
	right: 0;
	left: auto;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #d6ebeb;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.dashboard .dashboard-intro {
	padding-top: 18px;
	padding-bottom: 25px;
}
.dashboard .weather-box i {
	font-size: 18px;
}
.dashboard .weather-box > div span {
	margin-right: 20px;
}
.dashboard .weather-box > div span:last-child {
	margin-right: 0;
}
.dashboard .weather-box span i {
	vertical-align: middle;
	margin-right: 5px;
}
.dashboard .weather-box small {
	font-size: 16px;
	font-weight: 600;
}
.dashboard .weather-box .temperature {
	line-height: 1;
	font-size: 40px;
}
.dashboard .weather-box .temperature span {
	margin-right: 15px;
}
.dashboard .weather-box .temperature i {
	font-size: 30px;
	margin-right: 0;
}
@media (max-width: 639px) {
	.dashboard .dashboard-toggler {
		left: 0;
		right: 0;
		font-size: 12px;
		height: 38px;
		line-height: 38px;
		top: -35px;
	}
	.dashboard .dashboard-inner {
		height: calc(100vh - 165px);
	}
	.dashboard .dashboard-extended-inner {
		height: calc(100% - 35px);
	}
	.dashboard .dashboard-extended {
		top: -35px;
		position: fixed;
		left: 0;
		width: 100%;
		height: 100vh;
	}
}
@media (min-width: 640px) and (max-width: 1199px) {
	.dashboard .uk-width-1-4\@s {
		width: 26%;
	}
	.dashboard .dashboard-inner {
		height: calc(100vh - 220px);
	}
	.dashboard .dashboard-extended-inner {
		height: calc(100% - 35px);
	}
	.dashboard .dashboard-extended {
		top: 0;
		position: fixed;
		left: 0;
		width: 100%;
		height: 100vh;
	}
}
@media (min-width: 1200px) {
	.dashboard .dashboard-toggler {
		right: 40px;
	}
}
/*--------------------- Interal Pages ------------------------- */
/* Single Blog template */
.news-headline {
	margin-bottom: 42px;
}
.news-headline .uk-text-lead:first-child {
	margin-top: 0 !important;
	margin-bottom: 12px;
}
.news-headline .uk-text-lead:last-child {
	margin-bottom: 0;
}
.story-sharer-label {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1rem;
	font-family: "Intrepid", sans-serif;
	margin-bottom: 15px;
	display: inline-block;
}
.story-sharer {
	display: flex;
	padding-left: 0;
	list-style: none;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.story-sharer a {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	background-color: #e5edf3;
}
.story-sharer a i {
	font-size: 20px;
	color: #fff !important;
}
.story-sharer a.fb:after {
	background-color: #006272;
}
.story-sharer a.tw:after {
	background-color: #19bcb9;
}
.story-sharer a.mail:after {
	background-color: #3b7ab1;
}
@media (max-width: 639px) {
	.news-meta {
		margin-bottom: 60px;
	}
}
@media (min-width: 640px) {
	.news-meta .entry-date {
		left: -52px;
	}
}
@media (min-width: 1200px) {
	.news-meta .entry-date {
		left: -125px;
	}
	.news-meta .entry-date .year {
		font-size: 70px;
	}
	.news-meta .entry-date .date {
		font-size: 16px;
	}
}
.floating-tool {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	z-index: 99;
	position: fixed;
	left: 0;
	top: 200px;
	width: 36px;
}
.floating-tool.uk-active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.floating-tool.stick-to-right {
	left: auto;
	right: 0;
}
@media (min-width: 1200px) {
	.floating-tool.stick-to-right {
		right: 5px;
	}
}
.floating-tool ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.floating-tool ul li {
	margin-top: 2px;
}
.floating-tool .vertical-content > *,
.floating-tool .vertical-content2 > * {
	position: relative;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.05rem;
	-webkit-transform-origin: 28px 16px;
	-moz-transform-origin: 28px 16px;
	-ms-transform-origin: 28px 16px;
	transform-origin: 28px 16px;
	top: 12px;
	width: 100px;
}
@media (max-width: 639px) {
	.floating-tool .vertical-content > * {
		-webkit-transform-origin: 22px 20px;
		-moz-transform-origin: 22px 20px;
		-ms-transform-origin: 22px 20px;
		transform-origin: 22px 20px;
	}
}
.floating-tool .vertical-content2 > * {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.floating-tool .vertical-content2 a {
	position: relative;
	top: -35px;
	left: 0;
	width: 200px;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.floating-tool .vertical-content2 a i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 18px;
	top: 32%;
}
@media (max-width: 639px) {
	.floating-tool .vertical-content2 .uk-button {
		line-height: 20px;
	}
	.floating-tool .vertical-content2 .uk-button i {
		font-size: 14px !important;
		top: 22%;
	}
}
.floating-tool .cf a {
	border-radius: 100%;
	display: block;
	color: #006272;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	text-align: center;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}
.floating-tool .cf a i {
	font-size: 12px;
}
.floating-tool .cf a:after {
	background-color: rgba(0, 75, 141, 0.1);
}
.floating-tool .cf a:hover {
	color: #fff;
	background-color: #006272;
}
.floating-tool .cf a:hover .svg-inline--fa {
	color: #fff;
}
@media (max-width: 639px) {
	.floating-tool {
		width: 20px;
	}
}
@media (min-width: 640px) {
	.floating-tool {
		left: 2px;
		top: 250px;
	}
	.floating-tool .cf a {
		line-height: 40px;
		height: 40px;
		width: 40px;
		font-size: 18px;
	}
	.floating-tool .cf a i {
		font-size: 16px;
	}
}
.social-link {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: 0;
	overflow: hidden;
	display: inline-block;
}
.social-link i {
	font-size: 16px;
	color: #006272;
}
.social-link.tw i {
	color: #253746;
}
.social-link:after,
.social-link:before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	display: block;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.social-link:before {
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: #253746;
}
.social-link:after {
	background-color: rgba(255, 255, 255, 0.3);
	z-index: -2;
	left: 0;
	width: 100%;
}
.social-link:hover {
	color: #fff;
}
.social-link:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}
.social-link:hover i {
	color: #fff;
}
.section-stories .uk-button-large {
	text-align: left;
	min-width: 236px;
}
@media (max-width: 639px) {
	.section-stories .uk-button-large {
		width: 100%;
	}
}
.section-clients .main-box {
	padding: 270px 0 50px;
}
@media (min-width: 1200px) {
	.section-clients .main-box {
		padding-bottom: 400px;
	}
}
.section-clients .link-box {
	padding: 50px 0;
}
.section-clients .link-box .fact {
	position: relative;
	margin-bottom: 30px;
}
.section-clients .link-box .fact .large-icon {
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 40px;
}
.section-clients .link-box .fact ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.section-clients .link-box .fact ul li {
	margin-top: 10px;
	margin-right: 5px;
}
.section-clients .link-box .fact .title {
	margin-left: 55px;
	font-size: 26px;
	line-height: 34px;
	margin-top: 0;
	margin-bottom: 5px;
}
.section-clients .link-box .fact .title i {
	margin-left: 10px;
	font-size: 16px;
}
@media (min-width: 640px) {
	.section-clients .link-box .fact > div {
		padding-left: 95px;
	}
	.section-clients .link-box .fact .title {
		margin-left: 0;
	}
	.section-clients .link-box .fact .large-icon {
		font-size: 60px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.section-clients .link-box .fact .fact {
		margin-bottom: 0;
	}
}
@media (min-width: 640px) {
	.section-clients .main-box {
		padding-top: 450px;
	}
}
@media (min-width: 1200px) {
	.section-clients .link-box {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: transparent;
		padding: 0;
		overflow: hidden;
	}
	.section-clients .link-box .uk-container {
		background-color: #253746;
		padding: 50px 40px 20px;
		position: relative;
	}
	.section-clients .link-box .uk-container:before {
		content: "";
		height: 100%;
		width: 2000px;
		right: 99%;
		top: 0;
		background-color: #253746;
		display: block;
		position: absolute;
	}
}
.entry-item {
	position: relative;
	overflow: hidden;
}
.entry-item .media {
	height: 420px;
	position: relative;
	overflow: hidden;
}
.entry-item .entry-body {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: calc(100% - 62px);
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	padding-bottom: 15px;
	width: 100%;
}
.entry-item .entry-title {
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.025rem;
	text-transform: uppercase;
	padding: 20px 15px 0;
	margin: 0;
}
.entry-item .uk-button {
	margin-left: 15px;
}
.entry-item .entry-summary {
	padding: 15px;
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.entry-item.v2 .media {
	height: 225px;
}
.entry-item.v2 .entry-summary {
	opacity: 0;
	filter: alpha(opacity=0);
}
.entry-item.with-date .entry-body {
	padding-left: 90px;
	padding-right: 20px;
	padding-bottom: 35px;
	width: auto;
	top: calc(100% - 135px);
}
.entry-item.with-date .entry-summary {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.entry-item.with-date .entry-title {
	font-size: 18px;
	line-height: 29px;
	padding-top: 25px;
	bottom: 25px;
}
.entry-item.with-date:hover .entry-body {
	-webkit-transform: translate(0, calc(-100% + 135px));
	-ms-transform: translate(0, calc(-100% + 135px));
	-o-transform: translate(0, calc(-100% + 135px));
	transform: translate(0, calc(-100% + 135px));
}
.entry-item.with-date:hover .entry-summary {
	opacity: 1;
	filter: alpha(opacity=100);
}
.entry-item.with-date .entry-date {
	margin-left: 35px;
	margin-top: 25px;
}
@media (min-width: 1600px) {
	.entry-item .entry-title {
		padding: 20px 20px 0;
	}
	.entry-item .uk-button {
		margin-left: 20px;
	}
	.entry-item .entry-summary {
		padding: 20px;
	}
	.entry-item .entry-body {
		padding-bottom: 20px;
	}
}
.entry-item:hover {
	-webkit-box-shadow: 0 15px 51px 1px rgba(0, 0, 0, 0.22);
	box-shadow: 0 15px 51px 1px rgba(0, 0, 0, 0.22);
}
.entry-item:hover .entry-body {
	-webkit-transform: translate(0, calc(-100% + 62px));
	-ms-transform: translate(0, calc(-100% + 62px));
	-o-transform: translate(0, calc(-100% + 62px));
	transform: translate(0, calc(-100% + 62px));
}
.entry-item:hover .entry-summary {
	opacity: 1;
	filter: alpha(opacity=100);
}
.section-header {
	position: relative;
}
.marker {
	position: absolute;
	z-index: 10;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}
.marker:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	border: 1px solid #fff;
}
.marker i {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}
.marker .square {
	border-radius: 3px;
	background-color: #C4D600;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	position: relative;
	left: -14px;
	top: -10px;
}
.marker .square:before {
	content: "";
	border: 8px solid #C4D600;
	border-top-width: 10px;
	display: block;
	width: 0;
	height: 0;
	bottom: -15px;
	left: 7px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
}
.marker .square:after {
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	width: 10px;
	height: 10px;
	display: block;
	bottom: -13px;
	left: 50%;
	margin-left: -5px;
	z-index: -1;
}
.marker .circle {
	width: 46px;
	height: 46px;
	background-color: #006272;
	border-radius: 100%;
	display: block;
	position: absolute;
	bottom: 20px;
	left: -14px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.marker .circle:before {
	content: "";
	border-radius: 100%;
	background-color: #dda285;
	height: 22px;
	width: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.marker .circle:after {
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #006272;
	position: absolute;
	border-top-width: 15px;
	top: 90%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.marker.v2 {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.marker.v2:before {
	width: 15px;
	height: 15px;
	background-color: #fff;
}
.marker.v2.uk-active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.marker.v2.uk-active .circle {
	background-color: #fff;
}
.marker.v2.uk-active .circle:after {
	border-top-color: #fff;
}
.section-port-area {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section-port-area .uk-heading-hero {
	margin-bottom: 0;
}
.section-port-area .section-inner {
	position: relative;
}
@media (min-width: 640px) {
	.section-port-area .section-inner .uk-container {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 960px) {
	.section-port-area .section-inner .uk-container {
		margin-left: auto;
		margin-right: auto;
	}
}
.section-port-area .markers-board {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.section-port-area .section-header {
	padding: 50px 0 145px;
}
/*@media (max-width: 1199px) {
	.section-port-area .section-header {
		padding: 170px 0;
		padding-top: 50px;
	}
}
@media (max-width: 959px) {
	.section-port-area .section-header {
		padding: 210px 0;
		padding-top: 50px;
	}
}
@media (max-width: 699px) {
	.section-port-area .section-header {
		padding: 265px 0;
		padding-top: 50px;
	}
}
@media (max-width: 699px) {
	.section-port-area .section-header {
		padding: 310px 0;
		padding-top: 50px;
	}
}*/

.section-port-area.section-port-area-small .map-static {
	width: 100%;
}
.section-port-area.v2 .section-inner > .uk-container {
	position: relative;
	bottom: 100px;
}
.section-port-area.v2 .section-header {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 0;
	padding-top: 20px;
}
.section-port-area.v2 .section-header .section-title {
	padding-bottom: 0;
	color: #006272;
}
@media (min-width: 1200px) {
	.section-port-area.v2 .section-header .section-title {
		font-size: 44px;
	}
}
@media (min-width: 640px) {
	.section-port-area .uk-heading-hero {
		margin-bottom: 45px;
	}
}
@media (min-width: 960px) {
	.section-port-area .uk-heading-hero {
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) {
	.section-port-area .section-header {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 5;
	}
}
.news-entry {
	position: relative;
	padding-left: 60px;
}
.news-entry .entry-title {
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}
.news-entry .entry-summary {
	font-size: 16px;
	line-height: 26px;
}
.news-entry .entry-summary + * {
	margin-top: 20px;
}
.entry-date {
	color: #006272;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Intrepid", sans-serif;
	text-align: center;
}
.entry-date > * {
	display: block;
}
.entry-date .year {
	font-size: 40px;
	line-height: 1;
}
.entry-date .date {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.025rem;
}
.section-cta {
	position: relative;
	overflow: hidden;
}
.section-cta .uk-container {
	background-color: #253746;
}
.section-cta .section-title {
	margin-bottom: 5px;
}
@media (min-width: 1200px) {
	.section-cta {
		margin-bottom: -100px;
	}
	.section-cta .uk-container:before {
		display: block;
		content: "";
		background-color: #253746;
		height: 100%;
		width: 2000px;
		top: 0;
		right: 75%;
		position: absolute;
		z-index: -1;
	}
}
.scrolling-square {
	height: 0;
	position: relative;
	padding-top: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.scrolling-square::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: rgba(190, 207, 223, 0.8);
}
.scrolling-square::-webkit-scrollbar {
	width: 12px;
	background-color: transparent;
}
.scrolling-square::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #a5bed3;
}
.scrolling-square > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.search-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 75, 141, 0.85);
	z-index: 9999;
}
.search-panel > * {
	height: 100%;
}
.search-panel form {
	width: 100%;
}
.search-panel .uk-search-toggle {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
}
.search-panel .fa-times {
	color: #fff;
	font-size: 36px;
}
@media (max-width: 639px) {
	.search-panel .input-combo .uk-button {
		position: relative;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		top: auto;
		left: auto;
		margin-top: 10px;
		width: 100%;
	}
}
#site-footer {
	background-color: #CAC7A7;
}
#site-footer .bottom-line {
	padding: 25px 0;
}
#site-footer .partners > a {
	display: block;
}
#site-footer .nb img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
/* ========================================================================
	 Component: Print
 ========================================================================== */
@media print {
	*,
	*::after,
	*::before {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

li.fact span {
	text-align: left;
	color: #fff;
	padding: 7px 20px 7px 45px;
	line-height: 15px;
	font-size: 12px;
	letter-spacing: 0;
	margin: 0;
	border: none;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	text-decoration: none;
	font-family: "Intrepid", sans-serif;
	border-radius: 3px;
	overflow: hidden;
	background-color: #3ab6b4 !important;
}

ul.facts-list-title {
	background-color: #3ab6b4 !important;
	box-sizing: border-box;
	border-radius: 3px;
	padding-bottom: 7px;
	padding-top: 7px;
}
ul.facts-list-title li {
	padding-bottom: 0;
	padding-top: 0;
}

table.vessels-table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
table.vessels-table td,
table.vessels-table th {
	padding: 2px 6px !important;
}

table.vessels-table th {
	font-size: 11px !important;
	line-height: 1rem !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.push-icon-left-abs.facts-list i {
	top: 14px !important;
}
.contact-box .call-us .uk-button-small {
	font-size: 11px;
	min-width: 170px;
}
.uk-table tr.uk-background-muted td:first-child {
	background-color: #e5edf3 !important;
}
