/* ========================================================================
===========================================================================
===========================================================================
Centre for European Policy Studies is custom work by UNITED THEMES™

When somebdoy else will work on this project! Don't overwrite this file!
It's heavy modified by us @UNITED THEMES™

unitedthemes.com | Design by (c) 2011 - 2020 UNITED THEMES™
===========================================================================
===========================================================================
=========================================================================/*

/*! UIkit 3.0.3 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #555555;
  margin: 0 !important;
  padding: 0 !important;
  outline: 0;
}
/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0 !important;
  padding: 0 !important;
}
/* Links
 ========================================================================== */
/*
 * Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects;
}
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none;
}
/*
 * Style
 */
a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.ut-link {
	color: #999999;
	text-decoration: none;
}
.ut-link:hover {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
.ut-content a,
.ut-content .ut-link {
	font-weight: 500;
	text-decoration: underline;
}
.ut-content a:hover,
.ut-content .ut-link:hover {
	text-decoration: none !important;
}
.ut-caption-link:hover {
	color: #999999 !important;
	text-decoration: none !important;
}
.ut-content table a {
	text-decoration: none !important;
}

.ut-button-disabled {
	text-decoration: none !important;
	cursor: default;
}

.ut-button-inactive {
	text-decoration: none !important;
	cursor: default;
  pointer-events: none;
}

/* 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 {
  color: #252525;
  font-weight: 600;
}
/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #000000;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}
/*
 * Emphasize
 */
em {
  color: #999999;
}
/*
 * Insert
 */
ins {
  background: #ffd;
  color: #000000;
  text-decoration: none;
}
/*
 * Mark
 */
mark {
  background: #ffd;
  color: #000000;
}
/*
 * Quote
 */
q {
  font-style: italic;
}
/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}
/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/*
 * Hide `alt` text for lazy load images
 * Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  visibility: hidden;
}
/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0;
  max-width: 100%;	
}
/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure,
div.wp-caption,
.twitter-tweet {
  margin: 0 0 20px 0;
}
.gallery {
  margin: 0 0 20px 0 !important;
}
/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure,
* + div.wp-caption {
  margin-top: 20px;
}

* + .twitter-tweet,
* + .gallery {
  margin-top: 20px !important;
}
/* Headings
 ========================================================================== */
h1,
.ut-h1,
h2,
.ut-h2,
h3,
.ut-h3,
h4,
.ut-h4,
h5,
.ut-h5,
h6,
.ut-h6 {
  margin: 0 0 20px 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 600;
  color: #000000;
  text-transform: none;
  letter-spacing: -0.03em;
}
/* Add margin if adjacent element */
* + h1,
* + .ut-h1,
* + h2,
* + .ut-h2,
* + h3,
* + .ut-h3,
* + h4,
* + .ut-h4,
* + h5,
* + .ut-h5,
* + h6,
* + .ut-h6 {
  margin-top: 40px;
}
/*
 * Sizes
 */
h1,
.ut-h1 {
  font-size: 2.2rem;
  letter-spacing: -0.03em;	
  line-height: 1.3;
  font-weight: 700;
}
h2,
.ut-h2 {
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
h3,
.ut-h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}
h4,
.ut-h4 {
  font-size: 1.25rem;
  line-height: 1.3;
}
h5,
.ut-h5 {
  font-size: 16px;
  line-height: 1.3;
}
h6,
.ut-h6 {
  font-size: 0.875rem;
  line-height: 1.3;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1,
  .ut-h1 {
    font-size: 2.5rem;
  }
  h2,
  .ut-h2 {
    font-size: 2rem;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

.ut-content ul,
.ut-content ol {
	font-size: 0.9rem;
}

.ut-content ul li,
.ut-content ol li {
	margin-bottom: 10px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
  font-weight: 600;
}
dd {
  margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Add the correct box sizing and height in Firefox.
 * 2. Show the overflow in Edge and IE.
 * 3. Add the correct text-align in Edge and IE.
 * 4. Style
 */
hr,
.ut-hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
  text-align: inherit;
  /* 4 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
/* Add margin if adjacent element */
* + hr,
* + .ut-hr {
  margin-top: 20px;
}

/* More Space inside the content */

.ut-content hr,
.ut-content .ut-hr {
  margin: 0 0 40px 0;
}
.ut-content * + hr,
.ut-content * + .ut-hr {
  margin-top: 40px;
}
.ut-content hr + * {
	margin-top: 40px;
}


/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
/*blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  font-weight: 500;
  color: #000000;
}*/
blockquote {
margin: 20px 0 20px 0;
padding: 0.8em 1.334em;
border-left: 4px solid #207164;
font-style: italic;
background:#f5f5f5;
}
blockquote p:before {
  color: #207164;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.10em;
  vertical-align: -0.2em;
}
blockquote p {
  display: block;
  color: #000000 !important; 
  line-height: 1.5;
  font-size: 15px;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000000;
}
/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}
/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000000;
}
blockquote footer::before {
  content: "— ";
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #000000;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  /* 2 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.ut-breakpoint-s::before {
  content: '640px';
}
.ut-breakpoint-m::before {
  content: '960px';
}
.ut-breakpoint-l::before {
  content: '1200px';
}
.ut-breakpoint-xl::before {
  content: '1600px';
}
.ut-breakpoint-xxl::before {
  content: '1920px';
}
:root {
  --ut-breakpoint-s: 640px; /* Tablet Portrailt */
  --ut-breakpoint-m: 960px; /* Tablet Landscape */
  --ut-breakpoint-l: 1200px;
  --ut-breakpoint-xl: 1600px;
  --ut-breakpoint-xxl: 1920px;	
}
/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.ut-link-muted,
.ut-link-muted a {
  color: #999999;
}
a.ut-link-muted:hover,
.ut-link-muted a:hover {
  color: #000000;
}
/* Text
 ========================================================================== */
a.ut-link-text:not(:hover),
.ut-link-text a:not(:hover) {
  color: inherit;
}
a.ut-link-text:hover,
.ut-link-text a:hover {
  color: #999999;
}
/* Heading
 ========================================================================== */
a.ut-link-heading:not(:hover),
.ut-link-heading a:not(:hover) {
  color: inherit;
}
a.ut-link-heading:hover,
.ut-link-heading a:hover {
  color: #72bf44 ;
  text-decoration: none;
}
/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.ut-link-reset,
a.ut-link-reset:hover,
.ut-link-reset a,
.ut-link-reset a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
/* ========================================================================
   Component: Heading
 ========================================================================== */
/* Primary
 ========================================================================== */
.ut-heading-primary {
  font-size: 3rem;
  line-height: 1.2;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-heading-primary {
    font-size: 3.375rem;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
/* Divider
 ========================================================================== */
.ut-heading-divider {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
/* Bullet
 ========================================================================== */
.ut-heading-bullet {
  position: relative;
}
/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.ut-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
 */
.ut-heading-line {
  overflow: hidden;
}
/*
 * Extra markup is needed to make it work with text align
 */
.ut-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
 */
.ut-heading-line > ::before,
.ut-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (1px / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: 1px solid #e5e5e5;
}
.ut-heading-line > ::before {
  right: 100%;
  margin-right: 0.6em;
}
.ut-heading-line > ::after {
  left: 100%;
  margin-left: 0.6em;
}
/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*='ut-divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + [class*='ut-divider'] {
  margin-top: 10px;
}
/* Icon
 ========================================================================== */
.ut-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ut-divider-icon::before,
.ut-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.ut-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}
.ut-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}
/* Small
 ========================================================================== */
/*
 * Fix height of `hr` element not being expanded by child border width.
 * `height` also needed to reset the child `line-height` caused by `inline-block`
 */
.ut-divider-small {
  height: 1px;
}
.ut-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}
/* Vertical
 ========================================================================== */
.ut-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}
/* ========================================================================
   Component: List
 ========================================================================== */
.ut-list {
  padding: 0;
  list-style: none;
}
/*
 * Micro clearfix
 */
.ut-list > li::before,
.ut-list > li::after {
  content: "";
  display: table;
}
.ut-list > li::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-list > li > :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.ut-list ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
/*
 * Style
 */
.ut-list > li:nth-child(n+2),
.ut-list > li > ul {
  margin-top: 10px;
}
.page-template-template-contact .ut-list > li:nth-child(n+2),
.page-template-template-contact .ut-list > li > ul {
  margin-top: 0;
}


/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.ut-list-divider > li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
/*
 * Striped
 */
.ut-list-striped > li {
  padding: 10px 10px;
}
.ut-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.ut-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
.ut-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}
/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
.ut-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 10px);
}
.ut-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 1 */
  display: block;
}
/* Size modifier
 ========================================================================== */
.ut-list-large > li:nth-child(n+2),
.ut-list-large > li > ul {
  margin-top: 20px;
}
/*
 * Divider
 */
.ut-list-large.ut-list-divider > li:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}
/*
 * Striped
 */
.ut-list-large.ut-list-striped > li {
  padding: 20px 10px;
}
.ut-list-large.ut-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.ut-list-large.ut-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.ut-description-list > dt {
  color: #000000;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}
.ut-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}
/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.ut-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.ut-table,
table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #e5e5e5;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + .ut-table,
* + table {
  margin-top: 20px;
}
/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.ut-table th,
table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}
/* Cell
 ========================================================================== */
.ut-table td,
table td {
  padding: 16px 12px;
  vertical-align: top;
  border-color: #e5e5e5;
}
/*
 * Remove margin from the last-child
 */
.ut-table td > :last-child {
  margin-bottom: 0;
}
/* Footer
 ========================================================================== */
.ut-table tfoot {
  font-size: 0.875rem;
}
/* Caption
 ========================================================================== */
.ut-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999999;
}
/* Alignment modifier
 ========================================================================== */
.ut-table-middle,
.ut-table-middle td {
  vertical-align: middle !important;
}
/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.ut-table-divider > tr:not(:first-child),
.ut-table-divider > :not(:first-child) > tr,
.ut-table-divider > :first-child > tr:not(:first-child),
table > tr:not(:first-child),
table > :not(:first-child) > tr,
table > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
/*
 * Striped
 */
.ut-table-striped > tr:nth-of-type(odd),
.ut-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/*
 * Hover
 */
.ut-table-hover > tr:hover,
.ut-table-hover tbody tr:hover {
  background: #ffd;
}
/* Active state
 ========================================================================== */
.ut-table > tr.ut-active,
.ut-table tbody tr.ut-active {
  background: #ffd;
}
/* Size modifier
 ========================================================================== */
.ut-table-small th,
.ut-table-small td {
  padding: 10px 12px;
}
.ut-table-large th,
.ut-table-large td {
  padding: 22px 12px;
}
/* Justify modifier
 ========================================================================== */
.ut-table-justify th:first-child,
.ut-table-justify td:first-child {
  padding-left: 0;
}
.ut-table-justify th:last-child,
.ut-table-justify td:last-child {
  padding-right: 0;
}
/* Cell size modifier
 ========================================================================== */
.ut-table-shrink {
  width: 1px;
}
.ut-table-expand {
  min-width: 150px;
}
/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `ut-table-justify` at the moment
 */
.ut-table-link {
  padding: 0 !important;
}
.ut-table-link > a {
  display: block;
  padding: 16px 12px;
}
.ut-table-small .ut-table-link > a {
  padding: 10px 12px;
}
/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 639px) {
  .ut-table-responsive,
  .ut-table-responsive th {
	text-align: center;
  }
  .ut-table-responsive,
	table,
  .ut-table-responsive tbody,
	table tbody,
  .ut-table-responsive th,
	table th,
  .ut-table-responsive td,
	table td,
  .ut-table-responsive tr,
	table tr {
    display: block;
  }
  .ut-table-responsive thead,
	table thead {
    display: none;
  }
  .ut-table-responsive th,
	table th,
  .ut-table-responsive td,
	table td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .ut-table-responsive th:not(:first-child):not(.ut-table-link),
  .ut-table-responsive td:not(:first-child):not(.ut-table-link),
  .ut-table-responsive .ut-table-link:not(:first-child) > a,
  table th:not(:first-child):not(.ut-table-link),
  table td:not(:first-child):not(.ut-table-link),
  table .ut-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .ut-table-responsive th:not(:last-child):not(.ut-table-link),
  .ut-table-responsive td:not(:last-child):not(.ut-table-link),
  .ut-table-responsive .ut-table-link:not(:last-child) > a,
  table th:not(:last-child):not(.ut-table-link),
  table td:not(:last-child):not(.ut-table-link),
  table .ut-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .ut-table-justify.ut-table-responsive th,
  .ut-table-justify.ut-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.ut-table tbody tr {
  transition: background-color 0.1s linear;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.ut-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.ut-icon:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove the inner border and padding in Firefox.
 */
.ut-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.ut-icon:not(.ut-preserve) [fill*='#']:not(.ut-preserve) {
  fill: currentcolor;
}
.ut-icon:not(.ut-preserve) [stroke*='#']:not(.ut-preserve) {
  stroke: currentcolor;
}
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.ut-icon > * {
  transform: translate(0, 0);
}
/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.ut-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.ut-icon-link {
  color: #999999;
}
.ut-icon-link:hover,
.ut-icon-link:focus {
  color: #000000;
  outline: none;
}
/* OnClick + Active */
.ut-icon-link:active,
.ut-active > .ut-icon-link {
  color: #595959;
}
/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.ut-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
/* Hover + Focus */
.ut-icon-button:hover,
.ut-icon-button:focus {
  background-color: #ebebeb;
  color: #000000;
  outline: none;
}
/* OnClick + Active */
.ut-icon-button:active,
.ut-active > .ut-icon-button {
  background-color: #dfdfdf;
  color: #000000;
}
/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.ut-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0;
}
/* Focus */
.ut-range:focus {
  outline: none;
}
.ut-range::-moz-focus-outer {
  border: none;
}
/* IE11 Reset */
.ut-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.ut-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}
.ut-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}
.ut-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}
/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.ut-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
/* Firefox */
.ut-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
/* Edge */
.ut-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.ut-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
/* Edge + IE11 */
.ut-range::-ms-tooltip {
  display: none;
}
/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.ut-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.ut-range:focus::-webkit-slider-runnable-track,
.ut-range:active::-webkit-slider-runnable-track {
  background: #d2d2d2;
}
/* Firefox */
.ut-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.ut-range:focus::-moz-range-track {
  background: #d2d2d2;
}
/* Edge */
.ut-range::-ms-fill-lower,
.ut-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.ut-range:focus::-ms-fill-lower,
.ut-range:focus::-ms-fill-upper {
  background: #d2d2d2;
}
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea,
.ut-input,
.ut-select,
.ut-textarea,
.ut-radio,
.ut-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}
/*
 * Show the overflow in Edge.
 */
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="color"],
.ut-input {
  overflow: visible;
}
/*
 * Remove the inheritance of text transform in Firefox.
 */
.wpcf7-form select,
.ut-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.
 */
.wpcf7-form optgroup,
.ut-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.ut-textarea,
textarea {
  overflow: auto;
  resize: vertical;
}
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.wpcf7-form input[type="search"]::-webkit-search-cancel-button,
.wpcf7-form input[type="search"]::-webkit-search-decoration,
.ut-input[type="search"]::-webkit-search-cancel-button,
.ut-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.wpcf7-form input[type="number"]::-webkit-inner-spin-button,
.wpcf7-form input[type="number"]::-webkit-outer-spin-button,
.ut-input[type="number"]::-webkit-inner-spin-button,
.ut-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder,
.ut-input::-moz-placeholder,
.ut-textarea::-moz-placeholder {
  opacity: 1;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.wpcf7-form input[type="radio"]:not(:disabled),
.wpcf7-form input[type="checkbox"]:not(:disabled),
.ut-radio:not(:disabled),
.ut-checkbox:not(:disabled) {
  cursor: pointer;
}
/*
 * Define consistent border, margin, and padding.
 */
.wpcf7-form fieldset,
.ut-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.
 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea,
.ut-input,
.ut-textarea {
  -webkit-appearance: none;
}
/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="color"],
.wpcf7-form select,
.wpcf7-form textarea,
.ut-input,
.ut-select,
.ut-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #000000;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  font-size: 0.875rem;
}
/*
 * 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
 */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="color"],
.wpcf7-form select:not([multiple]):not([size]),
.ut-input,
.ut-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}
/* 2 */
.wpcf7-form input[type="text"]:not(input),
.wpcf7-form input[type="password"]:not(input),
.wpcf7-form input[type="datetime"]:not(input),
.wpcf7-form input[type="datetime-local"]:not(input),
.wpcf7-form input[type="date"]:not(input),
.wpcf7-form input[type="month"]:not(input),
.wpcf7-form input[type="time"]:not(input),
.wpcf7-form input[type="week"]:not(input),
.wpcf7-form input[type="number"]:not(input),
.wpcf7-form input[type="email"]:not(input),
.wpcf7-form input[type="url"]:not(input),
.wpcf7-form input[type="search"]:not(input),
.wpcf7-form input[type="tel"]:not(input),
.wpcf7-form input[type="color"]:not(input),
.wpcf7-form select:not(select),
.ut-input:not(input),
.ut-select:not(select) {
  line-height: 38px;
}
/*
 * Multi-line
 */

.wpcf7-form select[multiple],
.wpcf7-form select[size],
.wpcf7-form textarea,
.ut-select[multiple],
.ut-select[size],
.ut-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
/* Focus */

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.ut-input:focus,
.ut-select:focus,
.ut-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #000000;
  border-color: #999999;
}
/* Disabled */

.wpcf7-form input:disabled,
.wpcf7-form select:disabled,
.wpcf7-form textarea:disabled,
.ut-input:disabled,
.ut-select:disabled,
.ut-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
  border-color: #e5e5e5;
}
/*
 * Placeholder
 */
.wpcf7-form input::-ms-input-placeholder,
.ut-input::-ms-input-placeholder {
  color: #999999 !important;
}
.wpcf7-form input::placeholder,
.ut-input::placeholder {
  color: #999999;
}
.wpcf7-form textarea::-ms-input-placeholder,
.ut-textarea::-ms-input-placeholder {
  color: #999999 !important;
}
.wpcf7-form textarea::placeholder,
.ut-textarea::placeholder {
  color: #999999;
}
/* Style modifier (`ut-input`, `ut-select` and `ut-textarea`)
 ========================================================================== */
/*
 * Small
 */
.ut-form-small {
  font-size: 0.875rem;
}
.ut-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
.ut-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}
/*
 * Large
 */
.ut-form-large {
  font-size: 1.25rem;
}
.ut-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
.ut-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}
/* Style modifier (`ut-input`, `ut-select` and `ut-textarea`)
 ========================================================================== */
/*
 * Error
 */
.ut-form-danger,
.ut-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}
/*
 * Success
 */
.ut-form-success,
.ut-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}
/*
 * Blank
 */
.ut-form-blank {
  background: none;
  border-color: transparent;
}
.ut-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}
/* Width modifiers (`ut-input`, `ut-select` and `ut-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.ut-form-width-xsmall {
  width: 50px;
}
select.ut-form-width-xsmall {
  width: 75px;
}
.ut-form-width-small {
  width: 130px;
}
.ut-form-width-medium {
  width: 200px;
}
.ut-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.
 */
.wpcf7-form select:not([multiple]):not([size]),
.ut-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
/* 3 */
.wpcf7-form select:not([multiple]):not([size])::-ms-expand,
.ut-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}
/* 4 */
.wpcf7-form select:not([multiple]):not([size]) option,
.ut-select:not([multiple]):not([size]) option {
  color: #444;
}
/*
 * Disabled
 */
.wpcf7-form select:not([multiple]):not([size]):disabled,
.ut-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.wpcf7-list-item {
	margin: 0 20px 0 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
	margin-right: 10px;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"],
.ut-radio,
.ut-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
.wpcf7-form input[type="radio"],
.ut-radio {
  border-radius: 50%;
}
/* Focus */
.wpcf7-form input[type="checkbox"]:focus,
.wpcf7-form input[type="radio"]:focus,
.ut-radio:focus,
.ut-checkbox:focus {
  outline: none;
  border-color: #000000;
}
/*
 * Checked
 */
.wpcf7-form input[type="checkbox"]:checked,
.wpcf7-form input[type="radio"]:checked,
.wpcf7-form input[type="checkbox"]:indeterminate,
.ut-radio:checked,
.ut-checkbox:checked,
.ut-checkbox:indeterminate {
  background-color: #000000;
  border-color: transparent;
}
/* Focus */
.wpcf7-form input[type="checkbox"]:checked:focus,
.wpcf7-form input[type="radio"]:checked:focus,
.wpcf7-form input[type="checkbox"]:indeterminate:focus,
.ut-radio:checked:focus,
.ut-checkbox:checked:focus,
.ut-checkbox:indeterminate:focus {
  background-color: #000000;
}
/*
 * Icons
 */
.wpcf7-form input[type="radio"]:checked,
.ut-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.wpcf7-form input[type="checkbox"]:checked,
.ut-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.wpcf7-form input[type="checkbox"]:indeterminate,
.ut-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/*
 * Disabled
 */
.wpcf7-form input[type="checkbox"]:disabled,
.wpcf7-form input[type="radio"]:disabled,
.ut-radio:disabled,
.ut-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.wpcf7-form input[type="radio"]:disabled:checked,
.ut-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.wpcf7-form input[type="checkbox"]:disabled:checked,
.ut-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.wpcf7-form input[type="checkbox"]:disabled:indeterminate,
.ut-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.wpcf7-form legend,
.ut-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}
/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.ut-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
 */
.ut-form-custom select,
.ut-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}
.ut-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}
/* Label
 ========================================================================== */
.ut-form-label,
.wpcf7-form label {
  color: #252525;
  font-size: 0.775rem;
  font-weight: 500;
}
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.ut-form-stacked .ut-form-label {
  display: block;
  margin-bottom: 5px;
}
/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `ut-form-stacked` */
  .ut-form-horizontal .ut-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-form-horizontal .ut-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .ut-form-horizontal .ut-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .ut-form-horizontal .ut-form-controls-text {
    padding-top: 7px;
  }
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.ut-form-icon {
  /* 1 */ 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 20px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999999;
}
/*
 * Required for `a`.
 */
.ut-form-icon:hover {
  color: #000000;
}
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.ut-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
/*
 * Input padding
 */
.ut-form-icon:not(.ut-form-icon-flip) ~ .ut-input {
  padding-left: 40px !important;
}
/*
 * Position modifier
 */
.ut-form-icon-flip {
  right: 0;
  left: auto;
}
.ut-form-icon-flip ~ .ut-input {
  padding-right: 40px !important;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Style
 * 7. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 8. Align text if button has a width
 * 9. Required for `a`.
 */
.wpcf7-form input[type="submit"],
.ut-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.6em 1.2em 0.725em;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 7 */
  line-height: 150%;
  /* 8 */
  text-align: center;
  /* 9 */
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border-color;
}
.wpcf7-form input[type="submit"]:not(:disabled),
.ut-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove the inner border and padding in Firefox.
 */
.wpcf7-form input[type="submit"]::-moz-focus-inner,
.ut-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Hover */
.wpcf7-form input[type="submit"]:hover,
.ut-button:hover {
  /* 9 */
  text-decoration: none;
}
/* Focus */
.wpcf7-form input[type="submit"]:focus,
.ut-button:focus {
  outline: none;
}
/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.ut-button-default {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #999999;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* Hover + Focus */
.ut-button-default.ut-open,
.ut-button-default:hover,
.ut-button-default:focus {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
/* OnClick + Active */
.ut-button-default:active,
.ut-button-default.ut-active {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
/*
 * Primary
 */
.ut-button-primary {
  background-color: #207164;
  color: #efefef;
  border: 1px solid transparent;
}
/* Hover + Focus */
.ut-button-primary.ut-open,
.ut-button-primary:hover,
.ut-button-primary:focus {
  background-color: #202425;
  color: #efefef;
}
/* OnClick + Active */
.ut-button-primary:active,
.ut-button-primary.ut-active {
  background-color: #202425;
  color: #efefef;
}
/*
 * Secondary
 */
.wpcf7-form input[type="submit"],
.ut-button-secondary {
  background-color: #202425;
  color: #efefef;
  border: 1px solid transparent;
}
/* Hover + Focus */
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus,
.ut-button-secondary.ut-open,
.ut-button-secondary:hover,
.ut-button-secondary:focus {
  background-color: #fff;
  color: #000000;
  border-color: #999999;
}
/* OnClick + Active */
.wpcf7-form input[type="submit"]:active,
.ut-button-secondary:active,
.ut-button-secondary.ut-active {
  background-color: #fff;
  color: #000000;
  border-color: #999999;
}
/*
 * Danger
 */
.ut-button-danger {
  background-color: #f0506e;
  color: #efefef;
  border: 1px solid transparent;
}
/* Hover + Focus */
.ut-button-danger:hover,
.ut-button-danger:focus {
  background-color: #ee395b;
  color: #efefef;
}
/* OnClick + Active */
.ut-button-danger:active,
.ut-button-danger.ut-active {
  background-color: #ec2147;
  color: #efefef;
}
/*
 * Disabled
 * The same for all style modifiers
 */
.ut-button-default:disabled,
.ut-button-primary:disabled,
.ut-button-secondary:disabled,
.ut-button-danger:disabled {
  background-color: transparent;
  color: #999999;
  border-color: #e5e5e5;
}
/* Size modifiers
 ========================================================================== */
.ut-button-small {
  padding: 0.6em 1.2em 0.725em;
  line-height: 150%;
  font-size: 0.75rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.ut-button-normal {
  padding: 0.6em 1.2em 0.725em;
  line-height: 150%;
  font-size: 0.875rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.ut-button-large {
  padding: 1em 2em;
  line-height: 150%;
  font-size: 0.875rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.ut-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #000000;
  position: relative;
}
/*
.ut-button-text::before {
    content: "";
    bottom: 0;
	left: auto;
	right: 0;
	display: block;
	height: 2px;
	position: absolute;
	width: 0;
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}
*/
/* Hover + Focus */
.ut-button-text:hover,
.ut-button-text:focus {
  color: #555555;
}
/*
.ut-button-text:hover::before,
.ut-button-text:focus::before {
    width: 100%;
	left: 0;
	right: auto;
}
*/
/* Disabled */
.ut-button-text:disabled {
  color: #999999;
}
.ut-button-text:disabled::before {
  display: none;
}
/*
 * Link
 * 1. Reset
 * 2. Style
 */
.ut-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #72bf44 ;
}
/* Hover + Focus */
.ut-button-link:hover,
.ut-button-link:focus {
  color: #0f6ecd;
  text-decoration: underline;
}
/* Disabled */
.ut-button-link:disabled {
  color: #999999;
  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
 */
.ut-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}
/* Group
     ========================================================================== */
/*
     * Collapse border
     */
.ut-button-group > .ut-button:nth-child(n+2),
.ut-button-group > div:nth-child(n+2) .ut-button {
  margin-left: -1px;
}
/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */
.ut-button-group .ut-button:hover,
.ut-button-group .ut-button:focus,
.ut-button-group .ut-button:active,
.ut-button-group .ut-button.ut-active {
  position: relative;
  z-index: 1;
}
/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.ut-section {
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .ut-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Micro clearfix
 */
.ut-section::before,
.ut-section::after {
  content: "";
  display: table;
}
.ut-section::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-section > :last-child {
  margin-bottom: 0;
}
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.ut-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * Small
 */
.ut-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
 * Large
 */
.ut-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.ut-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.ut-section-default {
  background: #fff;
}
/*
 * Muted
 */
.ut-section-muted {
  background: #F3F2F1;
}
/*
 * Primary
 */
.ut-section-primary {
  background: #207164;
}
/*
 * Secondary
 */
.ut-section-secondary {
  background: #202425;
}
/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.ut-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Micro clearfix
 */
.ut-container::before,
.ut-container::after {
  content: "";
  display: table;
}
.ut-container::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-container > :last-child {
  margin-bottom: 0;
}
/*
 * Remove padding from nested containers
 */
.ut-container .ut-container {
  padding-left: 0;
  padding-right: 0;
}
/* Size modifier
 ========================================================================== */
.ut-container-xsmall {
  max-width: 750px;
}
.ut-container-small {
  max-width: 900px;
}
.ut-container-large {
  max-width: 1300px;
}
.ut-container-expand {
  max-width: none;
}
/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.ut-container-expand-left {
  margin-left: 0;
}
.ut-container-expand-right {
  margin-right: 0;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-container-expand-left.ut-container-xsmall,
  .ut-container-expand-right.ut-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .ut-container-expand-left.ut-container-small,
  .ut-container-expand-right.ut-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-container-expand-left,
  .ut-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .ut-container-expand-left.ut-container-xsmall,
  .ut-container-expand-right.ut-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .ut-container-expand-left.ut-container-small,
  .ut-container-expand-right.ut-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .ut-container-expand-left.ut-container-large,
  .ut-container-expand-right.ut-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.
 */
.ut-container-item-padding-remove-left,
.ut-container-item-padding-remove-right {
  width: calc(100% + 15px);
}
.ut-container-item-padding-remove-left {
  margin-left: -15px;
}
.ut-container-item-padding-remove-right {
  margin-right: -15px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-container-item-padding-remove-left,
  .ut-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .ut-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .ut-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-container-item-padding-remove-left,
  .ut-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .ut-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .ut-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.ut-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
 */
.ut-grid > * {
  margin: 0;
}
/*
 * Remove margin from the last-child
 */
.ut-grid > * > :last-child {
  margin-bottom: 0;
}
/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.ut-grid {
  margin-left: -30px;
}
.ut-grid > * {
  padding-left: 30px;
}
/* Vertical */
.ut-grid + .ut-grid,
.ut-grid > .ut-grid-margin,
* + .ut-grid-margin {
  margin-top: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .ut-grid {
    margin-left: -40px;
  }
  .ut-grid > * {
    padding-left: 40px;
  }
  /* Vertical */
  .ut-grid + .ut-grid,
  .ut-grid > .ut-grid-margin,
  * + .ut-grid-margin {
    margin-top: 40px;
  }
}
/*
 * Small
 */
/* Horizontal */
.ut-grid-small {
  margin-left: -15px;
}
.ut-grid-small > * {
  padding-left: 15px;
}
/* Vertical */
.ut-grid + .ut-grid-small,
.ut-grid-small > .ut-grid-margin,
* + .ut-grid-margin-small {
  margin-top: 15px;
}
/*
 * Medium
 */
/* Horizontal */
.ut-grid-medium {
  margin-left: -30px;
}
.ut-grid-medium > * {
  padding-left: 30px;
}
/* Vertical */
.ut-grid + .ut-grid-medium,
.ut-grid-medium > .ut-grid-margin,
* + .ut-grid-margin-medium {
  margin-top: 30px;
}
/*
 * Large
 */
/* Horizontal */
.ut-grid-large {
  margin-left: -40px;
}
.ut-grid-large > * {
  padding-left: 40px;
}
/* Vertical */
.ut-grid + .ut-grid-large,
.ut-grid-large > .ut-grid-margin,
* + .ut-grid-margin-large {
  margin-top: 40px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .ut-grid-large {
    margin-left: -70px;
  }
  .ut-grid-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .ut-grid + .ut-grid-large,
  .ut-grid-large > .ut-grid-margin,
  * + .ut-grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
.ut-grid-collapse {
  margin-left: 0;
}
.ut-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.ut-grid + .ut-grid-collapse,
.ut-grid-collapse > .ut-grid-margin {
  margin-top: 0;
}
/* Divider
 ========================================================================== */
.ut-grid-divider > * {
  position: relative;
}
.ut-grid-divider > :not(.ut-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
/* Vertical */
.ut-grid-divider.ut-grid-stack > .ut-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
/*
 * Default
 */
/* Horizontal */
.ut-grid-divider {
  margin-left: -60px;
}
.ut-grid-divider > * {
  padding-left: 60px;
}
.ut-grid-divider > :not(.ut-first-column)::before {
  left: 30px;
}
/* Vertical */
.ut-grid-divider.ut-grid-stack > .ut-grid-margin {
  margin-top: 60px;
}
.ut-grid-divider.ut-grid-stack > .ut-grid-margin::before {
  top: -30px;
  left: 60px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .ut-grid-divider {
    margin-left: -80px;
  }
  .ut-grid-divider > * {
    padding-left: 80px;
  }
  .ut-grid-divider > :not(.ut-first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .ut-grid-divider.ut-grid-stack > .ut-grid-margin {
    margin-top: 80px;
  }
  .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}
/*
 * Small
 */
/* Horizontal */
.ut-grid-divider.ut-grid-small {
  margin-left: -30px;
}
.ut-grid-divider.ut-grid-small > * {
  padding-left: 30px;
}
.ut-grid-divider.ut-grid-small > :not(.ut-first-column)::before {
  left: 15px;
}
/* Vertical */
.ut-grid-divider.ut-grid-small.ut-grid-stack > .ut-grid-margin {
  margin-top: 30px;
}
.ut-grid-divider.ut-grid-small.ut-grid-stack > .ut-grid-margin::before {
  top: -15px;
  left: 30px;
}
/*
 * Medium
 */
/* Horizontal */
.ut-grid-divider.ut-grid-medium {
  margin-left: -60px;
}
.ut-grid-divider.ut-grid-medium > * {
  padding-left: 60px;
}
.ut-grid-divider.ut-grid-medium > :not(.ut-first-column)::before {
  left: 30px;
}
/* Vertical */
.ut-grid-divider.ut-grid-medium.ut-grid-stack > .ut-grid-margin {
  margin-top: 60px;
}
.ut-grid-divider.ut-grid-medium.ut-grid-stack > .ut-grid-margin::before {
  top: -30px;
  left: 60px;
}
/*
 * Large
 */
/* Horizontal */
.ut-grid-divider.ut-grid-large {
  margin-left: -80px;
}
.ut-grid-divider.ut-grid-large > * {
  padding-left: 80px;
}
.ut-grid-divider.ut-grid-large > :not(.ut-first-column)::before {
  left: 40px;
}
/* Vertical */
.ut-grid-divider.ut-grid-large.ut-grid-stack > .ut-grid-margin {
  margin-top: 80px;
}
.ut-grid-divider.ut-grid-large.ut-grid-stack > .ut-grid-margin::before {
  top: -40px;
  left: 80px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .ut-grid-divider.ut-grid-large {
    margin-left: -140px;
  }
  .ut-grid-divider.ut-grid-large > * {
    padding-left: 140px;
  }
  .ut-grid-divider.ut-grid-large > :not(.ut-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .ut-grid-divider.ut-grid-large.ut-grid-stack > .ut-grid-margin {
    margin-top: 140px;
  }
  .ut-grid-divider.ut-grid-large.ut-grid-stack > .ut-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)
 */
.ut-grid-match > *,
.ut-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}
.ut-grid-match > * > :not([class*='ut-width']),
.ut-grid-item-match > :not([class*='ut-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}
/* ========================================================================
   Component: Tile
 ========================================================================== */
.ut-tile {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Micro clearfix
 */
.ut-tile::before,
.ut-tile::after {
  content: "";
  display: table;
}
.ut-tile::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-tile > :last-child {
  margin-bottom: 0;
}
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.ut-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * Small
 */
.ut-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
 * Large
 */
.ut-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.ut-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.ut-tile-default {
  background: #fff;
}
/*
 * Muted
 */
.ut-tile-muted {
  background: #F3F2F1;
}
/*
 * Primary
 */
.ut-tile-primary {
  background: #72bf44 ;
}
/*
 * Secondary
 */
.ut-tile-secondary {
  background: #202425;
}
/* ========================================================================
   Component: Card
 ========================================================================== */
.ut-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease-in-out;
}
/* Sections
 ========================================================================== */
.ut-card-body {
  padding: 30px 30px;
}
.ut-card-header {
  padding: 15px 30px;
}
.ut-card-footer {
  padding: 15px 30px;
}
/* Desktop and bigger */
@media (min-width: 1600px) {
  .ut-card-body {
    padding: 30px 30px;
  }
  .ut-card-header {
    padding: 15px 15px;
  }
  .ut-card-footer {
    padding: 15px 15px;
  }
}
/*
 * Micro clearfix
 */
.ut-card-body::before,
.ut-card-body::after,
.ut-card-header::before,
.ut-card-header::after,
.ut-card-footer::before,
.ut-card-footer::after {
  content: "";
  display: table;
}
.ut-card-body::after,
.ut-card-header::after,
.ut-card-footer::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-card-body > :last-child,
.ut-card-header > :last-child,
.ut-card-footer > :last-child {
  margin-bottom: 0;
}
/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.ut-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
/* Badge
 ========================================================================== */
.ut-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
/*
 * Remove margin from adjacent element
 */
.ut-card-badge:first-child + * {
  margin-top: 0;
}
/* Hover modifier
 ========================================================================== */
.ut-card-hover:not(.ut-card-default):not(.ut-card-primary):not(.ut-card-secondary):hover {
  background: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.ut-card-default {
  background: #FFFFFF;
  color: #555555;
  box-shadow:  0 2px 6px 0 rgba(0,0,0,0.1);
}
.ut-card-default .ut-card-title {
  color: #000000;
}
.ut-card-default.ut-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14);
}
.ut-card-default .ut-card-header {
  border-bottom: 1px solid #e5e5e5;
}
.ut-card-default .ut-card-footer {
  border-top: 1px solid #e5e5e5;
}
/*
 * Primary
 */
.ut-card-primary {
  background: #72bf44 ;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ut-card-primary .ut-card-title {
  color: #fff;
}
.ut-card-primary.ut-card-hover:hover {
  background-color: #72bf44 ;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/*
 * Secondary
 */
.ut-card-secondary {
  background: #202425;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ut-card-secondary .ut-card-title {
  color: #fff;
}
.ut-card-secondary.ut-card-hover:hover {
  background-color: #202425;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.ut-card-small.ut-card-body,
.ut-card-small .ut-card-body {
  padding: 20px 20px;
}
.ut-card-small .ut-card-header {
  padding: 13px 20px;
}
.ut-card-small .ut-card-footer {
  padding: 13px 20px;
}
/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1600px) {
  .ut-card-large.ut-card-body,
  .ut-card-large .ut-card-body {
    padding: 70px 70px;
  }
  .ut-card-large .ut-card-header {
    padding: 35px 70px;
  }
  .ut-card-large .ut-card-footer {
    padding: 35px 70px;
  }
}
/*
     * Default
     */
.ut-card-body > .ut-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}
.ut-card-body > .ut-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}
.ut-card-body .ut-nav-default > li > a,
.ut-card-body .ut-nav-default .ut-nav-header,
.ut-card-body .ut-nav-default .ut-nav-divider {
  padding-left: 30px;
  padding-right: 30px;
}
.ut-card-body .ut-nav-default .ut-nav-sub {
  padding-left: 45px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-card-body > .ut-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }
  .ut-card-body > .ut-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .ut-card-body .ut-nav-default > li > a,
  .ut-card-body .ut-nav-default .ut-nav-header,
  .ut-card-body .ut-nav-default .ut-nav-divider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ut-card-body .ut-nav-default .ut-nav-sub {
    padding-left: 55px;
  }
}
/*
     * Small
     */
.ut-card-small > .ut-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}
.ut-card-small > .ut-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}
.ut-card-small .ut-nav-default > li > a,
.ut-card-small .ut-nav-default .ut-nav-header,
.ut-card-small .ut-nav-default .ut-nav-divider {
  padding-left: 20px;
  padding-right: 20px;
}
.ut-card-small .ut-nav-default .ut-nav-sub {
  padding-left: 35px;
}

/*
     * Large
     */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-card-large > .ut-nav-default {
    margin: 0;
  }
  .ut-card-large > .ut-nav-default:only-child {
    margin: 0;
  }
  .ut-card-large .ut-nav-default > li > a,
  .ut-card-large .ut-nav-default .ut-nav-header,
  .ut-card-large .ut-nav-default .ut-nav-divider {
    padding-left: 0;
    padding-right: 0;
  }
  .ut-card-large .ut-nav-default .ut-nav-sub {
    padding-left: 15px;
  }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `ut-icon`
 */
.ut-close {
  color: #999999;
  transition: 0.2s ease-in-out;
  transition-property: color, opacity;
}
/* Hover + Focus */
.ut-close:hover,
.ut-close:focus {
  color: #000000;
  outline: none;
}
/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `ut-icon`
 */
/* SVG
 ========================================================================== */
.ut-spinner > * {
  animation: ut-spinner-rotate 1.4s linear infinite;
}
@keyframes ut-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
.ut-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: ut-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}
@keyframes ut-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `ut-icon`
 */
.ut-totop {
  padding: 5px;
  color: #999999;
  transition: color 0.2s ease-in-out;
}
/* Hover + Focus */
.ut-totop:hover,
.ut-totop:focus {
  color: #000000;
  outline: none;
}
/* OnClick */
.ut-totop:active {
  color: #000000;
}
/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `ut-icon`
 */
.ut-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}
/* Hover + Focus */
.ut-marker:hover,
.ut-marker:focus {
  color: #fff;
  outline: none;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.ut-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #000000;
}
/* Add margin if adjacent element */
* + .ut-alert {
  margin-top: 20px;
}
/*
 * Remove margin from the last-child
 */
.ut-alert > :last-child {
  margin-bottom: 0;
}
/* Close
 * Adopts `ut-close`
 ========================================================================== */
.ut-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}
/*
 * Remove margin from adjacent element
 */
.ut-alert-close:first-child + * {
  margin-top: 0;
}
/*
 * Hover + Focus
 */
.ut-alert-close:hover,
.ut-alert-close:focus {
  color: inherit;
  opacity: 0.8;
}
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.ut-alert-primary {
  background: #d8eafc;
  color: #1e87f0 ;
}
/*
 * Success
 */
.ut-alert-success {
  background: #edfbf6;
  color: #32d296;
}
/*
 * Warning
 */
.ut-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}
/*
 * Danger
 */
.ut-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}
/*
     * Content
     */
.ut-alert h1,
.ut-alert h2,
.ut-alert h3,
.ut-alert h4,
.ut-alert h5,
.ut-alert h6 {
  color: inherit;
}
.ut-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.ut-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}
/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.ut-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #72bf44 ;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/*
 * Required for `a`
 */
.ut-badge:hover,
.ut-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
   Component: Label
 ========================================================================== */
.ut-project-partner .ut-label {
     font-size: 0.775rem;
}
.ut-label {
  display: inline-block;
  padding: 0.1em 0.5em 0.1em;
  background: #207164;
  line-height: 1.5;
  font-size: 0.675rem;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: inherit;
}
.ut-label,
.ut-label a, 
.ut-label a:hover, 
.ut-label a:focus, 
.ut-label a:active {
	color: #FFFFFF;
}
.ut-card-label {
  display: inline-block;
  padding: 0.1em 0.5em 0.1em;
  background: #ffffff;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #000000;
  vertical-align: middle;
  border-radius: 2px;
  text-transform: uppercase;
  white-space: inherit;
}


@media (min-width: 640px) {
.ut-label,
.ut-card-label {
	white-space: nowrap;
}
}
/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.ut-label-success {
  background-color: #32d296;
  color: #fff;
}
/*
 * Warning
 */
.ut-label-warning {
  background-color: #faa05a;
  color: #fff;
}
/*
 * Danger
 */
.ut-label-danger {
  background-color: #f0506e;
  color: #fff;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
.ut-overlay {
  padding: 30px 30px;
}
/*
 * Remove margin from the last-child
 */
.ut-overlay > :last-child {
  margin-bottom: 0;
}
/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.ut-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}
/*
 * Primary
 */
.ut-overlay-primary {
  background: rgba(19, 22, 27, 0.6);
}
/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix
 */
.ut-article::before,
.ut-article::after {
  content: "";
  display: table;
}
.ut-article::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-article > :last-child {
  margin-bottom: 0;
}
/* Adjacent sibling
 ========================================================================== */
.ut-article + .ut-article {
  margin-top: 70px;
}
/* Title
 ========================================================================== */
.ut-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-article-title {
    font-size: 2.625rem;
  }
}
/* Meta
 ========================================================================== */
.ut-article-meta {
  font-size: 0.775rem;
  line-height: 1.2;
  color: #999999;
}
.ut-article-meta a {
  color: #999999;
  text-decoration: underline;
}
.ut-article-meta a:hover {
  color: #000000;
  text-decoration: underline;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.ut-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.ut-comment-header {
  margin-bottom: 20px;
}
/*
 * Micro clearfix
 */
.ut-comment-body::before,
.ut-comment-body::after,
.ut-comment-header::before,
.ut-comment-header::after {
  content: "";
  display: table;
}
.ut-comment-body::after,
.ut-comment-header::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-comment-body > :last-child,
.ut-comment-header > :last-child {
  margin-bottom: 0;
}
/* Title
 ========================================================================== */
.ut-comment-title {
  font-size: 1.1rem;
  line-height: 1.4;
}
/* Meta
 ========================================================================== */
.ut-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999999;
}
/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.ut-comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Adjacent siblings */
.ut-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}
/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.ut-comment-list .ut-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}
/* Tablet and bigger */
@media (min-width: 960px) {
  .ut-comment-list .ut-comment ~ ul {
    padding-left: 100px;
  }
}
/* Adjacent siblings */
.ut-comment-list .ut-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}
/* Style modifier
 ========================================================================== */
.ut-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}
/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.ut-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.
 */
.ut-search-input::-webkit-search-cancel-button,
.ut-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.ut-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
 */
.ut-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: #000000;
}
.ut-search-input:focus {
  outline: none;
}
/* Placeholder */
.ut-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.ut-search-input::placeholder {
  color: #999999;
}
/* Icon (Adopts `ut-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.ut-search-icon:focus {
  outline: none;
}
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.ut-search .ut-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999999;
}
/*
 * Required for `a`.
 */
.ut-search .ut-search-icon:hover {
  color: #999999;
}
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.ut-search .ut-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
/*
 * Position modifier
 */
.ut-search .ut-search-icon-flip {
  right: 0;
  left: auto;
}
/* Default modifier
 ========================================================================== */
.ut-search-default {
  width: 180px;
}
/*
 * Input
 */
.ut-search-default .ut-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
/* Focus */
.ut-search-default .ut-search-input:focus {
  background-color: transparent;
}
/*
 * Icon
 */
.ut-search-default .ut-search-icon {
  width: 40px;
}
.ut-search-default .ut-search-icon:not(.ut-search-icon-flip) ~ .ut-search-input {
  padding-left: 40px;
}
.ut-search-default .ut-search-icon-flip ~ .ut-search-input {
  padding-right: 40px;
}
/* Navbar modifier
 ========================================================================== */
.ut-search-navbar {
  width: 400px;
}
/*
 * Input
 */
.ut-search-navbar .ut-search-input {
  height: 40px;
  background: transparent;
  font-size: 1rem;
}
/*
 * Icon
 */
.ut-search-navbar .ut-search-icon {
  width: 40px;
}
.ut-search-navbar .ut-search-icon:not(.ut-search-icon-flip) ~ .ut-search-input {
  padding-left: 40px;
}
.ut-search-navbar .ut-search-icon-flip ~ .ut-search-input {
  padding-right: 40px;
}
/* Large modifier
 ========================================================================== */
.ut-search-large {
  width: 1600px;
}
/*
 * Input
 */
.ut-search-large .ut-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}
/*
 * Icon
 */
.ut-search-large .ut-search-icon {
  width: 80px;
}
.ut-search-large .ut-search-icon:not(.ut-search-icon-flip) ~ .ut-search-input {
  padding-left: 80px;
}
.ut-search-large .ut-search-icon-flip ~ .ut-search-input {
  padding-right: 80px;
}
/* Toggle
 ========================================================================== */
.ut-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.ut-search-toggle:hover,
.ut-search-toggle:focus {
  color: #000000;
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.ut-nav,
.ut-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* 2 */
.ut-nav li > a {
  display: block;
  text-decoration: none;
}
/* 3 */
.ut-nav li > a:focus {
  outline: none;
}
/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.ut-nav > li > a {
  padding: 0 0 15px 0;
}
.ut-nav > li.ut-nav-sub-header > a {
  padding: 0 0 12px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.ut-nav-sub {
  padding: 5px 0 5px 15px;
}
/*
 * Level 3 and deeper
 */
.ut-nav-sub ul {
  padding-left: 15px;
}
/*
 * Items
 */
.ut-nav-sub a {
  padding: 2px 0;
}
/* Parent icon modifier
 ========================================================================== */
.ut-nav-parent-icon > .ut-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ut-nav-parent-icon > .ut-parent.ut-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* Header
 ========================================================================== */
.ut-nav-header {
  padding: 0 0 20px 0;
  font-size: 0.825rem;
  font-weight: bold;
}
.ut-nav-sub-header {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
}
.ut-nav-sub-header a {
  font-weight: 600;
  color: #000000;
}
.ut-nav-header:not(:first-child) {
  margin-top: 20px;
}
/* Divider
 ========================================================================== */
.ut-nav-divider {
  margin: 5px 0;
}
/* Default modifier
 ========================================================================== */
.ut-nav-default {
  font-size: 0.875rem;
}
/*
 * Items
 */
.ut-nav-default > li > a {
  color: #000000;
  font-weight: 600;
}
/* Hover + Focus */
.ut-nav-default > li > a:hover,
.ut-nav-default > li > a:focus {
  color: #000000;
}
.ut-nav-default > li > a:hover {
  text-decoration: underline;
}
/* Active */
.ut-nav-default > li.ut-active > a {
  color: #000000;
}
/*
 * Header
 */
.ut-nav-default .ut-nav-header {
  color: #000000;
}
/*
 * Divider
 */
.ut-nav-default .ut-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.ut-nav-default .ut-nav-sub a {
  color: #999999;
}
.ut-nav-default .ut-nav-sub a:hover,
.ut-nav-default .ut-nav-sub a:focus {
  color: #000000;
}
.ut-nav-default .ut-nav-sub li.ut-active > a {
  color: #000000;
}
/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.ut-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.ut-nav-primary > li > a:hover,
.ut-nav-primary > li > a:focus {
  color: #000000;
}
/* Active */
.ut-nav-primary > li.ut-active > a {
  color: #000000;
}
/*
 * Header
 */
.ut-nav-primary .ut-nav-header {
  color: #000000;
}
/*
 * Divider
 */
.ut-nav-primary .ut-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.ut-nav-primary .ut-nav-sub a {
  color: #999999;
}
.ut-nav-primary .ut-nav-sub a:hover,
.ut-nav-primary .ut-nav-sub a:focus {
  color: #000000;
}
.ut-nav-primary .ut-nav-sub li.ut-active > a {
  color: #000000;
}
/* Alignment modifier
 ========================================================================== */
.ut-nav-center {
  text-align: center;
}
/* Sublists */
.ut-nav-center .ut-nav-sub,
.ut-nav-center .ut-nav-sub ul {
  padding-left: 0;
}
/* Parent icon modifier  */
.ut-nav-center.ut-nav-parent-icon > .ut-parent > a::after {
  position: absolute;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.ut-navbar {
  display: flex;
  /* 1 */
  position: relative;
}
/* Container
 ========================================================================== */
.ut-navbar-container:not(.ut-navbar-transparent) {
  background: #FFFFFF;
}
/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.ut-navbar-container > ::before,
.ut-navbar-container > ::after {
  display: none !important;
}
/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.ut-navbar-left,
.ut-navbar-right,
.ut-navbar-center,
.ut-navbar-center-left > *,
.ut-navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center;
}
/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 3. Fix text wrapping if the centered section is larger than 50% of the navbar
 * 4. Align sub groups for centered navbar
 */
.ut-navbar-right {
  margin-left: auto;
}
.ut-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}
.ut-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  z-index: 990;
}
/* 3 */
.ut-navbar-center:not(:only-child) .ut-navbar-nav > li > a,
.ut-navbar-center:not(:only-child) .ut-navbar-item,
.ut-navbar-center:not(:only-child) .ut-navbar-toggle {
  white-space: nowrap;
}
/* 4 */
.ut-navbar-center-left,
.ut-navbar-center-right {
  position: absolute;
  top: 0;
}
.ut-navbar-center-left {
  right: 100%;
}
.ut-navbar-center-right {
  left: 100%;
}
[class*='ut-navbar-center-'] .ut-navbar-nav > li > a,
[class*='ut-navbar-center-'] .ut-navbar-item,
[class*='ut-navbar-center-'] .ut-navbar-toggle {
  white-space: nowrap;
}
/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.ut-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
 */
.ut-navbar-left,
.ut-navbar-right,
.ut-navbar-center:only-child {
  flex-wrap: wrap;
}
/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.ut-navbar-nav > li > a,
.ut-navbar-item,
.ut-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 0.5vw;
  /* 3 */
  font-size: 0.8rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  /* 4 */
  text-decoration: none;
}

.ut-navbar-toggle {
	font-weight: 600;
	text-transform: uppercase;
}

/*
 * Nav items
 */
.ut-navbar-nav > li > a {
  color: #000000;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.ut-navbar-nav > li:hover > a,
.ut-navbar-nav > li > a:focus,
.ut-navbar-nav > li > a.ut-open {
  color: #000000;
  outline: none;
}
/* OnClick */
.ut-navbar-nav > li > a:active {
  color: #000000;
}
/* Active */
.ut-navbar-nav > li.ut-active > a {
  color: #000000;
}
/* Item
 ========================================================================== */
.ut-navbar-item {
  color: #000000;
}
/* Toggle
 ========================================================================== */
.ut-navbar-toggle {
  color: #999999;
}
.ut-navbar-toggle:hover,
.ut-navbar-toggle:focus,
.ut-navbar-toggle.ut-open {
  color: #000000;
  outline: none;
  text-decoration: none;
}
/*
 * Icon
 * Adopts `ut-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.ut-navbar-subtitle {
  font-size: 0.875rem;
}
/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `ut-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.ut-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #000000;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
/* Show */
.ut-navbar-dropdown.ut-open {
  display: block;
}
/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*='ut-navbar-dropdown-top'] {
  margin-top: -15px;
}
[class*='ut-navbar-dropdown-bottom'] {
  margin-top: 0px;
}
[class*='ut-navbar-dropdown-left'] {
  margin-left: -15px;
}
[class*='ut-navbar-dropdown-right'] {
  margin-left: 15px;
}
/*
 * Grid
 * Adopts `ut-grid`
 */
/* Gutter Horizontal */
.ut-navbar-dropdown-grid {
  margin-left: -50px;
}
.ut-navbar-dropdown-grid > * {
  padding-left: 50px;
}
/* Gutter Vertical */
.ut-navbar-dropdown-grid > .ut-grid-margin {
  margin-top: 50px;
}
/* Stack */
.ut-navbar-dropdown-stack .ut-navbar-dropdown-grid > * {
  width: 100% !important;
}
/*
 * Width modifier
 */
.ut-navbar-dropdown-width-2:not(.ut-navbar-dropdown-stack) {
  width: 400px;
}
.ut-navbar-dropdown-width-3:not(.ut-navbar-dropdown-stack) {
  width: 600px;
}
.ut-navbar-dropdown-width-4:not(.ut-navbar-dropdown-stack) {
  width: 800px;
}
.ut-navbar-dropdown-width-5:not(.ut-navbar-dropdown-stack) {
  width: 1000px;
}
/*
 * Dropbar modifier
 */
.ut-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}
/* Dropdown Nav
 * Adopts `ut-nav`
 ========================================================================== */
.ut-navbar-dropdown-nav {
  font-size: 0.875rem;
}
/*
 * Items
 */
.ut-navbar-dropdown-nav > li > a {
  color: #555555;
}
.ut-navbar-dropdown-nav > li.ut-nav-sub-header > a {
	color: #000000;
}

/* Hover + Focus */
.ut-navbar-dropdown-nav > li > a:hover,
.ut-navbar-dropdown-nav > li > a:focus {
  color: #000000;
  text-decoration: underline;
}
/* Active */
.ut-navbar-dropdown-nav > li.ut-active > a {
  color: #000000;
  text-decoration: underline;
}
/*
 * Header
 */
.ut-navbar-dropdown-nav .ut-nav-header {
  color: #000000;
}
/*
 * Divider
 */
.ut-navbar-dropdown-nav .ut-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.ut-navbar-dropdown-nav .ut-nav-sub a {
  color: #999999;
}
.ut-navbar-dropdown-nav .ut-nav-sub a:hover,
.ut-navbar-dropdown-nav .ut-nav-sub a:focus {
  color: #000000;
}
.ut-navbar-dropdown-nav .ut-nav-sub li.ut-active > a {
  color: #000000;
}
/* Dropbar
 ========================================================================== */
.ut-navbar-dropbar {
  background: #fff;
}
/*
 * Slide modifier
 */
.ut-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}
/*
     * Navbar
     */
.ut-navbar-container > .ut-container .ut-navbar-left {
  margin-left: -15px;
  margin-right: -15px;
}
.ut-navbar-container > .ut-container .ut-navbar-right {
  margin-right: -15px;
}
/*
     * Grid Divider
     */
.ut-navbar-dropdown-grid > * {
  position: relative;
}
.ut-navbar-dropdown-grid > :not(.ut-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5;
}
/* Vertical */
.ut-navbar-dropdown-grid.ut-grid-stack > .ut-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.ut-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
 */
.ut-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
 */
.ut-subnav > * > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #555555;
  font-size: 0.875rem;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
/* Hover + Focus */
.ut-subnav > * > a:hover,
.ut-subnav > * > a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
/* Active */
.ut-subnav > .ut-active > a {
  color: #000000;
}
.ut-filter-container .ut-subnav > .ut-active > a {
    font-weight: bold;
}

/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.ut-subnav-divider > * {
  /* 1 */
  display: flex;
  align-items: center;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5;
}
/* Pill modifier
 ========================================================================== */
.ut-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999999;
}
/* Hover + Focus */
.ut-subnav-pill > * > a:hover,
.ut-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #000000;
}
/* OnClick */
.ut-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #000000;
}
/* Active */
.ut-subnav-pill > .ut-active > a {
  background-color: #000000 ;
  color: #fff;
}
/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.ut-subnav > .ut-disabled > a {
  color: #999999;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
.ut-breadcrumb {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.ut-breadcrumb > * {
  flex: none;
}
/* Items
 ========================================================================== */
.ut-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999999;
}
/* Hover + Focus */
.ut-breadcrumb > * > :hover,
.ut-breadcrumb > * > :focus {
  color: #000000;
  text-decoration: none;
}
/* Disabled */
/* Active */
.ut-breadcrumb > :last-child > * {
  color: #000000;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999999;
}
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.ut-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.ut-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}
/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.ut-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: #999999;
  transition: color 0.2s ease-in-out;
}
/* Hover + Focus */
.ut-pagination > * > :hover,
.ut-pagination > * > :focus {
  color: #000000;
  text-decoration: none;
}
/* Active */
.ut-pagination > .ut-active > * {
  color: #000000;
}
/* Disabled */
.ut-pagination > .ut-disabled > * {
  color: #000000;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.ut-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.ut-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.ut-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
 */
.ut-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}
/* Hover + Focus */
.ut-tab > * > a:hover,
.ut-tab > * > a:focus {
  color: #000000;
  text-decoration: none;
}
/* Active */
.ut-tab > .ut-active > a {
  color: #000000;
  border-color: #72bf44 ;
}
/* Disabled */
.ut-tab > .ut-disabled > a {
  color: #999999;
}
/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.ut-tab-bottom::before {
  top: 0;
  bottom: auto;
}
.ut-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}
/*
 * Left + Right
 * 1. Reset Gutter
 */
.ut-tab-left,
.ut-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}
/* 1 */
.ut-tab-left > *,
.ut-tab-right > * {
  padding-left: 0;
}
.ut-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.ut-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.ut-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}
.ut-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}
.ut-tab .ut-dropdown {
  margin-left: 30px;
}
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `ut-icon`
 */
.ut-slidenav {
  padding: 5px 10px;
  color: #000000;
  transition: color 0.2s ease-in-out;
}
/* Hover + Focus */

.ut-slidenav:hover,
.ut-slidenav:focus {
  color: #999999;
  outline: none;
}
/* OnClick */
.ut-slidenav:active {
  color: #999999;
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.ut-slidenav-large {
  padding: 10px 10px;
}
/* Container
 ========================================================================== */
.ut-slidenav-container {
  display: flex;
}
/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.ut-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
 */
.ut-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.ut-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #000000;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}
/* Hover + Focus */
.ut-dotnav > * > :hover,
.ut-dotnav > * > :focus {
  background-color: #000000;
  outline: none;
  border-color: transparent;
}
/* OnClick */
.ut-dotnav > * > :active {
  background-color: #000000;
  border-color: transparent;
}
/* Active */
.ut-dotnav > .ut-active > * {
  background-color: #000000;
  border-color: transparent;
}
/* Modifier: 'ut-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.ut-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}
/* 2 */
.ut-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.ut-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
 */
.ut-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}
/* Items
 ========================================================================== */
/*
 * Items
 */
.ut-thumbnav > * > * {
  display: inline-block;
  position: relative;
}
.ut-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.2s ease-in-out;
}
/* Hover + Focus */
.ut-thumbnav > * > :hover,
.ut-thumbnav > * > :focus {
  outline: none;
}
.ut-thumbnav > * > :hover::after,
.ut-thumbnav > * > :focus::after {
  background-color: transparent;
}
/* Active */
.ut-thumbnav > .ut-active > *::after {
  background-color: transparent;
}
/* Modifier: 'ut-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.ut-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}
/* 2 */
.ut-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
.ut-accordion {
  padding: 0;
  list-style: none;
}
/* Item
 ========================================================================== */
.ut-accordion > :nth-child(n+2) {
  margin-top: 20px;
}
/* Title
 ========================================================================== */
.ut-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000000;
  overflow: hidden;
}
.ut-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000000%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000000%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ut-open > .ut-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000000%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* Hover + Focus */
.ut-accordion-title:hover,
.ut-accordion-title:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
/* Content
 ========================================================================== */
.ut-accordion-content {
  margin-top: 20px;
}
/*
 * Micro clearfix
 */
.ut-accordion-content::before,
.ut-accordion-content::after {
  content: "";
  display: table;
}
.ut-accordion-content::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-accordion-content > :last-child {
  margin-bottom: 0;
}
/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.ut-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}
/* Show */
.ut-drop.ut-open {
  display: block;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='ut-drop-top'] {
  margin-top: -20px;
}
[class*='ut-drop-bottom'] {
  margin-top: 20px;
}
[class*='ut-drop-left'] {
  margin-left: -20px;
}
[class*='ut-drop-right'] {
  margin-left: 20px;
}
/* Grid modifiers
 ========================================================================== */
.ut-drop-stack .ut-drop-grid > * {
  width: 100% !important;
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.ut-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #000000;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
/* Show */
.ut-dropdown.ut-open {
  display: block;
}
/* Nav
 * Adopts `ut-nav`
 ========================================================================== */
.ut-dropdown-nav {
  white-space: nowrap;
  font-size: 0.775rem;
}
/*
 * Items
 */
.ut-dropdown-nav > li > a {
  color: #555555;
}
/* Hover + Focus + Active */
.ut-dropdown-nav > li > a:hover,
.ut-dropdown-nav > li > a:focus,
.ut-dropdown-nav > li.ut-active > a {
  color: #000000;
}
/*
 * Header
 */
.ut-dropdown-nav .ut-nav-header {
  color: #000000;
}
/*
 * Divider
 */
.ut-dropdown-nav .ut-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Sublists
 */
.ut-dropdown-nav .ut-nav-sub a {
  color: #555555;
}
.ut-dropdown-nav .ut-nav-sub a:hover,
.ut-dropdown-nav .ut-nav-sub a:focus,
.ut-dropdown-nav .ut-nav-sub li.ut-active > a {
  color: #000000;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='ut-dropdown-top'] {
  margin-top: -10px;
}
[class*='ut-dropdown-bottom'] {
  margin-top: 10px;
}
[class*='ut-dropdown-left'] {
  margin-left: -10px;
}
[class*='ut-dropdown-right'] {
  margin-left: 10px;
}
/* Grid modifiers
 ========================================================================== */
.ut-dropdown-stack .ut-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
 */
.ut-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
.ut-modal.ut-open {
  opacity: 1;
}
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.ut-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 `ut-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.ut-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
 */
.ut-open > .ut-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.ut-modal-container .ut-modal-dialog {
  width: 1200px;
}
/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.ut-modal-full {
  padding: 0;
  background: none;
}
/* 2 */
.ut-modal-full .ut-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
/* Sections
 ========================================================================== */
.ut-modal-body {
  padding: 30px 30px;
}
.ut-modal-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.ut-modal-footer {
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
/*
 * Micro clearfix
 */
.ut-modal-body::before,
.ut-modal-body::after,
.ut-modal-header::before,
.ut-modal-header::after,
.ut-modal-footer::before,
.ut-modal-footer::after {
  content: "";
  display: table;
}
.ut-modal-body::after,
.ut-modal-header::after,
.ut-modal-footer::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-modal-body > :last-child,
.ut-modal-header > :last-child,
.ut-modal-footer > :last-child {
  margin-bottom: 0;
}
/* Title
 ========================================================================== */
.ut-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}
/* Close
 * Adopts `ut-close`
 ========================================================================== */
[class*='ut-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}
/*
 * Remove margin from adjacent element
 */
[class*='ut-modal-close-']:first-child + * {
  margin-top: 0;
}
/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.ut-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: #ffffff;
}
.ut-modal-close-outside:hover {
  color: #fff;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .ut-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
.ut-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}
/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.ut-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}
/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.ut-lightbox.ut-open {
  display: block;
  /* 2 */
  opacity: 1;
}
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.ut-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
 */
.ut-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 */
.ut-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}
.ut-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}
.ut-lightbox-items > .ut-active {
  display: flex;
}
/* Toolbar
 ========================================================================== */
.ut-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.ut-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}
/* Toolbar Icon (Close)
 ========================================================================== */
.ut-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}
/*
 * Hover
 */
.ut-lightbox-toolbar-icon:hover {
  color: #fff;
}
/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */

.ut-slidenav-previous.ut-lightbox-button,
.ut-slidenav-next.ut-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
 */
.ut-slidenav-previous.ut-lightbox-button:hover,
.ut-slidenav-next.ut-lightbox-button:hover {
  color: #fff;
}
/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.ut-lightbox-iframe {
  width: 80%;
  height: 80%;
}
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.ut-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.
 */
.ut-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 `ut-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 */
.ut-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
 */
.ut-slideshow-items > :not(.ut-active) {
  display: none;
}
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.ut-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.ut-slider-container {
  /* 1 */
  overflow: hidden;
}
.ut-megamenu-inner-wrap .ut-slider-container {
	padding: 0;
	margin: 0;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.ut-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}
/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.ut-slider-items:not(.ut-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}
.ut-slider-items.ut-grid {
  flex-wrap: nowrap;
}
/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 */
.ut-slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.ut-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*
 * Faster animations
 */
.ut-sticky[class*='ut-animation-'] {
  animation-duration: 0.2s;
}
.ut-sticky.ut-animation-reverse {
  animation-duration: 0.2s;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.ut-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
/*
 * Flip modifier
 */
.ut-offcanvas-flip .ut-offcanvas {
  right: 0;
  left: auto;
}
/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.ut-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}
/* Flip modifier */
.ut-offcanvas-flip .ut-offcanvas-bar {
  left: auto;
  right: -270px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-offcanvas-flip .ut-offcanvas-bar {
    right: -350px;
  }
}
/*
 * Open
 */
.ut-open > .ut-offcanvas-bar {
  left: 0;
}
.ut-offcanvas-flip .ut-open > .ut-offcanvas-bar {
  left: auto;
  right: 0;
}
/*
 * Slide Animation (Used in slide and push mode)
 */
.ut-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}
.ut-offcanvas-flip .ut-offcanvas-bar-animation {
  transition-property: right;
}
/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.ut-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}
.ut-offcanvas-reveal .ut-offcanvas-bar {
  /* 4 */
  left: 0;
}
.ut-offcanvas-flip .ut-offcanvas-reveal .ut-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}
.ut-open > .ut-offcanvas-reveal {
  width: 270px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-open > .ut-offcanvas-reveal {
    width: 350px;
  }
}
/*
 * Flip modifier
 */
.ut-offcanvas-flip .ut-offcanvas-reveal {
  right: 0;
  left: auto;
}
/* Close
 * Adopts `ut-close`
 ========================================================================== */
.ut-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}
/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.ut-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}
/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.ut-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}
.ut-offcanvas-overlay.ut-open::before {
  opacity: 1;
}
/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.ut-offcanvas-page,
.ut-offcanvas-container {
  overflow-x: hidden;
}
/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.ut-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}
/*
 * Activate slide-out animation
 */
:not(.ut-offcanvas-flip).ut-offcanvas-container-animation {
  left: 270px;
}
.ut-offcanvas-flip.ut-offcanvas-container-animation {
  left: -270px;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.ut-offcanvas-flip).ut-offcanvas-container-animation {
    left: 350px;
  }
  .ut-offcanvas-flip.ut-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.ut-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.ut-switcher > :not(.ut-active) {
  display: none;
}
/*
 * Remove margin from the last-child
 */
.ut-switcher > * > :last-child {
  margin-bottom: 0;
}
/* ========================================================================
   Component: Leader
 ========================================================================== */
.ut-leader {
  overflow: hidden;
}
/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.ut-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}
/*
 * Hide if media does not match
 */
.ut-leader-fill.ut-leader-hide::after {
  display: none;
}
/*
 * Pass fill character to JS
 */
.ut-leader-fill-content::before {
  content: '.';
}
:root {
  --ut-leader-fill-content: .;
}
/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.ut-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
 */
.ut-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
 */
.ut-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #999999;
}
/* Hover + Focus */
.ut-iconnav > * > a:hover,
.ut-iconnav > * > a:focus {
  color: #000000;
  outline: none;
}
/* Active */
.ut-iconnav > .ut-active > a {
  color: #000000;
}
/* Modifier: 'ut-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.ut-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}
/* 2 */
.ut-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}
/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.ut-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}
/* Position modifiers
========================================================================== */
.ut-notification-top-right,
.ut-notification-bottom-right {
  left: auto;
  right: 10px;
}
.ut-notification-top-center,
.ut-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}
.ut-notification-bottom-left,
.ut-notification-bottom-right,
.ut-notification-bottom-center {
  top: auto;
  bottom: 10px;
}
/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .ut-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.ut-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}
* + .ut-notification-message {
  margin-top: 10px;
}
/* Close
 * Adopts `ut-close`
 ========================================================================== */
.ut-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}
.ut-notification-message:hover .ut-notification-close {
  display: block;
}
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.ut-notification-message-primary {
  color: #72bf44 ;
}
/*
 * Success
 */
.ut-notification-message-success {
  color: #32d296;
}
/*
 * Warning
 */
.ut-notification-message-warning {
  color: #faa05a;
}
/*
 * Danger
 */
.ut-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.ut-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 4 */
  background: #202425;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
}
/* Show */
.ut-tooltip.ut-active {
  display: block;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='ut-tooltip-top'] {
  margin-top: -10px;
}
[class*='ut-tooltip-bottom'] {
  margin-top: 10px;
}
[class*='ut-tooltip-left'] {
  margin-left: -10px;
}
[class*='ut-tooltip-right'] {
  margin-left: 10px;
}
/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.ut-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}
/* Add margin if adjacent element */
* + .ut-placeholder {
  margin-top: 20px;
}
/*
 * Remove margin from the last-child
 */
.ut-placeholder > :last-child {
  margin-bottom: 0;
}
/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
.ut-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f8f8f8;
  /* 6 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}
/* Add margin if adjacent element */
* + .ut-progress {
  margin-top: 20px;
}
/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.ut-progress:indeterminate {
  color: transparent;
}
/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.ut-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/* 2 */
.ut-progress:indeterminate::-moz-progress-bar {
  width: 0;
}
/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.ut-progress::-webkit-progress-value {
  background-color: #72bf44 ;
  transition: width 0.6s ease;
}
.ut-progress::-moz-progress-bar {
  background-color: #72bf44 ;
}
.ut-progress::-ms-fill {
  background-color: #72bf44 ;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}
/* ========================================================================
   Component: Sortable
 ========================================================================== */
.ut-sortable {
  position: relative;
}
/*
 * Deactivate pointer-events on SVGs in Safari
 */
.ut-sortable svg {
  pointer-events: none;
}
/*
 * Remove margin from the last-child
 */
.ut-sortable > :last-child {
  margin-bottom: 0;
}
/* Drag
 ========================================================================== */
.ut-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none;
}
/* Placeholder
 ========================================================================== */
.ut-sortable-placeholder {
  opacity: 0;
}
/* Empty modifier
 ========================================================================== */
.ut-sortable-empty {
  min-height: 50px;
}
/* Handle
 ========================================================================== */
/* Hover */
.ut-sortable-handle:hover {
  cursor: move;
}
/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/*
 * 1. Center numbers and separators vertically
 */

.ut-countdown-separator {
  /* 1 */
  line-height: 25px;
}
.ut-countdown-number {
  line-height: 1;
}

/* Number
 ========================================================================== */
.ut-countdown-number {
  font-size: 1.5rem;
    text-align: center;
}

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

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

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

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

/* Label
 ========================================================================== */
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='ut-animation-'] {
  animation-duration: 0.5s;
  transition-timing-function: ease-out;
  animation-fill-mode: both;
}
/* Direction modifier
 ========================================================================== */
.ut-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.ut-animation-toggle:not(:hover):not(:focus) [class*='ut-animation-'] {
  animation-name: none;
}
/*
 * 1. Prevent tab highlighting on iOS.
 */
.ut-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.ut-animation-toggle:focus {
  outline: none;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.ut-animation-fade {
  animation-name: ut-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
/*
 * Scale
 */
.ut-animation-scale-up {
  animation-name: ut-fade-scale-02;
}
.ut-animation-scale-down {
  animation-name: ut-fade-scale-18;
}
/*
 * Slide
 */
.ut-animation-slide-top {
  animation-name: ut-fade-top;
}
.ut-animation-slide-bottom {
  animation-name: ut-fade-bottom;
}
.ut-animation-slide-left {
  animation-name: ut-fade-left;
}
.ut-animation-slide-right {
  animation-name: ut-fade-right;
}
/*
 * Slide Small
 */
.ut-animation-slide-top-small {
  animation-name: ut-fade-top-small;
}
.ut-animation-slide-bottom-small {
  animation-name: ut-fade-bottom-small;
}
.ut-animation-slide-left-small {
  animation-name: ut-fade-left-small;
}
.ut-animation-slide-right-small {
  animation-name: ut-fade-right-small;
}
/*
 * Slide Medium
 */
.ut-animation-slide-top-medium {
  animation-name: ut-fade-top-medium;
}
.ut-animation-slide-bottom-medium {
  animation-name: ut-fade-bottom-medium;
}
.ut-animation-slide-left-medium {
  animation-name: ut-fade-left-medium;
}
.ut-animation-slide-right-medium {
  animation-name: ut-fade-right-medium;
}
/*
 * Kenburns
 */
.ut-animation-kenburns {
  animation-name: ut-scale-kenburns;
  animation-duration: 15s;
}
/*
 * Shake
 */
.ut-animation-shake {
  animation-name: ut-shake;
}
/* Duration modifier
 ========================================================================== */
.ut-animation-fast {
  animation-duration: 0.1s;
}
/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes ut-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Slide Top
 */
@keyframes ut-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom
 */
@keyframes ut-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left
 */
@keyframes ut-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right
 */
@keyframes ut-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Small
 */
@keyframes ut-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Small
 */
@keyframes ut-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Small
 */
@keyframes ut-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Small
 */
@keyframes ut-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Medium
 */
@keyframes ut-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Medium
 */
@keyframes ut-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Medium
 */
@keyframes ut-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Medium
 */
@keyframes ut-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Scale Up
 */
@keyframes ut-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale Down
 */
@keyframes ut-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Kenburns
 */
@keyframes ut-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@keyframes ut-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='ut-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.ut-child-width-1-2 > * {
  width: 50%;
}
.ut-child-width-1-3 > * {
  width: calc(100% * 1 / 3.000);
}
.ut-child-width-1-4 > * {
  width: 25%;
}
.ut-child-width-1-5 > * {
  width: 20%;
}
.ut-child-width-1-6 > * {
  width: calc(100% * 1 / 6.000);
}
.ut-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.
 */
.ut-child-width-expand > :not([class*='ut-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-child-width-1-1\@s > * {
    width: 100%;
  }
  .ut-child-width-1-2\@s > * {
    width: 50%;
  }
  .ut-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.000);
  }
  .ut-child-width-1-4\@s > * {
    width: 25%;
  }
  .ut-child-width-1-5\@s > * {
    width: 20%;
  }
  .ut-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.000);
  }
  .ut-child-width-auto\@s > * {
    width: auto;
  }
  .ut-child-width-expand\@s > :not([class*='ut-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-child-width-1-1\@m > * {
    width: 100%;
  }
  .ut-child-width-1-2\@m > * {
    width: 50%;
  }
  .ut-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.000);
  }
  .ut-child-width-1-4\@m > * {
    width: 25%;
  }
  .ut-child-width-1-5\@m > * {
    width: 20%;
  }
  .ut-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.000);
  }
  .ut-child-width-auto\@m > * {
    width: auto;
  }
  .ut-child-width-expand\@m > :not([class*='ut-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-child-width-1-1\@l > * {
    width: 100%;
  }
  .ut-child-width-1-2\@l > * {
    width: 50%;
  }
  .ut-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.000);
  }
  .ut-child-width-1-4\@l > * {
    width: 25%;
  }
  .ut-child-width-1-5\@l > * {
    width: 20%;
  }
  .ut-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.000);
  }
  .ut-child-width-auto\@l > * {
    width: auto;
  }
  .ut-child-width-expand\@l > :not([class*='ut-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-child-width-1-1\@xl > * {
    width: 100%;
  }
  .ut-child-width-1-2\@xl > * {
    width: 50%;
  }
  .ut-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.000);
  }
  .ut-child-width-1-4\@xl > * {
    width: 25%;
  }
  .ut-child-width-1-5\@xl > * {
    width: 20%;
  }
  .ut-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.000);
  }
  .ut-child-width-auto\@xl > * {
    width: auto;
  }
  .ut-child-width-expand\@xl > :not([class*='ut-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* 27 Zoll and bigger */
@media (min-width: 1920px) {
  .ut-child-width-1-1\@xxl > * {
    width: 100%;
  }
  .ut-child-width-1-2\@xxl > * {
    width: 50%;
  }
  .ut-child-width-1-3\@xxl > * {
    width: calc(100% * 1 / 3.000);
  }
  .ut-child-width-1-4\@xxl > * {
    width: 25%;
  }
  .ut-child-width-1-5\@xxl > * {
    width: 20%;
  }
  .ut-child-width-1-6\@xxl > * {
    width: calc(100% * 1 / 6.000);
  }
  .ut-child-width-auto\@xxl > * {
    width: auto;
  }
  .ut-child-width-expand\@xxl > :not([class*='ut-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='ut-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}
/* Halves */
.ut-width-1-2 {
  width: 50%;
}
/* Thirds */
.ut-width-1-3 {
  width: calc(100% * 1 / 3.001);
}
.ut-width-2-3 {
  width: calc(100% * 2 / 3.001);
}
/* Quarters */
.ut-width-1-4 {
  width: 25%;
}
.ut-width-3-4 {
  width: 75%;
}
/* Fifths */
.ut-width-1-5 {
  width: 20%;
}
.ut-width-2-5 {
  width: 40%;
}
.ut-width-3-5 {
  width: 60%;
}
.ut-width-4-5 {
  width: 80%;
}
/* Sixths */
.ut-width-1-6 {
  width: calc(100% * 1 / 6.001);
}
.ut-width-5-6 {
  width: calc(100% * 5 / 6.001);
}
/* Pixel */
.ut-width-80 {
  width: 80px;
}
.ut-width-small {
  width: 150px;
}
.ut-width-200 {
  width: 200px;
}
.ut-width-medium {
  width: 300px;
}
.ut-width-large {
  width: 450px;
}
.ut-width-xlarge {
  width: 600px;
}
.ut-width-700 {
	width: 700px;
}
.ut-width-xxlarge {
  width: 750px;
}
/* Auto */
.ut-width-auto {
  width: auto;

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

/* 27 Zoll and bigger */
@media (min-width: 1920px) {
  /* Whole */
  .ut-width-1-1\@xxl {
    width: 100%;
  }
  /* Halves */
  .ut-width-1-2\@xxl {
    width: 50%;
  }
  /* Thirds */
  .ut-width-1-3\@xxl {
    width: calc(100% * 1 / 3.001);
  }
  .ut-width-2-3\@xxl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .ut-width-1-4\@xxl {
    width: 25%;
  }
  .ut-width-3-4\@xxl {
    width: 75%;
  }
  /* Fifths */
  .ut-width-1-5\@xxl {
    width: 20%;
  }
  .ut-width-2-5\@xxl {
    width: 40%;
  }
  .ut-width-3-5\@xxl {
    width: 60%;
  }
  .ut-width-4-5\@xxl {
    width: 80%;
  }
  /* Sixths */
  .ut-width-1-6\@xxl {
    width: calc(100% * 1 / 6.001);
  }
  .ut-width-5-6\@xxl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
.ut-width-80\@xxl {
  width: 80px;
}
  .ut-width-small\@xxl {
    width: 150px;
  }
  .ut-width-medium\@xxl {
    width: 300px;
  }
  .ut-width-large\@xxl {
    width: 450px;
  }
  .ut-width-xlarge\@xxl {
    width: 600px;
  }
  .ut-width-xxlarge\@xxl {
    width: 750px;
  }
  /* Auto */
  .ut-width-auto\@xxl {
    width: auto;
  }
  /* Expand */
  .ut-width-expand\@xxl {
    flex: 1;
    min-width: 1px;
  }
}
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='ut-height'] {
  box-sizing: border-box;
}
/*
 * Only works if parent element has a height set
 */
.ut-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.ut-height-viewport {
  min-height: 100vh;
}
/*
 * Pixel
 * Useful for `overflow: auto`
 */
.ut-height-small {
  height: 150px;
}
.ut-height-medium {
  height: 300px;
}
.ut-height-350 {
  height: 350px;
}
.ut-height-370 {
  height: 370px;
}
.ut-height-large {
  height: 450px;
}
.ut-height-xlarge {
  height: 550px;
}
.ut-height-800 {
	height: 800px;
}
.ut-height-max-small {
  max-height: 150px;
}
.ut-height-max-medium {
  max-height: 300px;
}
.ut-height-max-large {
  max-height: 450px;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.ut-text-lead {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 1200px) {
.ut-publication-sub-title {
	font-size: 1.2rem;
}
}
.ut-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999999;	
}
.ut-text-meta a {
  color: #999999;
  text-decoration: underline;
}
.ut-text-meta a:hover {
  color: #000000;
  text-decoration: none;
}
/* Size modifiers
 ========================================================================== */
.ut-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}
.ut-text-medium {
	font-size: 1rem;
	line-height: 1.7;
}
.ut-text-large {
  font-size: 1.5rem;
  line-height: 1.7;
}
/* Weight modifier
 ========================================================================== */
.ut-text-bold {
  font-weight: 600;
}
/* Transform modifier
 ========================================================================== */
.ut-text-uppercase {
  text-transform: uppercase !important;
}
.ut-text-capitalize {
  text-transform: capitalize !important;
}
.ut-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
 ========================================================================== */
.ut-text-muted {
  color: #999999 !important;
}
.ut-text-emphasis {
  color: #000000 !important;
}
.ut-text-primary {
  color: #72bf44  !important;
}
.ut-text-success {
  color: #32d296 !important;
}
.ut-text-warning {
  color: #faa05a !important;
}
.ut-text-danger {
  color: #f0506e !important;
}
/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.ut-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #72bf44  !important;
}
@supports (-webkit-background-clip: text) {
  .ut-text-background {
    background-color: #72bf44 ;
  }
}
/* Alignment modifiers
 ========================================================================== */
.ut-text-left {
  text-align: left !important;
}
.ut-text-right {
  text-align: right !important;
}
.ut-text-center {
  text-align: center !important;
}
.ut-text-justify {
  text-align: justify !important;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-text-left\@s {
    text-align: left !important;
  }
  .ut-text-right\@s {
    text-align: right !important;
  }
  .ut-text-center\@s {
    text-align: center !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-text-left\@m {
    text-align: left !important;
  }
  .ut-text-right\@m {
    text-align: right !important;
  }
  .ut-text-center\@m {
    text-align: center !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-text-left\@l {
    text-align: left !important;
  }
  .ut-text-right\@l {
    text-align: right !important;
  }
  .ut-text-center\@l {
    text-align: center !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-text-left\@xl {
    text-align: left !important;
  }
  .ut-text-right\@xl {
    text-align: right !important;
  }
  .ut-text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
.ut-text-top {
  vertical-align: top !important;
}
.ut-text-middle {
  vertical-align: middle !important;
}
.ut-text-bottom {
  vertical-align: bottom !important;
}
.ut-text-baseline {
  vertical-align: baseline !important;
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.ut-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
 */
.ut-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 2 */
th.ut-text-truncate,
td.ut-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
 */
.ut-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}
/* 3 */
th.ut-text-break,
td.ut-text-break {
  word-break: break-all;
}
/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='ut-column-'] {
  column-gap: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='ut-column-'] {
    column-gap: 40px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='ut-column-'] img {
  transform: translate3d(0, 0, 0);
}
/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.ut-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-column-divider {
    column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
.ut-column-1-2 {
  column-count: 2;
}
.ut-column-1-3 {
  column-count: 3;
}
.ut-column-1-4 {
  column-count: 4;
}
.ut-column-1-5 {
  column-count: 5;
}
.ut-column-1-6 {
  column-count: 6;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-column-1-2\@s {
    column-count: 2;
  }
  .ut-column-1-3\@s {
    column-count: 3;
  }
  .ut-column-1-4\@s {
    column-count: 4;
  }
  .ut-column-1-5\@s {
    column-count: 5;
  }
  .ut-column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-column-1-2\@m {
    column-count: 2;
  }
  .ut-column-1-3\@m {
    column-count: 3;
  }
  .ut-column-1-4\@m {
    column-count: 4;
  }
  .ut-column-1-5\@m {
    column-count: 5;
  }
  .ut-column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-column-1-2\@l {
    column-count: 2;
  }
  .ut-column-1-3\@l {
    column-count: 3;
  }
  .ut-column-1-4\@l {
    column-count: 4;
  }
  .ut-column-1-5\@l {
    column-count: 5;
  }
  .ut-column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-column-1-2\@xl {
    column-count: 2;
  }
  .ut-column-1-3\@xl {
    column-count: 3;
  }
  .ut-column-1-4\@xl {
    column-count: 4;
  }
  .ut-column-1-5\@xl {
    column-count: 5;
  }
  .ut-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.ut-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
 */
.ut-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
iframe.ut-cover {
  pointer-events: none;
}
/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.ut-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
    
}
/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.ut-background-default {
  background-color: #fff;
}
.ut-background-muted {
  background-color: #F3F2F1;
}
.ut-background-primary {
  background-color: #72bf44 ;
}
.ut-background-secondary {
  background-color: #222;
}
/* Size
 ========================================================================== */
.ut-background-cover,
.ut-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ut-background-cover {
  background-size: cover !important;
}
.ut-background-contain {
  background-size: contain;
}
/* Position
 ========================================================================== */
.ut-background-top-left {
  background-position: 0 0;
}
.ut-background-top-center {
  background-position: 50% 0;
}
.ut-background-top-right {
  background-position: 100% 0;
}
.ut-background-center-left {
  background-position: 0 50%;
}
.ut-background-center-center {
  background-position: 50% 50%;
}
.ut-background-center-right {
  background-position: 100% 50%;
}
.ut-background-bottom-left {
  background-position: 0 100%;
}
.ut-background-bottom-center {
  background-position: 50% 100%;
}
.ut-background-bottom-right {
  background-position: 100% 100%;
}
/* Repeat
 ========================================================================== */
.ut-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`
 */
.ut-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}
/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .ut-background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .ut-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .ut-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .ut-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .ut-background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
.ut-background-blend-multiply {
  background-blend-mode: multiply;
}
.ut-background-blend-screen {
  background-blend-mode: screen;
}
.ut-background-blend-overlay {
  background-blend-mode: overlay;
}
.ut-background-blend-darken {
  background-blend-mode: darken;
}
.ut-background-blend-lighten {
  background-blend-mode: lighten;
}
.ut-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.ut-background-blend-color-burn {
  background-blend-mode: color-burn;
}
.ut-background-blend-hard-light {
  background-blend-mode: hard-light;
}
.ut-background-blend-soft-light {
  background-blend-mode: soft-light;
}
.ut-background-blend-difference {
  background-blend-mode: difference;
}
.ut-background-blend-exclusion {
  background-blend-mode: exclusion;
}
.ut-background-blend-hue {
  background-blend-mode: hue;
}
.ut-background-blend-saturation {
  background-blend-mode: saturation;
}
.ut-background-blend-color {
  background-blend-mode: color;
}
.ut-background-blend-luminosity {
  background-blend-mode: luminosity;
}
/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='ut-align'] {
  display: block;
  margin-bottom: 30px;
}
* + [class*='ut-align'] {
  margin-top: 30px;
}
/*
 * Center
 */
.ut-align-center {
  margin-left: auto;
  margin-right: auto;
}
/*
 * Left/Right
 */
.ut-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}
.ut-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .ut-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .ut-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .ut-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .ut-align-left,
  .ut-align-left\@s,
  .ut-align-left\@m,
  .ut-align-left\@l {
    margin-right: 40px;
  }
  .ut-align-right,
  .ut-align-right\@s,
  .ut-align-right\@m,
  .ut-align-right\@l {
    margin-left: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .ut-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.ut-svg,
.ut-svg:not(.ut-preserve) [fill*='#']:not(.ut-preserve) {
  fill: currentcolor;
}
.ut-svg:not(.ut-preserve) [stroke*='#']:not(.ut-preserve) {
  stroke: currentcolor;
}
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.ut-svg {
  transform: translate(0, 0);
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.ut-panel {
  position: relative;
  box-sizing: border-box;
}
/*
 * Micro clearfix
 */
.ut-panel::before,
.ut-panel::after {
  content: "";
  display: table;
}
.ut-panel::after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.ut-panel > :last-child {
  margin-bottom: 0;
}
/*
 * Scrollable
 */
.ut-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 */
.ut-clearfix::before {
  content: "";
  display: table-cell;
}
/* 2 */
.ut-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.ut-float-left {
  float: left;
}
.ut-float-right {
  float: right;
}
/* 1 */
[class*='ut-float-'] {
  max-width: 100%;
}
/* Overfow
 ========================================================================== */
.ut-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
 */
.ut-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.ut-overflow-auto > :last-child {
  margin-bottom: 0;
}
/* Resize
 ========================================================================== */
.ut-resize {
  resize: both;
}
.ut-resize-vertical {
  resize: vertical;
}
/* Display
 ========================================================================== */
.ut-display-block {
  display: block !important;
}
.ut-display-inline {
  display: inline !important;
}
.ut-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*='ut-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}
.ut-inline-clip {
  /* 6 */
  overflow: hidden;
}
/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.ut-preserve-width,
.ut-preserve-width canvas,
.ut-preserve-width img,
.ut-preserve-width svg,
.ut-preserve-width video {
  max-width: none;
}
/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.ut-responsive-width,
.ut-responsive-height {
  box-sizing: border-box;
}
/*
 * 1. Set a maximum width. `important` needed to override `ut-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.ut-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
 */
.ut-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}
/* Border
 ========================================================================== */
.ut-border-circle {
  border-radius: 50%;
}
.ut-border-pill {
  border-radius: 500px;
}
.ut-border-rounded {
  border-radius: 5px;
}
/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.ut-inline-clip[class*='ut-border-'] {
  -webkit-transform: translateZ(0);
}
/* Box-shadow
 ========================================================================== */
.ut-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.ut-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ut-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.ut-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
/*
 * Hover
 */
[class*='ut-box-shadow-hover'] {
  transition: box-shadow 0.2s ease-in-out;
}
.ut-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.ut-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ut-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.ut-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)) {
  .ut-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .ut-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 */
  .ut-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.
 */
.ut-dropcap::first-letter,
.ut-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}
/* 2 */
@-moz-document url-prefix() {
  .ut-dropcap::first-letter,
  .ut-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* 3 */
@supports (-ms-ime-align: auto) {
  .ut-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.ut-logo {
  font-size: 1.5rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  color: #000000;
  /* 1 */
  text-decoration: none;
}
/* Hover + Focus */
.ut-logo:hover,
.ut-logo:focus {
  color: #000000;
  outline: none;
  /* 1 */
  text-decoration: none;
}
.ut-logo-inverse {
  display: none;
}
/* Disabled State
 ========================================================================== */
.ut-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
 */
.ut-drag,
.ut-drag * {
  cursor: move;
}
/* 2 */
.ut-drag iframe {
  pointer-events: none;
}
/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.ut-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
/* Blend modes
 ========================================================================== */
.ut-blend-multiply {
  mix-blend-mode: multiply;
}
.ut-blend-screen {
  mix-blend-mode: screen;
}
.ut-blend-overlay {
  mix-blend-mode: overlay;
}
.ut-blend-darken {
  mix-blend-mode: darken;
}
.ut-blend-lighten {
  mix-blend-mode: lighten;
}
.ut-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.ut-blend-color-burn {
  mix-blend-mode: color-burn;
}
.ut-blend-hard-light {
  mix-blend-mode: hard-light;
}
.ut-blend-soft-light {
  mix-blend-mode: soft-light;
}
.ut-blend-difference {
  mix-blend-mode: difference;
}
.ut-blend-exclusion {
  mix-blend-mode: exclusion;
}
.ut-blend-hue {
  mix-blend-mode: hue;
}
.ut-blend-saturation {
  mix-blend-mode: saturation;
}
.ut-blend-color {
  mix-blend-mode: color;
}
.ut-blend-luminosity {
  mix-blend-mode: luminosity;
}
/* Transform
========================================================================== */
.ut-transform-center {
  transform: translate(-50%, -50%);
}
/* Transform Origin
========================================================================== */
.ut-transform-origin-top-left {
  transform-origin: 0 0;
}
.ut-transform-origin-top-center {
  transform-origin: 50% 0;
}
.ut-transform-origin-top-right {
  transform-origin: 100% 0;
}
.ut-transform-origin-center-left {
  transform-origin: 0 50%;
}
.ut-transform-origin-center-right {
  transform-origin: 100% 50%;
}
.ut-transform-origin-bottom-left {
  transform-origin: 0 100%;
}
.ut-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}
.ut-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.ut-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ut-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.ut-flex::before,
.ut-flex::after,
.ut-flex-inline::before,
.ut-flex-inline::after {
  display: none;
}
/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.ut-flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ut-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ut-flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ut-flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ut-flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-flex-left\@s {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ut-flex-center\@s {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ut-flex-right\@s {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ut-flex-between\@s {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ut-flex-around\@s {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ut-flex-middle\@s {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 }
  .ut-flex-bottom\@s {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
 }
.ut-flex\@s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}    
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-flex-left\@m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ut-flex-center\@m {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ut-flex-right\@m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ut-flex-between\@m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ut-flex-around\@m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ut-flex-middle\@m {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 }
  .ut-flex-bottom\@m {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
 }	
.ut-flex\@m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}      
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-flex-left\@l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ut-flex-center\@l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ut-flex-right\@l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ut-flex-between\@l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ut-flex-around\@l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ut-flex-middle\@l {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 }
  .ut-flex-bottom\@l {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
 }	
.ut-flex\@l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}  
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-flex-left\@xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ut-flex-center\@xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ut-flex-right\@xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ut-flex-between\@xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ut-flex-around\@xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ut-flex-middle\@xl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 }
  .ut-flex-bottom\@xl {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
 }	
.ut-flex\@xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}      
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.ut-flex-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ut-flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ut-flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ut-flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* Direction
 ========================================================================== */
.ut-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ut-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ut-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ut-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-flex-row\@s {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  }
  .ut-flex-column\@s {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-flex-row\@m {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  }
  .ut-flex-column\@m {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-flex-row\@l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  }
  .ut-flex-column\@l {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-flex-row\@xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  }
  .ut-flex-column\@xl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}
/* Wrap
 ========================================================================== */
.ut-flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ut-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ut-flex-wrap-reverse {
  -ms-flex-wrap: 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
 */
.ut-flex-wrap-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.ut-flex-wrap-top {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ut-flex-wrap-middle {
  -ms-flex-line-pack: center;
      align-content: center;
}
.ut-flex-wrap-bottom {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.ut-flex-wrap-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.ut-flex-wrap-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.ut-flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.ut-flex-last {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-flex-first\@s {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ut-flex-last\@s {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-flex-first\@m {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ut-flex-last\@m {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-flex-first\@l {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ut-flex-last\@l {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-flex-first\@xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ut-flex-last\@xl {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.ut-flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.ut-flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.ut-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.ut-margin {
  margin-bottom: 20px;
}
* + .ut-margin {
  margin-top: 20px !important;
}
.ut-margin-top {
  margin-top: 20px !important;
}
.ut-margin-bottom {
  margin-bottom: 20px !important;
}
.ut-margin-left {
  margin-left: 20px !important;
}
.ut-margin-right {
  margin-right: 20px !important;
}

/* Custom
 ========================================================================== */
.ut-margin-15-bottom {
  margin-bottom: 15px !important;
}
/* xSmall
 ========================================================================== */
.ut-margin-xsmall {
  margin-bottom: 5px;
}
* + .ut-margin-xsmall {
  margin-top: 5px !important;
}
.ut-margin-xsmall-top {
  margin-top: 5px !important;
}
.ut-margin-xsmall-bottom {
  margin-bottom: 5px !important;
}
.ut-margin-xsmall-left {
  margin-left: 5px !important;
}
.ut-margin-xsmall-right {
  margin-right: 5px !important;
}
/* Small
 ========================================================================== */
.ut-margin-small {
  margin-bottom: 10px;
}
* + .ut-margin-small {
  margin-top: 10px !important;
}
.ut-margin-small-top {
  margin-top: 10px !important;
}
.ut-margin-small-bottom {
  margin-bottom: 10px !important;
}
.ut-margin-small-left {
  margin-left: 10px !important;
}
.ut-margin-small-right {
  margin-right: 10px !important;
}
/* Medium
 ========================================================================== */
.ut-margin-medium {
  margin-bottom: 40px;
}
* + .ut-margin-medium {
  margin-top: 40px !important;
}
.ut-margin-medium-top {
  margin-top: 40px !important;
}
.ut-margin-medium-bottom {
  margin-bottom: 40px !important;
}
.ut-margin-medium-left {
  margin-left: 40px !important;
}
.ut-margin-medium-right {
  margin-right: 40px !important;
}
/* Large
 ========================================================================== */
.ut-margin-large {
  margin-bottom: 40px;
}
* + .ut-margin-large {
  margin-top: 40px !important;
}
.ut-margin-large-top {
  margin-top: 40px !important;
}
.ut-margin-large-bottom {
  margin-bottom: 40px !important;
}
.ut-margin-large-left {
  margin-left: 40px !important;
}
.ut-margin-large-right {
  margin-right: 40px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-margin-large {
    margin-bottom: 70px;
  }
  * + .ut-margin-large {
    margin-top: 70px !important;
  }
  .ut-margin-large-top {
    margin-top: 70px !important;
  }
  .ut-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .ut-margin-large-left {
    margin-left: 70px !important;
  }
  .ut-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.ut-margin-xlarge {
  margin-bottom: 70px;
}
* + .ut-margin-xlarge {
  margin-top: 70px !important;
}
.ut-margin-xlarge-top {
  margin-top: 70px !important;
}
.ut-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}
.ut-margin-xlarge-left {
  margin-left: 70px !important;
}
.ut-margin-xlarge-right {
  margin-right: 70px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .ut-margin-xlarge {
    margin-top: 140px !important;
  }
  .ut-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .ut-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .ut-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .ut-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Remove
 ========================================================================== */
.ut-margin-remove {
  margin: 0 !important;
}
.ut-margin-remove-top {
  margin-top: 0 !important;
}
.ut-margin-remove-bottom {
  margin-bottom: 0 !important;
}
.ut-margin-remove-left {
  margin-left: 0 !important;
}
.ut-margin-remove-right {
  margin-right: 0 !important;
}
.ut-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ut-margin-remove-adjacent + * {
  margin-top: 0 !important;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-margin-remove-top\@s {
      margin-top: 0 !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-margin-remove-top\@m {
      margin-top: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-margin-remove-top\@l {
      margin-top: 0 !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-margin-remove-top\@xl {
      margin-top: 0 !important;
  }
}

/* Auto
 ========================================================================== */
.ut-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ut-margin-auto-top {
  margin-top: auto !important;
}
.ut-margin-auto-bottom {
  margin-bottom: auto !important;
}
.ut-margin-auto-left {
  margin-left: auto !important;
}
.ut-margin-auto-right {
  margin-right: auto !important;
}
.ut-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.ut-padding {
  padding: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
.ut-padding-small {
  padding: 15px;
}
/* Large
 ========================================================================== */
.ut-padding-large {
  padding: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-padding-large {
    padding: 70px;
  }
}
@media (max-width: 639px) {
.ut-slider-caption.ut-padding-large {
	padding: 15px !important;
}
}

@media (max-width: 1159px) {
.ut-slider-caption .ut-caption-title,
.ut-slider-caption .ut-caption-subtitle {
	color: #FFFFFF !important;
}
.ut-slider-caption .ut-caption-subtitle {
	margin-top: 5px !important;
}
.ut-slider-caption .ut-button-text,
.ut-slider-caption .ut-button-text:hover,
.ut-slider-caption .ut-button-text:active,
.ut-slider-caption .ut-button-text:focus {
	color: #FFFFFF !important;
}
	
}
/* Remove
 ========================================================================== */
.ut-padding-remove {
  padding: 0 !important;
}
.ut-padding-remove-top {
  padding-top: 0 !important;
}
.ut-padding-remove-bottom {
  padding-bottom: 0 !important;
}
.ut-padding-remove-left {
  padding-left: 0 !important;
}
.ut-padding-remove-right {
  padding-right: 0 !important;
}
.ut-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ut-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='ut-position-top'],
[class*='ut-position-bottom'],
[class*='ut-position-left'],
[class*='ut-position-right'],
[class*='ut-position-center'] {
  position: absolute !important;
}
/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.ut-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.ut-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.ut-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.ut-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}
/* Corners
 ========================================================================== */
.ut-position-top-left {
  top: 0;
  left: 0;
}
.ut-position-top-right {
  top: 0;
  right: 0;
}
.ut-position-bottom-left {
  bottom: 0;
  left: 0;
}
.ut-position-bottom-right {
  bottom: 0;
  right: 0;
}
/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.ut-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
/* Vertical */
[class*='ut-position-center-left'],
[class*='ut-position-center-right'] {
  top: 50%;
  transform: translateY(-50%);
}
.ut-position-center-left {
  left: 0;
}
.ut-position-center-right {
  right: 0;
}
.ut-position-center-left-out {
  right: 100%;
  width: -moz-max-content;
  width: max-content;
}
.ut-position-center-right-out {
  left: 100%;
  width: -moz-max-content;
  width: max-content;
}
/* Horizontal */
.ut-position-top-center,
.ut-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
.ut-position-top-center {
  top: 0;
}
.ut-position-bottom-center {
  bottom: 0;
}
/* Cover
 ========================================================================== */
.ut-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Utility
 ========================================================================== */
.ut-position-relative {
  position: relative !important;
}
.ut-position-absolute {
  position: absolute !important;
}
.ut-position-fixed {
  position: fixed !important;
}
.ut-position-z-index {
  z-index: 1;
}
/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.ut-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}
.ut-position-small.ut-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px);
}
.ut-position-small[class*='ut-position-center-left'],
.ut-position-small[class*='ut-position-center-right'] {
  transform: translateY(-50%) translateY(-15px);
}
.ut-position-small.ut-position-top-center,
.ut-position-small.ut-position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}
/*
 * Medium
 */
.ut-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}
.ut-position-medium.ut-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}
.ut-position-medium[class*='ut-position-center-left'],
.ut-position-medium[class*='ut-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}
.ut-position-medium.ut-position-top-center,
.ut-position-medium.ut-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}
/*
 * Large
 */
.ut-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}
.ut-position-large.ut-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}
.ut-position-large[class*='ut-position-center-left'],
.ut-position-large[class*='ut-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}
.ut-position-large.ut-position-top-center,
.ut-position-large.ut-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .ut-position-large.ut-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .ut-position-large[class*='ut-position-center-left'],
  .ut-position-large[class*='ut-position-center-right'] {
    transform: translateY(-50%) translateY(-50px);
  }
  .ut-position-large.ut-position-top-center,
  .ut-position-large.ut-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}
/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.ut-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.ut-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 `ut-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.ut-transition-fade,
[class*='ut-transition-scale'],
[class*='ut-transition-slide'],
.ut-transition-stroke {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter, stroke-dashoffset;
  opacity: 0;
}
/*
 * Fade
 */
.ut-transition-toggle:hover .ut-transition-fade,
.ut-transition-toggle:focus .ut-transition-fade,
.ut-transition-active.ut-active .ut-transition-fade {
  opacity: 1;
}
/*
 * Scale
 * Note: Using `scale3d` for better image rendering
 */
.ut-transition-scale-up {
  transform: scale3d(1, 1, 1);
}
.ut-transition-scale-down {
  transform: scale3d(1.1, 1.1, 1);
}
/* Show */
.ut-transition-toggle:hover .ut-transition-scale-up,
.ut-transition-toggle:focus .ut-transition-scale-up,
.ut-transition-active.ut-active .ut-transition-scale-up {
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1);
}
.ut-transition-toggle:hover .ut-transition-scale-down,
.ut-transition-toggle:focus .ut-transition-scale-down,
.ut-transition-active.ut-active .ut-transition-scale-down {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/*
 * Slide
 */
.ut-transition-slide-top {
  transform: translateY(-100%);
}
.ut-transition-slide-bottom {
  transform: translateY(100%);
}
.ut-transition-slide-left {
  transform: translateX(-100%);
}
.ut-transition-slide-right {
  transform: translateX(100%);
}
.ut-transition-slide-top-small {
  transform: translateY(-10px);
}
.ut-transition-slide-bottom-small {
  transform: translateY(10px);
}
.ut-transition-slide-left-small {
  transform: translateX(-10px);
}
.ut-transition-slide-right-small {
  transform: translateX(10px);
}
.ut-transition-slide-top-medium {
  transform: translateY(-50px);
}
.ut-transition-slide-bottom-medium {
  transform: translateY(50px);
}
.ut-transition-slide-left-medium {
  transform: translateX(-50px);
}
.ut-transition-slide-right-medium {
  transform: translateX(50px);
}
/* Show */
.ut-transition-toggle:hover [class*='ut-transition-slide'],
.ut-transition-toggle:focus [class*='ut-transition-slide'],
.ut-transition-active.ut-active [class*='ut-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0);
}
/*
 * Stroke
 */
.ut-transition-stroke {
  transition-duration: 3s;
}
/* Show */
.ut-transition-stroke:hover,
.ut-transition-stroke:focus,
.ut-transition-stroke.ut-transition-active {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}
/* Opacity modifier
 ========================================================================== */
.ut-transition-opaque {
  opacity: 1;
}
/* Duration modifiers
 ========================================================================== */
.ut-transition-slow {
  transition-duration: 0.7s;
}
/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.ut-hidden {
  display: none !important;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .ut-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .ut-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .ut-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .ut-hidden\@xl {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1920px) {
  .ut-hidden\@xxl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .ut-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .ut-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .ut-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .ut-visible\@xl {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1919px) {
  .ut-visible\@xxl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.ut-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 */
.ut-visible-toggle:not(:hover):not(:focus) .ut-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 */
.ut-visible-toggle:not(:hover):not(:focus) .ut-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}
/*
 * 1. Prevent tab highlighting on iOS.
 */
.ut-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.ut-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) {
  .ut-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 */
.ut-hidden-notouch {
  display: none !important;
}
@media (pointer: coarse) {
  .ut-hidden-notouch {
    display: block !important;
  }
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `ut-light` is for light colors on dark backgrounds
 * `ut-dark` is or dark colors on light backgrounds
 */
.ut-light,
.ut-section-primary:not(.ut-preserve-color),
.ut-section-secondary:not(.ut-preserve-color),
.ut-tile-primary:not(.ut-preserve-color),
.ut-tile-secondary:not(.ut-preserve-color),
.ut-card-primary.ut-card-body,
.ut-card-primary > :not([class*='ut-card-media']),
.ut-card-secondary.ut-card-body,
.ut-card-secondary > :not([class*='ut-card-media']),
.ut-overlay-primary,
.ut-offcanvas-bar {
  color: #efefef;
}
.ut-light a,
.ut-light .ut-link,
.ut-section-primary:not(.ut-preserve-color) a,
.ut-section-primary:not(.ut-preserve-color) .ut-link,
.ut-section-secondary:not(.ut-preserve-color) a,
.ut-section-secondary:not(.ut-preserve-color) .ut-link,
.ut-tile-primary:not(.ut-preserve-color) a,
.ut-tile-primary:not(.ut-preserve-color) .ut-link,
.ut-tile-secondary:not(.ut-preserve-color) a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-link,
.ut-card-primary.ut-card-body a,
.ut-card-primary.ut-card-body .ut-link,
.ut-card-primary > :not([class*='ut-card-media']) a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-link,
.ut-card-secondary.ut-card-body a,
.ut-card-secondary.ut-card-body .ut-link,
.ut-card-secondary > :not([class*='ut-card-media']) a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-link,
.ut-overlay-primary a,
.ut-overlay-primary .ut-link,
.ut-offcanvas-bar a,
.ut-offcanvas-bar .ut-link {
  color: #efefef;
}
.ut-light a:hover,
.ut-light .ut-link:hover,
.ut-section-primary:not(.ut-preserve-color) a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-link:hover,
.ut-section-secondary:not(.ut-preserve-color) a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-link:hover,
.ut-tile-primary:not(.ut-preserve-color) a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-link:hover,
.ut-tile-secondary:not(.ut-preserve-color) a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-link:hover,
.ut-card-primary.ut-card-body a:hover,
.ut-card-primary.ut-card-body .ut-link:hover,
.ut-card-primary > :not([class*='ut-card-media']) a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-link:hover,
.ut-card-secondary.ut-card-body a:hover,
.ut-card-secondary.ut-card-body .ut-link:hover,
.ut-card-secondary > :not([class*='ut-card-media']) a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-link:hover,
.ut-overlay-primary a:hover,
.ut-overlay-primary .ut-link:hover,
.ut-offcanvas-bar a:hover,
.ut-offcanvas-bar .ut-link:hover {
  color: #efefef;
}
.ut-light :not(pre) > code,
.ut-light :not(pre) > kbd,
.ut-light :not(pre) > samp,
.ut-section-primary:not(.ut-preserve-color) :not(pre) > code,
.ut-section-primary:not(.ut-preserve-color) :not(pre) > kbd,
.ut-section-primary:not(.ut-preserve-color) :not(pre) > samp,
.ut-section-secondary:not(.ut-preserve-color) :not(pre) > code,
.ut-section-secondary:not(.ut-preserve-color) :not(pre) > kbd,
.ut-section-secondary:not(.ut-preserve-color) :not(pre) > samp,
.ut-tile-primary:not(.ut-preserve-color) :not(pre) > code,
.ut-tile-primary:not(.ut-preserve-color) :not(pre) > kbd,
.ut-tile-primary:not(.ut-preserve-color) :not(pre) > samp,
.ut-tile-secondary:not(.ut-preserve-color) :not(pre) > code,
.ut-tile-secondary:not(.ut-preserve-color) :not(pre) > kbd,
.ut-tile-secondary:not(.ut-preserve-color) :not(pre) > samp,
.ut-card-primary.ut-card-body :not(pre) > code,
.ut-card-primary.ut-card-body :not(pre) > kbd,
.ut-card-primary.ut-card-body :not(pre) > samp,
.ut-card-primary > :not([class*='ut-card-media']) :not(pre) > code,
.ut-card-primary > :not([class*='ut-card-media']) :not(pre) > kbd,
.ut-card-primary > :not([class*='ut-card-media']) :not(pre) > samp,
.ut-card-secondary.ut-card-body :not(pre) > code,
.ut-card-secondary.ut-card-body :not(pre) > kbd,
.ut-card-secondary.ut-card-body :not(pre) > samp,
.ut-card-secondary > :not([class*='ut-card-media']) :not(pre) > code,
.ut-card-secondary > :not([class*='ut-card-media']) :not(pre) > kbd,
.ut-card-secondary > :not([class*='ut-card-media']) :not(pre) > samp,
.ut-overlay-primary :not(pre) > code,
.ut-overlay-primary :not(pre) > kbd,
.ut-overlay-primary :not(pre) > samp,
.ut-offcanvas-bar :not(pre) > code,
.ut-offcanvas-bar :not(pre) > kbd,
.ut-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.ut-light em,
.ut-section-primary:not(.ut-preserve-color) em,
.ut-section-secondary:not(.ut-preserve-color) em,
.ut-tile-primary:not(.ut-preserve-color) em,
.ut-tile-secondary:not(.ut-preserve-color) em,
.ut-card-primary.ut-card-body em,
.ut-card-primary > :not([class*='ut-card-media']) em,
.ut-card-secondary.ut-card-body em,
.ut-card-secondary > :not([class*='ut-card-media']) em,
.ut-overlay-primary em,
.ut-offcanvas-bar em {
  color: #efefef;
}
.ut-light h1,
.ut-light .ut-h1,
.ut-light h2,
.ut-light .ut-h2,
.ut-light h3,
.ut-light .ut-h3,
.ut-light h4,
.ut-light .ut-h4,
.ut-light h5,
.ut-light .ut-h5,
.ut-light h6,
.ut-light .ut-h6,
.ut-section-primary:not(.ut-preserve-color) h1,
.ut-section-primary:not(.ut-preserve-color) .ut-h1,
.ut-section-primary:not(.ut-preserve-color) h2,
.ut-section-primary:not(.ut-preserve-color) .ut-h2,
.ut-section-primary:not(.ut-preserve-color) h3,
.ut-section-primary:not(.ut-preserve-color) .ut-h3,
.ut-section-primary:not(.ut-preserve-color) h4,
.ut-section-primary:not(.ut-preserve-color) .ut-h4,
.ut-section-primary:not(.ut-preserve-color) h5,
.ut-section-primary:not(.ut-preserve-color) .ut-h5,
.ut-section-primary:not(.ut-preserve-color) h6,
.ut-section-primary:not(.ut-preserve-color) .ut-h6,
.ut-section-secondary:not(.ut-preserve-color) h1,
.ut-section-secondary:not(.ut-preserve-color) .ut-h1,
.ut-section-secondary:not(.ut-preserve-color) h2,
.ut-section-secondary:not(.ut-preserve-color) .ut-h2,
.ut-section-secondary:not(.ut-preserve-color) h3,
.ut-section-secondary:not(.ut-preserve-color) .ut-h3,
.ut-section-secondary:not(.ut-preserve-color) h4,
.ut-section-secondary:not(.ut-preserve-color) .ut-h4,
.ut-section-secondary:not(.ut-preserve-color) h5,
.ut-section-secondary:not(.ut-preserve-color) .ut-h5,
.ut-section-secondary:not(.ut-preserve-color) h6,
.ut-section-secondary:not(.ut-preserve-color) .ut-h6,
.ut-tile-primary:not(.ut-preserve-color) h1,
.ut-tile-primary:not(.ut-preserve-color) .ut-h1,
.ut-tile-primary:not(.ut-preserve-color) h2,
.ut-tile-primary:not(.ut-preserve-color) .ut-h2,
.ut-tile-primary:not(.ut-preserve-color) h3,
.ut-tile-primary:not(.ut-preserve-color) .ut-h3,
.ut-tile-primary:not(.ut-preserve-color) h4,
.ut-tile-primary:not(.ut-preserve-color) .ut-h4,
.ut-tile-primary:not(.ut-preserve-color) h5,
.ut-tile-primary:not(.ut-preserve-color) .ut-h5,
.ut-tile-primary:not(.ut-preserve-color) h6,
.ut-tile-primary:not(.ut-preserve-color) .ut-h6,
.ut-tile-secondary:not(.ut-preserve-color) h1,
.ut-tile-secondary:not(.ut-preserve-color) .ut-h1,
.ut-tile-secondary:not(.ut-preserve-color) h2,
.ut-tile-secondary:not(.ut-preserve-color) .ut-h2,
.ut-tile-secondary:not(.ut-preserve-color) h3,
.ut-tile-secondary:not(.ut-preserve-color) .ut-h3,
.ut-tile-secondary:not(.ut-preserve-color) h4,
.ut-tile-secondary:not(.ut-preserve-color) .ut-h4,
.ut-tile-secondary:not(.ut-preserve-color) h5,
.ut-tile-secondary:not(.ut-preserve-color) .ut-h5,
.ut-tile-secondary:not(.ut-preserve-color) h6,
.ut-tile-secondary:not(.ut-preserve-color) .ut-h6,
.ut-card-primary.ut-card-body h1,
.ut-card-primary.ut-card-body .ut-h1,
.ut-card-primary.ut-card-body h2,
.ut-card-primary.ut-card-body .ut-h2,
.ut-card-primary.ut-card-body h3,
.ut-card-primary.ut-card-body .ut-h3,
.ut-card-primary.ut-card-body h4,
.ut-card-primary.ut-card-body .ut-h4,
.ut-card-primary.ut-card-body h5,
.ut-card-primary.ut-card-body .ut-h5,
.ut-card-primary.ut-card-body h6,
.ut-card-primary.ut-card-body .ut-h6,
.ut-card-primary > :not([class*='ut-card-media']) h1,
.ut-card-primary > :not([class*='ut-card-media']) .ut-h1,
.ut-card-primary > :not([class*='ut-card-media']) h2,
.ut-card-primary > :not([class*='ut-card-media']) .ut-h2,
.ut-card-primary > :not([class*='ut-card-media']) h3,
.ut-card-primary > :not([class*='ut-card-media']) .ut-h3,
.ut-card-primary > :not([class*='ut-card-media']) h4,
.ut-card-primary > :not([class*='ut-card-media']) .ut-h4,
.ut-card-primary > :not([class*='ut-card-media']) h5,
.ut-card-primary > :not([class*='ut-card-media']) .ut-h5,
.ut-card-primary > :not([class*='ut-card-media']) h6,
.ut-card-primary > :not([class*='ut-card-media']) .ut-h6,
.ut-card-secondary.ut-card-body h1,
.ut-card-secondary.ut-card-body .ut-h1,
.ut-card-secondary.ut-card-body h2,
.ut-card-secondary.ut-card-body .ut-h2,
.ut-card-secondary.ut-card-body h3,
.ut-card-secondary.ut-card-body .ut-h3,
.ut-card-secondary.ut-card-body h4,
.ut-card-secondary.ut-card-body .ut-h4,
.ut-card-secondary.ut-card-body h5,
.ut-card-secondary.ut-card-body .ut-h5,
.ut-card-secondary.ut-card-body h6,
.ut-card-secondary.ut-card-body .ut-h6,
.ut-card-secondary > :not([class*='ut-card-media']) h1,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-h1,
.ut-card-secondary > :not([class*='ut-card-media']) h2,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-h2,
.ut-card-secondary > :not([class*='ut-card-media']) h3,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-h3,
.ut-card-secondary > :not([class*='ut-card-media']) h4,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-h4,
.ut-card-secondary > :not([class*='ut-card-media']) h5,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-h5,
.ut-card-secondary > :not([class*='ut-card-media']) h6,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-h6,
.ut-overlay-primary h1,
.ut-overlay-primary .ut-h1,
.ut-overlay-primary h2,
.ut-overlay-primary .ut-h2,
.ut-overlay-primary h3,
.ut-overlay-primary .ut-h3,
.ut-overlay-primary h4,
.ut-overlay-primary .ut-h4,
.ut-overlay-primary h5,
.ut-overlay-primary .ut-h5,
.ut-overlay-primary h6,
.ut-overlay-primary .ut-h6,
.ut-offcanvas-bar h1,
.ut-offcanvas-bar .ut-h1,
.ut-offcanvas-bar h2,
.ut-offcanvas-bar .ut-h2,
.ut-offcanvas-bar h3,
.ut-offcanvas-bar .ut-h3,
.ut-offcanvas-bar h4,
.ut-offcanvas-bar .ut-h4,
.ut-offcanvas-bar h5,
.ut-offcanvas-bar .ut-h5,
.ut-offcanvas-bar h6,
.ut-offcanvas-bar .ut-h6 {
  color: #efefef;
}
.ut-light blockquote,
.ut-section-primary:not(.ut-preserve-color) blockquote,
.ut-section-secondary:not(.ut-preserve-color) blockquote,
.ut-tile-primary:not(.ut-preserve-color) blockquote,
.ut-tile-secondary:not(.ut-preserve-color) blockquote,
.ut-card-primary.ut-card-body blockquote,
.ut-card-primary > :not([class*='ut-card-media']) blockquote,
.ut-card-secondary.ut-card-body blockquote,
.ut-card-secondary > :not([class*='ut-card-media']) blockquote,
.ut-overlay-primary blockquote,
.ut-offcanvas-bar blockquote {
  color: #efefef;
}
.ut-light blockquote footer,
.ut-section-primary:not(.ut-preserve-color) blockquote footer,
.ut-section-secondary:not(.ut-preserve-color) blockquote footer,
.ut-tile-primary:not(.ut-preserve-color) blockquote footer,
.ut-tile-secondary:not(.ut-preserve-color) blockquote footer,
.ut-card-primary.ut-card-body blockquote footer,
.ut-card-primary > :not([class*='ut-card-media']) blockquote footer,
.ut-card-secondary.ut-card-body blockquote footer,
.ut-card-secondary > :not([class*='ut-card-media']) blockquote footer,
.ut-overlay-primary blockquote footer,
.ut-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light hr,
.ut-light .ut-hr,
.ut-section-primary:not(.ut-preserve-color) hr,
.ut-section-primary:not(.ut-preserve-color) .ut-hr,
.ut-section-secondary:not(.ut-preserve-color) hr,
.ut-section-secondary:not(.ut-preserve-color) .ut-hr,
.ut-tile-primary:not(.ut-preserve-color) hr,
.ut-tile-primary:not(.ut-preserve-color) .ut-hr,
.ut-tile-secondary:not(.ut-preserve-color) hr,
.ut-tile-secondary:not(.ut-preserve-color) .ut-hr,
.ut-card-primary.ut-card-body hr,
.ut-card-primary.ut-card-body .ut-hr,
.ut-card-primary > :not([class*='ut-card-media']) hr,
.ut-card-primary > :not([class*='ut-card-media']) .ut-hr,
.ut-card-secondary.ut-card-body hr,
.ut-card-secondary.ut-card-body .ut-hr,
.ut-card-secondary > :not([class*='ut-card-media']) hr,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-hr,
.ut-overlay-primary hr,
.ut-overlay-primary .ut-hr,
.ut-offcanvas-bar hr,
.ut-offcanvas-bar .ut-hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.ut-light a.ut-link-muted,
.ut-light .ut-link-muted a,
.ut-section-primary:not(.ut-preserve-color) a.ut-link-muted,
.ut-section-primary:not(.ut-preserve-color) .ut-link-muted a,
.ut-section-secondary:not(.ut-preserve-color) a.ut-link-muted,
.ut-section-secondary:not(.ut-preserve-color) .ut-link-muted a,
.ut-tile-primary:not(.ut-preserve-color) a.ut-link-muted,
.ut-tile-primary:not(.ut-preserve-color) .ut-link-muted a,
.ut-tile-secondary:not(.ut-preserve-color) a.ut-link-muted,
.ut-tile-secondary:not(.ut-preserve-color) .ut-link-muted a,
.ut-card-primary.ut-card-body a.ut-link-muted,
.ut-card-primary.ut-card-body .ut-link-muted a,
.ut-card-primary > :not([class*='ut-card-media']) a.ut-link-muted,
.ut-card-primary > :not([class*='ut-card-media']) .ut-link-muted a,
.ut-card-secondary.ut-card-body a.ut-link-muted,
.ut-card-secondary.ut-card-body .ut-link-muted a,
.ut-card-secondary > :not([class*='ut-card-media']) a.ut-link-muted,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-link-muted a,
.ut-overlay-primary a.ut-link-muted,
.ut-overlay-primary .ut-link-muted a,
.ut-offcanvas-bar a.ut-link-muted,
.ut-offcanvas-bar .ut-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light a.ut-link-muted:hover,
.ut-light .ut-link-muted a:hover,
.ut-section-primary:not(.ut-preserve-color) a.ut-link-muted:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-link-muted a:hover,
.ut-section-secondary:not(.ut-preserve-color) a.ut-link-muted:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-link-muted a:hover,
.ut-tile-primary:not(.ut-preserve-color) a.ut-link-muted:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-link-muted a:hover,
.ut-tile-secondary:not(.ut-preserve-color) a.ut-link-muted:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-link-muted a:hover,
.ut-card-primary.ut-card-body a.ut-link-muted:hover,
.ut-card-primary.ut-card-body .ut-link-muted a:hover,
.ut-card-primary > :not([class*='ut-card-media']) a.ut-link-muted:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-link-muted a:hover,
.ut-card-secondary.ut-card-body a.ut-link-muted:hover,
.ut-card-secondary.ut-card-body .ut-link-muted a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) a.ut-link-muted:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-link-muted a:hover,
.ut-overlay-primary a.ut-link-muted:hover,
.ut-overlay-primary .ut-link-muted a:hover,
.ut-offcanvas-bar a.ut-link-muted:hover,
.ut-offcanvas-bar .ut-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light a.ut-link-text:hover,
.ut-light .ut-link-text a:hover,
.ut-section-primary:not(.ut-preserve-color) a.ut-link-text:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-link-text a:hover,
.ut-section-secondary:not(.ut-preserve-color) a.ut-link-text:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-link-text a:hover,
.ut-tile-primary:not(.ut-preserve-color) a.ut-link-text:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-link-text a:hover,
.ut-tile-secondary:not(.ut-preserve-color) a.ut-link-text:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-link-text a:hover,
.ut-card-primary.ut-card-body a.ut-link-text:hover,
.ut-card-primary.ut-card-body .ut-link-text a:hover,
.ut-card-primary > :not([class*='ut-card-media']) a.ut-link-text:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-link-text a:hover,
.ut-card-secondary.ut-card-body a.ut-link-text:hover,
.ut-card-secondary.ut-card-body .ut-link-text a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) a.ut-link-text:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-link-text a:hover,
.ut-overlay-primary a.ut-link-text:hover,
.ut-overlay-primary .ut-link-text a:hover,
.ut-offcanvas-bar a.ut-link-text:hover,
.ut-offcanvas-bar .ut-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light a.ut-link-heading:hover,
.ut-light .ut-link-heading a:hover,
.ut-section-primary:not(.ut-preserve-color) a.ut-link-heading:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-link-heading a:hover,
.ut-section-secondary:not(.ut-preserve-color) a.ut-link-heading:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-link-heading a:hover,
.ut-tile-primary:not(.ut-preserve-color) a.ut-link-heading:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-link-heading a:hover,
.ut-tile-secondary:not(.ut-preserve-color) a.ut-link-heading:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-link-heading a:hover,
.ut-card-primary.ut-card-body a.ut-link-heading:hover,
.ut-card-primary.ut-card-body .ut-link-heading a:hover,
.ut-card-primary > :not([class*='ut-card-media']) a.ut-link-heading:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-link-heading a:hover,
.ut-card-secondary.ut-card-body a.ut-link-heading:hover,
.ut-card-secondary.ut-card-body .ut-link-heading a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) a.ut-link-heading:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-link-heading a:hover,
.ut-overlay-primary a.ut-link-heading:hover,
.ut-overlay-primary .ut-link-heading a:hover,
.ut-offcanvas-bar a.ut-link-heading:hover,
.ut-offcanvas-bar .ut-link-heading a:hover {
  color: #efefef;
}
.ut-light .ut-heading-divider,
.ut-section-primary:not(.ut-preserve-color) .ut-heading-divider,
.ut-section-secondary:not(.ut-preserve-color) .ut-heading-divider,
.ut-tile-primary:not(.ut-preserve-color) .ut-heading-divider,
.ut-tile-secondary:not(.ut-preserve-color) .ut-heading-divider,
.ut-card-primary.ut-card-body .ut-heading-divider,
.ut-card-primary > :not([class*='ut-card-media']) .ut-heading-divider,
.ut-card-secondary.ut-card-body .ut-heading-divider,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-heading-divider,
.ut-overlay-primary .ut-heading-divider,
.ut-offcanvas-bar .ut-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-heading-bullet::before,
.ut-section-primary:not(.ut-preserve-color) .ut-heading-bullet::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-heading-bullet::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-heading-bullet::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-heading-bullet::before,
.ut-card-primary.ut-card-body .ut-heading-bullet::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-heading-bullet::before,
.ut-card-secondary.ut-card-body .ut-heading-bullet::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-heading-bullet::before,
.ut-overlay-primary .ut-heading-bullet::before,
.ut-offcanvas-bar .ut-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-heading-line > ::before,
.ut-light .ut-heading-line > ::after,
.ut-section-primary:not(.ut-preserve-color) .ut-heading-line > ::before,
.ut-section-primary:not(.ut-preserve-color) .ut-heading-line > ::after,
.ut-section-secondary:not(.ut-preserve-color) .ut-heading-line > ::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-heading-line > ::after,
.ut-tile-primary:not(.ut-preserve-color) .ut-heading-line > ::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-heading-line > ::after,
.ut-tile-secondary:not(.ut-preserve-color) .ut-heading-line > ::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-heading-line > ::after,
.ut-card-primary.ut-card-body .ut-heading-line > ::before,
.ut-card-primary.ut-card-body .ut-heading-line > ::after,
.ut-card-primary > :not([class*='ut-card-media']) .ut-heading-line > ::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-heading-line > ::after,
.ut-card-secondary.ut-card-body .ut-heading-line > ::before,
.ut-card-secondary.ut-card-body .ut-heading-line > ::after,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-heading-line > ::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-heading-line > ::after,
.ut-overlay-primary .ut-heading-line > ::before,
.ut-overlay-primary .ut-heading-line > ::after,
.ut-offcanvas-bar .ut-heading-line > ::before,
.ut-offcanvas-bar .ut-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-divider-icon,
.ut-section-primary:not(.ut-preserve-color) .ut-divider-icon,
.ut-section-secondary:not(.ut-preserve-color) .ut-divider-icon,
.ut-tile-primary:not(.ut-preserve-color) .ut-divider-icon,
.ut-tile-secondary:not(.ut-preserve-color) .ut-divider-icon,
.ut-card-primary.ut-card-body .ut-divider-icon,
.ut-card-primary > :not([class*='ut-card-media']) .ut-divider-icon,
.ut-card-secondary.ut-card-body .ut-divider-icon,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-divider-icon,
.ut-overlay-primary .ut-divider-icon,
.ut-offcanvas-bar .ut-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.ut-light .ut-divider-icon::before,
.ut-light .ut-divider-icon::after,
.ut-section-primary:not(.ut-preserve-color) .ut-divider-icon::before,
.ut-section-primary:not(.ut-preserve-color) .ut-divider-icon::after,
.ut-section-secondary:not(.ut-preserve-color) .ut-divider-icon::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-divider-icon::after,
.ut-tile-primary:not(.ut-preserve-color) .ut-divider-icon::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-divider-icon::after,
.ut-tile-secondary:not(.ut-preserve-color) .ut-divider-icon::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-divider-icon::after,
.ut-card-primary.ut-card-body .ut-divider-icon::before,
.ut-card-primary.ut-card-body .ut-divider-icon::after,
.ut-card-primary > :not([class*='ut-card-media']) .ut-divider-icon::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-divider-icon::after,
.ut-card-secondary.ut-card-body .ut-divider-icon::before,
.ut-card-secondary.ut-card-body .ut-divider-icon::after,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-divider-icon::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-divider-icon::after,
.ut-overlay-primary .ut-divider-icon::before,
.ut-overlay-primary .ut-divider-icon::after,
.ut-offcanvas-bar .ut-divider-icon::before,
.ut-offcanvas-bar .ut-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-divider-small::after,
.ut-section-primary:not(.ut-preserve-color) .ut-divider-small::after,
.ut-section-secondary:not(.ut-preserve-color) .ut-divider-small::after,
.ut-tile-primary:not(.ut-preserve-color) .ut-divider-small::after,
.ut-tile-secondary:not(.ut-preserve-color) .ut-divider-small::after,
.ut-card-primary.ut-card-body .ut-divider-small::after,
.ut-card-primary > :not([class*='ut-card-media']) .ut-divider-small::after,
.ut-card-secondary.ut-card-body .ut-divider-small::after,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-divider-small::after,
.ut-overlay-primary .ut-divider-small::after,
.ut-offcanvas-bar .ut-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-divider-vertical::after,
.ut-section-primary:not(.ut-preserve-color) .ut-divider-vertical::after,
.ut-section-secondary:not(.ut-preserve-color) .ut-divider-vertical::after,
.ut-tile-primary:not(.ut-preserve-color) .ut-divider-vertical::after,
.ut-tile-secondary:not(.ut-preserve-color) .ut-divider-vertical::after,
.ut-card-primary.ut-card-body .ut-divider-vertical::after,
.ut-card-primary > :not([class*='ut-card-media']) .ut-divider-vertical::after,
.ut-card-secondary.ut-card-body .ut-divider-vertical::after,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-divider-vertical::after,
.ut-overlay-primary .ut-divider-vertical::after,
.ut-offcanvas-bar .ut-divider-vertical::after {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-list-divider > li:nth-child(n+2),
.ut-section-primary:not(.ut-preserve-color) .ut-list-divider > li:nth-child(n+2),
.ut-section-secondary:not(.ut-preserve-color) .ut-list-divider > li:nth-child(n+2),
.ut-tile-primary:not(.ut-preserve-color) .ut-list-divider > li:nth-child(n+2),
.ut-tile-secondary:not(.ut-preserve-color) .ut-list-divider > li:nth-child(n+2),
.ut-card-primary.ut-card-body .ut-list-divider > li:nth-child(n+2),
.ut-card-primary > :not([class*='ut-card-media']) .ut-list-divider > li:nth-child(n+2),
.ut-card-secondary.ut-card-body .ut-list-divider > li:nth-child(n+2),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-list-divider > li:nth-child(n+2),
.ut-overlay-primary .ut-list-divider > li:nth-child(n+2),
.ut-offcanvas-bar .ut-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-list-striped > li:nth-of-type(odd),
.ut-section-primary:not(.ut-preserve-color) .ut-list-striped > li:nth-of-type(odd),
.ut-section-secondary:not(.ut-preserve-color) .ut-list-striped > li:nth-of-type(odd),
.ut-tile-primary:not(.ut-preserve-color) .ut-list-striped > li:nth-of-type(odd),
.ut-tile-secondary:not(.ut-preserve-color) .ut-list-striped > li:nth-of-type(odd),
.ut-card-primary.ut-card-body .ut-list-striped > li:nth-of-type(odd),
.ut-card-primary > :not([class*='ut-card-media']) .ut-list-striped > li:nth-of-type(odd),
.ut-card-secondary.ut-card-body .ut-list-striped > li:nth-of-type(odd),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-list-striped > li:nth-of-type(odd),
.ut-overlay-primary .ut-list-striped > li:nth-of-type(odd),
.ut-offcanvas-bar .ut-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-list-striped > li:nth-of-type(odd),
.ut-section-primary:not(.ut-preserve-color) .ut-list-striped > li:nth-of-type(odd),
.ut-section-secondary:not(.ut-preserve-color) .ut-list-striped > li:nth-of-type(odd),
.ut-tile-primary:not(.ut-preserve-color) .ut-list-striped > li:nth-of-type(odd),
.ut-tile-secondary:not(.ut-preserve-color) .ut-list-striped > li:nth-of-type(odd),
.ut-card-primary.ut-card-body .ut-list-striped > li:nth-of-type(odd),
.ut-card-primary > :not([class*='ut-card-media']) .ut-list-striped > li:nth-of-type(odd),
.ut-card-secondary.ut-card-body .ut-list-striped > li:nth-of-type(odd),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-list-striped > li:nth-of-type(odd),
.ut-overlay-primary .ut-list-striped > li:nth-of-type(odd),
.ut-offcanvas-bar .ut-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.ut-light .ut-list-bullet > li::before,
.ut-section-primary:not(.ut-preserve-color) .ut-list-bullet > li::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-list-bullet > li::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-list-bullet > li::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-list-bullet > li::before,
.ut-card-primary.ut-card-body .ut-list-bullet > li::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-list-bullet > li::before,
.ut-card-secondary.ut-card-body .ut-list-bullet > li::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-list-bullet > li::before,
.ut-overlay-primary .ut-list-bullet > li::before,
.ut-offcanvas-bar .ut-list-bullet > li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.ut-light .ut-table th,
.ut-section-primary:not(.ut-preserve-color) .ut-table th,
.ut-section-secondary:not(.ut-preserve-color) .ut-table th,
.ut-tile-primary:not(.ut-preserve-color) .ut-table th,
.ut-tile-secondary:not(.ut-preserve-color) .ut-table th,
.ut-card-primary.ut-card-body .ut-table th,
.ut-card-primary > :not([class*='ut-card-media']) .ut-table th,
.ut-card-secondary.ut-card-body .ut-table th,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table th,
.ut-overlay-primary .ut-table th,
.ut-offcanvas-bar .ut-table th {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-table caption,
.ut-section-primary:not(.ut-preserve-color) .ut-table caption,
.ut-section-secondary:not(.ut-preserve-color) .ut-table caption,
.ut-tile-primary:not(.ut-preserve-color) .ut-table caption,
.ut-tile-secondary:not(.ut-preserve-color) .ut-table caption,
.ut-card-primary.ut-card-body .ut-table caption,
.ut-card-primary > :not([class*='ut-card-media']) .ut-table caption,
.ut-card-secondary.ut-card-body .ut-table caption,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table caption,
.ut-overlay-primary .ut-table caption,
.ut-offcanvas-bar .ut-table caption {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-table > tr.ut-active,
.ut-light .ut-table tbody tr.ut-active,
.ut-section-primary:not(.ut-preserve-color) .ut-table > tr.ut-active,
.ut-section-primary:not(.ut-preserve-color) .ut-table tbody tr.ut-active,
.ut-section-secondary:not(.ut-preserve-color) .ut-table > tr.ut-active,
.ut-section-secondary:not(.ut-preserve-color) .ut-table tbody tr.ut-active,
.ut-tile-primary:not(.ut-preserve-color) .ut-table > tr.ut-active,
.ut-tile-primary:not(.ut-preserve-color) .ut-table tbody tr.ut-active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-table > tr.ut-active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-table tbody tr.ut-active,
.ut-card-primary.ut-card-body .ut-table > tr.ut-active,
.ut-card-primary.ut-card-body .ut-table tbody tr.ut-active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-table > tr.ut-active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-table tbody tr.ut-active,
.ut-card-secondary.ut-card-body .ut-table > tr.ut-active,
.ut-card-secondary.ut-card-body .ut-table tbody tr.ut-active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table > tr.ut-active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table tbody tr.ut-active,
.ut-overlay-primary .ut-table > tr.ut-active,
.ut-overlay-primary .ut-table tbody tr.ut-active,
.ut-offcanvas-bar .ut-table > tr.ut-active,
.ut-offcanvas-bar .ut-table tbody tr.ut-active {
  background: rgba(255, 255, 255, 0.08);
}
.ut-light .ut-table-divider > tr:not(:first-child),
.ut-light .ut-table-divider > :not(:first-child) > tr,
.ut-light .ut-table-divider > :first-child > tr:not(:first-child),
.ut-section-primary:not(.ut-preserve-color) .ut-table-divider > tr:not(:first-child),
.ut-section-primary:not(.ut-preserve-color) .ut-table-divider > :not(:first-child) > tr,
.ut-section-primary:not(.ut-preserve-color) .ut-table-divider > :first-child > tr:not(:first-child),
.ut-section-secondary:not(.ut-preserve-color) .ut-table-divider > tr:not(:first-child),
.ut-section-secondary:not(.ut-preserve-color) .ut-table-divider > :not(:first-child) > tr,
.ut-section-secondary:not(.ut-preserve-color) .ut-table-divider > :first-child > tr:not(:first-child),
.ut-tile-primary:not(.ut-preserve-color) .ut-table-divider > tr:not(:first-child),
.ut-tile-primary:not(.ut-preserve-color) .ut-table-divider > :not(:first-child) > tr,
.ut-tile-primary:not(.ut-preserve-color) .ut-table-divider > :first-child > tr:not(:first-child),
.ut-tile-secondary:not(.ut-preserve-color) .ut-table-divider > tr:not(:first-child),
.ut-tile-secondary:not(.ut-preserve-color) .ut-table-divider > :not(:first-child) > tr,
.ut-tile-secondary:not(.ut-preserve-color) .ut-table-divider > :first-child > tr:not(:first-child),
.ut-card-primary.ut-card-body .ut-table-divider > tr:not(:first-child),
.ut-card-primary.ut-card-body .ut-table-divider > :not(:first-child) > tr,
.ut-card-primary.ut-card-body .ut-table-divider > :first-child > tr:not(:first-child),
.ut-card-primary > :not([class*='ut-card-media']) .ut-table-divider > tr:not(:first-child),
.ut-card-primary > :not([class*='ut-card-media']) .ut-table-divider > :not(:first-child) > tr,
.ut-card-primary > :not([class*='ut-card-media']) .ut-table-divider > :first-child > tr:not(:first-child),
.ut-card-secondary.ut-card-body .ut-table-divider > tr:not(:first-child),
.ut-card-secondary.ut-card-body .ut-table-divider > :not(:first-child) > tr,
.ut-card-secondary.ut-card-body .ut-table-divider > :first-child > tr:not(:first-child),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table-divider > tr:not(:first-child),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table-divider > :not(:first-child) > tr,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table-divider > :first-child > tr:not(:first-child),
.ut-overlay-primary .ut-table-divider > tr:not(:first-child),
.ut-overlay-primary .ut-table-divider > :not(:first-child) > tr,
.ut-overlay-primary .ut-table-divider > :first-child > tr:not(:first-child),
.ut-offcanvas-bar .ut-table-divider > tr:not(:first-child),
.ut-offcanvas-bar .ut-table-divider > :not(:first-child) > tr,
.ut-offcanvas-bar .ut-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-table-striped > tr:nth-of-type(odd),
.ut-light .ut-table-striped tbody tr:nth-of-type(odd),
.ut-section-primary:not(.ut-preserve-color) .ut-table-striped > tr:nth-of-type(odd),
.ut-section-primary:not(.ut-preserve-color) .ut-table-striped tbody tr:nth-of-type(odd),
.ut-section-secondary:not(.ut-preserve-color) .ut-table-striped > tr:nth-of-type(odd),
.ut-section-secondary:not(.ut-preserve-color) .ut-table-striped tbody tr:nth-of-type(odd),
.ut-tile-primary:not(.ut-preserve-color) .ut-table-striped > tr:nth-of-type(odd),
.ut-tile-primary:not(.ut-preserve-color) .ut-table-striped tbody tr:nth-of-type(odd),
.ut-tile-secondary:not(.ut-preserve-color) .ut-table-striped > tr:nth-of-type(odd),
.ut-tile-secondary:not(.ut-preserve-color) .ut-table-striped tbody tr:nth-of-type(odd),
.ut-card-primary.ut-card-body .ut-table-striped > tr:nth-of-type(odd),
.ut-card-primary.ut-card-body .ut-table-striped tbody tr:nth-of-type(odd),
.ut-card-primary > :not([class*='ut-card-media']) .ut-table-striped > tr:nth-of-type(odd),
.ut-card-primary > :not([class*='ut-card-media']) .ut-table-striped tbody tr:nth-of-type(odd),

.ut-card-secondary.ut-card-body .ut-table-striped > tr:nth-of-type(odd),
.ut-card-secondary.ut-card-body .ut-table-striped tbody tr:nth-of-type(odd),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table-striped > tr:nth-of-type(odd),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table-striped tbody tr:nth-of-type(odd),
.ut-overlay-primary .ut-table-striped > tr:nth-of-type(odd),
.ut-overlay-primary .ut-table-striped tbody tr:nth-of-type(odd),
.ut-offcanvas-bar .ut-table-striped > tr:nth-of-type(odd),
.ut-offcanvas-bar .ut-table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-table-hover > tr:hover,
.ut-light .ut-table-hover tbody tr:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-table-hover > tr:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-table-hover tbody tr:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-table-hover > tr:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-table-hover tbody tr:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-table-hover > tr:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-table-hover tbody tr:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-table-hover > tr:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-table-hover tbody tr:hover,
.ut-card-primary.ut-card-body .ut-table-hover > tr:hover,
.ut-card-primary.ut-card-body .ut-table-hover tbody tr:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-table-hover > tr:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-table-hover tbody tr:hover,
.ut-card-secondary.ut-card-body .ut-table-hover > tr:hover,
.ut-card-secondary.ut-card-body .ut-table-hover tbody tr:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table-hover > tr:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-table-hover tbody tr:hover,
.ut-overlay-primary .ut-table-hover > tr:hover,
.ut-overlay-primary .ut-table-hover tbody tr:hover,
.ut-offcanvas-bar .ut-table-hover > tr:hover,
.ut-offcanvas-bar .ut-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}
.ut-light .ut-icon-link,
.ut-section-primary:not(.ut-preserve-color) .ut-icon-link,
.ut-section-secondary:not(.ut-preserve-color) .ut-icon-link,
.ut-tile-primary:not(.ut-preserve-color) .ut-icon-link,
.ut-tile-secondary:not(.ut-preserve-color) .ut-icon-link,
.ut-card-primary.ut-card-body .ut-icon-link,
.ut-card-primary > :not([class*='ut-card-media']) .ut-icon-link,
.ut-card-secondary.ut-card-body .ut-icon-link,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-icon-link,
.ut-overlay-primary .ut-icon-link,
.ut-offcanvas-bar .ut-icon-link {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-icon-link:hover,
.ut-light .ut-icon-link:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-icon-link:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-icon-link:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-icon-link:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-icon-link:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-icon-link:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-icon-link:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-icon-link:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-icon-link:focus,
.ut-card-primary.ut-card-body .ut-icon-link:hover,
.ut-card-primary.ut-card-body .ut-icon-link:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-icon-link:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-icon-link:focus,
.ut-card-secondary.ut-card-body .ut-icon-link:hover,
.ut-card-secondary.ut-card-body .ut-icon-link:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-icon-link:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-icon-link:focus,
.ut-overlay-primary .ut-icon-link:hover,
.ut-overlay-primary .ut-icon-link:focus,
.ut-offcanvas-bar .ut-icon-link:hover,
.ut-offcanvas-bar .ut-icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-icon-link:active,
.ut-light .ut-active > .ut-icon-link,
.ut-section-primary:not(.ut-preserve-color) .ut-icon-link:active,
.ut-section-primary:not(.ut-preserve-color) .ut-active > .ut-icon-link,
.ut-section-secondary:not(.ut-preserve-color) .ut-icon-link:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-active > .ut-icon-link,
.ut-tile-primary:not(.ut-preserve-color) .ut-icon-link:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-active > .ut-icon-link,
.ut-tile-secondary:not(.ut-preserve-color) .ut-icon-link:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-active > .ut-icon-link,
.ut-card-primary.ut-card-body .ut-icon-link:active,
.ut-card-primary.ut-card-body .ut-active > .ut-icon-link,
.ut-card-primary > :not([class*='ut-card-media']) .ut-icon-link:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-active > .ut-icon-link,
.ut-card-secondary.ut-card-body .ut-icon-link:active,
.ut-card-secondary.ut-card-body .ut-active > .ut-icon-link,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-icon-link:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-active > .ut-icon-link,
.ut-overlay-primary .ut-icon-link:active,
.ut-overlay-primary .ut-active > .ut-icon-link,
.ut-offcanvas-bar .ut-icon-link:active,
.ut-offcanvas-bar .ut-active > .ut-icon-link {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-icon-button,
.ut-section-primary:not(.ut-preserve-color) .ut-icon-button,
.ut-section-secondary:not(.ut-preserve-color) .ut-icon-button,
.ut-tile-primary:not(.ut-preserve-color) .ut-icon-button,
.ut-tile-secondary:not(.ut-preserve-color) .ut-icon-button,
.ut-card-primary.ut-card-body .ut-icon-button,
.ut-card-primary > :not([class*='ut-card-media']) .ut-icon-button,
.ut-card-secondary.ut-card-body .ut-icon-button,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-icon-button,
.ut-overlay-primary .ut-icon-button,
.ut-offcanvas-bar .ut-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-icon-button:hover,
.ut-light .ut-icon-button:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-icon-button:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-icon-button:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-icon-button:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-icon-button:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-icon-button:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-icon-button:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-icon-button:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-icon-button:focus,
.ut-card-primary.ut-card-body .ut-icon-button:hover,
.ut-card-primary.ut-card-body .ut-icon-button:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-icon-button:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-icon-button:focus,
.ut-card-secondary.ut-card-body .ut-icon-button:hover,
.ut-card-secondary.ut-card-body .ut-icon-button:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-icon-button:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-icon-button:focus,
.ut-overlay-primary .ut-icon-button:hover,
.ut-overlay-primary .ut-icon-button:focus,
.ut-offcanvas-bar .ut-icon-button:hover,
.ut-offcanvas-bar .ut-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-icon-button:active,
.ut-section-primary:not(.ut-preserve-color) .ut-icon-button:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-icon-button:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-icon-button:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-icon-button:active,
.ut-card-primary.ut-card-body .ut-icon-button:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-icon-button:active,
.ut-card-secondary.ut-card-body .ut-icon-button:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-icon-button:active,
.ut-overlay-primary .ut-icon-button:active,
.ut-offcanvas-bar .ut-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-input,
.ut-light .ut-select,
.ut-light .ut-textarea,
.ut-section-primary:not(.ut-preserve-color) .ut-input,
.ut-section-primary:not(.ut-preserve-color) .ut-select,
.ut-section-primary:not(.ut-preserve-color) .ut-textarea,
.ut-section-secondary:not(.ut-preserve-color) .ut-input,
.ut-section-secondary:not(.ut-preserve-color) .ut-select,
.ut-section-secondary:not(.ut-preserve-color) .ut-textarea,
.ut-tile-primary:not(.ut-preserve-color) .ut-input,
.ut-tile-primary:not(.ut-preserve-color) .ut-select,
.ut-tile-primary:not(.ut-preserve-color) .ut-textarea,
.ut-tile-secondary:not(.ut-preserve-color) .ut-input,
.ut-tile-secondary:not(.ut-preserve-color) .ut-select,
.ut-tile-secondary:not(.ut-preserve-color) .ut-textarea,
.ut-card-primary.ut-card-body .ut-input,
.ut-card-primary.ut-card-body .ut-select,
.ut-card-primary.ut-card-body .ut-textarea,
.ut-card-primary > :not([class*='ut-card-media']) .ut-input,
.ut-card-primary > :not([class*='ut-card-media']) .ut-select,
.ut-card-primary > :not([class*='ut-card-media']) .ut-textarea,
.ut-card-secondary.ut-card-body .ut-input,
.ut-card-secondary.ut-card-body .ut-select,
.ut-card-secondary.ut-card-body .ut-textarea,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-input,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-select,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-textarea,
.ut-overlay-primary .ut-input,
.ut-overlay-primary .ut-select,
.ut-overlay-primary .ut-textarea,
.ut-offcanvas-bar .ut-input,
.ut-offcanvas-bar .ut-select,
.ut-offcanvas-bar .ut-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-input:focus,
.ut-light .ut-select:focus,
.ut-light .ut-textarea:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-input:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-select:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-textarea:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-input:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-select:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-textarea:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-input:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-select:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-textarea:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-input:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-select:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-textarea:focus,
.ut-card-primary.ut-card-body .ut-input:focus,
.ut-card-primary.ut-card-body .ut-select:focus,
.ut-card-primary.ut-card-body .ut-textarea:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-input:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-select:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-textarea:focus,
.ut-card-secondary.ut-card-body .ut-input:focus,
.ut-card-secondary.ut-card-body .ut-select:focus,
.ut-card-secondary.ut-card-body .ut-textarea:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-input:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-select:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-textarea:focus,
.ut-overlay-primary .ut-input:focus,
.ut-overlay-primary .ut-select:focus,
.ut-overlay-primary .ut-textarea:focus,
.ut-offcanvas-bar .ut-input:focus,
.ut-offcanvas-bar .ut-select:focus,
.ut-offcanvas-bar .ut-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-input::-ms-input-placeholder,
.ut-section-primary:not(.ut-preserve-color) .ut-input::-ms-input-placeholder,
.ut-section-secondary:not(.ut-preserve-color) .ut-input::-ms-input-placeholder,
.ut-tile-primary:not(.ut-preserve-color) .ut-input::-ms-input-placeholder,
.ut-tile-secondary:not(.ut-preserve-color) .ut-input::-ms-input-placeholder,
.ut-card-primary.ut-card-body .ut-input::-ms-input-placeholder,
.ut-card-primary > :not([class*='ut-card-media']) .ut-input::-ms-input-placeholder,
.ut-card-secondary.ut-card-body .ut-input::-ms-input-placeholder,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-input::-ms-input-placeholder,
.ut-overlay-primary .ut-input::-ms-input-placeholder,
.ut-offcanvas-bar .ut-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.ut-light .ut-input::placeholder,
.ut-section-primary:not(.ut-preserve-color) .ut-input::placeholder,
.ut-section-secondary:not(.ut-preserve-color) .ut-input::placeholder,
.ut-tile-primary:not(.ut-preserve-color) .ut-input::placeholder,
.ut-tile-secondary:not(.ut-preserve-color) .ut-input::placeholder,
.ut-card-primary.ut-card-body .ut-input::placeholder,
.ut-card-primary > :not([class*='ut-card-media']) .ut-input::placeholder,
.ut-card-secondary.ut-card-body .ut-input::placeholder,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-input::placeholder,
.ut-overlay-primary .ut-input::placeholder,
.ut-offcanvas-bar .ut-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-textarea::-ms-input-placeholder,
.ut-section-primary:not(.ut-preserve-color) .ut-textarea::-ms-input-placeholder,
.ut-section-secondary:not(.ut-preserve-color) .ut-textarea::-ms-input-placeholder,
.ut-tile-primary:not(.ut-preserve-color) .ut-textarea::-ms-input-placeholder,
.ut-tile-secondary:not(.ut-preserve-color) .ut-textarea::-ms-input-placeholder,
.ut-card-primary.ut-card-body .ut-textarea::-ms-input-placeholder,
.ut-card-primary > :not([class*='ut-card-media']) .ut-textarea::-ms-input-placeholder,
.ut-card-secondary.ut-card-body .ut-textarea::-ms-input-placeholder,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-textarea::-ms-input-placeholder,
.ut-overlay-primary .ut-textarea::-ms-input-placeholder,
.ut-offcanvas-bar .ut-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.ut-light .ut-textarea::placeholder,
.ut-section-primary:not(.ut-preserve-color) .ut-textarea::placeholder,
.ut-section-secondary:not(.ut-preserve-color) .ut-textarea::placeholder,
.ut-tile-primary:not(.ut-preserve-color) .ut-textarea::placeholder,
.ut-tile-secondary:not(.ut-preserve-color) .ut-textarea::placeholder,
.ut-card-primary.ut-card-body .ut-textarea::placeholder,
.ut-card-primary > :not([class*='ut-card-media']) .ut-textarea::placeholder,
.ut-card-secondary.ut-card-body .ut-textarea::placeholder,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-textarea::placeholder,
.ut-overlay-primary .ut-textarea::placeholder,
.ut-offcanvas-bar .ut-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-select:not([multiple]):not([size]),
.ut-section-primary:not(.ut-preserve-color) .ut-select:not([multiple]):not([size]),
.ut-section-secondary:not(.ut-preserve-color) .ut-select:not([multiple]):not([size]),
.ut-tile-primary:not(.ut-preserve-color) .ut-select:not([multiple]):not([size]),
.ut-tile-secondary:not(.ut-preserve-color) .ut-select:not([multiple]):not([size]),
.ut-card-primary.ut-card-body .ut-select:not([multiple]):not([size]),
.ut-card-primary > :not([class*='ut-card-media']) .ut-select:not([multiple]):not([size]),
.ut-card-secondary.ut-card-body .ut-select:not([multiple]):not([size]),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-select:not([multiple]):not([size]),
.ut-overlay-primary .ut-select:not([multiple]):not([size]),
.ut-offcanvas-bar .ut-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.ut-light .ut-radio,
.ut-light .ut-checkbox,
.ut-section-primary:not(.ut-preserve-color) .ut-radio,
.ut-section-primary:not(.ut-preserve-color) .ut-checkbox,
.ut-section-secondary:not(.ut-preserve-color) .ut-radio,
.ut-section-secondary:not(.ut-preserve-color) .ut-checkbox,
.ut-tile-primary:not(.ut-preserve-color) .ut-radio,
.ut-tile-primary:not(.ut-preserve-color) .ut-checkbox,
.ut-tile-secondary:not(.ut-preserve-color) .ut-radio,
.ut-tile-secondary:not(.ut-preserve-color) .ut-checkbox,
.ut-card-primary.ut-card-body .ut-radio,
.ut-card-primary.ut-card-body .ut-checkbox,
.ut-card-primary > :not([class*='ut-card-media']) .ut-radio,
.ut-card-primary > :not([class*='ut-card-media']) .ut-checkbox,
.ut-card-secondary.ut-card-body .ut-radio,
.ut-card-secondary.ut-card-body .ut-checkbox,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-radio,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-checkbox,
.ut-overlay-primary .ut-radio,
.ut-overlay-primary .ut-checkbox,
.ut-offcanvas-bar .ut-radio,
.ut-offcanvas-bar .ut-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-radio:focus,
.ut-light .ut-checkbox:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-radio:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-checkbox:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-radio:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-checkbox:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-radio:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-checkbox:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-radio:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-checkbox:focus,
.ut-card-primary.ut-card-body .ut-radio:focus,
.ut-card-primary.ut-card-body .ut-checkbox:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-radio:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-checkbox:focus,
.ut-card-secondary.ut-card-body .ut-radio:focus,
.ut-card-secondary.ut-card-body .ut-checkbox:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-radio:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-checkbox:focus,
.ut-overlay-primary .ut-radio:focus,
.ut-overlay-primary .ut-checkbox:focus,
.ut-offcanvas-bar .ut-radio:focus,
.ut-offcanvas-bar .ut-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-radio:checked,
.ut-light .ut-checkbox:checked,
.ut-light .ut-checkbox:indeterminate,
.ut-section-primary:not(.ut-preserve-color) .ut-radio:checked,
.ut-section-primary:not(.ut-preserve-color) .ut-checkbox:checked,
.ut-section-primary:not(.ut-preserve-color) .ut-checkbox:indeterminate,
.ut-section-secondary:not(.ut-preserve-color) .ut-radio:checked,
.ut-section-secondary:not(.ut-preserve-color) .ut-checkbox:checked,
.ut-section-secondary:not(.ut-preserve-color) .ut-checkbox:indeterminate,
.ut-tile-primary:not(.ut-preserve-color) .ut-radio:checked,
.ut-tile-primary:not(.ut-preserve-color) .ut-checkbox:checked,
.ut-tile-primary:not(.ut-preserve-color) .ut-checkbox:indeterminate,
.ut-tile-secondary:not(.ut-preserve-color) .ut-radio:checked,
.ut-tile-secondary:not(.ut-preserve-color) .ut-checkbox:checked,
.ut-tile-secondary:not(.ut-preserve-color) .ut-checkbox:indeterminate,
.ut-card-primary.ut-card-body .ut-radio:checked,
.ut-card-primary.ut-card-body .ut-checkbox:checked,
.ut-card-primary.ut-card-body .ut-checkbox:indeterminate,
.ut-card-primary > :not([class*='ut-card-media']) .ut-radio:checked,
.ut-card-primary > :not([class*='ut-card-media']) .ut-checkbox:checked,
.ut-card-primary > :not([class*='ut-card-media']) .ut-checkbox:indeterminate,
.ut-card-secondary.ut-card-body .ut-radio:checked,
.ut-card-secondary.ut-card-body .ut-checkbox:checked,
.ut-card-secondary.ut-card-body .ut-checkbox:indeterminate,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-radio:checked,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-checkbox:checked,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-checkbox:indeterminate,
.ut-overlay-primary .ut-radio:checked,
.ut-overlay-primary .ut-checkbox:checked,
.ut-overlay-primary .ut-checkbox:indeterminate,
.ut-offcanvas-bar .ut-radio:checked,
.ut-offcanvas-bar .ut-checkbox:checked,
.ut-offcanvas-bar .ut-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-radio:checked:focus,
.ut-light .ut-checkbox:checked:focus,
.ut-light .ut-checkbox:indeterminate:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-radio:checked:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-checkbox:checked:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-checkbox:indeterminate:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-radio:checked:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-checkbox:checked:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-checkbox:indeterminate:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-radio:checked:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-checkbox:checked:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-checkbox:indeterminate:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-radio:checked:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-checkbox:checked:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-checkbox:indeterminate:focus,
.ut-card-primary.ut-card-body .ut-radio:checked:focus,
.ut-card-primary.ut-card-body .ut-checkbox:checked:focus,
.ut-card-primary.ut-card-body .ut-checkbox:indeterminate:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-radio:checked:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-checkbox:checked:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-checkbox:indeterminate:focus,
.ut-card-secondary.ut-card-body .ut-radio:checked:focus,
.ut-card-secondary.ut-card-body .ut-checkbox:checked:focus,
.ut-card-secondary.ut-card-body .ut-checkbox:indeterminate:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-radio:checked:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-checkbox:checked:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-checkbox:indeterminate:focus,
.ut-overlay-primary .ut-radio:checked:focus,
.ut-overlay-primary .ut-checkbox:checked:focus,
.ut-overlay-primary .ut-checkbox:indeterminate:focus,
.ut-offcanvas-bar .ut-radio:checked:focus,
.ut-offcanvas-bar .ut-checkbox:checked:focus,
.ut-offcanvas-bar .ut-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}
.ut-light .ut-radio:checked,
.ut-section-primary:not(.ut-preserve-color) .ut-radio:checked,
.ut-section-secondary:not(.ut-preserve-color) .ut-radio:checked,
.ut-tile-primary:not(.ut-preserve-color) .ut-radio:checked,
.ut-tile-secondary:not(.ut-preserve-color) .ut-radio:checked,
.ut-card-primary.ut-card-body .ut-radio:checked,
.ut-card-primary > :not([class*='ut-card-media']) .ut-radio:checked,
.ut-card-secondary.ut-card-body .ut-radio:checked,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-radio:checked,
.ut-overlay-primary .ut-radio:checked,
.ut-offcanvas-bar .ut-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.ut-light .ut-checkbox:checked,
.ut-section-primary:not(.ut-preserve-color) .ut-checkbox:checked,
.ut-section-secondary:not(.ut-preserve-color) .ut-checkbox:checked,
.ut-tile-primary:not(.ut-preserve-color) .ut-checkbox:checked,
.ut-tile-secondary:not(.ut-preserve-color) .ut-checkbox:checked,
.ut-card-primary.ut-card-body .ut-checkbox:checked,
.ut-card-primary > :not([class*='ut-card-media']) .ut-checkbox:checked,
.ut-card-secondary.ut-card-body .ut-checkbox:checked,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-checkbox:checked,
.ut-overlay-primary .ut-checkbox:checked,
.ut-offcanvas-bar .ut-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.ut-light .ut-checkbox:indeterminate,
.ut-section-primary:not(.ut-preserve-color) .ut-checkbox:indeterminate,
.ut-section-secondary:not(.ut-preserve-color) .ut-checkbox:indeterminate,
.ut-tile-primary:not(.ut-preserve-color) .ut-checkbox:indeterminate,
.ut-tile-secondary:not(.ut-preserve-color) .ut-checkbox:indeterminate,
.ut-card-primary.ut-card-body .ut-checkbox:indeterminate,
.ut-card-primary > :not([class*='ut-card-media']) .ut-checkbox:indeterminate,
.ut-card-secondary.ut-card-body .ut-checkbox:indeterminate,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-checkbox:indeterminate,
.ut-overlay-primary .ut-checkbox:indeterminate,
.ut-offcanvas-bar .ut-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.ut-light .ut-form-label,
.ut-section-primary:not(.ut-preserve-color) .ut-form-label,
.ut-section-secondary:not(.ut-preserve-color) .ut-form-label,
.ut-tile-primary:not(.ut-preserve-color) .ut-form-label,
.ut-tile-secondary:not(.ut-preserve-color) .ut-form-label,
.ut-card-primary.ut-card-body .ut-form-label,
.ut-card-primary > :not([class*='ut-card-media']) .ut-form-label,
.ut-card-secondary.ut-card-body .ut-form-label,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-form-label,
.ut-overlay-primary .ut-form-label,
.ut-offcanvas-bar .ut-form-label {
  color: #fff;
}
.ut-light .ut-form-icon,
.ut-section-primary:not(.ut-preserve-color) .ut-form-icon,
.ut-section-secondary:not(.ut-preserve-color) .ut-form-icon,
.ut-tile-primary:not(.ut-preserve-color) .ut-form-icon,
.ut-tile-secondary:not(.ut-preserve-color) .ut-form-icon,
.ut-card-primary.ut-card-body .ut-form-icon,
.ut-card-primary > :not([class*='ut-card-media']) .ut-form-icon,
.ut-card-secondary.ut-card-body .ut-form-icon,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-form-icon,
.ut-overlay-primary .ut-form-icon,
.ut-offcanvas-bar .ut-form-icon {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-form-icon:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-form-icon:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-form-icon:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-form-icon:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-form-icon:hover,
.ut-card-primary.ut-card-body .ut-form-icon:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-form-icon:hover,
.ut-card-secondary.ut-card-body .ut-form-icon:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-form-icon:hover,
.ut-overlay-primary .ut-form-icon:hover,
.ut-offcanvas-bar .ut-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-button-default,
.ut-section-primary:not(.ut-preserve-color) .ut-button-default,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-default,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-default,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-default,
.ut-card-primary.ut-card-body .ut-button-default,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-default,
.ut-card-secondary.ut-card-body .ut-button-default,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-default,
.ut-overlay-primary .ut-button-default,
.ut-offcanvas-bar .ut-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.ut-light .ut-button-default.ut-open,
.ut-light .ut-button-default:hover,
.ut-light .ut-button-default:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-button-default:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-button-default:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-default:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-default:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-default:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-default:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-default:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-default:focus,
.ut-card-primary.ut-card-body .ut-button-default:hover,
.ut-card-primary.ut-card-body .ut-button-default:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-default:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-default:focus,
.ut-card-secondary.ut-card-body .ut-button-default:hover,
.ut-card-secondary.ut-card-body .ut-button-default:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-default:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-default:focus,
.ut-overlay-primary .ut-button-default:hover,
.ut-overlay-primary .ut-button-default:focus,
.ut-offcanvas-bar .ut-button-default:hover,
.ut-offcanvas-bar .ut-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-button-default:active,
.ut-light .ut-button-default.ut-active,
.ut-section-primary:not(.ut-preserve-color) .ut-button-default:active,
.ut-section-primary:not(.ut-preserve-color) .ut-button-default.ut-active,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-default:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-default.ut-active,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-default:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-default.ut-active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-default:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-default.ut-active,
.ut-card-primary.ut-card-body .ut-button-default:active,
.ut-card-primary.ut-card-body .ut-button-default.ut-active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-default:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-default.ut-active,
.ut-card-secondary.ut-card-body .ut-button-default:active,
.ut-card-secondary.ut-card-body .ut-button-default.ut-active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-default:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-default.ut-active,
.ut-overlay-primary .ut-button-default:active,
.ut-overlay-primary .ut-button-default.ut-active,
.ut-offcanvas-bar .ut-button-default:active,
.ut-offcanvas-bar .ut-button-default.ut-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.ut-light .ut-button-primary,
.ut-section-primary:not(.ut-preserve-color) .ut-button-primary,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-primary,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-primary,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-primary,
.ut-card-primary.ut-card-body .ut-button-primary,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-primary,
.ut-card-secondary.ut-card-body .ut-button-primary,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-primary,
.ut-overlay-primary .ut-button-primary,
.ut-offcanvas-bar .ut-button-primary {
  background-color: #fff;
  color: #000000;
}
.ut-light .ut-button-primary:hover,
.ut-light .ut-button-primary:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-button-primary:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-button-primary:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-primary:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-primary:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-primary:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-primary:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-primary:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-primary:focus,
.ut-card-primary.ut-card-body .ut-button-primary:hover,
.ut-card-primary.ut-card-body .ut-button-primary:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-primary:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-primary:focus,
.ut-card-secondary.ut-card-body .ut-button-primary:hover,
.ut-card-secondary.ut-card-body .ut-button-primary:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-primary:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-primary:focus,
.ut-overlay-primary .ut-button-primary:hover,
.ut-overlay-primary .ut-button-primary:focus,
.ut-offcanvas-bar .ut-button-primary:hover,
.ut-offcanvas-bar .ut-button-primary:focus {
  background-color: #f2f2f2;
  color: #000000;
}
.ut-light .ut-button-primary:active,
.ut-light .ut-button-primary.ut-active,
.ut-section-primary:not(.ut-preserve-color) .ut-button-primary:active,
.ut-section-primary:not(.ut-preserve-color) .ut-button-primary.ut-active,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-primary:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-primary.ut-active,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-primary:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-primary.ut-active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-primary:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-primary.ut-active,
.ut-card-primary.ut-card-body .ut-button-primary:active,
.ut-card-primary.ut-card-body .ut-button-primary.ut-active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-primary:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-primary.ut-active,
.ut-card-secondary.ut-card-body .ut-button-primary:active,
.ut-card-secondary.ut-card-body .ut-button-primary.ut-active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-primary:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-primary.ut-active,
.ut-overlay-primary .ut-button-primary:active,
.ut-overlay-primary .ut-button-primary.ut-active,
.ut-offcanvas-bar .ut-button-primary:active,
.ut-offcanvas-bar .ut-button-primary.ut-active {
  background-color: #e6e6e6;
  color: #000000;
}
.ut-light .ut-button-secondary,
.ut-section-primary:not(.ut-preserve-color) .ut-button-secondary,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-secondary,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-secondary,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-secondary,
.ut-card-primary.ut-card-body .ut-button-secondary,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-secondary,
.ut-card-secondary.ut-card-body .ut-button-secondary,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-secondary,
.ut-overlay-primary .ut-button-secondary,
.ut-offcanvas-bar .ut-button-secondary {
  background-color: #207164;
  color: #FFFFFF;
  border-color: #207164;
}
.ut-light .ut-button-secondary:hover,
.ut-light .ut-button-secondary:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-button-secondary:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-button-secondary:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-secondary:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-secondary:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-secondary:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-secondary:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-secondary:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-secondary:focus,
.ut-card-primary.ut-card-body .ut-button-secondary:hover,
.ut-card-primary.ut-card-body .ut-button-secondary:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-secondary:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-secondary:focus,
.ut-card-secondary.ut-card-body .ut-button-secondary:hover,
.ut-card-secondary.ut-card-body .ut-button-secondary:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-secondary:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-secondary:focus,
.ut-overlay-primary .ut-button-secondary:hover,
.ut-overlay-primary .ut-button-secondary:focus,
.ut-offcanvas-bar .ut-button-secondary:hover,
.ut-offcanvas-bar .ut-button-secondary:focus {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
}
.ut-light .ut-button-secondary:active,
.ut-light .ut-button-secondary.ut-active,
.ut-section-primary:not(.ut-preserve-color) .ut-button-secondary:active,
.ut-section-primary:not(.ut-preserve-color) .ut-button-secondary.ut-active,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-secondary:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-secondary.ut-active,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-secondary:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-secondary.ut-active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-secondary:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-secondary.ut-active,
.ut-card-primary.ut-card-body .ut-button-secondary:active,
.ut-card-primary.ut-card-body .ut-button-secondary.ut-active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-secondary:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-secondary.ut-active,
.ut-card-secondary.ut-card-body .ut-button-secondary:active,
.ut-card-secondary.ut-card-body .ut-button-secondary.ut-active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-secondary:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-secondary.ut-active,
.ut-overlay-primary .ut-button-secondary:active,
.ut-overlay-primary .ut-button-secondary.ut-active,
.ut-offcanvas-bar .ut-button-secondary:active,
.ut-offcanvas-bar .ut-button-secondary.ut-active {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;	
}
.ut-light .ut-button-text,
.ut-section-primary:not(.ut-preserve-color) .ut-button-text,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-text,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-text,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-text,
.ut-card-primary.ut-card-body .ut-button-text,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-text,
.ut-card-secondary.ut-card-body .ut-button-text,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-text,
.ut-overlay-primary .ut-button-text,
.ut-offcanvas-bar .ut-button-text {
  color: #fff;
  color: rgba(255,255,255,0.7);
}
/*
.ut-light .ut-button-text::before,
.ut-section-primary:not(.ut-preserve-color) .ut-button-text::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-text::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-text::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-text::before,
.ut-card-primary.ut-card-body .ut-button-text::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-text::before,
.ut-card-secondary.ut-card-body .ut-button-text::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-text::before,
.ut-overlay-primary .ut-button-text::before,
.ut-offcanvas-bar .ut-button-text::before {
  border-bottom-color: #207164;
}
*/
.ut-light .ut-button-text:hover,
.ut-light .ut-button-text:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-button-text:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-button-text:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-text:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-text:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-text:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-text:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-text:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-text:focus,
.ut-card-primary.ut-card-body .ut-button-text:hover,
.ut-card-primary.ut-card-body .ut-button-text:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-text:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-text:focus,
.ut-card-secondary.ut-card-body .ut-button-text:hover,
.ut-card-secondary.ut-card-body .ut-button-text:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-text:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-text:focus,
.ut-overlay-primary .ut-button-text:hover,
.ut-overlay-primary .ut-button-text:focus,
.ut-offcanvas-bar .ut-button-text:hover,
.ut-offcanvas-bar .ut-button-text:focus {
  color: #fff;
}
.ut-light .ut-button-text:disabled,
.ut-section-primary:not(.ut-preserve-color) .ut-button-text:disabled,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-text:disabled,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-text:disabled,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-text:disabled,
.ut-card-primary.ut-card-body .ut-button-text:disabled,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-text:disabled,
.ut-card-secondary.ut-card-body .ut-button-text:disabled,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-text:disabled,
.ut-overlay-primary .ut-button-text:disabled,
.ut-offcanvas-bar .ut-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-button-link,
.ut-section-primary:not(.ut-preserve-color) .ut-button-link,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-link,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-link,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-link,
.ut-card-primary.ut-card-body .ut-button-link,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-link,
.ut-card-secondary.ut-card-body .ut-button-link,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-link,
.ut-overlay-primary .ut-button-link,
.ut-offcanvas-bar .ut-button-link {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-button-link:hover,
.ut-light .ut-button-link:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-button-link:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-button-link:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-link:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-button-link:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-link:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-button-link:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-link:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-button-link:focus,
.ut-card-primary.ut-card-body .ut-button-link:hover,
.ut-card-primary.ut-card-body .ut-button-link:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-link:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-button-link:focus,
.ut-card-secondary.ut-card-body .ut-button-link:hover,
.ut-card-secondary.ut-card-body .ut-button-link:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-link:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-button-link:focus,
.ut-overlay-primary .ut-button-link:hover,
.ut-overlay-primary .ut-button-link:focus,
.ut-offcanvas-bar .ut-button-link:hover,
.ut-offcanvas-bar .ut-button-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-grid-divider > :not(.ut-first-column)::before,
.ut-section-primary:not(.ut-preserve-color) .ut-grid-divider > :not(.ut-first-column)::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-grid-divider > :not(.ut-first-column)::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-grid-divider > :not(.ut-first-column)::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-grid-divider > :not(.ut-first-column)::before,
.ut-card-primary.ut-card-body .ut-grid-divider > :not(.ut-first-column)::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-grid-divider > :not(.ut-first-column)::before,
.ut-card-secondary.ut-card-body .ut-grid-divider > :not(.ut-first-column)::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-grid-divider > :not(.ut-first-column)::before,
.ut-overlay-primary .ut-grid-divider > :not(.ut-first-column)::before,
.ut-offcanvas-bar .ut-grid-divider > :not(.ut-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-section-primary:not(.ut-preserve-color) .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-card-primary.ut-card-body .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-card-secondary.ut-card-body .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-overlay-primary .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before,
.ut-offcanvas-bar .ut-grid-divider.ut-grid-stack > .ut-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-close,
.ut-section-primary:not(.ut-preserve-color) .ut-close,
.ut-section-secondary:not(.ut-preserve-color) .ut-close,
.ut-tile-primary:not(.ut-preserve-color) .ut-close,
.ut-tile-secondary:not(.ut-preserve-color) .ut-close,
.ut-card-primary.ut-card-body .ut-close,
.ut-card-primary > :not([class*='ut-card-media']) .ut-close,
.ut-card-secondary.ut-card-body .ut-close,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-close,
.ut-overlay-primary .ut-close,
.ut-offcanvas-bar .ut-close {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-close:hover,
.ut-light .ut-close:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-close:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-close:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-close:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-close:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-close:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-close:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-close:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-close:focus,
.ut-card-primary.ut-card-body .ut-close:hover,
.ut-card-primary.ut-card-body .ut-close:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-close:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-close:focus,
.ut-card-secondary.ut-card-body .ut-close:hover,
.ut-card-secondary.ut-card-body .ut-close:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-close:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-close:focus,
.ut-overlay-primary .ut-close:hover,
.ut-overlay-primary .ut-close:focus,
.ut-offcanvas-bar .ut-close:hover,
.ut-offcanvas-bar .ut-close:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-totop,
.ut-section-primary:not(.ut-preserve-color) .ut-totop,
.ut-section-secondary:not(.ut-preserve-color) .ut-totop,
.ut-tile-primary:not(.ut-preserve-color) .ut-totop,
.ut-tile-secondary:not(.ut-preserve-color) .ut-totop,
.ut-card-primary.ut-card-body .ut-totop,
.ut-card-primary > :not([class*='ut-card-media']) .ut-totop,
.ut-card-secondary.ut-card-body .ut-totop,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-totop,
.ut-overlay-primary .ut-totop,
.ut-offcanvas-bar .ut-totop {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-totop:hover,
.ut-light .ut-totop:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-totop:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-totop:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-totop:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-totop:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-totop:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-totop:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-totop:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-totop:focus,
.ut-card-primary.ut-card-body .ut-totop:hover,
.ut-card-primary.ut-card-body .ut-totop:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-totop:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-totop:focus,
.ut-card-secondary.ut-card-body .ut-totop:hover,
.ut-card-secondary.ut-card-body .ut-totop:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-totop:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-totop:focus,
.ut-overlay-primary .ut-totop:hover,
.ut-overlay-primary .ut-totop:focus,
.ut-offcanvas-bar .ut-totop:hover,
.ut-offcanvas-bar .ut-totop:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-totop:active,
.ut-section-primary:not(.ut-preserve-color) .ut-totop:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-totop:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-totop:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-totop:active,
.ut-card-primary.ut-card-body .ut-totop:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-totop:active,
.ut-card-secondary.ut-card-body .ut-totop:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-totop:active,
.ut-overlay-primary .ut-totop:active,
.ut-offcanvas-bar .ut-totop:active {
  color: #fff;
}
.ut-light .ut-marker,
.ut-section-primary:not(.ut-preserve-color) .ut-marker,
.ut-section-secondary:not(.ut-preserve-color) .ut-marker,
.ut-tile-primary:not(.ut-preserve-color) .ut-marker,
.ut-tile-secondary:not(.ut-preserve-color) .ut-marker,
.ut-card-primary.ut-card-body .ut-marker,
.ut-card-primary > :not([class*='ut-card-media']) .ut-marker,
.ut-card-secondary.ut-card-body .ut-marker,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-marker,
.ut-overlay-primary .ut-marker,
.ut-offcanvas-bar .ut-marker {
  background: #f8f8f8;
  color: #000000;
}
.ut-light .ut-marker:hover,
.ut-light .ut-marker:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-marker:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-marker:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-marker:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-marker:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-marker:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-marker:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-marker:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-marker:focus,
.ut-card-primary.ut-card-body .ut-marker:hover,
.ut-card-primary.ut-card-body .ut-marker:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-marker:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-marker:focus,
.ut-card-secondary.ut-card-body .ut-marker:hover,
.ut-card-secondary.ut-card-body .ut-marker:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-marker:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-marker:focus,
.ut-overlay-primary .ut-marker:hover,
.ut-overlay-primary .ut-marker:focus,
.ut-offcanvas-bar .ut-marker:hover,
.ut-offcanvas-bar .ut-marker:focus {
  color: #000000;
}
.ut-light .ut-badge,
.ut-section-primary:not(.ut-preserve-color) .ut-badge,
.ut-section-secondary:not(.ut-preserve-color) .ut-badge,
.ut-tile-primary:not(.ut-preserve-color) .ut-badge,
.ut-tile-secondary:not(.ut-preserve-color) .ut-badge,
.ut-card-primary.ut-card-body .ut-badge,
.ut-card-primary > :not([class*='ut-card-media']) .ut-badge,
.ut-card-secondary.ut-card-body .ut-badge,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-badge,
.ut-overlay-primary .ut-badge,
.ut-offcanvas-bar .ut-badge {
  background-color: #fff;
  color: #000000;
}
.ut-light .ut-badge:hover,
.ut-light .ut-badge:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-badge:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-badge:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-badge:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-badge:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-badge:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-badge:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-badge:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-badge:focus,
.ut-card-primary.ut-card-body .ut-badge:hover,
.ut-card-primary.ut-card-body .ut-badge:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-badge:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-badge:focus,
.ut-card-secondary.ut-card-body .ut-badge:hover,
.ut-card-secondary.ut-card-body .ut-badge:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-badge:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-badge:focus,
.ut-overlay-primary .ut-badge:hover,
.ut-overlay-primary .ut-badge:focus,
.ut-offcanvas-bar .ut-badge:hover,
.ut-offcanvas-bar .ut-badge:focus {
  color: #000000;
}
/*
.ut-light .ut-label,
.ut-section-primary:not(.ut-preserve-color) .ut-label,
.ut-section-secondary:not(.ut-preserve-color) .ut-label,
.ut-tile-primary:not(.ut-preserve-color) .ut-label,
.ut-tile-secondary:not(.ut-preserve-color) .ut-label,
.ut-card-primary.ut-card-body .ut-label,
.ut-card-primary > :not([class*='ut-card-media']) .ut-label,
.ut-card-secondary.ut-card-body .ut-label,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-label,
.ut-overlay-primary .ut-label,
.ut-offcanvas-bar .ut-label {
  background-color: #fff;
  color: #202425;
}
*/
.ut-light .ut-article-meta,
.ut-section-primary:not(.ut-preserve-color) .ut-article-meta,
.ut-section-secondary:not(.ut-preserve-color) .ut-article-meta,
.ut-tile-primary:not(.ut-preserve-color) .ut-article-meta,
.ut-tile-secondary:not(.ut-preserve-color) .ut-article-meta,
.ut-card-primary.ut-card-body .ut-article-meta,
.ut-card-primary > :not([class*='ut-card-media']) .ut-article-meta,
.ut-card-secondary.ut-card-body .ut-article-meta,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-article-meta,
.ut-overlay-primary .ut-article-meta,
.ut-offcanvas-bar .ut-article-meta {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-search-input,
.ut-section-primary:not(.ut-preserve-color) .ut-search-input,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-input,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-input,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-input,
.ut-card-primary.ut-card-body .ut-search-input,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-input,
.ut-card-secondary.ut-card-body .ut-search-input,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-input,
.ut-overlay-primary .ut-search-input,
.ut-offcanvas-bar .ut-search-input {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-search-input:-ms-input-placeholder,
.ut-section-primary:not(.ut-preserve-color) .ut-search-input:-ms-input-placeholder,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-input:-ms-input-placeholder,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-input:-ms-input-placeholder,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-input:-ms-input-placeholder,
.ut-card-primary.ut-card-body .ut-search-input:-ms-input-placeholder,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-input:-ms-input-placeholder,
.ut-card-secondary.ut-card-body .ut-search-input:-ms-input-placeholder,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-input:-ms-input-placeholder,
.ut-overlay-primary .ut-search-input:-ms-input-placeholder,
.ut-offcanvas-bar .ut-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.ut-light .ut-search-input::placeholder,
.ut-section-primary:not(.ut-preserve-color) .ut-search-input::placeholder,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-input::placeholder,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-input::placeholder,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-input::placeholder,
.ut-card-primary.ut-card-body .ut-search-input::placeholder,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-input::placeholder,
.ut-card-secondary.ut-card-body .ut-search-input::placeholder,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-input::placeholder,
.ut-overlay-primary .ut-search-input::placeholder,
.ut-offcanvas-bar .ut-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-search .ut-search-icon,
.ut-section-primary:not(.ut-preserve-color) .ut-search .ut-search-icon,
.ut-section-secondary:not(.ut-preserve-color) .ut-search .ut-search-icon,
.ut-tile-primary:not(.ut-preserve-color) .ut-search .ut-search-icon,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search .ut-search-icon,
.ut-card-primary.ut-card-body .ut-search .ut-search-icon,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search .ut-search-icon,
.ut-card-secondary.ut-card-body .ut-search .ut-search-icon,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search .ut-search-icon,
.ut-overlay-primary .ut-search .ut-search-icon,
.ut-offcanvas-bar .ut-search .ut-search-icon {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-search .ut-search-icon:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-search .ut-search-icon:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-search .ut-search-icon:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-search .ut-search-icon:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search .ut-search-icon:hover,
.ut-card-primary.ut-card-body .ut-search .ut-search-icon:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search .ut-search-icon:hover,
.ut-card-secondary.ut-card-body .ut-search .ut-search-icon:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search .ut-search-icon:hover,
.ut-overlay-primary .ut-search .ut-search-icon:hover,
.ut-offcanvas-bar .ut-search .ut-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-search-default .ut-search-input,
.ut-section-primary:not(.ut-preserve-color) .ut-search-default .ut-search-input,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-default .ut-search-input,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-default .ut-search-input,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-default .ut-search-input,
.ut-card-primary.ut-card-body .ut-search-default .ut-search-input,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-default .ut-search-input,
.ut-card-secondary.ut-card-body .ut-search-default .ut-search-input,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-default .ut-search-input,
.ut-overlay-primary .ut-search-default .ut-search-input,
.ut-offcanvas-bar .ut-search-default .ut-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-search-default .ut-search-input:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-search-default .ut-search-input:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-default .ut-search-input:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-default .ut-search-input:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-default .ut-search-input:focus,
.ut-card-primary.ut-card-body .ut-search-default .ut-search-input:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-default .ut-search-input:focus,
.ut-card-secondary.ut-card-body .ut-search-default .ut-search-input:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-default .ut-search-input:focus,
.ut-overlay-primary .ut-search-default .ut-search-input:focus,
.ut-offcanvas-bar .ut-search-default .ut-search-input:focus {
  background-color: transparent;
}
.ut-light .ut-search-navbar .ut-search-input,
.ut-section-primary:not(.ut-preserve-color) .ut-search-navbar .ut-search-input,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-navbar .ut-search-input,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-navbar .ut-search-input,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-navbar .ut-search-input,
.ut-card-primary.ut-card-body .ut-search-navbar .ut-search-input,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-navbar .ut-search-input,
.ut-card-secondary.ut-card-body .ut-search-navbar .ut-search-input,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-navbar .ut-search-input,
.ut-overlay-primary .ut-search-navbar .ut-search-input,
.ut-offcanvas-bar .ut-search-navbar .ut-search-input {
  background-color: transparent;
}
.ut-light .ut-search-large .ut-search-input,
.ut-section-primary:not(.ut-preserve-color) .ut-search-large .ut-search-input,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-large .ut-search-input,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-large .ut-search-input,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-large .ut-search-input,
.ut-card-primary.ut-card-body .ut-search-large .ut-search-input,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-large .ut-search-input,
.ut-card-secondary.ut-card-body .ut-search-large .ut-search-input,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-large .ut-search-input,
.ut-overlay-primary .ut-search-large .ut-search-input,
.ut-offcanvas-bar .ut-search-large .ut-search-input {
  background-color: transparent;
}
.ut-light .ut-search-toggle,
.ut-section-primary:not(.ut-preserve-color) .ut-search-toggle,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-toggle,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-toggle,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-toggle,
.ut-card-primary.ut-card-body .ut-search-toggle,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-toggle,
.ut-card-secondary.ut-card-body .ut-search-toggle,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-toggle,
.ut-overlay-primary .ut-search-toggle,
.ut-offcanvas-bar .ut-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-search-toggle:hover,
.ut-light .ut-search-toggle:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-search-toggle:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-search-toggle:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-toggle:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-search-toggle:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-toggle:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-search-toggle:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-toggle:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-search-toggle:focus,
.ut-card-primary.ut-card-body .ut-search-toggle:hover,
.ut-card-primary.ut-card-body .ut-search-toggle:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-toggle:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-search-toggle:focus,
.ut-card-secondary.ut-card-body .ut-search-toggle:hover,
.ut-card-secondary.ut-card-body .ut-search-toggle:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-toggle:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-search-toggle:focus,
.ut-overlay-primary .ut-search-toggle:hover,
.ut-overlay-primary .ut-search-toggle:focus,
.ut-offcanvas-bar .ut-search-toggle:hover,
.ut-offcanvas-bar .ut-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-nav-parent-icon > .ut-parent > a::after,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-parent-icon > .ut-parent > a::after,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-parent-icon > .ut-parent > a::after,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-parent-icon > .ut-parent > a::after,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-parent-icon > .ut-parent > a::after,
.ut-card-primary.ut-card-body .ut-nav-parent-icon > .ut-parent > a::after,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-parent-icon > .ut-parent > a::after,
.ut-card-secondary.ut-card-body .ut-nav-parent-icon > .ut-parent > a::after,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-parent-icon > .ut-parent > a::after,
.ut-overlay-primary .ut-nav-parent-icon > .ut-parent > a::after,
.ut-offcanvas-bar .ut-nav-parent-icon > .ut-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.ut-light .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-card-primary.ut-card-body .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-card-secondary.ut-card-body .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-overlay-primary .ut-nav-parent-icon > .ut-parent.ut-open > a::after,
.ut-offcanvas-bar .ut-nav-parent-icon > .ut-parent.ut-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.ut-light .ut-nav-default > li > a,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default > li > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default > li > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default > li > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default > li > a,
.ut-card-primary.ut-card-body .ut-nav-default > li > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default > li > a,
.ut-card-secondary.ut-card-body .ut-nav-default > li > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default > li > a,
.ut-overlay-primary .ut-nav-default > li > a,
.ut-offcanvas-bar .ut-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-nav-default > li > a:hover,
.ut-light .ut-nav-default > li > a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default > li > a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default > li > a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default > li > a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default > li > a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default > li > a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default > li > a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default > li > a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default > li > a:focus,
.ut-card-primary.ut-card-body .ut-nav-default > li > a:hover,
.ut-card-primary.ut-card-body .ut-nav-default > li > a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default > li > a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default > li > a:focus,
.ut-card-secondary.ut-card-body .ut-nav-default > li > a:hover,
.ut-card-secondary.ut-card-body .ut-nav-default > li > a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default > li > a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default > li > a:focus,
.ut-overlay-primary .ut-nav-default > li > a:hover,
.ut-overlay-primary .ut-nav-default > li > a:focus,
.ut-offcanvas-bar .ut-nav-default > li > a:hover,
.ut-offcanvas-bar .ut-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-nav-default > li.ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default > li.ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default > li.ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default > li.ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default > li.ut-active > a,
.ut-card-primary.ut-card-body .ut-nav-default > li.ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default > li.ut-active > a,
.ut-card-secondary.ut-card-body .ut-nav-default > li.ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default > li.ut-active > a,
.ut-overlay-primary .ut-nav-default > li.ut-active > a,
.ut-offcanvas-bar .ut-nav-default > li.ut-active > a {
  color: #fff;
}
.ut-light .ut-nav-default .ut-nav-header,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-header,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-header,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-header,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-header,
.ut-card-primary.ut-card-body .ut-nav-default .ut-nav-header,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-header,
.ut-card-secondary.ut-card-body .ut-nav-default .ut-nav-header,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-header,
.ut-overlay-primary .ut-nav-default .ut-nav-header,
.ut-offcanvas-bar .ut-nav-default .ut-nav-header {
  color: #fff;
}
.ut-light .ut-nav-default .ut-nav-divider,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-divider,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-divider,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-divider,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-divider,
.ut-card-primary.ut-card-body .ut-nav-default .ut-nav-divider,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-divider,
.ut-card-secondary.ut-card-body .ut-nav-default .ut-nav-divider,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-divider,
.ut-overlay-primary .ut-nav-default .ut-nav-divider,
.ut-offcanvas-bar .ut-nav-default .ut-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-nav-default .ut-nav-sub a,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a,
.ut-card-primary.ut-card-body .ut-nav-default .ut-nav-sub a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-sub a,
.ut-card-secondary.ut-card-body .ut-nav-default .ut-nav-sub a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-sub a,
.ut-overlay-primary .ut-nav-default .ut-nav-sub a,
.ut-offcanvas-bar .ut-nav-default .ut-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-nav-default .ut-nav-sub a:hover,
.ut-light .ut-nav-default .ut-nav-sub a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub a:focus,
.ut-card-primary.ut-card-body .ut-nav-default .ut-nav-sub a:hover,
.ut-card-primary.ut-card-body .ut-nav-default .ut-nav-sub a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-sub a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-sub a:focus,
.ut-card-secondary.ut-card-body .ut-nav-default .ut-nav-sub a:hover,
.ut-card-secondary.ut-card-body .ut-nav-default .ut-nav-sub a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-sub a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-sub a:focus,
.ut-overlay-primary .ut-nav-default .ut-nav-sub a:hover,
.ut-overlay-primary .ut-nav-default .ut-nav-sub a:focus,
.ut-offcanvas-bar .ut-nav-default .ut-nav-sub a:hover,
.ut-offcanvas-bar .ut-nav-default .ut-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-card-primary.ut-card-body .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-card-secondary.ut-card-body .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-overlay-primary .ut-nav-default .ut-nav-sub li.ut-active > a,
.ut-offcanvas-bar .ut-nav-default .ut-nav-sub li.ut-active > a {
  color: #fff;
}
.ut-light .ut-nav-primary > li > a,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary > li > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary > li > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary > li > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary > li > a,
.ut-card-primary.ut-card-body .ut-nav-primary > li > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary > li > a,
.ut-card-secondary.ut-card-body .ut-nav-primary > li > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary > li > a,
.ut-overlay-primary .ut-nav-primary > li > a,
.ut-offcanvas-bar .ut-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-nav-primary > li > a:hover,
.ut-light .ut-nav-primary > li > a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary > li > a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary > li > a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary > li > a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary > li > a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary > li > a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary > li > a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary > li > a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary > li > a:focus,
.ut-card-primary.ut-card-body .ut-nav-primary > li > a:hover,
.ut-card-primary.ut-card-body .ut-nav-primary > li > a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary > li > a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary > li > a:focus,
.ut-card-secondary.ut-card-body .ut-nav-primary > li > a:hover,
.ut-card-secondary.ut-card-body .ut-nav-primary > li > a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary > li > a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary > li > a:focus,
.ut-overlay-primary .ut-nav-primary > li > a:hover,
.ut-overlay-primary .ut-nav-primary > li > a:focus,
.ut-offcanvas-bar .ut-nav-primary > li > a:hover,
.ut-offcanvas-bar .ut-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-nav-primary > li.ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary > li.ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary > li.ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary > li.ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary > li.ut-active > a,
.ut-card-primary.ut-card-body .ut-nav-primary > li.ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary > li.ut-active > a,
.ut-card-secondary.ut-card-body .ut-nav-primary > li.ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary > li.ut-active > a,
.ut-overlay-primary .ut-nav-primary > li.ut-active > a,
.ut-offcanvas-bar .ut-nav-primary > li.ut-active > a {
  color: #fff;
}
.ut-light .ut-nav-primary .ut-nav-header,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-header,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-header,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-header,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-header,
.ut-card-primary.ut-card-body .ut-nav-primary .ut-nav-header,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-header,
.ut-card-secondary.ut-card-body .ut-nav-primary .ut-nav-header,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-header,
.ut-overlay-primary .ut-nav-primary .ut-nav-header,
.ut-offcanvas-bar .ut-nav-primary .ut-nav-header {
  color: #fff;
}
.ut-light .ut-nav-primary .ut-nav-divider,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-divider,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-divider,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-divider,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-divider,
.ut-card-primary.ut-card-body .ut-nav-primary .ut-nav-divider,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-divider,
.ut-card-secondary.ut-card-body .ut-nav-primary .ut-nav-divider,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-divider,
.ut-overlay-primary .ut-nav-primary .ut-nav-divider,
.ut-offcanvas-bar .ut-nav-primary .ut-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-nav-primary .ut-nav-sub a,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a,
.ut-card-primary.ut-card-body .ut-nav-primary .ut-nav-sub a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-sub a,
.ut-card-secondary.ut-card-body .ut-nav-primary .ut-nav-sub a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-sub a,
.ut-overlay-primary .ut-nav-primary .ut-nav-sub a,
.ut-offcanvas-bar .ut-nav-primary .ut-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-nav-primary .ut-nav-sub a:hover,
.ut-light .ut-nav-primary .ut-nav-sub a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub a:focus,
.ut-card-primary.ut-card-body .ut-nav-primary .ut-nav-sub a:hover,
.ut-card-primary.ut-card-body .ut-nav-primary .ut-nav-sub a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-sub a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-sub a:focus,
.ut-card-secondary.ut-card-body .ut-nav-primary .ut-nav-sub a:hover,
.ut-card-secondary.ut-card-body .ut-nav-primary .ut-nav-sub a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-sub a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-sub a:focus,
.ut-overlay-primary .ut-nav-primary .ut-nav-sub a:hover,
.ut-overlay-primary .ut-nav-primary .ut-nav-sub a:focus,
.ut-offcanvas-bar .ut-nav-primary .ut-nav-sub a:hover,
.ut-offcanvas-bar .ut-nav-primary .ut-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-card-primary.ut-card-body .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-card-secondary.ut-card-body .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-overlay-primary .ut-nav-primary .ut-nav-sub li.ut-active > a,
.ut-offcanvas-bar .ut-nav-primary .ut-nav-sub li.ut-active > a {
  color: #fff;
}
.ut-light .ut-navbar-nav > li > a,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-nav > li > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-nav > li > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-nav > li > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-nav > li > a,
.ut-card-primary.ut-card-body .ut-navbar-nav > li > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-nav > li > a,
.ut-card-secondary.ut-card-body .ut-navbar-nav > li > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-nav > li > a,
.ut-overlay-primary .ut-navbar-nav > li > a,
.ut-offcanvas-bar .ut-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-navbar-nav > li:hover > a,
.ut-light .ut-navbar-nav > li > a:focus,
.ut-light .ut-navbar-nav > li > a.ut-open,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-nav > li:hover > a,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-nav > li > a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-nav > li > a.ut-open,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-nav > li:hover > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-nav > li > a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-nav > li > a.ut-open,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-nav > li:hover > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-nav > li > a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-nav > li > a.ut-open,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-nav > li:hover > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-nav > li > a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-nav > li > a.ut-open,
.ut-card-primary.ut-card-body .ut-navbar-nav > li:hover > a,
.ut-card-primary.ut-card-body .ut-navbar-nav > li > a:focus,
.ut-card-primary.ut-card-body .ut-navbar-nav > li > a.ut-open,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-nav > li:hover > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-nav > li > a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-nav > li > a.ut-open,
.ut-card-secondary.ut-card-body .ut-navbar-nav > li:hover > a,
.ut-card-secondary.ut-card-body .ut-navbar-nav > li > a:focus,
.ut-card-secondary.ut-card-body .ut-navbar-nav > li > a.ut-open,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-nav > li:hover > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-nav > li > a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-nav > li > a.ut-open,
.ut-overlay-primary .ut-navbar-nav > li:hover > a,
.ut-overlay-primary .ut-navbar-nav > li > a:focus,
.ut-overlay-primary .ut-navbar-nav > li > a.ut-open,
.ut-offcanvas-bar .ut-navbar-nav > li:hover > a,
.ut-offcanvas-bar .ut-navbar-nav > li > a:focus,
.ut-offcanvas-bar .ut-navbar-nav > li > a.ut-open {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-navbar-nav > li > a:active,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-nav > li > a:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-nav > li > a:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-nav > li > a:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-nav > li > a:active,
.ut-card-primary.ut-card-body .ut-navbar-nav > li > a:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-nav > li > a:active,
.ut-card-secondary.ut-card-body .ut-navbar-nav > li > a:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-nav > li > a:active,
.ut-overlay-primary .ut-navbar-nav > li > a:active,
.ut-offcanvas-bar .ut-navbar-nav > li > a:active {
  color: #fff;
}
.ut-light .ut-navbar-nav > li.ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-nav > li.ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-nav > li.ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-nav > li.ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-nav > li.ut-active > a,
.ut-card-primary.ut-card-body .ut-navbar-nav > li.ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-nav > li.ut-active > a,
.ut-card-secondary.ut-card-body .ut-navbar-nav > li.ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-nav > li.ut-active > a,
.ut-overlay-primary .ut-navbar-nav > li.ut-active > a,
.ut-offcanvas-bar .ut-navbar-nav > li.ut-active > a {
  color: #fff;
}
.ut-light .ut-navbar-item,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-item,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-item,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-item,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-item,
.ut-card-primary.ut-card-body .ut-navbar-item,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-item,
.ut-card-secondary.ut-card-body .ut-navbar-item,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-item,
.ut-overlay-primary .ut-navbar-item,
.ut-offcanvas-bar .ut-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-navbar-toggle,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-toggle,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-toggle,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-toggle,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-toggle,
.ut-card-primary.ut-card-body .ut-navbar-toggle,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-toggle,
.ut-card-secondary.ut-card-body .ut-navbar-toggle,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-toggle,
.ut-overlay-primary .ut-navbar-toggle,
.ut-offcanvas-bar .ut-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-navbar-toggle:hover,
.ut-light .ut-navbar-toggle:focus,
.ut-light .ut-navbar-toggle.ut-open,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-toggle:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-toggle:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-navbar-toggle.ut-open,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-toggle:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-toggle:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-navbar-toggle.ut-open,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-toggle:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-toggle:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-navbar-toggle.ut-open,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-toggle:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-toggle:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-navbar-toggle.ut-open,
.ut-card-primary.ut-card-body .ut-navbar-toggle:hover,
.ut-card-primary.ut-card-body .ut-navbar-toggle:focus,
.ut-card-primary.ut-card-body .ut-navbar-toggle.ut-open,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-toggle:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-toggle:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-navbar-toggle.ut-open,
.ut-card-secondary.ut-card-body .ut-navbar-toggle:hover,
.ut-card-secondary.ut-card-body .ut-navbar-toggle:focus,
.ut-card-secondary.ut-card-body .ut-navbar-toggle.ut-open,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-toggle:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-toggle:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-navbar-toggle.ut-open,
.ut-overlay-primary .ut-navbar-toggle:hover,
.ut-overlay-primary .ut-navbar-toggle:focus,
.ut-overlay-primary .ut-navbar-toggle.ut-open,
.ut-offcanvas-bar .ut-navbar-toggle:hover,
.ut-offcanvas-bar .ut-navbar-toggle:focus,
.ut-offcanvas-bar .ut-navbar-toggle.ut-open {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-subnav > * > :first-child,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav > * > :first-child,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav > * > :first-child,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav > * > :first-child,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav > * > :first-child,
.ut-card-primary.ut-card-body .ut-subnav > * > :first-child,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav > * > :first-child,
.ut-card-secondary.ut-card-body .ut-subnav > * > :first-child,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav > * > :first-child,
.ut-overlay-primary .ut-subnav > * > :first-child,
.ut-offcanvas-bar .ut-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-subnav > * > a:hover,
.ut-light .ut-subnav > * > a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav > * > a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav > * > a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav > * > a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav > * > a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav > * > a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav > * > a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav > * > a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav > * > a:focus,
.ut-card-primary.ut-card-body .ut-subnav > * > a:hover,
.ut-card-primary.ut-card-body .ut-subnav > * > a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav > * > a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav > * > a:focus,
.ut-card-secondary.ut-card-body .ut-subnav > * > a:hover,
.ut-card-secondary.ut-card-body .ut-subnav > * > a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav > * > a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav > * > a:focus,
.ut-overlay-primary .ut-subnav > * > a:hover,
.ut-overlay-primary .ut-subnav > * > a:focus,
.ut-offcanvas-bar .ut-subnav > * > a:hover,
.ut-offcanvas-bar .ut-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-subnav > .ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav > .ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav > .ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav > .ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav > .ut-active > a,
.ut-card-primary.ut-card-body .ut-subnav > .ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav > .ut-active > a,
.ut-card-secondary.ut-card-body .ut-subnav > .ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav > .ut-active > a,
.ut-overlay-primary .ut-subnav > .ut-active > a,
.ut-offcanvas-bar .ut-subnav > .ut-active > a {
  color: #efefef;
}
.ut-light .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-card-primary.ut-card-body .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-card-secondary.ut-card-body .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-overlay-primary .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before,
.ut-offcanvas-bar .ut-subnav-divider > :nth-child(n+2):not(.ut-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-subnav-pill > * > :first-child,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav-pill > * > :first-child,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav-pill > * > :first-child,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav-pill > * > :first-child,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav-pill > * > :first-child,
.ut-card-primary.ut-card-body .ut-subnav-pill > * > :first-child,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav-pill > * > :first-child,
.ut-card-secondary.ut-card-body .ut-subnav-pill > * > :first-child,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav-pill > * > :first-child,
.ut-overlay-primary .ut-subnav-pill > * > :first-child,
.ut-offcanvas-bar .ut-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-subnav-pill > * > a:hover,
.ut-light .ut-subnav-pill > * > a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav-pill > * > a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav-pill > * > a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav-pill > * > a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav-pill > * > a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav-pill > * > a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav-pill > * > a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav-pill > * > a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav-pill > * > a:focus,
.ut-card-primary.ut-card-body .ut-subnav-pill > * > a:hover,
.ut-card-primary.ut-card-body .ut-subnav-pill > * > a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav-pill > * > a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav-pill > * > a:focus,
.ut-card-secondary.ut-card-body .ut-subnav-pill > * > a:hover,
.ut-card-secondary.ut-card-body .ut-subnav-pill > * > a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav-pill > * > a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav-pill > * > a:focus,
.ut-overlay-primary .ut-subnav-pill > * > a:hover,
.ut-overlay-primary .ut-subnav-pill > * > a:focus,
.ut-offcanvas-bar .ut-subnav-pill > * > a:hover,
.ut-offcanvas-bar .ut-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-subnav-pill > * > a:active,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav-pill > * > a:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav-pill > * > a:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav-pill > * > a:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav-pill > * > a:active,
.ut-card-primary.ut-card-body .ut-subnav-pill > * > a:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav-pill > * > a:active,
.ut-card-secondary.ut-card-body .ut-subnav-pill > * > a:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav-pill > * > a:active,
.ut-overlay-primary .ut-subnav-pill > * > a:active,
.ut-offcanvas-bar .ut-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-subnav-pill > .ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav-pill > .ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav-pill > .ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav-pill > .ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav-pill > .ut-active > a,
.ut-card-primary.ut-card-body .ut-subnav-pill > .ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav-pill > .ut-active > a,
.ut-card-secondary.ut-card-body .ut-subnav-pill > .ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav-pill > .ut-active > a,
.ut-overlay-primary .ut-subnav-pill > .ut-active > a,
.ut-offcanvas-bar .ut-subnav-pill > .ut-active > a {
  background-color: #fff;
  color: #000000;
}
.ut-light .ut-subnav > .ut-disabled > a,
.ut-section-primary:not(.ut-preserve-color) .ut-subnav > .ut-disabled > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-subnav > .ut-disabled > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-subnav > .ut-disabled > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-subnav > .ut-disabled > a,
.ut-card-primary.ut-card-body .ut-subnav > .ut-disabled > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-subnav > .ut-disabled > a,
.ut-card-secondary.ut-card-body .ut-subnav > .ut-disabled > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-subnav > .ut-disabled > a,
.ut-overlay-primary .ut-subnav > .ut-disabled > a,
.ut-offcanvas-bar .ut-subnav > .ut-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-breadcrumb > * > *,
.ut-section-primary:not(.ut-preserve-color) .ut-breadcrumb > * > *,
.ut-section-secondary:not(.ut-preserve-color) .ut-breadcrumb > * > *,
.ut-tile-primary:not(.ut-preserve-color) .ut-breadcrumb > * > *,
.ut-tile-secondary:not(.ut-preserve-color) .ut-breadcrumb > * > *,
.ut-card-primary.ut-card-body .ut-breadcrumb > * > *,
.ut-card-primary > :not([class*='ut-card-media']) .ut-breadcrumb > * > *,
.ut-card-secondary.ut-card-body .ut-breadcrumb > * > *,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-breadcrumb > * > *,
.ut-overlay-primary .ut-breadcrumb > * > *,
.ut-offcanvas-bar .ut-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-breadcrumb > * > :hover,
.ut-light .ut-breadcrumb > * > :focus,
.ut-section-primary:not(.ut-preserve-color) .ut-breadcrumb > * > :hover,
.ut-section-primary:not(.ut-preserve-color) .ut-breadcrumb > * > :focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-breadcrumb > * > :hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-breadcrumb > * > :focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-breadcrumb > * > :hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-breadcrumb > * > :focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-breadcrumb > * > :hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-breadcrumb > * > :focus,
.ut-card-primary.ut-card-body .ut-breadcrumb > * > :hover,
.ut-card-primary.ut-card-body .ut-breadcrumb > * > :focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-breadcrumb > * > :hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-breadcrumb > * > :focus,
.ut-card-secondary.ut-card-body .ut-breadcrumb > * > :hover,
.ut-card-secondary.ut-card-body .ut-breadcrumb > * > :focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-breadcrumb > * > :hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-breadcrumb > * > :focus,
.ut-overlay-primary .ut-breadcrumb > * > :hover,
.ut-overlay-primary .ut-breadcrumb > * > :focus,
.ut-offcanvas-bar .ut-breadcrumb > * > :hover,
.ut-offcanvas-bar .ut-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-breadcrumb > :last-child > *,
.ut-section-primary:not(.ut-preserve-color) .ut-breadcrumb > :last-child > *,
.ut-section-secondary:not(.ut-preserve-color) .ut-breadcrumb > :last-child > *,
.ut-tile-primary:not(.ut-preserve-color) .ut-breadcrumb > :last-child > *,
.ut-tile-secondary:not(.ut-preserve-color) .ut-breadcrumb > :last-child > *,
.ut-card-primary.ut-card-body .ut-breadcrumb > :last-child > *,
.ut-card-primary > :not([class*='ut-card-media']) .ut-breadcrumb > :last-child > *,
.ut-card-secondary.ut-card-body .ut-breadcrumb > :last-child > *,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-breadcrumb > :last-child > *,
.ut-overlay-primary .ut-breadcrumb > :last-child > *,
.ut-offcanvas-bar .ut-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-section-primary:not(.ut-preserve-color) .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-card-primary.ut-card-body .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-card-secondary.ut-card-body .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-overlay-primary .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before,
.ut-offcanvas-bar .ut-breadcrumb > :nth-child(n+2):not(.ut-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-pagination > * > *,
.ut-section-primary:not(.ut-preserve-color) .ut-pagination > * > *,
.ut-section-secondary:not(.ut-preserve-color) .ut-pagination > * > *,
.ut-tile-primary:not(.ut-preserve-color) .ut-pagination > * > *,
.ut-tile-secondary:not(.ut-preserve-color) .ut-pagination > * > *,
.ut-card-primary.ut-card-body .ut-pagination > * > *,
.ut-card-primary > :not([class*='ut-card-media']) .ut-pagination > * > *,
.ut-card-secondary.ut-card-body .ut-pagination > * > *,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-pagination > * > *,
.ut-overlay-primary .ut-pagination > * > *,
.ut-offcanvas-bar .ut-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-pagination > * > :hover,
.ut-light .ut-pagination > * > :focus,
.ut-section-primary:not(.ut-preserve-color) .ut-pagination > * > :hover,
.ut-section-primary:not(.ut-preserve-color) .ut-pagination > * > :focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-pagination > * > :hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-pagination > * > :focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-pagination > * > :hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-pagination > * > :focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-pagination > * > :hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-pagination > * > :focus,
.ut-card-primary.ut-card-body .ut-pagination > * > :hover,
.ut-card-primary.ut-card-body .ut-pagination > * > :focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-pagination > * > :hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-pagination > * > :focus,
.ut-card-secondary.ut-card-body .ut-pagination > * > :hover,
.ut-card-secondary.ut-card-body .ut-pagination > * > :focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-pagination > * > :hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-pagination > * > :focus,
.ut-overlay-primary .ut-pagination > * > :hover,
.ut-overlay-primary .ut-pagination > * > :focus,
.ut-offcanvas-bar .ut-pagination > * > :hover,
.ut-offcanvas-bar .ut-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-pagination > .ut-active > *,
.ut-section-primary:not(.ut-preserve-color) .ut-pagination > .ut-active > *,
.ut-section-secondary:not(.ut-preserve-color) .ut-pagination > .ut-active > *,
.ut-tile-primary:not(.ut-preserve-color) .ut-pagination > .ut-active > *,
.ut-tile-secondary:not(.ut-preserve-color) .ut-pagination > .ut-active > *,
.ut-card-primary.ut-card-body .ut-pagination > .ut-active > *,
.ut-card-primary > :not([class*='ut-card-media']) .ut-pagination > .ut-active > *,
.ut-card-secondary.ut-card-body .ut-pagination > .ut-active > *,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-pagination > .ut-active > *,
.ut-overlay-primary .ut-pagination > .ut-active > *,
.ut-offcanvas-bar .ut-pagination > .ut-active > * {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-pagination > .ut-disabled > *,
.ut-section-primary:not(.ut-preserve-color) .ut-pagination > .ut-disabled > *,
.ut-section-secondary:not(.ut-preserve-color) .ut-pagination > .ut-disabled > *,
.ut-tile-primary:not(.ut-preserve-color) .ut-pagination > .ut-disabled > *,
.ut-tile-secondary:not(.ut-preserve-color) .ut-pagination > .ut-disabled > *,
.ut-card-primary.ut-card-body .ut-pagination > .ut-disabled > *,
.ut-card-primary > :not([class*='ut-card-media']) .ut-pagination > .ut-disabled > *,
.ut-card-secondary.ut-card-body .ut-pagination > .ut-disabled > *,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-pagination > .ut-disabled > *,
.ut-overlay-primary .ut-pagination > .ut-disabled > *,
.ut-offcanvas-bar .ut-pagination > .ut-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-tab::before,
.ut-section-primary:not(.ut-preserve-color) .ut-tab::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-tab::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-tab::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-tab::before,
.ut-card-primary.ut-card-body .ut-tab::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-tab::before,
.ut-card-secondary.ut-card-body .ut-tab::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-tab::before,
.ut-overlay-primary .ut-tab::before,
.ut-offcanvas-bar .ut-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-tab > * > a,
.ut-section-primary:not(.ut-preserve-color) .ut-tab > * > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-tab > * > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-tab > * > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-tab > * > a,
.ut-card-primary.ut-card-body .ut-tab > * > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-tab > * > a,
.ut-card-secondary.ut-card-body .ut-tab > * > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-tab > * > a,
.ut-overlay-primary .ut-tab > * > a,
.ut-offcanvas-bar .ut-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-tab > * > a:hover,
.ut-light .ut-tab > * > a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-tab > * > a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-tab > * > a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-tab > * > a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-tab > * > a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-tab > * > a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-tab > * > a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-tab > * > a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-tab > * > a:focus,
.ut-card-primary.ut-card-body .ut-tab > * > a:hover,
.ut-card-primary.ut-card-body .ut-tab > * > a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-tab > * > a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-tab > * > a:focus,
.ut-card-secondary.ut-card-body .ut-tab > * > a:hover,
.ut-card-secondary.ut-card-body .ut-tab > * > a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-tab > * > a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-tab > * > a:focus,
.ut-overlay-primary .ut-tab > * > a:hover,
.ut-overlay-primary .ut-tab > * > a:focus,
.ut-offcanvas-bar .ut-tab > * > a:hover,
.ut-offcanvas-bar .ut-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-tab > .ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-tab > .ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-tab > .ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-tab > .ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-tab > .ut-active > a,
.ut-card-primary.ut-card-body .ut-tab > .ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-tab > .ut-active > a,
.ut-card-secondary.ut-card-body .ut-tab > .ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-tab > .ut-active > a,
.ut-overlay-primary .ut-tab > .ut-active > a,
.ut-offcanvas-bar .ut-tab > .ut-active > a {
  color: #fff;
  border-color: #fff;
}
.ut-light .ut-tab > .ut-disabled > a,
.ut-section-primary:not(.ut-preserve-color) .ut-tab > .ut-disabled > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-tab > .ut-disabled > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-tab > .ut-disabled > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-tab > .ut-disabled > a,
.ut-card-primary.ut-card-body .ut-tab > .ut-disabled > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-tab > .ut-disabled > a,
.ut-card-secondary.ut-card-body .ut-tab > .ut-disabled > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-tab > .ut-disabled > a,
.ut-overlay-primary .ut-tab > .ut-disabled > a,
.ut-offcanvas-bar .ut-tab > .ut-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-slidenav,
.ut-section-primary:not(.ut-preserve-color) .ut-slidenav,
.ut-section-secondary:not(.ut-preserve-color) .ut-slidenav,
.ut-tile-primary:not(.ut-preserve-color) .ut-slidenav,
.ut-tile-secondary:not(.ut-preserve-color) .ut-slidenav,
.ut-card-primary.ut-card-body .ut-slidenav,
.ut-card-primary > :not([class*='ut-card-media']) .ut-slidenav,
.ut-card-secondary.ut-card-body .ut-slidenav,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-slidenav,
.ut-overlay-primary .ut-slidenav,
.ut-offcanvas-bar .ut-slidenav {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-slidenav:hover,
.ut-light .ut-slidenav:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-slidenav:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-slidenav:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-slidenav:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-slidenav:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-slidenav:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-slidenav:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-slidenav:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-slidenav:focus,
.ut-card-primary.ut-card-body .ut-slidenav:hover,
.ut-card-primary.ut-card-body .ut-slidenav:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-slidenav:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-slidenav:focus,
.ut-card-secondary.ut-card-body .ut-slidenav:hover,
.ut-card-secondary.ut-card-body .ut-slidenav:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-slidenav:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-slidenav:focus,
.ut-overlay-primary .ut-slidenav:hover,
.ut-overlay-primary .ut-slidenav:focus,
.ut-offcanvas-bar .ut-slidenav:hover,
.ut-offcanvas-bar .ut-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}
.ut-light .ut-slidenav:active,
.ut-section-primary:not(.ut-preserve-color) .ut-slidenav:active,
.ut-section-secondary:not(.ut-preserve-color) .ut-slidenav:active,
.ut-tile-primary:not(.ut-preserve-color) .ut-slidenav:active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-slidenav:active,
.ut-card-primary.ut-card-body .ut-slidenav:active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-slidenav:active,
.ut-card-secondary.ut-card-body .ut-slidenav:active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-slidenav:active,
.ut-overlay-primary .ut-slidenav:active,
.ut-offcanvas-bar .ut-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-dotnav > * > *,
.ut-section-primary:not(.ut-preserve-color) .ut-dotnav > * > *,
.ut-section-secondary:not(.ut-preserve-color) .ut-dotnav > * > *,
.ut-tile-primary:not(.ut-preserve-color) .ut-dotnav > * > *,
.ut-tile-secondary:not(.ut-preserve-color) .ut-dotnav > * > *,
.ut-card-primary.ut-card-body .ut-dotnav > * > *,
.ut-card-primary > :not([class*='ut-card-media']) .ut-dotnav > * > *,
.ut-card-secondary.ut-card-body .ut-dotnav > * > *,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-dotnav > * > *,
.ut-overlay-primary .ut-dotnav > * > *,
.ut-offcanvas-bar .ut-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.ut-light .ut-dotnav > * > :hover,
.ut-light .ut-dotnav > * > :focus,
.ut-section-primary:not(.ut-preserve-color) .ut-dotnav > * > :hover,
.ut-section-primary:not(.ut-preserve-color) .ut-dotnav > * > :focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-dotnav > * > :hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-dotnav > * > :focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-dotnav > * > :hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-dotnav > * > :focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-dotnav > * > :hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-dotnav > * > :focus,
.ut-card-primary.ut-card-body .ut-dotnav > * > :hover,
.ut-card-primary.ut-card-body .ut-dotnav > * > :focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-dotnav > * > :hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-dotnav > * > :focus,
.ut-card-secondary.ut-card-body .ut-dotnav > * > :hover,
.ut-card-secondary.ut-card-body .ut-dotnav > * > :focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-dotnav > * > :hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-dotnav > * > :focus,
.ut-overlay-primary .ut-dotnav > * > :hover,
.ut-overlay-primary .ut-dotnav > * > :focus,
.ut-offcanvas-bar .ut-dotnav > * > :hover,
.ut-offcanvas-bar .ut-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.ut-light .ut-dotnav > * > :active,
.ut-section-primary:not(.ut-preserve-color) .ut-dotnav > * > :active,
.ut-section-secondary:not(.ut-preserve-color) .ut-dotnav > * > :active,
.ut-tile-primary:not(.ut-preserve-color) .ut-dotnav > * > :active,
.ut-tile-secondary:not(.ut-preserve-color) .ut-dotnav > * > :active,
.ut-card-primary.ut-card-body .ut-dotnav > * > :active,
.ut-card-primary > :not([class*='ut-card-media']) .ut-dotnav > * > :active,
.ut-card-secondary.ut-card-body .ut-dotnav > * > :active,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-dotnav > * > :active,
.ut-overlay-primary .ut-dotnav > * > :active,
.ut-offcanvas-bar .ut-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.ut-light .ut-dotnav > .ut-active > *,
.ut-section-primary:not(.ut-preserve-color) .ut-dotnav > .ut-active > *,
.ut-section-secondary:not(.ut-preserve-color) .ut-dotnav > .ut-active > *,
.ut-tile-primary:not(.ut-preserve-color) .ut-dotnav > .ut-active > *,
.ut-tile-secondary:not(.ut-preserve-color) .ut-dotnav > .ut-active > *,
.ut-card-primary.ut-card-body .ut-dotnav > .ut-active > *,
.ut-card-primary > :not([class*='ut-card-media']) .ut-dotnav > .ut-active > *,
.ut-card-secondary.ut-card-body .ut-dotnav > .ut-active > *,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-dotnav > .ut-active > *,
.ut-overlay-primary .ut-dotnav > .ut-active > *,
.ut-offcanvas-bar .ut-dotnav > .ut-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.ut-light .ut-accordion-title,
.ut-section-primary:not(.ut-preserve-color) .ut-accordion-title,
.ut-section-secondary:not(.ut-preserve-color) .ut-accordion-title,
.ut-tile-primary:not(.ut-preserve-color) .ut-accordion-title,
.ut-tile-secondary:not(.ut-preserve-color) .ut-accordion-title,
.ut-card-primary.ut-card-body .ut-accordion-title,
.ut-card-primary > :not([class*='ut-card-media']) .ut-accordion-title,
.ut-card-secondary.ut-card-body .ut-accordion-title,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-accordion-title,
.ut-overlay-primary .ut-accordion-title,
.ut-offcanvas-bar .ut-accordion-title {
  color: #fff;
}
.ut-light .ut-accordion-title:hover,
.ut-light .ut-accordion-title:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-accordion-title:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-accordion-title:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-accordion-title:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-accordion-title:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-accordion-title:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-accordion-title:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-accordion-title:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-accordion-title:focus,
.ut-card-primary.ut-card-body .ut-accordion-title:hover,
.ut-card-primary.ut-card-body .ut-accordion-title:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-accordion-title:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-accordion-title:focus,
.ut-card-secondary.ut-card-body .ut-accordion-title:hover,
.ut-card-secondary.ut-card-body .ut-accordion-title:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-accordion-title:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-accordion-title:focus,
.ut-overlay-primary .ut-accordion-title:hover,
.ut-overlay-primary .ut-accordion-title:focus,
.ut-offcanvas-bar .ut-accordion-title:hover,
.ut-offcanvas-bar .ut-accordion-title:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-iconnav > * > a,
.ut-section-primary:not(.ut-preserve-color) .ut-iconnav > * > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-iconnav > * > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-iconnav > * > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-iconnav > * > a,
.ut-card-primary.ut-card-body .ut-iconnav > * > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-iconnav > * > a,
.ut-card-secondary.ut-card-body .ut-iconnav > * > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-iconnav > * > a,
.ut-overlay-primary .ut-iconnav > * > a,
.ut-offcanvas-bar .ut-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-iconnav > * > a:hover,
.ut-light .ut-iconnav > * > a:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-iconnav > * > a:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-iconnav > * > a:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-iconnav > * > a:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-iconnav > * > a:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-iconnav > * > a:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-iconnav > * > a:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-iconnav > * > a:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-iconnav > * > a:focus,
.ut-card-primary.ut-card-body .ut-iconnav > * > a:hover,
.ut-card-primary.ut-card-body .ut-iconnav > * > a:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-iconnav > * > a:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-iconnav > * > a:focus,
.ut-card-secondary.ut-card-body .ut-iconnav > * > a:hover,
.ut-card-secondary.ut-card-body .ut-iconnav > * > a:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-iconnav > * > a:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-iconnav > * > a:focus,
.ut-overlay-primary .ut-iconnav > * > a:hover,
.ut-overlay-primary .ut-iconnav > * > a:focus,
.ut-offcanvas-bar .ut-iconnav > * > a:hover,
.ut-offcanvas-bar .ut-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-iconnav > .ut-active > a,
.ut-section-primary:not(.ut-preserve-color) .ut-iconnav > .ut-active > a,
.ut-section-secondary:not(.ut-preserve-color) .ut-iconnav > .ut-active > a,
.ut-tile-primary:not(.ut-preserve-color) .ut-iconnav > .ut-active > a,
.ut-tile-secondary:not(.ut-preserve-color) .ut-iconnav > .ut-active > a,
.ut-card-primary.ut-card-body .ut-iconnav > .ut-active > a,
.ut-card-primary > :not([class*='ut-card-media']) .ut-iconnav > .ut-active > a,
.ut-card-secondary.ut-card-body .ut-iconnav > .ut-active > a,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-iconnav > .ut-active > a,
.ut-overlay-primary .ut-iconnav > .ut-active > a,
.ut-offcanvas-bar .ut-iconnav > .ut-active > a {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-text-lead,
.ut-section-primary:not(.ut-preserve-color) .ut-text-lead,
.ut-section-secondary:not(.ut-preserve-color) .ut-text-lead,
.ut-tile-primary:not(.ut-preserve-color) .ut-text-lead,
.ut-tile-secondary:not(.ut-preserve-color) .ut-text-lead,
.ut-card-primary.ut-card-body .ut-text-lead,
.ut-card-primary > :not([class*='ut-card-media']) .ut-text-lead,
.ut-card-secondary.ut-card-body .ut-text-lead,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-text-lead,
.ut-overlay-primary .ut-text-lead,
.ut-offcanvas-bar .ut-text-lead {
  color: rgba(255,255,255,0.7);
}
.ut-light .ut-text-meta,
.ut-section-primary:not(.ut-preserve-color) .ut-text-meta,
.ut-section-secondary:not(.ut-preserve-color) .ut-text-meta,
.ut-tile-primary:not(.ut-preserve-color) .ut-text-meta,
.ut-tile-secondary:not(.ut-preserve-color) .ut-text-meta,
.ut-card-primary.ut-card-body .ut-text-meta,
.ut-card-primary > :not([class*='ut-card-media']) .ut-text-meta,
.ut-card-secondary.ut-card-body .ut-text-meta,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-text-meta,
.ut-overlay-primary .ut-text-meta,
.ut-offcanvas-bar .ut-text-meta {
  color: rgba(255, 255, 255, 0.5);
}
.ut-light .ut-text-muted,
.ut-section-primary:not(.ut-preserve-color) .ut-text-muted,
.ut-section-secondary:not(.ut-preserve-color) .ut-text-muted,
.ut-tile-primary:not(.ut-preserve-color) .ut-text-muted,
.ut-tile-secondary:not(.ut-preserve-color) .ut-text-muted,
.ut-card-primary.ut-card-body .ut-text-muted,
.ut-card-primary > :not([class*='ut-card-media']) .ut-text-muted,
.ut-card-secondary.ut-card-body .ut-text-muted,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-text-muted,
.ut-overlay-primary .ut-text-muted,
.ut-offcanvas-bar .ut-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.ut-light .ut-text-emphasis,
.ut-section-primary:not(.ut-preserve-color) .ut-text-emphasis,
.ut-section-secondary:not(.ut-preserve-color) .ut-text-emphasis,
.ut-tile-primary:not(.ut-preserve-color) .ut-text-emphasis,
.ut-tile-secondary:not(.ut-preserve-color) .ut-text-emphasis,
.ut-card-primary.ut-card-body .ut-text-emphasis,
.ut-card-primary > :not([class*='ut-card-media']) .ut-text-emphasis,
.ut-card-secondary.ut-card-body .ut-text-emphasis,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-text-emphasis,
.ut-overlay-primary .ut-text-emphasis,
.ut-offcanvas-bar .ut-text-emphasis {
  color: #fff !important;
}
.ut-light .ut-text-primary,
.ut-section-primary:not(.ut-preserve-color) .ut-text-primary,
.ut-section-secondary:not(.ut-preserve-color) .ut-text-primary,
.ut-tile-primary:not(.ut-preserve-color) .ut-text-primary,
.ut-tile-secondary:not(.ut-preserve-color) .ut-text-primary,
.ut-card-primary.ut-card-body .ut-text-primary,
.ut-card-primary > :not([class*='ut-card-media']) .ut-text-primary,
.ut-card-secondary.ut-card-body .ut-text-primary,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-text-primary,
.ut-overlay-primary .ut-text-primary,
.ut-offcanvas-bar .ut-text-primary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.ut-light .ut-column-divider,
.ut-section-primary:not(.ut-preserve-color) .ut-column-divider,
.ut-section-secondary:not(.ut-preserve-color) .ut-column-divider,
.ut-tile-primary:not(.ut-preserve-color) .ut-column-divider,
.ut-tile-secondary:not(.ut-preserve-color) .ut-column-divider,
.ut-card-primary.ut-card-body .ut-column-divider,
.ut-card-primary > :not([class*='ut-card-media']) .ut-column-divider,
.ut-card-secondary.ut-card-body .ut-column-divider,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-column-divider,
.ut-overlay-primary .ut-column-divider,
.ut-offcanvas-bar .ut-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}
.ut-light .ut-logo,
.ut-section-primary:not(.ut-preserve-color) .ut-logo,
.ut-section-secondary:not(.ut-preserve-color) .ut-logo,
.ut-tile-primary:not(.ut-preserve-color) .ut-logo,
.ut-tile-secondary:not(.ut-preserve-color) .ut-logo,
.ut-card-primary.ut-card-body .ut-logo,
.ut-card-primary > :not([class*='ut-card-media']) .ut-logo,
.ut-card-secondary.ut-card-body .ut-logo,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-logo,
.ut-overlay-primary .ut-logo,
.ut-offcanvas-bar .ut-logo {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-logo:hover,
.ut-light .ut-logo:focus,
.ut-section-primary:not(.ut-preserve-color) .ut-logo:hover,
.ut-section-primary:not(.ut-preserve-color) .ut-logo:focus,
.ut-section-secondary:not(.ut-preserve-color) .ut-logo:hover,
.ut-section-secondary:not(.ut-preserve-color) .ut-logo:focus,
.ut-tile-primary:not(.ut-preserve-color) .ut-logo:hover,
.ut-tile-primary:not(.ut-preserve-color) .ut-logo:focus,
.ut-tile-secondary:not(.ut-preserve-color) .ut-logo:hover,
.ut-tile-secondary:not(.ut-preserve-color) .ut-logo:focus,
.ut-card-primary.ut-card-body .ut-logo:hover,
.ut-card-primary.ut-card-body .ut-logo:focus,
.ut-card-primary > :not([class*='ut-card-media']) .ut-logo:hover,
.ut-card-primary > :not([class*='ut-card-media']) .ut-logo:focus,
.ut-card-secondary.ut-card-body .ut-logo:hover,
.ut-card-secondary.ut-card-body .ut-logo:focus,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-logo:hover,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-logo:focus,
.ut-overlay-primary .ut-logo:hover,
.ut-overlay-primary .ut-logo:focus,
.ut-offcanvas-bar .ut-logo:hover,
.ut-offcanvas-bar .ut-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}
.ut-light .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-section-primary:not(.ut-preserve-color) .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-section-secondary:not(.ut-preserve-color) .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-tile-primary:not(.ut-preserve-color) .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-tile-secondary:not(.ut-preserve-color) .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-card-primary.ut-card-body .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-card-primary > :not([class*='ut-card-media']) .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-card-secondary.ut-card-body .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-card-secondary > :not([class*='ut-card-media']) .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-overlay-primary .ut-logo > :not(.ut-logo-inverse):not(:only-of-type),
.ut-offcanvas-bar .ut-logo > :not(.ut-logo-inverse):not(:only-of-type) {
  display: none;
}
.ut-light .ut-logo-inverse,
.ut-section-primary:not(.ut-preserve-color) .ut-logo-inverse,
.ut-section-secondary:not(.ut-preserve-color) .ut-logo-inverse,
.ut-tile-primary:not(.ut-preserve-color) .ut-logo-inverse,
.ut-tile-secondary:not(.ut-preserve-color) .ut-logo-inverse,
.ut-card-primary.ut-card-body .ut-logo-inverse,
.ut-card-primary > :not([class*='ut-card-media']) .ut-logo-inverse,
.ut-card-secondary.ut-card-body .ut-logo-inverse,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-logo-inverse,
.ut-overlay-primary .ut-logo-inverse,
.ut-offcanvas-bar .ut-logo-inverse {
  display: inline;
}
.ut-light .ut-accordion-title::before,
.ut-section-primary:not(.ut-preserve-color) .ut-accordion-title::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-accordion-title::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-accordion-title::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-accordion-title::before,
.ut-card-primary.ut-card-body .ut-accordion-title::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-accordion-title::before,
.ut-card-secondary.ut-card-body .ut-accordion-title::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-accordion-title::before,
.ut-overlay-primary .ut-accordion-title::before,
.ut-offcanvas-bar .ut-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.ut-light .ut-open > .ut-accordion-title::before,
.ut-section-primary:not(.ut-preserve-color) .ut-open > .ut-accordion-title::before,
.ut-section-secondary:not(.ut-preserve-color) .ut-open > .ut-accordion-title::before,
.ut-tile-primary:not(.ut-preserve-color) .ut-open > .ut-accordion-title::before,
.ut-tile-secondary:not(.ut-preserve-color) .ut-open > .ut-accordion-title::before,
.ut-card-primary.ut-card-body .ut-open > .ut-accordion-title::before,
.ut-card-primary > :not([class*='ut-card-media']) .ut-open > .ut-accordion-title::before,
.ut-card-secondary.ut-card-body .ut-open > .ut-accordion-title::before,
.ut-card-secondary > :not([class*='ut-card-media']) .ut-open > .ut-accordion-title::before,
.ut-overlay-primary .ut-open > .ut-accordion-title::before,
.ut-offcanvas-bar .ut-open > .ut-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
