html.uk-root {
  /* 1 */
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}
.uk-root body {
  margin: 0;
}
.uk-root a {
  -webkit-text-decoration-skip: objects;
}
.uk-root a:active,
.uk-root a:hover {
  outline: none;
}
.uk-root a {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.uk-root a:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}
.uk-root b,
.uk-root strong {
  font-weight: bolder;
}
.uk-root :not(pre) > code,
.uk-root :not(pre) > kbd,
.uk-root :not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #d50000;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}
.uk-root em {
  color: #d50000;
}
.uk-root ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}
.uk-root mark {
  background: #ffd;
  color: #666;
}
.uk-root q {
  font-style: italic;
}
.uk-root small {
  font-size: 80%;
}
.uk-root i,
.uk-root b,
.uk-root s,
.uk-root strike,
.uk-root u,
.uk-root em,
.uk-root strong,
.uk-root span,
.uk-root cite,
.uk-root var,
.uk-root address,
.uk-root dfn {
  font-size: inherit;
  font-family: inherit;
}
.uk-root sub,
.uk-root sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.uk-root sup {
  top: -0.5em;
}
.uk-root sub {
  bottom: -0.25em;
}
.uk-root audio,
.uk-root canvas,
.uk-root iframe,
.uk-root img,
.uk-root svg,
.uk-root video {
  vertical-align: middle;
}
.uk-root audio,
.uk-root canvas,
.uk-root img,
.uk-root video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}
@supports (display: block) {
  .uk-root svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
.uk-root svg:not(:root) {
  overflow: hidden;
}
.uk-root img:not([src]) {
  visibility: hidden;
}
.uk-root iframe {
  border: 0;
}
.uk-root p,
.uk-root ul,
.uk-root ol,
.uk-root dl,
.uk-root pre,
.uk-root address,
.uk-root fieldset,
.uk-root figure {
  margin: 0 0 12px 0;
}
.uk-root * + p,
.uk-root * + ul,
.uk-root * + ol,
.uk-root * + dl,
.uk-root * + pre,
.uk-root * + address,
.uk-root * + fieldset,
.uk-root * + figure {
  margin-top: 12px;
}
.uk-root h1,
.uk-root h2,
.uk-root h3,
.uk-root h4,
.uk-root h5,
.uk-root h6 {
  margin: 0 0 12px 0;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  color: #333;
  text-transform: none;
}
.uk-root * + h1,
.uk-root * + h2,
.uk-root * + h3,
.uk-root * + h4,
.uk-root * + h5,
.uk-root * + h6 {
  margin-top: 24px;
}
.uk-root h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}
.uk-root h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}
.uk-root h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-root h4 {
  font-size: 1.15rem;
  line-height: 1.4;
}
.uk-root h5 {
  font-size: 14px;
  line-height: 1.4;
}
.uk-root h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 998px) {
  .uk-root h1,
  .uk-root .uk-h1 {
    font-size: 2.625rem;
  }
  .uk-root h2,
  .uk-root .uk-h2 {
    font-size: 1.5rem;
  }
}
.uk-root ol,
.uk-root ol.uk-list {
  list-style: decimal;
}
.uk-root ul,
.uk-root ol {
  padding-left: 30px;
}
.uk-root ul > li > ul,
.uk-root ul > li > ol,
.uk-root ol > li > ol,
.uk-root ol > li > ul {
  margin: 0;
}
.uk-root dt {
  font-weight: bold;
}
.uk-root dd {
  margin-left: 0;
}
.uk-root hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
  text-align: inherit;
  /* 4 */
  margin: 0 0 12px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.uk-root * + hr {
  margin-top: 12px;
}
.uk-root address {
  font-style: normal;
}
.uk-root blockquote {
  margin: 0 0 12px 0;
  font-size: 1.15rem;
  line-height: 1.5;
  font-style: normal;
  color: #333;
}
.uk-root * + blockquote {
  margin-top: 12px;
}
.uk-root blockquote p:last-of-type {
  margin-bottom: 0;
}
.uk-root blockquote footer {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}
.uk-root blockquote footer::before {
  content: "— ";
}
.uk-root pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
.uk-root pre code {
  font-family: Consolas, monaco, monospace;
}
.uk-root ::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
.uk-root details,
.uk-root main {
  /* 2 */
  display: block;
}
.uk-root summary {
  display: list-item;
}
.uk-root template {
  display: none;
}
.uk-root .uk-link {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.uk-root .uk-link:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .uk-h1,
.uk-root .uk-h2,
.uk-root .uk-h3,
.uk-root .uk-h4,
.uk-root .uk-h5,
.uk-root .uk-h6 {
  margin: 0 0 12px 0;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  color: #333;
  text-transform: none;
}
.uk-root * + .uk-h1,
.uk-root * + .uk-h2,
.uk-root * + .uk-h3,
.uk-root * + .uk-h4,
.uk-root * + .uk-h5,
.uk-root * + .uk-h6 {
  margin-top: 24px;
}
.uk-root .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}
.uk-root .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}
.uk-root .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-root .uk-h4 {
  font-size: 1.15rem;
  line-height: 1.4;
}
.uk-root .uk-h5 {
  font-size: 14px;
  line-height: 1.4;
}
.uk-root .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 998px) {
  .uk-root .uk-h1 {
    font-size: 2.625rem;
  }
  .uk-root .uk-h2 {
    font-size: 2rem;
  }
}
.uk-root .uk-hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
  text-align: inherit;
  /* 4 */
  margin: 0 0 12px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.uk-root * + .uk-hr {
  margin-top: 12px;
}
.uk-root .uk-breakpoint-s::before {
  content: '640px';
}
.uk-root .uk-breakpoint-m::before {
  content: '998px';
}
.uk-root .uk-breakpoint-l::before {
  content: '1200px';
}
.uk-root .uk-breakpoint-xl::before {
  content: '1600px';
}
.uk-root :root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 998px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}



.uk-root .uk-root audio,
.uk-root .uk-root canvas,
.uk-root .uk-root img,
.uk-root .uk-root video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
#zdjphb{width: 100%;height:350px;}
#uk_flex_img{width: 100%;height:160px;}

.uk-root a.uk-link-muted,
.uk-root .uk-link-muted a {
  color: #999;
}
.uk-root a.uk-link-muted:hover,
.uk-root .uk-link-muted a:hover {
  color: #666;
}
.uk-root a.uk-link-text:not(:hover),
.uk-root .uk-link-text a:not(:hover) {
  color: inherit;
}
.uk-root a.uk-link-text:hover,
.uk-root .uk-link-text a:hover {
  color: #999;
}
.uk-root a.uk-link-heading:not(:hover),
.uk-root .uk-link-heading a:not(:hover) {
  color: inherit;
}
.uk-root a.uk-link-heading:hover,
.uk-root .uk-link-heading a:hover {
  color: #444;
  text-decoration: none;
}
.uk-root a.uk-link-reset,
.uk-root a.uk-link-reset:hover,
.uk-root .uk-link-reset a,
.uk-root .uk-link-reset a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.uk-root .uk-heading-primary {
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 998px) {
  .uk-root .uk-heading-primary {
    font-size: 3.375rem;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-root .uk-heading-hero {
  font-size: 4rem;
  line-height: 1.1;
}
@media (min-width: 998px) {
  .uk-root .uk-heading-hero {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-heading-hero {
    font-size: 8rem;
    line-height: 1;
  }
}
.uk-root .uk-heading-divider {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .uk-heading-bullet {
  position: relative;
}
.uk-root .uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: 0.9em;
  margin-right: 10px;
  border-left: 5px solid #e5e5e5;
}
.uk-root .uk-heading-line {
  overflow: hidden;
}
.uk-root .uk-heading-line > * {
  display: inline-block;
  position: relative;
}
.uk-root .uk-heading-line > ::before,
.uk-root .uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (1px / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .uk-heading-line > ::before {
  right: 100%;
  margin-right: 0.6em;
}
.uk-root .uk-heading-line > ::after {
  left: 100%;
  margin-left: 0.6em;
}
.uk-root [class*='uk-divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 12px;
}
.uk-root * + [class*='uk-divider'] {
  margin-top: 12px;
}
.uk-root .uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("../../images/backgrounds/divider-icon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-root .uk-divider-icon::before,
.uk-root .uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}
.uk-root .uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}
.uk-root .uk-divider-small {
  height: 1px;
}
.uk-root .uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}
.uk-root .uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}
.uk-root .uk-list {
  padding: 0;
  list-style: none;
}
.uk-root .uk-list > li::before,
.uk-root .uk-list > li::after {
  content: "";
  display: table;
}
.uk-root .uk-list > li::after {
  clear: both;
}
.uk-root .uk-list > li > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-list ul {
  margin: 0;
  padding-left: 18px;
  list-style: none;
}
.uk-root .uk-list > li:nth-child(n+2),
.uk-root .uk-list > li > ul {
  margin-top: 8px;
}
.uk-root .uk-list-divider > li:nth-child(n+2) {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-list-striped > li {
  padding: 8px 18px;
}
.uk-root .uk-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
.uk-root .uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}
.uk-root .uk-list-bullet > li {
  position: relative;
  padding-left: calc(1.25em + 8px);
}
.uk-root .uk-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-image: url("../../images/backgrounds/list-bullet.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 1 */
  display: block;
}
.uk-root .uk-list-large > li:nth-child(n+2),
.uk-root .uk-list-large > li > ul {
  margin-top: 12px;
}
.uk-root .uk-list-large.uk-list-divider > li:nth-child(n+2) {
  margin-top: 12px;
  padding-top: 12px;
}
.uk-root .uk-list-large.uk-list-striped > li {
  padding: 12px 8px;
}
.uk-root .uk-list-large.uk-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .uk-list-large.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}
.uk-root .uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}
.uk-root .uk-description-list > dt:nth-child(n+2) {
  margin-top: 12px;
}
.uk-root .uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 12px;
}
.uk-root * + .uk-table {
  margin-top: 12px;
}
.uk-root .uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.uk-root .uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}
.uk-root .uk-table td > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-table tfoot {
  font-size: 0.875rem;
}
.uk-root .uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}
.uk-root .uk-table-middle,
.uk-root .uk-table-middle td {
  vertical-align: middle !important;
}
.uk-root .uk-table-divider > tr:not(:first-child),
.uk-root .uk-table-divider > :not(:first-child) > tr,
.uk-root .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-table-striped > tr:nth-of-type(odd),
.uk-root .uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .uk-table-hover > tr:hover,
.uk-root .uk-table-hover tbody tr:hover {
  background: #ffd;
}
.uk-root .uk-table > tr.uk-active,
.uk-root .uk-table tbody tr.uk-active {
  background: #ffd;
}
.uk-root .uk-table-small th,
.uk-root .uk-table-small td {
  padding: 10px 12px;
}
.uk-root .uk-table-large th,
.uk-root .uk-table-large td {
  padding: 22px 12px;
}
.uk-root .uk-table-justify th:first-child,
.uk-root .uk-table-justify td:first-child {
  padding-left: 0;
}
.uk-root .uk-table-justify th:last-child,
.uk-root .uk-table-justify td:last-child {
  padding-right: 0;
}
.uk-root .uk-table-shrink {
  width: 1px;
}
.uk-root .uk-table-expand {
  min-width: 150px;
}
.uk-root .uk-table-link {
  padding: 0 !important;
}
.uk-root .uk-table-link > a {
  display: block;
  padding: 16px 12px;
}
.uk-root .uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}
@media (max-width: 997px) {
  .uk-root .uk-table-responsive,
  .uk-root .uk-table-responsive tbody,
  .uk-root .uk-table-responsive th,
  .uk-root .uk-table-responsive td,
  .uk-root .uk-table-responsive tr {
    display: block;
  }
  .uk-root .uk-table-responsive thead {
    display: none;
  }
  .uk-root .uk-table-responsive th,
  .uk-root .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-root .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-root .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-root .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-root .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-root .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-root .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-root .uk-table-justify.uk-table-responsive th,
  .uk-root .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.uk-root .uk-table tbody tr {
  transition: background-color 0.1s linear;
}
.uk-root .uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}
.uk-root button.uk-icon:not(:disabled) {
  cursor: pointer;
}
.uk-root .uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-root .uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-root .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}
.uk-root .uk-icon > * {
  transform: translate(0, 0);
}
.uk-root .uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.uk-root .uk-icon-link {
  color: #999;
}
.uk-root .uk-icon-link:hover,
.uk-root .uk-icon-link:focus {
  color: #666;
  outline: none;
}
.uk-root .uk-icon-link:active,
.uk-root .uk-active > .uk-icon-link {
  color: #595959;
}
.uk-root .uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-root .uk-icon-button:hover,
.uk-root .uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666;
  outline: none;
}
.uk-root .uk-icon-button:active,
.uk-root .uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666;
}
.uk-root .uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0;
}
.uk-root .uk-range:focus {
  outline: none;
}
.uk-root .uk-range::-moz-focus-outer {
  border: none;
}
.uk-root .uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.uk-root .uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}
.uk-root .uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}
.uk-root .uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}
.uk-root .uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
.uk-root .uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
.uk-root .uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
.uk-root .uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
.uk-root .uk-range::-ms-tooltip {
  display: none;
}
.uk-root .uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-root .uk-range:focus::-webkit-slider-runnable-track,
.uk-root .uk-range:active::-webkit-slider-runnable-track {
  background: #d2d2d2;
}
.uk-root .uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-root .uk-range:focus::-moz-range-track {
  background: #d2d2d2;
}
.uk-root .uk-range::-ms-fill-lower,
.uk-root .uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-root .uk-range:focus::-ms-fill-lower,
.uk-root .uk-range:focus::-ms-fill-upper {
  background: #d2d2d2;
}
.uk-root .uk-input,
.uk-root .uk-select,
.uk-root .uk-textarea,
.uk-root .uk-radio,
.uk-root .uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}
.uk-root .uk-input {
  overflow: visible;
}
.uk-root .uk-select {
  text-transform: none;
}
.uk-root .uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
.uk-root .uk-textarea {
  overflow: auto;
}
.uk-root .uk-input[type="search"]::-webkit-search-cancel-button,
.uk-root .uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-root .uk-input[type="number"]::-webkit-inner-spin-button,
.uk-root .uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.uk-root .uk-input::-moz-placeholder,
.uk-root .uk-textarea::-moz-placeholder {
  opacity: 1;
}
.uk-root .uk-radio:not(:disabled),
.uk-root .uk-checkbox:not(:disabled) {
  cursor: pointer;
}
.uk-root .uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.uk-root .uk-input,
.uk-root .uk-textarea {
  -webkit-appearance: none;
}
.uk-root .uk-input,
.uk-root .uk-select,
.uk-root .uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}
.uk-root .uk-input,
.uk-root .uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}
.uk-root .uk-input:not(input),
.uk-root .uk-select:not(select) {
  line-height: 38px;
}
.uk-root .uk-select[multiple],
.uk-root .uk-select[size],
.uk-root .uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
.uk-root .uk-input:focus,
.uk-root .uk-select:focus,
.uk-root .uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #444;
}
.uk-root .uk-input:disabled,
.uk-root .uk-select:disabled,
.uk-root .uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}
.uk-root .uk-input::-ms-input-placeholder {
  color: #999 !important;
}
.uk-root .uk-input::placeholder {
  color: #999;
}
.uk-root .uk-textarea::-ms-input-placeholder {
  color: #999 !important;
}
.uk-root .uk-textarea::placeholder {
  color: #999;
}
.uk-root .uk-form-small {
  font-size: 0.875rem;
}
.uk-root .uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
.uk-root .uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}
.uk-root .uk-form-large {
  font-size: 1.15rem;
}
.uk-root .uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
.uk-root .uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}
.uk-root .uk-form-danger,
.uk-root .uk-form-danger:focus {
  color: #d50000;
  border-color: #d50000;
}
.uk-root .uk-form-success,
.uk-root .uk-form-success:focus {
  color: #367f00;
  border-color: #367f00;
}
.uk-root .uk-form-blank {
  background: none;
  border-color: transparent;
}
.uk-root .uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}
.uk-root input.uk-form-width-xsmall {
  width: 50px;
}
.uk-root select.uk-form-width-xsmall {
  width: 75px;
}
.uk-root .uk-form-width-small {
  width: 130px;
}
.uk-root .uk-form-width-medium {
  width: 200px;
}
.uk-root .uk-form-width-large {
  width: 500px;
}
.uk-root .uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("/foundation/images/uikit/backgrounds/form-select.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-root .uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}
.uk-root .uk-select:not([multiple]):not([size]) option {
  color: #444;
}
.uk-root .uk-select:not([multiple]):not([size]):disabled {
  background-image: url("/foundation/images/uikit/backgrounds/form-select.svg");
}
.uk-root .uk-radio,
.uk-root .uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: #fff;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
.uk-root .uk-radio {
  border-radius: 50%;
}
.uk-root .uk-radio:focus,
.uk-root .uk-checkbox:focus {
  outline: none;
  border-color: #444;
}
.uk-root .uk-radio:checked,
.uk-root .uk-checkbox:checked,
.uk-root .uk-checkbox:indeterminate {
  background-color: #444;
  border-color: #111;
}
.uk-root .uk-radio:checked:focus,
.uk-root .uk-checkbox:checked:focus,
.uk-root .uk-checkbox:indeterminate:focus {
  background-color: #2b2b2b;
}
.uk-root .uk-radio:checked {
  background-image: url("/foundation/images/uikit/backgrounds/form-radio.svg");
}
.uk-root .uk-checkbox:checked {
  background-image: url("/foundation/images/uikit/backgrounds/form-checkbox.svg");
}
.uk-root .uk-checkbox:indeterminate {
  background-image: url("/foundation/images/uikit/backgrounds/form-checkbox-indeterminate.svg");
}
.uk-root .uk-radio:disabled,
.uk-root .uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.uk-root .uk-radio:disabled:checked {
  background-image: url("/foundation/images/uikit/backgrounds/form-radio.svg");
}
.uk-root .uk-checkbox:disabled:checked {
  background-image: url("/foundation/images/uikit/backgrounds/form-checkbox.svg");
}
.uk-root .uk-checkbox:disabled:indeterminate {
  background-image: url("/foundation/images/uikit/backgrounds/form-checkbox-indeterminate.svg");
}
.uk-root .uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-root .uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}
.uk-root .uk-form-custom select,
.uk-root .uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}
.uk-root .uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}
.uk-root .uk-form-label {
  color: #333;
  font-size: 0.875rem;
}
.uk-root .uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 997px) {
  .uk-root {
    /* Behave like `uk-form-stacked` */
  }
  .uk-root .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 998px) {
  .uk-root {
    /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  }
  .uk-root .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-root .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-root .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
.uk-root .uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}
.uk-root .uk-form-icon:hover {
  color: #666;
}
.uk-root .uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.uk-root .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}
.uk-root .uk-form-icon-flip {
  right: 0;
  left: auto;
}
.uk-root .uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}
.uk-root .uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 18px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 7 */
  line-height: 38px;
  /* 8 */
  text-align: center;
  /* 9 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
.uk-root .uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-root .uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-root .uk-button:hover {
  /* 9 */
  text-decoration: none;
}
.uk-root .uk-button:focus {
  outline: none;
}
.uk-root .uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
.uk-root .uk-button-default:hover,
.uk-root .uk-button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}
.uk-root .uk-button-default:active,
.uk-root .uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}
.uk-root .uk-button-primary {
  background-color: #444;
  color: #fff;
  border: 1px solid transparent;
}
.uk-root .uk-button-primary:hover,
.uk-root .uk-button-primary:focus {
  background-color: #373737;
  color: #fff;
}
.uk-root .uk-button-primary:active,
.uk-root .uk-button-primary.uk-active {
  background-color: #2b2b2b;
  color: #fff;
}
.uk-root .uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}
.uk-root .uk-button-secondary:hover,
.uk-root .uk-button-secondary:focus {
  background-color: #151515;
  color: #fff;
}
.uk-root .uk-button-secondary:active,
.uk-root .uk-button-secondary.uk-active {
  background-color: #080808;
  color: #fff;
}
.uk-root .uk-button-danger {
  background-color: #d50000;
  color: #fff;
  border: 1px solid transparent;
}
.uk-root .uk-button-danger:hover,
.uk-root .uk-button-danger:focus {
  background-color: #bc0000;
  color: #fff;
}
.uk-root .uk-button-danger:active,
.uk-root .uk-button-danger.uk-active {
  background-color: #a20000;
  color: #fff;
}
.uk-root .uk-button-default:disabled,
.uk-root .uk-button-primary:disabled,
.uk-root .uk-button-secondary:disabled,
.uk-root .uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-root .uk-button-small {
  padding: 0 9px;
  line-height: 28px;
  font-size: 0.875rem;
}
.uk-root .uk-button-large {
  padding: 0 27px;
  line-height: 53px;
  font-size: 0.875rem;
}
.uk-root .uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.25;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}
.uk-root .uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right 0.3s ease-out;
}
.uk-root .uk-button-text:hover,
.uk-root .uk-button-text:focus {
  color: #333;
}
.uk-root .uk-button-text:hover::before,
.uk-root .uk-button-text:focus::before {
  right: 0;
}
.uk-root .uk-button-text:disabled {
  color: #999;
}
.uk-root .uk-button-text:disabled::before {
  display: none;
}
.uk-root .uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.25;
  background: none;
  /* 2 */
  color: #999;
}
.uk-root .uk-button-link:hover,
.uk-root .uk-button-link:focus {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}
.uk-root .uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}
.uk-root .uk-button-group > .uk-button:nth-child(n+2),
.uk-root .uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}
.uk-root .uk-button-group .uk-button:hover,
.uk-root .uk-button-group .uk-button:focus,
.uk-root .uk-button-group .uk-button:active,
.uk-root .uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}
.uk-root .uk-section {
  box-sizing: border-box;
  /* 1 */
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 998px) {
  .uk-root .uk-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.uk-root .uk-section::before,
.uk-root .uk-section::after {
  content: "";
  display: table;
}
.uk-root .uk-section::after {
  clear: both;
}
.uk-root .uk-section > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-section-xsmall {
  padding-top: 12px;
  padding-bottom: 12px;
}
.uk-root .uk-section-small {
  padding-top: 24px;
  padding-bottom: 24px;
}
.uk-root .uk-section-large {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 998px) {
  .uk-root .uk-section-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.uk-root .uk-section-xlarge {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 998px) {
  .uk-root .uk-section-xlarge {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.uk-root .uk-section-default {
  background: #fff;
}
.uk-root .uk-section-muted {
  background: #f8f8f8;
}
.uk-root .uk-section-primary {
  background: #444;
}
.uk-root .uk-section-secondary {
  background: #222;
}
.uk-root .uk-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .uk-root .uk-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.uk-root .uk-container::before,
.uk-root .uk-container::after {
  content: "";
  display: table;
}
.uk-root .uk-container::after {
  clear: both;
}
.uk-root .uk-container > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}
.uk-root .uk-container-xsmall {
  max-width: 750px;
}
.uk-root .uk-container-small {
  max-width: 900px;
}
.uk-root .uk-container-large {
  max-width: 1600px;
}
.uk-root .uk-container-expand {
  max-width: none;
}
.uk-root .uk-container-expand-left {
  margin-left: 0;
}
.uk-root .uk-container-expand-right {
  margin-right: 0;
}
@media (min-width: 640px) {
  .uk-root .uk-container-expand-left.uk-container-xsmall,
  .uk-root .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 18px);
  }
  .uk-root .uk-container-expand-left.uk-container-small,
  .uk-root .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 18px);
  }
}
@media (min-width: 998px) {
  .uk-root .uk-container-expand-left,
  .uk-root .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 27px);
  }
  .uk-root .uk-container-expand-left.uk-container-xsmall,
  .uk-root .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 27px);
  }
  .uk-root .uk-container-expand-left.uk-container-small,
  .uk-root .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 27px);
  }
  .uk-root .uk-container-expand-left.uk-container-large,
  .uk-root .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1600px / 2) - 27px);
  }
}
.uk-root .uk-container-item-padding-remove-left,
.uk-root .uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}
.uk-root .uk-container-item-padding-remove-left {
  margin-left: -15px;
}
.uk-root .uk-container-item-padding-remove-right {
  margin-right: -15px;
}
@media (min-width: 640px) {
  .uk-root .uk-container-item-padding-remove-left,
  .uk-root .uk-container-item-padding-remove-right {
    width: calc(100% + 18px);
  }
  .uk-root .uk-container-item-padding-remove-left {
    margin-left: -18px;
  }
  .uk-root .uk-container-item-padding-remove-right {
    margin-right: -18px;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-container-item-padding-remove-left,
  .uk-root .uk-container-item-padding-remove-right {
    width: calc(100% + 27px);
  }
  .uk-root .uk-container-item-padding-remove-left {
    margin-left: -27px;
  }
  .uk-root .uk-container-item-padding-remove-right {
    margin-right: -27px;
  }
}
.uk-root .uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-root .uk-grid > * {
  margin: 0;
}
.uk-root .uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-grid {
  margin-left: -18px;
}
.uk-root .uk-grid > * {
  padding-left: 18px;
}
.uk-root .uk-grid + .uk-grid,
.uk-root .uk-grid > .uk-grid-margin,
.uk-root * + .uk-grid-margin {
  margin-top: 18px;
}
@media (min-width: 1200px) {
  .uk-root {
    /* Horizontal */
    /* Vertical */
  }
  .uk-root .uk-grid {
    margin-left: -27px;
  }
  .uk-root .uk-grid > * {
    padding-left: 27px;
  }
  .uk-root .uk-grid + .uk-grid,
  .uk-root .uk-grid > .uk-grid-margin,
  .uk-root * + .uk-grid-margin {
    margin-top: 27px;
  }
}
.uk-root .uk-grid-small {
  margin-left: -9px;
}
.uk-root .uk-grid-small > * {
  padding-left: 9px;
}
.uk-root .uk-grid + .uk-grid-small,
.uk-root .uk-grid-small > .uk-grid-margin,
.uk-root * + .uk-grid-margin-small {
  margin-top: 9px;
}
.uk-root .uk-grid-medium {
  margin-left: -18px;
}
.uk-root .uk-grid-medium > * {
  padding-left: 18px;
}
.uk-root .uk-grid + .uk-grid-medium,
.uk-root .uk-grid-medium > .uk-grid-margin,
.uk-root * + .uk-grid-margin-medium {
  margin-top: 18px;
}
.uk-root .uk-grid-large {
  margin-left: -27px;
}
.uk-root .uk-grid-large > * {
  padding-left: 27px;
}
.uk-root .uk-grid + .uk-grid-large,
.uk-root .uk-grid-large > .uk-grid-margin,
.uk-root * + .uk-grid-margin-large {
  margin-top: 27px;
}
@media (min-width: 1200px) {
  .uk-root {
    /* Horizontal */
    /* Vertical */
  }
  .uk-root .uk-grid-large {
    margin-left: -56px;
  }
  .uk-root .uk-grid-large > * {
    padding-left: 56px;
  }
  .uk-root .uk-grid + .uk-grid-large,
  .uk-root .uk-grid-large > .uk-grid-margin,
  .uk-root * + .uk-grid-margin-large {
    margin-top: 56px;
  }
}
.uk-root .uk-grid-collapse {
  margin-left: 0;
}
.uk-root .uk-grid-collapse > * {
  padding-left: 0;
}
.uk-root .uk-grid + .uk-grid-collapse,
.uk-root .uk-grid-collapse > .uk-grid-margin {
  margin-top: 0;
}
.uk-root .uk-grid-divider > * {
  position: relative;
}
.uk-root .uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
.uk-root .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-grid-divider {
  margin-left: -36px;
}
.uk-root .uk-grid-divider > * {
  padding-left: 36px;
}
.uk-root .uk-grid-divider > :not(.uk-first-column)::before {
  left: 18px;
}
.uk-root .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 36px;
}
.uk-root .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -18px;
  left: 36px;
}
@media (min-width: 1200px) {
  .uk-root {
    /* Horizontal */
    /* Vertical */
  }
  .uk-root .uk-grid-divider {
    margin-left: -54px;
  }
  .uk-root .uk-grid-divider > * {
    padding-left: 54px;
  }
  .uk-root .uk-grid-divider > :not(.uk-first-column)::before {
    left: 27px;
  }
  .uk-root .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 54px;
  }
  .uk-root .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -27px;
    left: 54px;
  }
}
.uk-root .uk-grid-divider.uk-grid-small {
  margin-left: -18px;
}
.uk-root .uk-grid-divider.uk-grid-small > * {
  padding-left: 18px;
}
.uk-root .uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
  left: 9px;
}
.uk-root .uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 18px;
}
.uk-root .uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -9px;
  left: 18px;
}
.uk-root .uk-grid-divider.uk-grid-medium {
  margin-left: -36px;
}
.uk-root .uk-grid-divider.uk-grid-medium > * {
  padding-left: 36px;
}
.uk-root .uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
  left: 18px;
}
.uk-root .uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 36px;
}
.uk-root .uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -18px;
  left: 36px;
}
.uk-root .uk-grid-divider.uk-grid-large {
  margin-left: -54px;
}
.uk-root .uk-grid-divider.uk-grid-large > * {
  padding-left: 54px;
}
.uk-root .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
  left: 27px;
}
.uk-root .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 54px;
}
.uk-root .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -27px;
  left: 54px;
}
@media (min-width: 1200px) {
  .uk-root {
    /* Horizontal */
    /* Vertical */
  }
  .uk-root .uk-grid-divider.uk-grid-large {
    margin-left: -112px;
  }
  .uk-root .uk-grid-divider.uk-grid-large > * {
    padding-left: 112px;
  }
  .uk-root .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
    left: 56px;
  }
  .uk-root .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 112px;
  }
  .uk-root .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -56px;
    left: 112px;
  }
}
.uk-root .uk-grid-match > *,
.uk-root .uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}
.uk-root .uk-grid-match > * > :not([class*='uk-width']),
.uk-root .uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}
.uk-root .uk-tile {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 640px) {
  .uk-root .uk-tile {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-tile {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.uk-root .uk-tile::before,
.uk-root .uk-tile::after {
  content: "";
  display: table;
}
.uk-root .uk-tile::after {
  clear: both;
}
.uk-root .uk-tile > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-tile-xsmall {
  padding-top: 12px;
  padding-bottom: 12px;
}
.uk-root .uk-tile-small {
  padding-top: 24px;
  padding-bottom: 24px;
}
.uk-root .uk-tile-large {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 998px) {
  .uk-root .uk-tile-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.uk-root .uk-tile-xlarge {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 998px) {
  .uk-root .uk-tile-xlarge {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.uk-root .uk-tile-default {
  background: #fff;
}
.uk-root .uk-tile-muted {
  background: #f8f8f8;
}
.uk-root .uk-tile-primary {
  background: #444;
}
.uk-root .uk-tile-secondary {
  background: #222;
}
.uk-root .uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}
.uk-root .uk-card-body {
  padding: 18px 18px;
}
.uk-root .uk-card-header {
  padding: 9px 18px;
}
.uk-root .uk-card-footer {
  padding: 9px 18px;
}
@media (min-width: 1200px) {
  .uk-root .uk-card-body {
    padding: 27px 27px;
  }
  .uk-root .uk-card-header {
    padding: 14px 27px;
  }
  .uk-root .uk-card-footer {
    padding: 14px 27px;
  }
}
.uk-root .uk-card-body::before,
.uk-root .uk-card-body::after,
.uk-root .uk-card-header::before,
.uk-root .uk-card-header::after,
.uk-root .uk-card-footer::before,
.uk-root .uk-card-footer::after {
  content: "";
  display: table;
}
.uk-root .uk-card-body::after,
.uk-root .uk-card-header::after,
.uk-root .uk-card-footer::after {
  clear: both;
}
.uk-root .uk-card-body > :last-child,
.uk-root .uk-card-header > :last-child,
.uk-root .uk-card-footer > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-root .uk-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
}
.uk-root .uk-card-badge:first-child + * {
  margin-top: 0;
}
.uk-root .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-root .uk-card-default {
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-root .uk-card-default .uk-card-title {
  color: #333;
}
.uk-root .uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-root .uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-card-primary {
  background: #444;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-root .uk-card-primary .uk-card-title {
  color: #fff;
}
.uk-root .uk-card-primary.uk-card-hover:hover {
  background-color: #444;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-root .uk-card-secondary {
  background: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-root .uk-card-secondary .uk-card-title {
  color: #fff;
}
.uk-root .uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-root .uk-card-small.uk-card-body,
.uk-root .uk-card-small .uk-card-body {
  padding: 12px 12px;
}
.uk-root .uk-card-small .uk-card-header {
  padding: 8px 12px;
}
.uk-root .uk-card-small .uk-card-footer {
  padding: 8px 12px;
}
@media (min-width: 1200px) {
  .uk-root .uk-card-large.uk-card-body,
  .uk-root .uk-card-large .uk-card-body {
    padding: 56px 56px;
  }
  .uk-root .uk-card-large .uk-card-header {
    padding: 28px 56px;
  }
  .uk-root .uk-card-large .uk-card-footer {
    padding: 28px 56px;
  }
}
.uk-root .uk-card-body > .uk-nav-default {
  margin-left: -18px;
  margin-right: -18px;
}
.uk-root .uk-card-body > .uk-nav-default:only-child {
  margin-top: -3px;
  margin-bottom: -3px;
}
.uk-root .uk-card-body .uk-nav-default > li > a,
.uk-root .uk-card-body .uk-nav-default .uk-nav-header,
.uk-root .uk-card-body .uk-nav-default .uk-nav-divider {
  padding-left: 18px;
  padding-right: 18px;
}
.uk-root .uk-card-body .uk-nav-default .uk-nav-sub {
  padding-left: 33px;
}
@media (min-width: 1200px) {
  .uk-root .uk-card-body > .uk-nav-default {
    margin-left: -27px;
    margin-right: -27px;
  }
  .uk-root .uk-card-body > .uk-nav-default:only-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .uk-root .uk-card-body .uk-nav-default > li > a,
  .uk-root .uk-card-body .uk-nav-default .uk-nav-header,
  .uk-root .uk-card-body .uk-nav-default .uk-nav-divider {
    padding-left: 27px;
    padding-right: 27px;
  }
  .uk-root .uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 42px;
  }
}
.uk-root .uk-card-small > .uk-nav-default {
  margin-left: -12px;
  margin-right: -12px;
}
.uk-root .uk-card-small > .uk-nav-default:only-child {
  margin-top: 3px;
  margin-bottom: 3px;
}
.uk-root .uk-card-small .uk-nav-default > li > a,
.uk-root .uk-card-small .uk-nav-default .uk-nav-header,
.uk-root .uk-card-small .uk-nav-default .uk-nav-divider {
  padding-left: 12px;
  padding-right: 12px;
}
.uk-root .uk-card-small .uk-nav-default .uk-nav-sub {
  padding-left: 27px;
}
@media (min-width: 1200px) {
  .uk-root .uk-card-large > .uk-nav-default {
    margin: 0;
  }
  .uk-root .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }
  .uk-root .uk-card-large .uk-nav-default > li > a,
  .uk-root .uk-card-large .uk-nav-default .uk-nav-header,
  .uk-root .uk-card-large .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0;
  }
  .uk-root .uk-card-large .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }
}
.uk-root .uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}
.uk-root .uk-close:hover,
.uk-root .uk-close:focus {
  color: #666;
  outline: none;
}
.uk-root .uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}
@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.uk-root .uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}
@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
.uk-root .uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}
.uk-root .uk-totop:hover,
.uk-root .uk-totop:focus {
  color: #666;
  outline: none;
}
.uk-root .uk-totop:active {
  color: #333;
}
.uk-root .uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}
.uk-root .uk-marker:hover,
.uk-root .uk-marker:focus {
  color: #fff;
  outline: none;
}
.uk-root .uk-alert {
  position: relative;
  margin-bottom: 12px;
  padding: 9px 23px 9px 9px;
  background: #f8f8f8;
  color: #666;
}
.uk-root * + .uk-alert {
  margin-top: 12px;
}
.uk-root .uk-alert > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-alert-close {
  position: absolute;
  top: 14px;
  right: 9px;
  color: inherit;
  opacity: 0.4;
}
.uk-root .uk-alert-close:first-child + * {
  margin-top: 0;
}
.uk-root .uk-alert-close:hover,
.uk-root .uk-alert-close:focus {
  color: inherit;
  opacity: 0.8;
}
.uk-root .uk-alert-primary {
  background: #c2c2c2;
  color: #444;
}
.uk-root .uk-alert-success {
  background: #c9ddbb;
  color: #367f00;
}
.uk-root .uk-alert-warning {
  background: #ffddc5;
  color: #ff710a;
}
.uk-root .uk-alert-danger {
  background: #fff;
  color: #d50000;
  border: 2px solid;
}
.uk-root .uk-alert h1,
.uk-root .uk-alert h2,
.uk-root .uk-alert h3,
.uk-root .uk-alert h4,
.uk-root .uk-alert h5,
.uk-root .uk-alert h6 {
  color: inherit;
}
.uk-root .uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-root .uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}
.uk-root .uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #444;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-root .uk-badge:hover,
.uk-root .uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.uk-root .uk-label {
  display: inline-block;
  padding: 0 8px;
  background: #444;
  line-height: 1.25;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
.uk-root .uk-label-success {
  background-color: #367f00;
  color: #fff;
}
.uk-root .uk-label-warning {
  background-color: #ff710a;
  color: #fff;
}
.uk-root .uk-label-danger {
  background-color: #d50000;
  color: #fff;
}
.uk-root .uk-overlay {
  padding: 18px 18px;
}
.uk-root .uk-overlay > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}
.uk-root .uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}
.uk-root .uk-article::before,
.uk-root .uk-article::after {
  content: "";
  display: table;
}
.uk-root .uk-article::after {
  clear: both;
}
.uk-root .uk-article > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-article + .uk-article {
  margin-top: 48px;
}
.uk-root .uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}
@media (min-width: 998px) {
  .uk-root .uk-article-title {
    font-size: 2.625rem;
  }
}
.uk-root .uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-root .uk-article-meta a {
  color: #999;
}
.uk-root .uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.uk-root .uk-comment-header {
  margin-bottom: 12px;
}
.uk-root .uk-comment-body::before,
.uk-root .uk-comment-body::after,
.uk-root .uk-comment-header::before,
.uk-root .uk-comment-header::after {
  content: "";
  display: table;
}
.uk-root .uk-comment-body::after,
.uk-root .uk-comment-header::after {
  clear: both;
}
.uk-root .uk-comment-body > :last-child,
.uk-root .uk-comment-header > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-comment-title {
  font-size: 1.15rem;
  line-height: 1.4;
}
.uk-root .uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-root .uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-root .uk-comment-list > :nth-child(n+2) {
  margin-top: 48px;
}
.uk-root .uk-comment-list .uk-comment ~ ul {
  margin: 48px 0 0 0;
  padding-left: 30px;
  list-style: none;
}
@media (min-width: 998px) {
  .uk-root .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}
.uk-root .uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 48px;
}
.uk-root .uk-comment-primary {
  padding: 18px;
  background-color: #f8f8f8;
}
.uk-root .uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}
.uk-root .uk-search-input::-webkit-search-cancel-button,
.uk-root .uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-root .uk-search-input::-moz-placeholder {
  opacity: 1;
}
.uk-root .uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #666;
}
.uk-root .uk-search-input:focus {
  outline: none;
}
.uk-root .uk-search-input:-ms-input-placeholder {
  color: #999 !important;
}
.uk-root .uk-search-input::placeholder {
  color: #999;
}
.uk-root .uk-search-icon:focus {
  outline: none;
}
.uk-root .uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}
.uk-root .uk-search .uk-search-icon:hover {
  color: #999;
}
.uk-root .uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.uk-root .uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}
.uk-root .uk-search-default {
  width: 180px;
}
.uk-root .uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.uk-root .uk-search-default .uk-search-input:focus {
  background-color: transparent;
}
.uk-root .uk-search-default .uk-search-icon {
  width: 40px;
}
.uk-root .uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}
.uk-root .uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}
.uk-root .uk-search-navbar {
  width: 400px;
}
.uk-root .uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}
.uk-root .uk-search-navbar .uk-search-icon {
  width: 40px;
}
.uk-root .uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}
.uk-root .uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}
.uk-root .uk-search-large {
  width: 500px;
}
.uk-root .uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}
.uk-root .uk-search-large .uk-search-icon {
  width: 80px;
}
.uk-root .uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}
.uk-root .uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}
.uk-root .uk-search-toggle {
  color: #999;
}
.uk-root .uk-search-toggle:hover,
.uk-root .uk-search-toggle:focus {
  color: #666;
}
.uk-root .uk-nav,
.uk-root .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-root .uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-root .uk-nav li > a:focus {
  outline: none;
}
.uk-root .uk-nav > li > a {
  padding: 5px 0;
}
.uk-root ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}
.uk-root .uk-nav-sub ul {
  padding-left: 15px;
}
.uk-root .uk-nav-sub a {
  padding: 2px 0;
}
.uk-root .uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  float: right;
  background-image: url("../../images/backgrounds/nav-parent-close.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-root .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("../../images/backgrounds/nav-parent-open.svg");
}
.uk-root .uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.uk-root .uk-nav-header:not(:first-child) {
  margin-top: 12px;
}
.uk-root .uk-nav-divider {
  margin: 5px 0;
}
.uk-root .uk-nav-default {
  font-size: 0.875rem;
}
.uk-root .uk-nav-default > li > a {
  color: #999;
}
.uk-root .uk-nav-default > li > a:hover,
.uk-root .uk-nav-default > li > a:focus {
  color: #666;
}
.uk-root .uk-nav-default > li.uk-active > a {
  color: #333;
}
.uk-root .uk-nav-default .uk-nav-header {
  color: #333;
}
.uk-root .uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-nav-default .uk-nav-sub a {
  color: #999;
}
.uk-root .uk-nav-default .uk-nav-sub a:hover,
.uk-root .uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
.uk-root .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}
.uk-root .uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #999;
}
.uk-root .uk-nav-primary > li > a:hover,
.uk-root .uk-nav-primary > li > a:focus {
  color: #666;
}
.uk-root .uk-nav-primary > li.uk-active > a {
  color: #333;
}
.uk-root .uk-nav-primary .uk-nav-header {
  color: #333;
}
.uk-root .uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-nav-primary .uk-nav-sub a {
  color: #999;
}
.uk-root .uk-nav-primary .uk-nav-sub a:hover,
.uk-root .uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
.uk-root .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}
.uk-root .uk-nav-center {
  text-align: center;
}
.uk-root .uk-nav-center .uk-nav-sub,
.uk-root .uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}
.uk-root .uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}
.uk-root .uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}
.uk-root .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}
.uk-root .uk-navbar-container > ::before,
.uk-root .uk-navbar-container > ::after {
  display: none !important;
}
.uk-root .uk-navbar-left,
.uk-root .uk-navbar-right,
.uk-root .uk-navbar-center,
.uk-root .uk-navbar-center-left > *,
.uk-root .uk-navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center;
}
.uk-root .uk-navbar-right {
  margin-left: auto;
}
.uk-root .uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}
.uk-root .uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  z-index: 990;
}
.uk-root .uk-navbar-center:not(:only-child) .uk-navbar-nav > li > a,
.uk-root .uk-navbar-center:not(:only-child) .uk-navbar-item,
.uk-root .uk-navbar-center:not(:only-child) .uk-navbar-toggle {
  white-space: nowrap;
}
.uk-root .uk-navbar-center-left,
.uk-root .uk-navbar-center-right {
  position: absolute;
  top: 0;
}
.uk-root .uk-navbar-center-left {
  right: 100%;
}
.uk-root .uk-navbar-center-right {
  left: 100%;
}
.uk-root [class*='uk-navbar-center-'] .uk-navbar-nav > li > a,
.uk-root [class*='uk-navbar-center-'] .uk-navbar-item,
.uk-root [class*='uk-navbar-center-'] .uk-navbar-toggle {
  white-space: nowrap;
}
.uk-root .uk-navbar-nav {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-root .uk-navbar-left,
.uk-root .uk-navbar-right,
.uk-root .uk-navbar-center:only-child {
  flex-wrap: wrap;
}
.uk-root .uk-navbar-nav > li > a,
.uk-root .uk-navbar-item,
.uk-root .uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 3 */
  font-size: 0.875rem;
  font-family: "PT Sans", sans-serif;
  /* 4 */
  text-decoration: none;
}
.uk-root .uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-root .uk-navbar-nav > li:hover > a,
.uk-root .uk-navbar-nav > li > a:focus,
.uk-root .uk-navbar-nav > li > a.uk-open {
  color: #666;
  outline: none;
}
.uk-root .uk-navbar-nav > li > a:active {
  color: #333;
}
.uk-root .uk-navbar-nav > li.uk-active > a {
  color: #333;
}
.uk-root .uk-navbar-item {
  color: #666;
}
.uk-root .uk-navbar-toggle {
  color: #999;
}
.uk-root .uk-navbar-toggle:hover,
.uk-root .uk-navbar-toggle:focus,
.uk-root .uk-navbar-toggle.uk-open {
  color: #666;
  outline: none;
  text-decoration: none;
}
.uk-root .uk-navbar-subtitle {
  font-size: 0.875rem;
}
.uk-root .uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-root .uk-navbar-dropdown.uk-open {
  display: block;
}
.uk-root [class*='uk-navbar-dropdown-top'] {
  margin-top: -15px;
}
.uk-root [class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px;
}
.uk-root [class*='uk-navbar-dropdown-left'] {
  margin-left: -15px;
}
.uk-root [class*='uk-navbar-dropdown-right'] {
  margin-left: 15px;
}
.uk-root .uk-navbar-dropdown-grid {
  margin-left: -50px;
}
.uk-root .uk-navbar-dropdown-grid > * {
  padding-left: 50px;
}
.uk-root .uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px;
}
.uk-root .uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important;
}
.uk-root .uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px;
}
.uk-root .uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px;
}
.uk-root .uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px;
}
.uk-root .uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px;
}
.uk-root .uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.uk-root .uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}
.uk-root .uk-navbar-dropdown-nav > li > a {
  color: #999;
}
.uk-root .uk-navbar-dropdown-nav > li > a:hover,
.uk-root .uk-navbar-dropdown-nav > li > a:focus {
  color: #666;
}
.uk-root .uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}
.uk-root .uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}
.uk-root .uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-root .uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-root .uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
.uk-root .uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}
.uk-root .uk-navbar-dropbar {
  background: #fff;
}
.uk-root .uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}
.uk-root .uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px;
}
.uk-root .uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px;
}
.uk-root .uk-navbar-dropdown-grid > * {
  position: relative;
}
.uk-root .uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5;
}
.uk-root .uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}
.uk-root .uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}
.uk-root .uk-subnav > * > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-root .uk-subnav > * > a:hover,
.uk-root .uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
.uk-root .uk-subnav > .uk-active > a {
  color: #333;
}
.uk-root .uk-subnav-divider > * {
  /* 1 */
  display: flex;
  align-items: center;
}
.uk-root .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5;
}
.uk-root .uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}
.uk-root .uk-subnav-pill > * > a:hover,
.uk-root .uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #666;
}
.uk-root .uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}
.uk-root .uk-subnav-pill > .uk-active > a {
  background-color: #444;
  color: #fff;
}
.uk-root .uk-subnav > .uk-disabled > a {
  color: #999;
}
.uk-root .uk-breadcrumb {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  padding: 0;
  list-style: none;
}
.uk-root .uk-breadcrumb > * {
  flex: none;
}
.uk-root .uk-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999;
}
.uk-root .uk-breadcrumb > * > :hover,
.uk-root .uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
.uk-root .uk-breadcrumb > :last-child > * {
  color: #666;
}
.uk-root .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
}
.uk-root .uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}
.uk-root .uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}
.uk-root .uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  transition: color 0.1s ease-in-out;
}
.uk-root .uk-pagination > * > :hover,
.uk-root .uk-pagination > * > :focus {
  color: #666;
  text-decoration: none;
}
.uk-root .uk-pagination > .uk-active > * {
  color: #666;
}
.uk-root .uk-pagination > .uk-disabled > * {
  color: #999;
}
.uk-root .uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -5px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.uk-root .uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 0;
  border-bottom: 0 solid #e5e5e5;
}
.uk-root .uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 5px;
  /* 3 */
  position: relative;
}
.uk-root .uk-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}
.uk-root .uk-tab > * > a:hover,
.uk-root .uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
}
.uk-root .uk-tab > .uk-active > a {
  color: #333;
  border-color: #444;
}
.uk-root .uk-tab > .uk-disabled > a {
  color: #999;
}
.uk-root .uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}
.uk-root .uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}
.uk-root .uk-tab-left,
.uk-root .uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}
.uk-root .uk-tab-left > *,
.uk-root .uk-tab-right > * {
  padding-left: 0;
}
.uk-root .uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 0 solid #e5e5e5;
  border-bottom: none;
}
.uk-root .uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 0 solid #e5e5e5;
  border-bottom: none;
}
.uk-root .uk-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}
.uk-root .uk-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}
.uk-root .uk-tab .uk-dropdown {
  margin-left: 15px;
}
.uk-root .uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out;
}
.uk-root .uk-slidenav:hover,
.uk-root .uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none;
}
.uk-root .uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}
.uk-root .uk-slidenav-large {
  padding: 10px 10px;
}
.uk-root .uk-slidenav-container {
  display: flex;
}
.uk-root .uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}
.uk-root .uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}
.uk-root .uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}
.uk-root .uk-dotnav > * > :hover,
.uk-root .uk-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent;
}
.uk-root .uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}
.uk-root .uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}
.uk-root .uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}
.uk-root .uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}
.uk-root .uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}
.uk-root .uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}
.uk-root .uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}
.uk-root .uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.1s ease-in-out;
}
.uk-root .uk-thumbnav > * > :hover,
.uk-root .uk-thumbnav > * > :focus {
  outline: none;
}
.uk-root .uk-thumbnav > * > :hover::after,
.uk-root .uk-thumbnav > * > :focus::after {
  background-color: transparent;
}
.uk-root .uk-thumbnav > .uk-active > *::after {
  background-color: transparent;
}
.uk-root .uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}
.uk-root .uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}
.uk-root .uk-accordion {
  padding: 0;
  list-style: none;
}
.uk-root .uk-accordion > :nth-child(n+2) {
  margin-top: 12px;
}
.uk-root .uk-accordion-title {
  display: block;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
.uk-root .uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("../../images/backgrounds/accordion-close.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-open > .uk-root .uk-accordion-title::before {
  background-image: url("../../images/backgrounds/accordion-open.svg");
}
.uk-root .uk-accordion-title:hover,
.uk-root .uk-accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
.uk-root .uk-accordion-content {
  margin-top: 12px;
}
.uk-root .uk-accordion-content::before,
.uk-root .uk-accordion-content::after {
  content: "";
  display: table;
}
.uk-root .uk-accordion-content::after {
  clear: both;
}
.uk-root .uk-accordion-content > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}
.uk-root .uk-drop.uk-open {
  display: block;
}
.uk-root [class*='uk-drop-top'] {
  margin-top: -12px;
}
.uk-root [class*='uk-drop-bottom'] {
  margin-top: 12px;
}
.uk-root [class*='uk-drop-left'] {
  margin-left: -12px;
}
.uk-root [class*='uk-drop-right'] {
  margin-left: 12px;
}
.uk-root .uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}
.uk-root .uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-root .uk-dropdown.uk-open {
  display: block;
}
.uk-root .uk-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem;
}
.uk-root .uk-dropdown-nav > li > a {
  color: #999;
}
.uk-root .uk-dropdown-nav > li > a:hover,
.uk-root .uk-dropdown-nav > li > a:focus,
.uk-root .uk-dropdown-nav > li.uk-active > a {
  color: #666;
}
.uk-root .uk-dropdown-nav .uk-nav-header {
  color: #333;
}
.uk-root .uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-root .uk-dropdown-nav .uk-nav-sub a:hover,
.uk-root .uk-dropdown-nav .uk-nav-sub a:focus,
.uk-root .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}
.uk-root [class*='uk-dropdown-top'] {
  margin-top: -8px;
}
.uk-root [class*='uk-dropdown-bottom'] {
  margin-top: 8px;
}
.uk-root [class*='uk-dropdown-left'] {
  margin-left: -8px;
}
.uk-root [class*='uk-dropdown-right'] {
  margin-left: 8px;
}
.uk-root .uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}
.uk-root .uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
  .uk-root .uk-modal {
    padding: 50px 18px;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-modal {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.uk-root .uk-modal.uk-open {
  opacity: 1;
}
.uk-root .uk-modal-page {
  overflow: hidden;
}
.uk-root .uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}
.uk-root .uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.uk-root .uk-modal-container .uk-modal-dialog {
  width: 1200px;
}
.uk-root .uk-modal-full {
  padding: 0;
  background: none;
}
.uk-root .uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
.uk-root .uk-modal-body {
  padding: 18px 18px;
}
.uk-root .uk-modal-header {
  padding: 9px 18px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .uk-modal-footer {
  padding: 9px 18px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.uk-root .uk-modal-body::before,
.uk-root .uk-modal-body::after,
.uk-root .uk-modal-header::before,
.uk-root .uk-modal-header::after,
.uk-root .uk-modal-footer::before,
.uk-root .uk-modal-footer::after {
  content: "";
  display: table;
}
.uk-root .uk-modal-body::after,
.uk-root .uk-modal-header::after,
.uk-root .uk-modal-footer::after {
  clear: both;
}
.uk-root .uk-modal-body > :last-child,
.uk-root .uk-modal-header > :last-child,
.uk-root .uk-modal-footer > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}
.uk-root [class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 8px;
  right: 8px;
  padding: 5px;
}
.uk-root [class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}
.uk-root .uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: #ffffff;
}
.uk-root .uk-modal-close-outside:hover {
  color: #fff;
}
@media (min-width: 998px) {
  .uk-root {
    /* 1 */
  }
  .uk-root .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
.uk-root .uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 12px;
  background: #fff;
}
.uk-root .uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}
.uk-root .uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}
.uk-root .uk-lightbox-page {
  overflow: hidden;
}
.uk-root .uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}
.uk-root .uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}
.uk-root .uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}
.uk-root .uk-lightbox-items > .uk-active {
  display: flex;
}
.uk-root .uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.uk-root .uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}
.uk-root .uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.uk-root .uk-lightbox-toolbar-icon:hover {
  color: #fff;
}
.uk-root .uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-root .uk-lightbox-button:hover {
  color: #fff;
}
.uk-root .uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}
.uk-root .uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
.uk-root .uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}
.uk-root .uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y;
}
.uk-root .uk-slideshow-items > :not(.uk-active) {
  display: none;
}
.uk-root .uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
.uk-root .uk-slider-container {
  /* 1 */
  overflow: hidden;
}
.uk-root .uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}
.uk-root .uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}
.uk-root .uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}
.uk-root .uk-slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}
.uk-root .uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.uk-root .uk-sticky[class*='uk-animation-'] {
  animation-duration: 0.2s;
}
.uk-root .uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}
.uk-root .uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.uk-root .uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}
.uk-root .uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 12px 12px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 998px) {
  .uk-root .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 27px 27px;
  }
}
.uk-root .uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}
@media (min-width: 998px) {
  .uk-root .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}
.uk-root .uk-open > .uk-offcanvas-bar {
  left: 0;
}
.uk-root .uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}
.uk-root .uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}
.uk-root .uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}
.uk-root .uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}
.uk-root .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}
.uk-root .uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}
.uk-root .uk-open > .uk-offcanvas-reveal {
  width: 270px;
}
@media (min-width: 998px) {
  .uk-root .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
.uk-root .uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}
.uk-root .uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}
.uk-root .uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}
.uk-root .uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}
.uk-root .uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}
.uk-root .uk-offcanvas-page,
.uk-root .uk-offcanvas-container {
  overflow-x: hidden;
}
.uk-root .uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}
.uk-root :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}
.uk-root .uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}
@media (min-width: 998px) {
  .uk-root :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-root .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
.uk-root .uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-root .uk-switcher > :not(.uk-active) {
  display: none;
}
.uk-root .uk-switcher > * > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-leader {
  overflow: hidden;
}
.uk-root .uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 4px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}
.uk-root .uk-leader-fill.uk-leader-hide::after {
  display: none;
}
.uk-root .uk-leader-fill-content::before {
  content: '.';
}
.uk-root :root {
  --uk-leader-fill-content: .;
}
.uk-root .uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -8px;
}
.uk-root .uk-iconnav > * {
  /* 1 */
  padding-left: 8px;
}
.uk-root .uk-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}
.uk-root .uk-iconnav > * > a:hover,
.uk-root .uk-iconnav > * > a:focus {
  color: #666;
  outline: none;
}
.uk-root .uk-iconnav > .uk-active > a {
  color: #666;
}
.uk-root .uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -8px;
}
.uk-root .uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 8px;
}
.uk-root .uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}
.uk-root .uk-notification-top-right,
.uk-root .uk-notification-bottom-right {
  left: auto;
  right: 10px;
}
.uk-root .uk-notification-top-center,
.uk-root .uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}
.uk-root .uk-notification-bottom-left,
.uk-root .uk-notification-bottom-right,
.uk-root .uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}
@media (max-width: 639px) {
  .uk-root .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
.uk-root .uk-notification-message {
  position: relative;
  padding: 9px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.15rem;
  line-height: 1.4;
  cursor: pointer;
}
.uk-root * + .uk-notification-message {
  margin-top: 10px;
}
.uk-root .uk-notification-close {
  display: none;
  position: absolute;
  top: 14px;
  right: 9px;
}
.uk-root .uk-notification-message:hover .uk-notification-close {
  display: block;
}
.uk-root .uk-notification-message-primary {
  color: #444;
}
.uk-root .uk-notification-message-success {
  color: #367f00;
}
.uk-root .uk-notification-message-warning {
  color: #ff710a;
}
.uk-root .uk-notification-message-danger {
  color: #d50000;
}
.uk-root .uk-placeholder {
  margin-bottom: 12px;
  padding: 18px 18px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}
.uk-root * + .uk-placeholder {
  margin-top: 12px;
}
.uk-root .uk-placeholder > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-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: 12px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}
.uk-root * + .uk-progress {
  margin-top: 12px;
}
.uk-root .uk-progress:indeterminate {
  color: transparent;
}
.uk-root .uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
.uk-root .uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}
.uk-root .uk-progress::-webkit-progress-value {
  background-color: #444;
  transition: width 0.6s ease;
}
.uk-root .uk-progress::-moz-progress-bar {
  background-color: #444;
}
.uk-root .uk-progress::-ms-fill {
  background-color: #444;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}
.uk-root .uk-sortable {
  position: relative;
}
.uk-root .uk-sortable svg {
  pointer-events: none;
}
.uk-root .uk-sortable > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none;
}
.uk-root .uk-sortable-placeholder {
  opacity: 0;
}
.uk-root .uk-sortable-empty {
  min-height: 50px;
}
.uk-root .uk-sortable-handle:hover {
  cursor: move;
}
.uk-root .uk-countdown-number,
.uk-root .uk-countdown-separator {
  /* 1 */
  line-height: 70px;
}
.uk-root .uk-countdown-number {
  font-size: 2rem;
}
@media (min-width: 640px) {
  .uk-root .uk-countdown-number {
    font-size: 4rem;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-countdown-number {
    font-size: 6rem;
  }
}
.uk-root .uk-countdown-separator {
  font-size: 1rem;
}
@media (min-width: 640px) {
  .uk-root .uk-countdown-separator {
    font-size: 2rem;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-countdown-separator {
    font-size: 3rem;
  }
}
.uk-root [class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.uk-root .uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
.uk-root .uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none;
}
.uk-root .uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
.uk-root .uk-animation-toggle:focus {
  outline: none;
}
.uk-root .uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.uk-root .uk-animation-scale-up {
  animation-name: uk-fade-scale-02;
}
.uk-root .uk-animation-scale-down {
  animation-name: uk-fade-scale-18;
}
.uk-root .uk-animation-slide-top {
  animation-name: uk-fade-top;
}
.uk-root .uk-animation-slide-bottom {
  animation-name: uk-fade-bottom;
}
.uk-root .uk-animation-slide-left {
  animation-name: uk-fade-left;
}
.uk-root .uk-animation-slide-right {
  animation-name: uk-fade-right;
}
.uk-root .uk-animation-slide-top-small {
  animation-name: uk-fade-top-small;
}
.uk-root .uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
}
.uk-root .uk-animation-slide-left-small {
  animation-name: uk-fade-left-small;
}
.uk-root .uk-animation-slide-right-small {
  animation-name: uk-fade-right-small;
}
.uk-root .uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
}
.uk-root .uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
}
.uk-root .uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium;
}
.uk-root .uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium;
}
.uk-root .uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
}
.uk-root .uk-animation-shake {
  animation-name: uk-shake;
}
.uk-root .uk-animation-fast {
  animation-duration: 0.1s;
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
.uk-root [class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-root .uk-child-width-1-2 > * {
  width: 50%;
}
.uk-root .uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}
.uk-root .uk-child-width-1-4 > * {
  width: 25%;
}
.uk-root .uk-child-width-1-5 > * {
  width: 20%;
}
.uk-root .uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}
.uk-root .uk-child-width-auto > * {
  width: auto;
}
.uk-root .uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}
@media (min-width: 640px) {
  .uk-root .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-root .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-root .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-root .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-root .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-root .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-root .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-root .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-root .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-root .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-root .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-root .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-root .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-root .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-root .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-root .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-root .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-root .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-root .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-root .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-root .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-root .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1600px) {
  .uk-root .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-root .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-root .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-root .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-root .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-root .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-root .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-root .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
.uk-root [class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}
.uk-root .uk-width-1-2 {
  width: 50%;
}
.uk-root .uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}
.uk-root .uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}
.uk-root .uk-width-1-4 {
  width: 25%;
}
.uk-root .uk-width-3-4 {
  width: 75%;
}
.uk-root .uk-width-1-5 {
  width: 20%;
}
.uk-root .uk-width-2-5 {
  width: 40%;
}
.uk-root .uk-width-3-5 {
  width: 60%;
}
.uk-root .uk-width-4-5 {
  width: 80%;
}
.uk-root .uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}
.uk-root .uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}
.uk-root .uk-width-small {
  width: 150px;
}
.uk-root .uk-width-medium {
  width: 300px;
}
.uk-root .uk-width-large {
  width: 450px;
}
.uk-root .uk-width-xlarge {
  width: 600px;
}
.uk-root .uk-width-xxlarge {
  width: 750px;
}
.uk-root .uk-width-auto {
  width: auto;
}
.uk-root .uk-width-expand {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .uk-root {
    /* Whole */
    /* Halves */
    /* Thirds */
    /* Quarters */
    /* Fifths */
    /* Sixths */
    /* Pixel */
    /* Auto */
    /* Expand */
  }
  .uk-root .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-root .uk-width-1-2\@s {
    width: 50%;
  }
  .uk-root .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-root .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  .uk-root .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-root .uk-width-3-4\@s {
    width: 75%;
  }
  .uk-root .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-root .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-root .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-root .uk-width-4-5\@s {
    width: 80%;
  }
  .uk-root .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-root .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  .uk-root .uk-width-small\@s {
    width: 150px;
  }
  .uk-root .uk-width-medium\@s {
    width: 300px;
  }
  .uk-root .uk-width-large\@s {
    width: 450px;
  }
  .uk-root .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-root .uk-width-xxlarge\@s {
    width: 750px;
  }
  .uk-root .uk-width-auto\@s {
    width: auto;
  }
  .uk-root .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 998px) {
  .uk-root {
    /* Whole */
    /* Halves */
    /* Thirds */
    /* Quarters */
    /* Fifths */
    /* Sixths */
    /* Pixel */
    /* Auto */
    /* Expand */
  }
  .uk-root .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-root .uk-width-1-2\@m {
    width: 50%;
  }
  .uk-root .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-root .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  .uk-root .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-root .uk-width-3-4\@m {
    width: 75%;
  }
  .uk-root .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-root .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-root .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-root .uk-width-4-5\@m {
    width: 80%;
  }
  .uk-root .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-root .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  .uk-root .uk-width-small\@m {
    width: 150px;
  }
  .uk-root .uk-width-medium\@m {
    width: 300px;
  }
  .uk-root .uk-width-large\@m {
    width: 450px;
  }
  .uk-root .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-root .uk-width-xxlarge\@m {
    width: 750px;
  }
  .uk-root .uk-width-auto\@m {
    width: auto;
  }
  .uk-root .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1200px) {
  .uk-root {
    /* Whole */
    /* Halves */
    /* Thirds */
    /* Quarters */
    /* Fifths */
    /* Sixths */
    /* Pixel */
    /* Auto */
    /* Expand */
  }
  .uk-root .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-root .uk-width-1-2\@l {
    width: 50%;
  }
  .uk-root .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-root .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  .uk-root .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-root .uk-width-3-4\@l {
    width: 75%;
  }
  .uk-root .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-root .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-root .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-root .uk-width-4-5\@l {
    width: 80%;
  }
  .uk-root .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-root .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  .uk-root .uk-width-small\@l {
    width: 150px;
  }
  .uk-root .uk-width-medium\@l {
    width: 300px;
  }
  .uk-root .uk-width-large\@l {
    width: 450px;
  }
  .uk-root .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-root .uk-width-xxlarge\@l {
    width: 750px;
  }
  .uk-root .uk-width-auto\@l {
    width: auto;
  }
  .uk-root .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1600px) {
  .uk-root {
    /* Whole */
    /* Halves */
    /* Thirds */
    /* Quarters */
    /* Fifths */
    /* Sixths */
    /* Pixel */
    /* Auto */
    /* Expand */
  }
  .uk-root .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-root .uk-width-1-2\@xl {
    width: 50%;
  }
  .uk-root .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-root .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  .uk-root .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-root .uk-width-3-4\@xl {
    width: 75%;
  }
  .uk-root .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-root .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-root .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-root .uk-width-4-5\@xl {
    width: 80%;
  }
  .uk-root .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-root .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  .uk-root .uk-width-small\@xl {
    width: 150px;
  }
  .uk-root .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-root .uk-width-large\@xl {
    width: 450px;
  }
  .uk-root .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-root .uk-width-xxlarge\@xl {
    width: 750px;
  }
  .uk-root .uk-width-auto\@xl {
    width: auto;
  }
  .uk-root .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-root [class*='uk-height'] {
  box-sizing: border-box;
}
.uk-root .uk-height-1-1 {
  height: 100%;
}
.uk-root .uk-height-viewport {
  min-height: 100vh;
}
.uk-root .uk-height-small {
  height: 150px;
}
.uk-root .uk-height-medium {
  height: 300px;
}
.uk-root .uk-height-large {
  height: 450px;
}
.uk-root .uk-height-max-small {
  max-height: 150px;
}
.uk-root .uk-height-max-medium {
  max-height: 300px;
}
.uk-root .uk-height-max-large {
  max-height: 450px;
}
.uk-root .uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}
.uk-root .uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-root .uk-text-meta a {
  color: #999;
}
.uk-root .uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}
.uk-root .uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}
.uk-root .uk-text-bold {
  font-weight: bolder;
}
.uk-root .uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-root .uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-root .uk-text-lowercase {
  text-transform: lowercase !important;
}
.uk-root .uk-text-muted {
  color: #999 !important;
}
.uk-root .uk-text-emphasis {
  color: #333 !important;
}
.uk-root .uk-text-primary {
  color: #444 !important;
}
.uk-root .uk-text-success {
  color: #367f00 !important;
}
.uk-root .uk-text-warning {
  color: #ff710a !important;
}
.uk-root .uk-text-danger {
  color: #d50000 !important;
}
.uk-root .uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #444 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-root .uk-text-background {
    background-color: #444;
  }
}
.uk-root .uk-text-left {
  text-align: left !important;
}
.uk-root .uk-text-right {
  text-align: right !important;
}
.uk-root .uk-text-center {
  text-align: center !important;
}
.uk-root .uk-text-justify {
  text-align: justify !important;
}
@media (min-width: 640px) {
  .uk-root .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-root .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-root .uk-text-center\@s {
    text-align: center !important;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-root .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-root .uk-text-center\@m {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-root .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-root .uk-text-center\@l {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .uk-root .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-root .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-root .uk-text-center\@xl {
    text-align: center !important;
  }
}
.uk-root .uk-text-top {
  vertical-align: top !important;
}
.uk-root .uk-text-middle {
  vertical-align: middle !important;
}
.uk-root .uk-text-bottom {
  vertical-align: bottom !important;
}
.uk-root .uk-text-baseline {
  vertical-align: baseline !important;
}
.uk-root .uk-text-nowrap {
  white-space: nowrap;
}
.uk-root .uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uk-root th.uk-text-truncate,
.uk-root td.uk-text-truncate {
  max-width: 0;
}
.uk-root .uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}
.uk-root th.uk-text-break,
.uk-root td.uk-text-break {
  word-break: break-all;
}
.uk-root [class*='uk-column-'] {
  column-gap: 18px;
}
@media (min-width: 1200px) {
  .uk-root [class*='uk-column-'] {
    column-gap: 27px;
  }
}
.uk-root [class*='uk-column-'] img {
  transform: translate3d(0, 0, 0);
}
.uk-root .uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 36px;
}
@media (min-width: 1200px) {
  .uk-root .uk-column-divider {
    column-gap: 54px;
  }
}
.uk-root .uk-column-1-2 {
  column-count: 2;
}
.uk-root .uk-column-1-3 {
  column-count: 3;
}
.uk-root .uk-column-1-4 {
  column-count: 4;
}
.uk-root .uk-column-1-5 {
  column-count: 5;
}
.uk-root .uk-column-1-6 {
  column-count: 6;
}
@media (min-width: 640px) {
  .uk-root .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-root .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-root .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-root .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-root .uk-column-1-6\@s {
    column-count: 6;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-root .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-root .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-root .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-root .uk-column-1-6\@m {
    column-count: 6;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-root .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-root .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-root .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-root .uk-column-1-6\@l {
    column-count: 6;
  }
}
@media (min-width: 1600px) {
  .uk-root .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-root .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-root .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-root .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-root .uk-column-1-6\@xl {
    column-count: 6;
  }
}
.uk-root .uk-column-span {
  column-span: all;
}
.uk-root .uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.uk-root iframe.uk-cover {
  pointer-events: none;
}
.uk-root .uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}
.uk-root .uk-background-default {
  background-color: #fff;
}
.uk-root .uk-background-muted {
  background-color: #f8f8f8;
}
.uk-root .uk-background-primary {
  background-color: #444;
}
.uk-root .uk-background-secondary {
  background-color: #222;
}
.uk-root .uk-background-cover,
.uk-root .uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.uk-root .uk-background-cover {
  background-size: cover;
}
.uk-root .uk-background-contain {
  background-size: contain;
}
.uk-root .uk-background-top-left {
  background-position: 0 0;
}
.uk-root .uk-background-top-center {
  background-position: 50% 0;
}
.uk-root .uk-background-top-right {
  background-position: 100% 0;
}
.uk-root .uk-background-center-left {
  background-position: 0 50%;
}
.uk-root .uk-background-center-center {
  background-position: 50% 50%;
}
.uk-root .uk-background-center-right {
  background-position: 100% 50%;
}
.uk-root .uk-background-bottom-left {
  background-position: 0 100%;
}
.uk-root .uk-background-bottom-center {
  background-position: 50% 100%;
}
.uk-root .uk-background-bottom-right {
  background-position: 100% 100%;
}
.uk-root .uk-background-norepeat {
  background-repeat: no-repeat;
}
.uk-root .uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}
@media (pointer: coarse) {
  .uk-root .uk-background-fixed {
    background-attachment: scroll;
  }
}
@media (max-width: 639px) {
  .uk-root .uk-background-image\@s {
    background-image: none !important;
  }
}
@media (max-width: 997px) {
  .uk-root .uk-background-image\@m {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .uk-root .uk-background-image\@l {
    background-image: none !important;
  }
}
@media (max-width: 1599px) {
  .uk-root .uk-background-image\@xl {
    background-image: none !important;
  }
}
.uk-root .uk-background-blend-multiply {
  background-blend-mode: multiply;
}
.uk-root .uk-background-blend-screen {
  background-blend-mode: screen;
}
.uk-root .uk-background-blend-overlay {
  background-blend-mode: overlay;
}
.uk-root .uk-background-blend-darken {
  background-blend-mode: darken;
}
.uk-root .uk-background-blend-lighten {
  background-blend-mode: lighten;
}
.uk-root .uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.uk-root .uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}
.uk-root .uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}
.uk-root .uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}
.uk-root .uk-background-blend-difference {
  background-blend-mode: difference;
}
.uk-root .uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}
.uk-root .uk-background-blend-hue {
  background-blend-mode: hue;
}
.uk-root .uk-background-blend-saturation {
  background-blend-mode: saturation;
}
.uk-root .uk-background-blend-color {
  background-blend-mode: color;
}
.uk-root .uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}
.uk-root [class*='uk-align'] {
  display: block;
  margin-bottom: 18px;
}
.uk-root * + [class*='uk-align'] {
  margin-top: 18px;
}
.uk-root .uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
.uk-root .uk-align-left {
  margin-top: 0;
  margin-right: 18px;
  float: left;
}
.uk-root .uk-align-right {
  margin-top: 0;
  margin-left: 18px;
  float: right;
}
@media (min-width: 640px) {
  .uk-root .uk-align-left\@s {
    margin-top: 0;
    margin-right: 18px;
    float: left;
  }
  .uk-root .uk-align-right\@s {
    margin-top: 0;
    margin-left: 18px;
    float: right;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-align-left\@m {
    margin-top: 0;
    margin-right: 18px;
    float: left;
  }
  .uk-root .uk-align-right\@m {
    margin-top: 0;
    margin-left: 18px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-root .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-root .uk-align-left,
  .uk-root .uk-align-left\@s,
  .uk-root .uk-align-left\@m,
  .uk-root .uk-align-left\@l {
    margin-right: 27px;
  }
  .uk-root .uk-align-right,
  .uk-root .uk-align-right\@s,
  .uk-root .uk-align-right\@m,
  .uk-root .uk-align-right\@l {
    margin-left: 27px;
  }
}
@media (min-width: 1600px) {
  .uk-root .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 27px;
    float: left;
  }
  .uk-root .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 27px;
    float: right;
  }
}
.uk-root .uk-svg,
.uk-root .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-root .uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}
.uk-root .uk-svg {
  transform: translate(0, 0);
}
.uk-root .uk-panel {
  position: relative;
  box-sizing: border-box;
}
.uk-root .uk-panel::before,
.uk-root .uk-panel::after {
  content: "";
  display: table;
}
.uk-root .uk-panel::after {
  clear: both;
}
.uk-root .uk-panel > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-root .uk-clearfix::before {
  content: "";
  display: table-cell;
}
.uk-root .uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.uk-root .uk-float-left {
  float: left;
}
.uk-root .uk-float-right {
  float: right;
}
.uk-root [class*='uk-float-'] {
  max-width: 100%;
}
.uk-root .uk-overflow-hidden {
  overflow: hidden;
}
.uk-root .uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-root .uk-overflow-auto > :last-child {
  margin-bottom: 0;
}
.uk-root .uk-resize {
  resize: both;
}
.uk-root .uk-resize-vertical {
  resize: vertical;
}
.uk-root .uk-display-block {
  display: block !important;
}
.uk-root .uk-display-inline {
  display: inline !important;
}
.uk-root .uk-display-inline-block {
  display: inline-block !important;
}
.uk-root [class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}
.uk-root .uk-inline-clip {
  /* 6 */
  overflow: hidden;
}
.uk-root .uk-preserve-width,
.uk-root .uk-preserve-width canvas,
.uk-root .uk-preserve-width img,
.uk-root .uk-preserve-width svg,
.uk-root .uk-preserve-width video {
  max-width: none;
}
.uk-root .uk-responsive-width,
.uk-root .uk-responsive-height {
  box-sizing: border-box;
}
.uk-root .uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}
.uk-root .uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}
.uk-root .uk-border-circle {
  border-radius: 50%;
}
.uk-root .uk-border-pill {
  border-radius: 500px;
}
.uk-root .uk-border-rounded {
  border-radius: 5px;
}
.uk-root .uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
}
.uk-root .uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-root .uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-root .uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-root .uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
.uk-root [class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out;
}
.uk-root .uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-root .uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-root .uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-root .uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
@supports (filter: blur(0)) {
  .uk-root {
    /* 3 */
  }
  .uk-root .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-root .uk-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
  }
  .uk-root .uk-box-shadow-bottom > * {
    position: relative;
  }
}
.uk-root .uk-dropcap::first-letter,
.uk-root .uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 3.75em;
  line-height: 1;
  margin-bottom: -2px;
}
@-moz-document url-prefix() {
  .uk-root .uk-dropcap::first-letter,
  .uk-root .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
@supports (-ms-ime-align: auto) {
  .uk-root .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}
.uk-root .uk-logo {
  font-size: 1.5rem;
  font-family: "PT Sans", sans-serif;
  color: #666;
  /* 1 */
  text-decoration: none;margin:0 auto;
  width:283px; height:77px;background:url(Logo.jpg)no-repeat;background-size:100% 100%;text-indent:-999em; display:block;
}
.uk-root .uk-logo:hover,
.uk-root .uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none;
}
.uk-root .uk-logo-inverse {
  display: none;
}
.uk-root .uk-disabled {
  pointer-events: none;
}
.uk-root .uk-drag,
.uk-root .uk-drag * {
  cursor: move;
}
.uk-root .uk-drag iframe {
  pointer-events: none;
}
.uk-root .uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
.uk-root .uk-blend-multiply {
  mix-blend-mode: multiply;
}
.uk-root .uk-blend-screen {
  mix-blend-mode: screen;
}
.uk-root .uk-blend-overlay {
  mix-blend-mode: overlay;
}
.uk-root .uk-blend-darken {
  mix-blend-mode: darken;
}
.uk-root .uk-blend-lighten {
  mix-blend-mode: lighten;
}
.uk-root .uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.uk-root .uk-blend-color-burn {
  mix-blend-mode: color-burn;
}
.uk-root .uk-blend-hard-light {
  mix-blend-mode: hard-light;
}
.uk-root .uk-blend-soft-light {
  mix-blend-mode: soft-light;
}
.uk-root .uk-blend-difference {
  mix-blend-mode: difference;
}
.uk-root .uk-blend-exclusion {
  mix-blend-mode: exclusion;
}
.uk-root .uk-blend-hue {
  mix-blend-mode: hue;
}
.uk-root .uk-blend-saturation {
  mix-blend-mode: saturation;
}
.uk-root .uk-blend-color {
  mix-blend-mode: color;
}
.uk-root .uk-blend-luminosity {
  mix-blend-mode: luminosity;
}
.uk-root .uk-transform-center {
  transform: translate(-50%, -50%);
}
.uk-root .uk-transform-origin-top-left {
  transform-origin: 0 0;
}
.uk-root .uk-transform-origin-top-center {
  transform-origin: 50% 0;
}
.uk-root .uk-transform-origin-top-right {
  transform-origin: 100% 0;
}
.uk-root .uk-transform-origin-center-left {
  transform-origin: 0 50%;
}
.uk-root .uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}
.uk-root .uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}
.uk-root .uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}
.uk-root .uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}
.uk-root .uk-flex {
  display: flex;
}
.uk-root .uk-flex-inline {
  display: inline-flex;
}
.uk-root .uk-flex::before,
.uk-root .uk-flex::after,
.uk-root .uk-flex-inline::before,
.uk-root .uk-flex-inline::after {
  display: none;
}
.uk-root .uk-flex-left {
  justify-content: flex-start;
}
.uk-root .uk-flex-center {
  justify-content: center;
}
.uk-root .uk-flex-right {
  justify-content: flex-end;
}
.uk-root .uk-flex-between {
  justify-content: space-between;
}
.uk-root .uk-flex-around {
  justify-content: space-around;
}
@media (min-width: 640px) {
  .uk-root .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-root .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-root .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-root .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-root .uk-flex-around\@s {
    justify-content: space-around;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-root .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-root .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-root .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-root .uk-flex-around\@m {
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-root .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-root .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-root .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-root .uk-flex-around\@l {
    justify-content: space-around;
  }
}
@media (min-width: 1600px) {
  .uk-root .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-root .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-root .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-root .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-root .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
.uk-root .uk-flex-stretch {
  align-items: stretch;
}
.uk-root .uk-flex-top {
  align-items: flex-start;
}
.uk-root .uk-flex-middle {
  align-items: center;
}
.uk-root .uk-flex-bottom {
  align-items: flex-end;
}
.uk-root .uk-flex-row {
  flex-direction: row;
}
.uk-root .uk-flex-row-reverse {
  flex-direction: row-reverse;
}
.uk-root .uk-flex-column {
  flex-direction: column;
}
.uk-root .uk-flex-column-reverse {
  flex-direction: column-reverse;
}
.uk-root .uk-flex-nowrap {
  flex-wrap: nowrap;
}
.uk-root .uk-flex-wrap {
  flex-wrap: wrap;
}
.uk-root .uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.uk-root .uk-flex-wrap-stretch {
  align-content: stretch;
}
.uk-root .uk-flex-wrap-top {
  align-content: flex-start;
}
.uk-root .uk-flex-wrap-middle {
  align-content: center;
}
.uk-root .uk-flex-wrap-bottom {
  align-content: flex-end;
}
.uk-root .uk-flex-wrap-between {
  align-content: space-between;
}
.uk-root .uk-flex-wrap-around {
  align-content: space-around;
}
.uk-root .uk-flex-first {
  order: -1;
}
.uk-root .uk-flex-last {
  order: 99;
}
@media (min-width: 640px) {
  .uk-root .uk-flex-first\@s {
    order: -1;
  }
  .uk-root .uk-flex-last\@s {
    order: 99;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-flex-first\@m {
    order: -1;
  }
  .uk-root .uk-flex-last\@m {
    order: 99;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-flex-first\@l {
    order: -1;
  }
  .uk-root .uk-flex-last\@l {
    order: 99;
  }
}
@media (min-width: 1600px) {
  .uk-root .uk-flex-first\@xl {
    order: -1;
  }
  .uk-root .uk-flex-last\@xl {
    order: 99;
  }
}
.uk-root .uk-flex-none {
  flex: none;
}
.uk-root .uk-flex-auto {
  flex: auto;
}
.uk-root .uk-flex-1 {
  flex: 1;
}
.uk-root .uk-margin {
  margin-bottom: 12px;
}
.uk-root * + .uk-margin {
  margin-top: 12px !important;
}
.uk-root .uk-margin-top {
  margin-top: 12px !important;
}
.uk-root .uk-margin-bottom {
  margin-bottom: 12px !important;
}
.uk-root .uk-margin-left {
  margin-left: 12px !important;
}
.uk-root .uk-margin-right {
  margin-right: 12px !important;
}
.uk-root .uk-margin-small {
  margin-bottom: 8px;
}
.uk-root * + .uk-margin-small {
  margin-top: 8px !important;
}
.uk-root .uk-margin-small-top {
  margin-top: 8px !important;
}
.uk-root .uk-margin-small-bottom {
  margin-bottom: 8px !important;
}
.uk-root .uk-margin-small-left {
  margin-left: 8px !important;
}
.uk-root .uk-margin-small-right {
  margin-right: 8px !important;
}
.uk-root .uk-margin-medium {
  margin-bottom: 24px;
}
.uk-root * + .uk-margin-medium {
  margin-top: 24px !important;
}
.uk-root .uk-margin-medium-top {
  margin-top: 24px !important;
}
.uk-root .uk-margin-medium-bottom {
  margin-bottom: 24px !important;
}
.uk-root .uk-margin-medium-left {
  margin-left: 24px !important;
}
.uk-root .uk-margin-medium-right {
  margin-right: 24px !important;
}
.uk-root .uk-margin-large {
  margin-bottom: 24px;
}
.uk-root * + .uk-margin-large {
  margin-top: 24px !important;
}
.uk-root .uk-margin-large-top {
  margin-top: 24px !important;
}
.uk-root .uk-margin-large-bottom {
  margin-bottom: 24px !important;
}
.uk-root .uk-margin-large-left {
  margin-left: 24px !important;
}
.uk-root .uk-margin-large-right {
  margin-right: 24px !important;
}
@media (min-width: 1200px) {
  .uk-root .uk-margin-large {
    margin-bottom: 48px;
  }
  .uk-root * + .uk-margin-large {
    margin-top: 48px !important;
  }
  .uk-root .uk-margin-large-top {
    margin-top: 48px !important;
  }
  .uk-root .uk-margin-large-bottom {
    margin-bottom: 48px !important;
  }
  .uk-root .uk-margin-large-left {
    margin-left: 48px !important;
  }
  .uk-root .uk-margin-large-right {
    margin-right: 48px !important;
  }
}
.uk-root .uk-margin-xlarge {
  margin-bottom: 48px;
}
.uk-root * + .uk-margin-xlarge {
  margin-top: 48px !important;
}
.uk-root .uk-margin-xlarge-top {
  margin-top: 48px !important;
}
.uk-root .uk-margin-xlarge-bottom {
  margin-bottom: 48px !important;
}
.uk-root .uk-margin-xlarge-left {
  margin-left: 48px !important;
}
.uk-root .uk-margin-xlarge-right {
  margin-right: 48px !important;
}
@media (min-width: 1200px) {
  .uk-root .uk-margin-xlarge {
    margin-bottom: 64px;
  }
  .uk-root * + .uk-margin-xlarge {
    margin-top: 64px !important;
  }
  .uk-root .uk-margin-xlarge-top {
    margin-top: 64px !important;
  }
  .uk-root .uk-margin-xlarge-bottom {
    margin-bottom: 64px !important;
  }
  .uk-root .uk-margin-xlarge-left {
    margin-left: 64px !important;
  }
  .uk-root .uk-margin-xlarge-right {
    margin-right: 64px !important;
  }
}
.uk-root .uk-margin-remove {
  margin: 0 !important;font-size: 1.5rem;
}
.uk-root .uk-margin-remove-top {
  margin-top: 0 !important;
}
.uk-root .uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}
.uk-root .uk-margin-remove-left {
  margin-left: 0 !important;
}
.uk-root .uk-margin-remove-right {
  margin-right: 0 !important;
}
.uk-root .uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uk-root .uk-margin-remove-adjacent + * {
  margin-top: 0 !important;
}
.uk-root .uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.uk-root .uk-margin-auto-top {
  margin-top: auto !important;
}
.uk-root .uk-margin-auto-bottom {
  margin-bottom: auto !important;
}
.uk-root .uk-margin-auto-left {
  margin-left: auto !important;
}
.uk-root .uk-margin-auto-right {
  margin-right: auto !important;
}
.uk-root .uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.uk-root .uk-padding {
  padding: 18px;
}
@media (min-width: 1200px) {
  .uk-root .uk-padding {
    padding: 27px;
  }
}
.uk-root .uk-padding-small {
  padding: 9px;
}
.uk-root .uk-padding-large {
  padding: 18px;
}
@media (min-width: 1200px) {
  .uk-root .uk-padding-large {
    padding: 56px;
  }
}
.uk-root .uk-padding-remove {
  padding: 0 !important;
}
.uk-root .uk-padding-remove-top {
  padding-top: 0 !important;
}
.uk-root .uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}
.uk-root .uk-padding-remove-left {
  padding-left: 0 !important;
}
.uk-root .uk-padding-remove-right {
  padding-right: 0 !important;
}
.uk-root .uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.uk-root .uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.uk-root [class*='uk-position-top'],
.uk-root [class*='uk-position-bottom'],
.uk-root [class*='uk-position-left'],
.uk-root [class*='uk-position-right'],
.uk-root [class*='uk-position-center'] {
  position: absolute !important;
}
.uk-root .uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-root .uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-root .uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.uk-root .uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}
.uk-root .uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-root .uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-root .uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-root .uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
.uk-root .uk-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;
}
.uk-root [class*='uk-position-center-left'],
.uk-root [class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%);
}
.uk-root .uk-position-center-left {
  left: 0;
}
.uk-root .uk-position-center-right {
  right: 0;
}
.uk-root .uk-position-center-left-out {
  right: 100%;
  width: -moz-max-content;
  width: max-content;
}
.uk-root .uk-position-center-right-out {
  left: 100%;
  width: -moz-max-content;
  width: max-content;
}
.uk-root .uk-position-top-center,
.uk-root .uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
.uk-root .uk-position-top-center {
  top: 0;
}
.uk-root .uk-position-bottom-center {
  bottom: 0;
}
.uk-root .uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-root .uk-position-relative {
  position: relative !important;
}
.uk-root .uk-position-absolute {
  position: absolute !important;
}
.uk-root .uk-position-fixed {
  position: fixed !important;
}
.uk-root .uk-position-z-index {
  z-index: 1;
}
.uk-root .uk-position-small {
  max-width: calc(100% - (9px * 2));
  margin: 9px;
}
.uk-root .uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-9px, -9px);
}
.uk-root .uk-position-small[class*='uk-position-center-left'],
.uk-root .uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-9px);
}
.uk-root .uk-position-small.uk-position-top-center,
.uk-root .uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-9px);
}
.uk-root .uk-position-medium {
  max-width: calc(100% - (18px * 2));
  margin: 18px;
}
.uk-root .uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-18px, -18px);
}
.uk-root .uk-position-medium[class*='uk-position-center-left'],
.uk-root .uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-18px);
}
.uk-root .uk-position-medium.uk-position-top-center,
.uk-root .uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-18px);
}
.uk-root .uk-position-large {
  max-width: calc(100% - (18px * 2));
  margin: 18px;
}
.uk-root .uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-18px, -18px);
}
.uk-root .uk-position-large[class*='uk-position-center-left'],
.uk-root .uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-18px);
}
.uk-root .uk-position-large.uk-position-top-center,
.uk-root .uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-18px);
}
@media (min-width: 1200px) {
  .uk-root .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .uk-root .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .uk-root .uk-position-large[class*='uk-position-center-left'],
  .uk-root .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px);
  }
  .uk-root .uk-position-large.uk-position-top-center,
  .uk-root .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}
.uk-root .uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
.uk-root .uk-transition-toggle:focus {
  outline: none;
}
.uk-root .uk-transition-fade,
.uk-root [class*='uk-transition-scale'],
.uk-root [class*='uk-transition-slide'],
.uk-root .uk-transition-stroke {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter, stroke-dashoffset;
  opacity: 0;
}
.uk-root .uk-transition-toggle:hover .uk-transition-fade,
.uk-root .uk-transition-toggle:focus .uk-transition-fade,
.uk-root .uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}
.uk-root .uk-transition-scale-up {
  transform: scale3d(1, 1, 1);
}
.uk-root .uk-transition-scale-down {
  transform: scale3d(1.1, 1.1, 1);
}
.uk-root .uk-transition-toggle:hover .uk-transition-scale-up,
.uk-root .uk-transition-toggle:focus .uk-transition-scale-up,
.uk-root .uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1);
}
.uk-root .uk-transition-toggle:hover .uk-transition-scale-down,
.uk-root .uk-transition-toggle:focus .uk-transition-scale-down,
.uk-root .uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.uk-root .uk-transition-slide-top {
  transform: translateY(-100%);
}
.uk-root .uk-transition-slide-bottom {
  transform: translateY(100%);
}
.uk-root .uk-transition-slide-left {
  transform: translateX(-100%);
}
.uk-root .uk-transition-slide-right {
  transform: translateX(100%);
}
.uk-root .uk-transition-slide-top-small {
  transform: translateY(-10px);
}
.uk-root .uk-transition-slide-bottom-small {
  transform: translateY(10px);
}
.uk-root .uk-transition-slide-left-small {
  transform: translateX(-10px);
}
.uk-root .uk-transition-slide-right-small {
  transform: translateX(10px);
}
.uk-root .uk-transition-slide-top-medium {
  transform: translateY(-50px);
}
.uk-root .uk-transition-slide-bottom-medium {
  transform: translateY(50px);
}
.uk-root .uk-transition-slide-left-medium {
  transform: translateX(-50px);
}
.uk-root .uk-transition-slide-right-medium {
  transform: translateX(50px);
}
.uk-root .uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-root .uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-root .uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0);
}
.uk-root .uk-transition-stroke {
  transition-duration: 3s;
}
.uk-root .uk-transition-stroke:hover,
.uk-root .uk-transition-stroke:focus,
.uk-root .uk-transition-stroke.uk-transition-active {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}
.uk-root .uk-transition-opaque {
  opacity: 1;
}
.uk-root .uk-transition-slow {
  transition-duration: 0.7s;
}
.uk-root [hidden],
.uk-root .uk-hidden {
  display: none !important;
}
@media (min-width: 640px) {
  .uk-root .uk-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 998px) {
  .uk-root .uk-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .uk-root .uk-hidden\@l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .uk-root .uk-hidden\@xl {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .uk-root .uk-visible\@s {
    display: none !important;
  }
}
@media (max-width: 997px) {
  .uk-root .uk-visible\@m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .uk-root .uk-visible\@l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .uk-root .uk-visible\@xl {
    display: none !important;
  }
}
.uk-root .uk-invisible {
  visibility: hidden !important;
}
.uk-root .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.uk-root .uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}
.uk-root .uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
.uk-root .uk-visible-toggle:focus {
  outline: none;
}
@media (pointer: coarse) {
  .uk-root .uk-hidden-touch {
    display: none !important;
  }
}
.uk-root .uk-hidden-notouch {
  display: none !important;
}
@media (pointer: coarse) {
  .uk-root .uk-hidden-notouch {
    display: block !important;
  }
}
@media print {
  .uk-root *,
  .uk-root *::before,
  .uk-root *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .uk-root a,
  .uk-root a:visited {
    text-decoration: underline;
  }
  .uk-root pre,
  .uk-root blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .uk-root thead {
    display: table-header-group;
  }
  .uk-root tr,
  .uk-root img {
    page-break-inside: avoid;
  }
  .uk-root img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .uk-root p,
  .uk-root h2,
  .uk-root h3 {
    orphans: 3;
    widows: 3;
  }
  .uk-root h2,
  .uk-root h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'Lato';
  src: url('/foundation/fonts/fdn-lato-black.woff2') format('woff2'), url('/foundation/fonts/fdn-lato-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/foundation/fonts/fdn-lato-bold.woff2') format('woff2'), url('/foundation/fonts/fdn-lato-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/foundation/fonts/fdn-lato-light.woff2') format('woff2'), url('/foundation/fonts/fdn-lato-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/foundation/fonts/fdn-lato-regular.woff2') format('woff2'), url('/foundation/fonts/fdn-lato-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
.uk-root .fdn-admin-event-review-block {
  font-family: 'Lato', 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
}
.uk-root .fdn-admin-event-review-block * {
  font-family: 'Lato', 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
}
.uk-root .fdn-admin-event-review-block a {
  transition: linear 88ms;
}
.uk-root .fdn-admin-event-review-block .uk-leader-fill {
  font-weight: 300;
}
.uk-root textarea[class*='fdn-admin'] {
  min-height: 80px;
}
.uk-root .fdn-admin-event-review-label {
  width: 130px;
  font-weight: 700;
  font-size: 1.25rem;
  padding-right: 8px;
  flex: none;
}
.uk-root .fdn-button-admin-tool {
  background: #fff;
  padding: 7px 25px;
  color: #111;
  font-size: 1.4rem;
  font-weight: 700;
  transition: linear 88ms;
}
.uk-root .fdn-button-admin-tool.fdn-button-admin-tool-approve-web-and-print,
.uk-root .fdn-button-admin-tool.fdn-button-admin-tool-approve-web-only {
  background: #248b00;
  color: #fff;
}
.uk-root .fdn-button-admin-tool.fdn-button-admin-tool-delete-event,
.uk-root .fdn-button-admin-tool.fdn-button-admin-tool-reject {
  background: #990000;
  color: #fff;
}
.uk-root .fdn-button-admin-tool.fdn-button-admin-tool-merge-to-event {
  color: #0c57a4;
}
.uk-root .fdn-button-admin-tool.fdn-button-admin-tool-preview,
.uk-root .fdn-button-admin-tool.fdn-button-admin-tool-advanced-edit {
  font-weight: 400;
  font-size: 1.12rem;
}
.uk-root .fdn-button-admin-tool:hover {
  text-decoration: none;
  background: #555;
  color: #fff;
}
.uk-root .fdn-admin-event-review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  border: thin solid #cececeee;
  padding: 1px 8px;
  border-radius: 3px;
  color: #555;
  background: #fff;
  box-shadow: 0px -1px 2px -1px #555e;
  transition: linear 88ms;
}
.uk-root .fdn-admin-event-review-button:hover {
  text-decoration: none;
  background: #555;
  color: #fff;
}
.uk-root .fdn-admin-event-review-header-block {
  background: #888;
  padding: 12px 22px;
}
.uk-root .fdn-admin-event-review-header-block .fdn-admin-event-review-header-text {
  color: #fff;
  font-weight: 700;
}
.uk-root .fdn-admin-event-review-event-info-block {
  padding: 22px;
}
.uk-root .fdn-admin-event-review-data-title {
  font-weight: 900;
  font-size: 2rem;
}
.uk-root .fdn-admin-event-review-data-dates-item {
  font-size: 1.4rem;
  padding: 2px 2px 1px;
}
.uk-root .fdn-admin-event-review-data-item-removable {
  color: #0c57a4;
  display: flex;
  padding: 5px;
}
.uk-root .fdn-admin-event-review-data-item-removable:before {
  content: " ";
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjOTkwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PGRlZnM+PGcgaWQ9ImEiPjxwYXRoIGZpbGw9IiM5OTAwMDAiIHN0cm9rZT0ibm9uZSIgZD0iIE0gODAgMTAuOCBMIDUwIDQwLjggMjAgMTAuOCAxMC44IDIwIDQwLjggNTAgMTAuOCA4MCAyMCA4OS4yIDUwIDU5LjIgODAgODkuMiA4OS4yIDgwIDU5LjIgNTAgODkuMiAyMCA4MCAxMC44IFoiPjwvcGF0aD48L2c+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KCAxLCAwLCAwLCAxLCAwLDApICI+PHVzZSB4bGluazpocmVmPSIjYSI+PC91c2U+PC9nPjwvc3ZnPg==") center no-repeat;
  background-size: contain;
  display: block;
  flex: none;
  margin: 2px 3px auto 0;
  width: 13px;
  height: 13px;
}
.uk-root .fdn-admin-event-review-data-button-add-feature,
.uk-root .fdn-admin-event-review-data-button-add-category {
  color: #111;
  display: flex;
  padding: 0 8px;
}
.uk-root .fdn-admin-event-review-data-button-add-feature:before,
.uk-root .fdn-admin-event-review-data-button-add-category:before {
  content: " ";
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMjQ4YjAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uO3RleHQtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjtpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyIgdmlld0JveD0iMCAwIDU2NCA1NjQiIHg9IjBweCIgeT0iMHB4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4KICAgCiAgICAuZmlsMCB7ZmlsbDojMjQ4YjAwfQogICAKICA8L3N0eWxlPjwvZGVmcz48Zz48cG9seWdvbiBjbGFzcz0iZmlsMCIgcG9pbnRzPSIyMjcsMCAzMzcsMCAzMzcsMjI3IDU2NCwyMjcgNTY0LDMzNyAzMzcsMzM3IDMzNyw1NjQgMjI3LDU2NCAyMjcsMzM3IDAsMzM3IDAsMjI3IDIyNywyMjcgIj48L3BvbHlnb24+PC9nPjwvc3ZnPg==") center no-repeat;
  background-size: contain;
  display: block;
  flex: none;
  margin: 2px 3px auto 0;
  width: 13px;
  height: 13px;
}
.uk-root .fdn-admin-event-review-data-image {
  margin: 0 0 8px 8px;
}
.uk-root .fdn-admin-event-review-related-item-status.fdn-admin-event-review-related-item-status-live {
  color: #248b00;
}
.uk-root .fdn-admin-event-review-related-item-status.fdn-admin-event-review-related-item-status-pending-review {
  color: #ff5f00;
}
.uk-root .fdn-admin-event-review-related-item-headline {
  font-size: 1.25rem;
  font-weight: 700;
}
.uk-root .fdn-admin-event-review-related-item-headline span {
  color: #999;
}
.uk-root .fdn-admin-event-review-event-info-sidebar {
  color: #fff;
  background: #888;
  padding: 8px 22px 8px;
}
@media (min-width: 998px) {
  .uk-root .fdn-admin-event-review-event-info-sidebar {
    padding-top: 0;
  }
}
.uk-root .fdn-admin-event-review-event-info-sidebar .uk-heading-line {
  color: #fff;
  font-weight: 700;
}
.uk-root .fdn-admin-event-review-event-info-sidebar-button-set {
  max-width: 350px;
}
.uk-root .fdn-admin-event-review-event-info-sidebar-event-source-list {
  font-size: 1.25rem;
}
.uk-root .fdn-admin-event-review-event-info-sidebar-event-source-name {
  font-size: 1.4rem;
  color: #ffe200;
}
.uk-root .fdn-admin-event-review-event-info-sidebar-upsells-block {
  font-size: 1.25rem;
}
.uk-root .fdn-admin-event-review-event-info-user-email a {
  color: #ddd;
}
.uk-root .fdn-admin-event-review-event-info-user-email a:hover {
  color: #fff;
  text-decoration: underline;
}
.uk-root .fdn-ad-container {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: none;
  border: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  /* Also apply .fdn-ad-container-small-margin to get vertical margins on ads */
  /* Also apply .fdn-ad-container-margin to get vertical margins on ads */
  /* Also apply .fdn-ad-container-medium-margin to get vertical margins on ads */
}
.uk-root .fdn-ad-container [data-output="placeholder"] {
  border: solid 1px #444;
  box-sizing: border-box;
  margin-bottom: 0;
}
.uk-root .fdn-ad-container [data-content-type="ad"] {
  margin-bottom: 0;
}
.uk-root .fdn-ad-container.fdn-ad-container-small-margin {
  margin-top: 8px;
  margin-bottom: -8px;
  /* For when the lower margin isn't pushing the parent elements enough */
}
.uk-root .fdn-ad-container.fdn-ad-container-small-margin [data-output="placeholder"] {
  margin-bottom: 8px;
}
.uk-root .fdn-ad-container.fdn-ad-container-small-margin [data-content-type="ad"] {
  margin-bottom: 8px;
}
.uk-root .fdn-ad-container.fdn-ad-container-small-margin.fdn-ad-container-margin-collapse-fix [data-output="placeholder"] {
  margin-bottom: calc(8px * 2);
}
.uk-root .fdn-ad-container.fdn-ad-container-small-margin.fdn-ad-container-margin-collapse-fix [data-content-type="ad"] {
  margin-bottom: calc(8px * 2);
}
.uk-root .fdn-ad-container.fdn-ad-container-margin {
  margin-top: 12px;
  margin-bottom: -12px;
  /* For when the lower margin isn't pushing the parent elements enough */
}
.uk-root .fdn-ad-container.fdn-ad-container-margin [data-output="placeholder"] {
  margin-bottom: 12px;
}
.uk-root .fdn-ad-container.fdn-ad-container-margin [data-content-type="ad"] {
  margin-bottom: 12px;
}
.uk-root .fdn-ad-container.fdn-ad-container-margin.fdn-ad-container-margin-collapse-fix [data-output="placeholder"] {
  margin-bottom: calc(12px * 2);
}
.uk-root .fdn-ad-container.fdn-ad-container-margin.fdn-ad-container-margin-collapse-fix [data-content-type="ad"] {
  margin-bottom: calc(12px * 2);
}
.uk-root .fdn-ad-container.fdn-ad-container-medium-margin {
  margin-top: 24px;
  margin-bottom: -24px;
  /* For when the lower margin isn't pushing the parent elements enough */
}
.uk-root .fdn-ad-container.fdn-ad-container-medium-margin [data-output="placeholder"] {
  margin-bottom: 24px;
}
.uk-root .fdn-ad-container.fdn-ad-container-medium-margin [data-content-type="ad"] {
  margin-bottom: 24px;
}
.uk-root .fdn-ad-container.fdn-ad-container-medium-margin.fdn-ad-container-margin-collapse-fix [data-output="placeholder"] {
  margin-bottom: calc(24px * 2);
}
.uk-root .fdn-ad-container.fdn-ad-container-medium-margin.fdn-ad-container-margin-collapse-fix [data-content-type="ad"] {
  margin-bottom: calc(24px * 2);
}
.uk-root .fdn-content-body .fdn-ads-inline-content-block {
  margin-bottom: calc(1.575em * -1);
  /* needs display: contents to collapse properly between <p> elements in Safari */
  display: contents;
}
.fdn-content-body p{font-size:18px;}
.uk-root .fdn-content-body .fdn-ads-inline-content-block .fdn-ad-container {
  display: contents;
}
.uk-root .fdn-content-body .fdn-ads-inline-content-block:last-child {
  margin-bottom: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body .fdn-ads-inline-content-block {
  margin-bottom: calc(1.67125em * -1);
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body .fdn-ads-inline-content-block:last-child {
  margin-bottom: 0;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body .fdn-ads-inline-content-block {
  margin-bottom: calc(1.75em * -1);
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body .fdn-ads-inline-content-block:last-child {
  margin-bottom: 0;
}
.uk-root .fdn-content-body .fdn-ads-inline-content-block [data-content-type="ad"] {
  margin-bottom: 1.575em;
}
.uk-root .fdn-content-body br + .fdn-ads-inline-content-block,
.uk-root .fdn-content-body b + .fdn-ads-inline-content-block,
.uk-root .fdn-content-body i + .fdn-ads-inline-content-block,
.uk-root .fdn-content-body a + .fdn-ads-inline-content-block,
.uk-root .fdn-content-body div br + .fdn-ads-inline-content-block,
.uk-root .fdn-content-body div b + .fdn-ads-inline-content-block,
.uk-root .fdn-content-body div i + .fdn-ads-inline-content-block,
.uk-root .fdn-content-body div a + .fdn-ads-inline-content-block {
  /* Maintain display: block to collapse properly between <br><br> elements */
  display: block;
}
.uk-root .fdn-content-body br + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-content-body b + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-content-body i + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-content-body a + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-content-body div br + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-content-body div b + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-content-body div i + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-content-body div a + .fdn-ads-inline-content-block .fdn-ad-container {
  display: block;
}
.uk-root .fdn-content-body br + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-content-body b + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-content-body i + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-content-body a + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-content-body div br + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-content-body div b + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-content-body div i + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-content-body div a + .fdn-ads-inline-content-block [data-content-type="ad"] {
  margin-top: calc(1.575em);
  margin-bottom: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body br + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body b + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body i + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body a + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body div br + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body div b + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body div i + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body div a + .fdn-ads-inline-content-block [data-content-type="ad"] {
  margin-top: calc(1.67125em);
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body br + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body b + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body i + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body a + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body div br + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body div b + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body div i + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body div a + .fdn-ads-inline-content-block [data-content-type="ad"] {
  margin-top: calc(1.75em);
}
.uk-root .fdn-blog-body .fdn-ads-inline-content-block {
  margin-bottom: calc(1.242em * -1);
  /* needs display: contents to collapse properly between <p> elements in Safari */
  display: contents;
}
.uk-root .fdn-blog-body .fdn-ads-inline-content-block .fdn-ad-container {
  display: contents;
}
.uk-root .fdn-blog-body .fdn-ads-inline-content-block:last-child {
  margin-bottom: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body .fdn-ads-inline-content-block {
  margin-bottom: calc(1.3178999999999998em * -1);
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body .fdn-ads-inline-content-block:last-child {
  margin-bottom: 0;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body .fdn-ads-inline-content-block {
  margin-bottom: calc(1.38em * -1);
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body .fdn-ads-inline-content-block:last-child {
  margin-bottom: 0;
}
.uk-root .fdn-blog-body .fdn-ads-inline-content-block [data-content-type="ad"] {
  margin-bottom: 1.242em;
}
.uk-root .fdn-blog-body br + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body b + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body i + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body a + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body meta + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body div br + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body div b + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body div i + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body div a + .fdn-ads-inline-content-block,
.uk-root .fdn-blog-body div meta + .fdn-ads-inline-content-block {
  /* Maintain display: block to collapse properly between <br><br> elements */
  display: block;
}
.uk-root .fdn-blog-body br + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body b + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body i + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body a + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body meta + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body div br + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body div b + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body div i + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body div a + .fdn-ads-inline-content-block .fdn-ad-container,
.uk-root .fdn-blog-body div meta + .fdn-ads-inline-content-block .fdn-ad-container {
  display: block;
}
.uk-root .fdn-blog-body br + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body b + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body i + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body a + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body meta + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body div br + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body div b + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body div i + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body div a + .fdn-ads-inline-content-block [data-content-type="ad"],
.uk-root .fdn-blog-body div meta + .fdn-ads-inline-content-block [data-content-type="ad"] {
  margin-top: calc(1.242em);
  margin-bottom: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body br + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body b + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body i + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body a + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body meta + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body div br + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body div b + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body div i + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body div a + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body div meta + .fdn-ads-inline-content-block [data-content-type="ad"] {
  margin-top: calc(1.3178999999999998em);
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body br + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body b + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body i + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body a + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body meta + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body div br + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body div b + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body div i + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body div a + .fdn-ads-inline-content-block [data-content-type="ad"],
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body div meta + .fdn-ads-inline-content-block [data-content-type="ad"] {
  margin-top: calc(1.38em);
}
.uk-root .fdn-author-bio-dropdown a,
.uk-root .fdn-author-bio-link-block a {
  color: #666;
  font-size: 14px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-author-bio-dropdown a,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-author-bio-link-block a {
  font-size: 16px;
}
.uk-root .fdn-author-browse-header {
  display: none;
}
.uk-root .fdn-author-browse-by-header {
  font-size: 17px;
  font-weight: 700;
  color: #666;
}
.uk-root .fdn-author-bio-dropdown-link {
  font-size: 11px;
  white-space: nowrap;
  min-width: 75px;
  outline: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-author-bio-dropdown-link {
  font-size: 13px;
}
@media (max-width: 400px) {
  .uk-root .fdn-author-bio-link-block li + li {
    padding: 0 4px;
  }
  .uk-root .fdn-author-bio-link-block li:nth-of-type(5) {
    display: none;
  }
}
.uk-root .fdn-component-highlight {
  background: #fff;
  padding: 9px;
  box-shadow: 2px 3px 3px 2px #333;
  border: none;
}
.uk-root .fdn-component-subtle {
  background: #f8f8f8;
  padding: 9px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-image-cropped-background {
  background: inherit;
  padding: 0;
  box-shadow: none;
  border: none;
  overflow: hidden;
}
.uk-root .fdn-location-menu-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-best-of-header-block {
  justify-content: center;
}
.uk-root .fdn-best-of-header {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  margin-right: 10px!important;
}
.uk-root .fdn-best-of-header-year-select {
  outline: none;
  border: none !important;
  font-weight: 700 !important;
  color: #d2232a !important;
  font-size: 2.5rem !important;
  padding: 0 45px 0 0 !important;
  background-size: 60px !important;
  background-position-y: 4px !important;
}
@media (max-width: 639px) {
  .uk-root .fdn-best-of-category-select-block > div {
    padding: 0 !important;
  }
  .uk-root .fdn-best-of-category-select-block div ~ div {
    margin-top: 5px;
  }
}
.uk-root .fdn-best-of-category-header {
  display: block;
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  background: #666;
  padding: 5px 8px;
  box-shadow: none;
  border: none;
  border-radius: 2px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-best-of-category-header {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-best-of-category-header {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-best-of-category-header:hover {
  color: #e6e6e6;
  text-decoration: none;
}
.uk-root .fdn-best-of-category-header:visited {
  color: #fff;
  text-decoration: none;
}
.uk-root .fdn-best-of-category-header:visited:hover {
  color: #e6e6e6;
  text-decoration: none;
}
.uk-root .fdn-best-of-teaser-headline {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #d2232a;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-best-of-teaser-headline {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-best-of-teaser-headline {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-best-of-teaser-headline:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-best-of-teaser-headline:visited {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-best-of-teaser-headline:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-best-of-teaser-subheadline {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-best-of-teaser-subheadline {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-best-of-teaser-subheadline {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-best-of-teaser-subheadline:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-best-of-teaser-subheadline:visited {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-best-of-teaser-subheadline:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-best-of-nav.fdn-best-of-nav {
  background: transparent;
  padding: 9px 0;
  box-shadow: none;
  border: none;
  justify-content: center;
}
.uk-root .fdn-best-of-nav.fdn-best-of-nav li:nth-child(n+2):before {
  content: "|";
  font-size: 1.35rem;
  line-height: 1.125;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-best-of-nav.fdn-best-of-nav li:nth-child(n+2):before {
  font-size: 1.4325rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-best-of-nav.fdn-best-of-nav li:nth-child(n+2):before {
  font-size: 1.5rem;
  line-height: 1.25;
}
.uk-root .fdn-best-of-nav.fdn-best-of-nav > :last-child > * {
  color: #000;
}
.uk-root .fdn-best-of-nav.fdn-best-of-nav > :last-child > *:hover {
  color: #666;
}
.uk-root .fdn-best-of-nav-link {
  font-size: 1.35rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-best-of-nav-link {
  font-size: 1.4325rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-best-of-nav-link {
  font-size: 1.5rem;
  line-height: 1.25;
}
.uk-root .fdn-best-of-nav-link.fdn-best-of-active-nav-link {
  padding: 1px 7px;
  color: #d2232a;
  background: #f8f8f8;
  border-radius: 5px;
}
.uk-root .fdn-best-of-nav-link:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-blog-tight {
  margin-bottom: 2px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-tight {
  margin-bottom: 2px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-tight {
  margin-bottom: 2px;
}
.uk-root .fdn-blog-margin-bottom {
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-margin-bottom {
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-margin-bottom {
  margin-bottom: 10px;
}
.uk-root .fdn-blog-body {
  font-size: 1.035rem;
  line-height: 1.242;
  font-family: 'PT Serif', serif;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body {
  font-size: 1.09825rem;
  line-height: 1.3179;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body {
  font-size: 1.15rem;
  line-height: 1.38;
}
.uk-root .fdn-blog-body a {
  font-size: inherit;
}
.uk-root .fdn-blog-body > a,
.uk-root .fdn-blog-body ul li > a,
.uk-root .fdn-blog-body > .inlinePDF a,
.uk-root .fdn-blog-body > :not([class*=fdn-inline-connection]) a {
  color: #d2232a;
}
.uk-root .fdn-blog-body h2,
.uk-root .fdn-blog-body h3,
.uk-root .fdn-blog-body h4,
.uk-root .fdn-blog-body h5,
.uk-root .fdn-blog-body h6 {
  font-weight: 700;
}
.uk-root .fdn-blog-headline {
  font-size: 32.4px;
  line-height: 1;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  margin: 0 0 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-headline {
  font-size: 34.38px;
  margin: 0 0 0;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-headline {
  font-size: 36px;
  margin: 0 0 0;
}
.uk-root .fdn-blog-headline a {
  color: #000;
}
.uk-root .fdn-blog-headline a:hover {
  color: #666;
  text-decoration: underline;
}
.uk-root .fdn-blog-subheadline {
  font-size: 18px;
  line-height: 1.125;
  font-family: 'PT Sans', sans-serif;
  color: #444;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 4px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-subheadline {
  font-size: 19.1px;
  line-height: 1.19375;
  margin-bottom: 5px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-subheadline {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 6px;
}
.uk-root .fdn-blog-infoline {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #444;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-infoline {
  font-size: 13.37px;
  line-height: 1.19375;
  margin-bottom: 5px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-infoline {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 6px;
}
.uk-root .fdn-blog-infoline-link {
  font-size: 12.6px;
  line-height: 1.125;
  color: #444;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-infoline-link {
  font-size: 13.37px;
  line-height: 1.19375;
  margin-bottom: 5px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-infoline-link {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 6px;
}
.uk-root .fdn-blog-infoline-link:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-blog-infoline a {
  font-size: 12.6px;
  line-height: 1.125;
  color: #444;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-infoline a {
  font-size: 13.37px;
  line-height: 1.19375;
  margin-bottom: 5px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-infoline a {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 6px;
}
.uk-root .fdn-blog-infoline a:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-blog-tag {
  font-size: inherit;
  font-family: 'PT Sans', sans-serif;
  color: #d1242a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.uk-root .fdn-blog-tag:visited {
  color: #d1242a;
  text-decoration: none;
}
.uk-root .fdn-blog-tag:hover {
  color: #333;
  text-decoration: none;
}
.uk-root .fdn-blog-tag:visited:hover {
  color: #333;
  text-decoration: none;
}
.uk-root .fdn-blog-tag-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 6px;
}
.uk-root .ev-grid-col .ev-primary-zone .Blogresponsive.ShareTools.fdn-margin-vert {
  margin-top: 9px !important;
}
.uk-root .fdn-blog-blockquote {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  padding-left: 9px;
  margin-left: 18px;
  border-left: 4px solid #ccc;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-blockquote {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-blockquote {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-blog-body blockquote {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  padding-left: 9px;
  margin-left: 18px;
  border-left: 4px solid #ccc;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body blockquote {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body blockquote {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-blog-link {
  color: #d1242a;
  text-decoration: none;
  text-transform: none;
}
.uk-root .fdn-blog-link:visited {
  color: #d1242a;
  text-decoration: none;
}
.uk-root .fdn-blog-link:hover {
  color: #a51d21;
  text-decoration: underline;
}
.uk-root .fdn-blog-link:visited:hover {
  color: #a51d21;
  text-decoration: underline;
}
.uk-root .fdn-blog-body :not(blockquote) a {
  color: #d1242a;
  text-decoration: none;
  text-transform: none;
}
.uk-root .fdn-blog-body :not(blockquote) a:visited {
  color: #d1242a;
  text-decoration: none;
}
.uk-root .fdn-blog-body :not(blockquote) a:hover {
  color: #a51d21;
  text-decoration: underline;
}
.uk-root .fdn-blog-body :not(blockquote) a:visited:hover {
  color: #a51d21;
  text-decoration: underline;
}
.uk-root .fdn-blog-post-divider {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 18px;
  margin-top: 18px;
}
.uk-root .fdn-blog-tag-link {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #D2232A;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-tag-link {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-tag-link {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-blog-tag-link:visited {
  color: #D2232A;
  text-decoration: none;
}
.uk-root .fdn-blog-tag-link:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-blog-tag-link:visited:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-blog-tag-label {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: 'PT Sans', sans-serif;
  color: #777;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-tag-label {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-tag-label {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-blog-permalink {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-permalink {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-permalink {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-blog-permalink:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-blog-permalink:visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-blog-permalink:visited:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-blog-archives-year-header {
  font-size: 1.4rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  color: #000;
}
.uk-root .fdn-blog-archives-category {
  color: #000;
  font-weight: 700;
}
.uk-root .fdn-breadcrumb {
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.uk-root .fdn-breadcrumb.fdn-breadcrumb li:nth-child(n+2)::before {
  content: "\00BB";
}
.uk-root .fdn-breadcrumb-link {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.uk-root .fdn-breadcrumb-link:last-child {
  color: #666;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-breadcrumb-link {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-breadcrumb-link {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-breadcrumb-link:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-breadcrumb-link:visited {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-breadcrumb-link:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-breadcrumb-release-date {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #999;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-breadcrumb-release-date {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-breadcrumb-release-date {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-button-submit {
  background: #fff;
  color: #111;
  font-size: 12.6px;
  line-height: 1.125;
  font-weight: 700;
  padding: 9px;
  text-transform: uppercase;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-button-submit {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-button-submit {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-button-submit:hover {
  background: #d2232a;
  color: #fff;
  text-decoration: none;
}
.uk-root .fdn-button-submit:focus {
  background: #d2232a;
  color: #fff;
}
.uk-root .fdn-button-change {
  background: #fff;
  color: #111;
  font-size: 12.6px;
  line-height: 1.125;
  font-weight: 700;
  padding: 9px;
  text-transform: uppercase;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  height: auto;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-button-change {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-button-change {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-button-change:hover {
  background: #d2232a;
  color: #fff;
  text-decoration: none;
}
.uk-root .fdn-button-change:focus {
  background: #d2232a;
  color: #fff;
}
.uk-root .fdn-button-option {
  display: inline-block;
  padding: 3px 5px;
  box-sizing: border-box;
  width: 100%;
  color: #666;
  background: #fff;
  transition: 100ms;
}
.uk-root .fdn-button-option:hover {
  color: #fff;
  background: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-button-link {
  background: #fff;
  color: #666;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: inherit;
  font-weight: 700;
  padding: 9px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-button-link {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-button-link {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-button-link:hover {
  background: #606060;
  color: #e0e0e0;
  text-decoration: none;
}
.uk-root .fdn-button-link.fdn-button-link-medium {
  font-size: 1.15rem;
}
.uk-root .fdn-button-control {
  color: #fff;
  background: #606060;
  border: none;
  border-radius: 4px;
  line-height: 1.2;
  padding: 5px 8px;
  font-size: 1.22rem;
  font-weight: 700;
}
.uk-root .fdn-button-control.fdn-button-control-smaller {
  font-size: 1.1rem;
  line-height: 2.2rem;
}
.uk-root .fdn-button-control:hover {
  color: #fff;
  background: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-button-control:focus {
  color: #fff;
  background: #d2232a;
}
.uk-root .fdn-button-control.uk-active {
  background: #d2232a;
}
.uk-root .fdn-button-control-inactive {
  color: #ccc;
}
.uk-root .fdn-button-control-icon {
  color: #fff;
}
.uk-root .fdn-button-control-outline {
  font-size: 12.6px;
  color: #222;
  background: #ebebeb;
  font-weight: 700;
  border: 1px solid;
  border-color: #bbbbbb;
  border-radius: 4px;
  line-height: 1.2;
  padding: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-button-control-outline {
  font-size: 13.37px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-button-control-outline {
  font-size: 14px;
}
.uk-root .fdn-button-control-outline:hover {
  color: #fefefe;
  background: #111;
}
.uk-root .fdn-button-control-outline.uk-active {
  color: #fff;
  background: #111;
}
.uk-root .fdn-button-control-outline-inactive {
  color: #666;
}
.uk-root .fdn-button-control-outline-inactive:hover {
  color: #fff;
}
.uk-root .fdn-button-control-outline-inactive:hover:hover > * {
  color: #fff;
}
.uk-root .fdn-button-submit.fdn-button-control {
  padding-left: 20px;
}
.uk-root .uk-form-icon:not(.uk-form-icon-flip) ~ .fdn-button-submit.fdn-button-control {
  padding-right: 20px;
}
.uk-root .fdn-button-control-emphatic {
  font-weight: 700;
}
.uk-root .fdn-button-film-tickets {
  color: #222;
  min-width: 110px;
  padding: 5px 8px;
  background: #fff;
  border-color: #bbbbbb;
}
.uk-root .fdn-button-film-tickets::before {
  content: url(/foundation/images/air/ticket_icon.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  vertical-align: text-top;
  transition: 0.1s filter ease-in-out;
}
.uk-root .fdn-button-film-tickets:hover::before {
  filter: invert(100%) brightness(200%);
}
.uk-root.comp-film-filmtimesbyhour .fdn-button-film-tickets {
  padding: 8px;
}
.uk-root .fdn-button-enlarge {
  background: #fffa;
  color: #222;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  padding: 2px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-button-enlarge {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-button-enlarge {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-button-enlarge:hover {
  background: #fffe;
  color: #000;
}
.uk-root .fdn-button-disabled {
  color: #ccc;
  border-color: #ccc;
  opacity: 0.7;
  cursor: default;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  pointer-events: none;
}
.uk-root .fdn-button-disabled:before {
  color: #ccc;
  opacity: 0.7;
}
.uk-root .fdn-slideshow-play-button {
  color: #fff;
  background: #606060;
  border: none;
  border-radius: 4px;
  line-height: 1.2;
  padding: 5px 8px;
  font-size: 1.22rem;
  font-weight: 700;
  box-shadow: none;
  padding-left: 10px;
}
.uk-root .fdn-slideshow-play-button.fdn-button-control-smaller {
  font-size: 1.1rem;
  line-height: 2.2rem;
}
.uk-root .fdn-slideshow-play-button:hover {
  color: #fff;
  background: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-slideshow-play-button:focus {
  color: #fff;
  background: #d2232a;
}
.uk-root .fdn-slideshow-play-button .uk-icon svg {
  color: #fff;
  fill: #fff;
}
.uk-root .fdn-comments-header-block {
  background: #444;
  padding: 5px 10px;
}
.uk-root .fdn-comments-header-block .fdn-comments-header-title {
  margin-bottom: 5px!important;
  color: #fefefe;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-comments-header-block .fdn-comments-header-title {
  margin-bottom: 0 !important;
}
.uk-root .fdn-comments-header-block .ratingDetails {
  color: #fefefe;
}
.uk-root .userCommentForm h4.fdn-teaser-headline {
  background: #444;
  padding: 5px 10px;
}
.uk-root .userCommentForm h4.fdn-teaser-headline a {
  color: #fefefe;
}
.uk-root .fdn-comment-default-user-image {
  padding: 3px 3px 0;
  background: #eee;
  color: #999;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.uk-root .fdn-comment-default-user-image svg * {
  fill: #999;
  stroke: #b6b6b6;
}
.uk-root .fdn-comment-text {
  font-size: 14.7px;
  line-height: 1.6rem;
  color: #333;
}
.uk-root .fdn-comment-rating-block {
  border: #e8e8e8 solid;
  border-width: 0 0 1px;
}
.uk-root .fdn-comment-author-block {
  background: #e8e8e8;
}
.uk-root .fdn-comment-author-block .inlineEdit {
  padding: 1px 3px;
  text-transform: none;
}
.uk-root .fdn-comment-toolbar {
  border-top: 1px solid #f8f8f8;
}
.uk-root .fdn-comment-like-text,
.uk-root .fdn-comment-dislike-text,
.uk-root .fdn-comment-like-link {
  margin-left: 4px;
  transition: 0.314s;
}
.uk-root .fdn-comment-author-name {
  color: #666;
}
.uk-root .fdn-comment-like-count {
  background: #fff;
  border: 1px solid #f5f5f5;
  color: #666;
  font-weight: 700;
  font-size: 1.035rem;
}
.uk-root .staffComment.uk-card {
  border-left: 10px solid #d2232a;
}
.uk-root .comp-landing-recentcomments p.fdn-teaser-headline {
  font-size: 1.096rem;
  line-height: 1.3rem;
}
.uk-root .comp-landing-recentcomments .fdn-comment-text {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .comp-landing-recentcomments .fdn-comment-text {
  font-size: 1.09825rem;
  line-height: 1.19375;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .comp-landing-recentcomments .fdn-comment-text {
  font-size: 1.15rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
.uk-root .fdn-rating-stars-block {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: fit-content;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
.uk-root .fdn-rating-stars-blank-block {
  color: #ccc;
  /* font-size: 3em; */
  top: 0;
  left: 0;
  position: relative;
  display: flex;
  flex-direction: row;
}
.uk-root .fdn-rating-stars-blank-block svg > * {
  fill: #ccc;
}
.uk-root .fdn-rating-stars-solid-block {
  color: gold;
  /* font-size: 3em; */
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.uk-root .fdn-rating-stars-solid-block svg > * {
  fill: gold;
}
.uk-root .fdn-rating-stars-highlight-star {
  text-shadow: 0 0 2px black;
}
.uk-root .fdn-comment-admin-member-info-block {
  padding: 2px 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.uk-root .fdn-comment-report-comment-link {
  color: #999;
  font-weight: 400;
}
.uk-root .fdn-comment-report-comment-link:hover {
  color: #d2232a;
}
.uk-root .fdn-comment-bottom-option-bar {
  border: solid #eee;
  border-width: 0;
  padding: 9px 0;
}
.uk-root .fdn-comment-bottom-option-bar.uk-margin-bottom {
  margin-bottom: 10px!important;
}
.uk-root .newCommentOptions {
  margin-bottom: 2px;
}
.uk-root .fdn-comment-show-more-block > a {
  margin: 0 5px;
}
.uk-root .fdn-comment-rating-stars-block {
  border: 0 solid #ccc;
  border-radius: 5px;
}
.uk-root .fdn-comment-rating-stars-block div[data-rating] {
  cursor: pointer;
}
.uk-root .fdn-comment-rating-stars-block .instructions {
  font-size: 0.9rem;
}
.uk-root .componentGrid-TwoZones-Expand-Auto > [class*=uk-width-auto],
.uk-root .componentGrid-TwoZones-Auto-Expand > [class*=uk-width-auto] {
  /* don't let auto column take up more than @fdn-grid-two-zones-auto-column-parent-width. */
  max-width: none;
}
@media (min-width: 998px) {
  .uk-root .componentGrid-TwoZones-Expand-Auto > [class*=uk-width-auto],
  .uk-root .componentGrid-TwoZones-Auto-Expand > [class*=uk-width-auto] {
    max-width: 38.195%;
  }
}
.uk-root .componentGrid-TwoZones-Expand-Auto > [class*=uk-width-auto] [data-component-id],
.uk-root .componentGrid-TwoZones-Auto-Expand > [class*=uk-width-auto] [data-component-id] {
  min-width: 0;
}
@media (min-width: 998px) {
  .uk-root .componentGrid-TwoZones-Expand-Auto > [class*=uk-width-auto] [data-component-id],
  .uk-root .componentGrid-TwoZones-Auto-Expand > [class*=uk-width-auto] [data-component-id] {
    min-width: 220px;
  }
}
@media (max-width: 997px) {
  .uk-root div.fdn-component-grid-zone {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 998px) {
  .uk-root div[class^=componentGrid-] {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .uk-root .fdn-component-grid-row\@m > div {
    padding-left: 9px;
    padding-right: 9px;
  }
  .uk-root .fdn-component-grid-row\@m > div:first-child {
    padding-left: 0;
  }
  .uk-root .fdn-component-grid-row\@m > div:last-child {
    padding-right: 0;
  }
  .uk-root .fdn-component-grid-column\@m > div {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .uk-root .fdn-component-grid-column\@m > div:first-child {
    padding-top: 0;
  }
  .uk-root .fdn-component-grid-column\@m > div:last-child {
    padding-bottom: 0;
  }
}
.uk-root .fdn-content-body {
  font-size: 1.035rem;
  line-height: 1.575;
  font-family: "PT Sans", sans-serif;
  color: #000;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body {
  font-size: 1.09825rem;
  line-height: 1.67125;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body {
  font-size: 1.15rem;
  line-height: 1.75;
}
.uk-root .fdn-content-body a {
  font-size: inherit;
}
.uk-root .fdn-content-body > a,
.uk-root .fdn-content-body ul li > a,
.uk-root .fdn-content-body > .inlinePDF a,
.uk-root .fdn-content-body > :not([class*=fdn-inline-connection]) a {
  color: #d2232a;
}
.uk-root .fdn-content-body h2,
.uk-root .fdn-content-body h3,
.uk-root .fdn-content-body h4,
.uk-root .fdn-content-body h5,
.uk-root .fdn-content-body h6 {
  font-weight: 700;
}
@media (min-width: 998px) {
  .uk-root .ContentFullWidth .ev-grid-col .ContentFullWidth .fdn-content-body {
    padding-left: 150px;
    padding-right: 150px;
    font-size: 1.265rem;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .uk-root .ContentFullWidth .ev-grid-col .fdn-content-body .contentImageCenter {
    width: auto;
    margin-left: -150px;
    margin-right: -150px;
  }
  .uk-root #Comments.ContentFullWidth {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.uk-root .ContentFullWidth .comp-content-storyheader {
  text-align: center;
}
.uk-root .ContentFullWidth .fdn-content-subheadline {
  margin-top: 12px!important;
}
.uk-root .fdn-content-body > p,
.uk-root .fdn-content-body div > p:not([class*=fdn]),
.uk-root .fdn-editor-air div.contentBody > p,
.uk-root .fdn-editor-air div.slideBody > p {
 /* margin-top: 1.575em;
  margin-bottom: 1.575em;*/
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body > p,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body div > p:not([class*=fdn]),
.ev-grid-col[min-width~="400px"] .uk-root .fdn-editor-air div.contentBody > p,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-editor-air div.slideBody > p {
  margin-top: 1.67125em;
  margin-bottom: 1.67125em;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body > p,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body div > p:not([class*=fdn]),
.ev-grid-col[min-width~="640px"] .uk-root .fdn-editor-air div.contentBody > p,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-editor-air div.slideBody > p {
  /*margin-top: 1.75em;
  margin-bottom: 1.75em;*/
}
.uk-root .fdn-blog-body > p,
.uk-root .fdn-blog-body div > p:not([class*=fdn]) {
  margin-top: 1.242em;
  margin-bottom: 1.242em;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body > p,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-body div > p:not([class*=fdn]) {
  margin-top: 1.3178999999999998em;
  margin-bottom: 1.3178999999999998em;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body > p,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-body div > p:not([class*=fdn]) {
  margin-top: 1.38em;
  margin-bottom: 1.38em;
}
.uk-root .fdn-content-body blockquote:not(.fdn-pullquote-block) {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  padding-left: 9px;
  margin-left: 18px;
  border-left: 4px solid #ccc;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-body blockquote:not(.fdn-pullquote-block) {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-body blockquote:not(.fdn-pullquote-block) {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-content-link a {
  color: #999;
  text-decoration: none;
  text-transform: none;
}
.uk-root .fdn-content-link:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-content-link:visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-content-link:visited:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-content-headline {
  font-size: 32.4px;
  line-height: 1.125;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-headline {
  font-size: 34.38px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-headline {
  font-size: 36px;
  line-height: 1.25;
}
.uk-root .ContentFullWidth .ev-grid-col .ContentFullWidth .fdn-content-headline {
  font-size: 42px;
}
.uk-root .fdn-content-subheadline {
  font-size: 18px;
  line-height: 1.25;
  font-family: "PT Sans", sans-serif;
  color: #444;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-subheadline {
  font-size: 19.1px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-subheadline {
  font-size: 20px;
}
.uk-root .ContentFullWidth .ev-grid-col .ContentFullWidth .fdn-content-subheadline {
  font-size: 24px;
}
.uk-root .fdn-content-infoline {
  font-size: 14px;
  line-height: 1.25;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  margin: 5px 0 0;
}
.uk-root .fdn-content-infoline a {
  color: #111;
}
.uk-root .fdn-content-infoline a:hover {
  color: #d2232a;
}
.uk-root .ContentFullWidth .ev-grid-col .fdn-content-infoline {
  font-size: 17px;
}
.uk-root .fdn-content-info-box {
  background: transparent;
  padding: 9px 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
}
.uk-root .fdn-content-info-box .fdn-content-info-box-note > *:first-child {
  margin-top: 0;
}
.uk-root .fdn-content-info-box .fdn-content-info-box-note > *:last-child {
  margin-bottom: 0;
}
.uk-root .fdn-content-info-box .fdn-content-info-box-icon {
  margin: 9px;
}
.uk-root .fdn-content-text {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-text {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-text {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-meta-text {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-meta-text {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-meta-text {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-meta-text-alt {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-transform: none;
  text-decoration: none;
  font-style: italic;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-meta-text-alt {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-meta-text-alt {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-content-author-bio a {
  color: #d2232a;
  font-weight: 700;
}
.uk-root .fdn-blog-body .fdn-pullquote-block.fdn-pullquote-block,
.uk-root .fdn-content-body .fdn-pullquote-block.fdn-pullquote-block {
  margin: 10px 20px 10px;
  padding: 20px;
  font-family: Georgia, serif;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  border: 0 none;
}
.uk-root .fdn-blog-body .fdn-pullquote-block.fdn-pullquote-block a,
.uk-root .fdn-content-body .fdn-pullquote-block.fdn-pullquote-block a {
  color: #111;
  font-size: 1.8em;
}
.uk-root .fdn-pull-quote-twitter-link {
  margin: 0;
  line-height: 1;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
}
.uk-root .fdn-pull-quote-twitter-link > .uk-icon {
  fill: #1da1f2;
}
.uk-root .fdn-inline-block {
  border: 1px solid #ccc;
  box-shadow: 1px 2px 1px -1px #ccc;
  margin: 12px 0;
}
.uk-root .fdn-inline-header {
  font-size: 11.7px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-inline-header {
  font-size: 12.415px;
  line-height: 1.19375;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-inline-header {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.uk-root .fdn-inline-title,
.uk-root .fdn-inline-title a {
  font-size: 1.35rem;
  line-height: 1.05em;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-inline-title,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-inline-title a {
  font-size: 1.4325rem;
  line-height: 1.05em;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-inline-title,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-inline-title a {
  font-size: 1.5rem;
  line-height: 1.05em;
  margin-bottom: 10px;
}
.uk-root .fdn-inline-title:hover,
.uk-root .fdn-inline-title a:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #666;
}
.uk-root .fdn-inline-title:visited,
.uk-root .fdn-inline-title a:visited {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-inline-title:visited:hover,
.uk-root .fdn-inline-title a:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-inline-address {
  margin-top: 0;
  margin-bottom: 0;
}
.uk-root .fdn-inline-info-block {
  font-size: 11.7px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  padding-left: 9px;
  padding-right: 9px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-inline-info-block {
  font-size: 12.415px;
  line-height: 1.19375;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-inline-info-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.uk-root .fdn-inline-info-block a:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #666;
}
.uk-root .fdn-inline-info-block a:visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-inline-info-block a:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-inline-event-location {
  font-size: 11.7px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-inline-event-location {
  font-size: 12.415px;
  line-height: 1.19375;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-inline-event-location {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.uk-root .fdn-inline-event-price {
  margin-top: 0;
  margin-bottom: 5px;
}
.uk-root .fdn-inline-event-time {
  margin-top: 5px;
  margin-bottom: 5px;
}
.uk-root .fdn-inline-event-category {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 5px;
}
.uk-root .fdn-inline-event-ticket-block {
  margin: 12px;
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-root .fdn-inline-slideshow-ad-item {
  background-color: white;
}
.uk-root .fdn-inline-slideshow-more-item {
  background-color: white;
}
.uk-root .fdn-content-navigation-block {
  display: flex;
  width: 100%;
  align-items: center;
}
.uk-root .fdn-content-navigation-block > p {
  order: 20;
}
.uk-root .fdn-content-navigation-block .fdn-page-navigation-block {
  margin: auto;
}
.uk-root .fdn-content-list-rectangle-breaking-image-block {
  display: flex;
  order: 1;
  margin: 0 5px 5px 0;
}
.uk-root .fdn-content-list-rectangle-breaking-content-block {
  display: flex;
  order: 2;
  margin: 0;
}
.uk-root .fdn-content-list-rectangle-breaking-breaking-block {
  display: block;
  order: 1;
  margin: 0 0 5px 0;
}
.uk-root .fdn-content-list-rectangle-breaking-headline-block {
  display: block;
  order: 2;
  margin: 5px 0;
}
.uk-root .fdn-content-list-rectangle-breaking-subheadline-block {
  display: block;
  order: 3;
  margin: 5px 0;
}
.uk-root .fdn-content-list-rectangle-breaking-author-block {
  display: block;
  order: 4;
  margin: 5px 0;
}
.uk-root .fdn-content-list-rectangle-breaking-body-block {
  display: block;
  order: 5;
  margin: 5px 0;
}
.uk-root .fdn-content-list-rectangle-breaking-breaking-badge-block.fdn-teaser-badge {
  margin-right: 5px;
  padding: 2px 4px;
  color: #fff;
  background-color: #d2232a;
}
.uk-root .fdn-content-list-rectangle-breaking-breaking-badge-block.fdn-teaser-badge:hover {
  color: #fff;
}
.uk-root .fdn-calendar-dropdown-block {
  overflow: hidden;
  background: #fff;
  padding: 0;
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
  border: 0px solid #eee;
  border-radius: 4px;
}
.uk-root .fdn-calendar-dropdown-block:after,
.uk-root .fdn-calendar-dropdown-block:before {
  bottom: 100%;
  right: 38.5px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.uk-root .fdn-calendar-dropdown-block:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.uk-root .fdn-calendar-dropdown-block:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 8px;
  margin-left: -8px;
}
.uk-root .cal-body {
  margin: 0 -1px -1px -1px;
}
.uk-root .fdn-calendar-header-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-calendar-prev-next {
  font-size: 0.7875rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 3px 5px;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-calendar-prev-next {
  font-size: 0.835625rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-calendar-prev-next {
  font-size: 0.875rem;
  line-height: 1.25;
}
.uk-root .fdn-calendar-prev-next.uk-disabled {
  color: #999;
  background: #f8f8f8;
}
.uk-root .fdn-calendar-prev-next:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-calendar-prev-next:visited {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-calendar-prev-next.uk-active {
  color: #333;
  text-decoration: none;
}
.uk-root .fdn-calendar-prev-next-text {
  display: none;
}
.uk-root .fdn-calendar-month-text {
  font-size: 16.2px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-calendar-month-text {
  font-size: 17.19px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-calendar-month-text {
  font-size: 18px;
  line-height: 1.25;
}
.uk-root .fdn-calendar-day-label {
  text-align: center;
  font-size: 10.8px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #0000008a;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: 1px solid #eee;
  border-width: 1px;
  border-right-width: 0;
}
.uk-root .fdn-calendar-day-label:last-child {
  border-width: 1px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-calendar-day-label {
  font-size: 11.46px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-calendar-day-label {
  font-size: 12px;
  line-height: 1.25;
}
.uk-root .fdn-calendar-day {
  text-align: center;
  cursor: pointer;
  margin-top: -1px;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 12px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-width: 1px;
  border-right-width: 0;
  border-radius: 0;
}
.uk-root .fdn-calendar-day:last-child {
  border-width: 1px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-calendar-day {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-calendar-day {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-calendar-day:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d2232a;
}
.uk-root .fdn-calendar-day.uk-active {
  color: #fff;
  text-decoration: none;
  background-color: #d2232a;
}
.uk-root .fdn-calendar-day:not(.focused) {
  color: #4048484d;
  text-decoration: none;
}
.uk-root .fdn-calendar-day.uk-disabled {
  color: #4048481a;
  text-decoration: none;
}
.uk-root .fdn-calendar-day.range-selected {
  color: #333;
  text-decoration: none;
  background: #eee;
}
.uk-root .fdn-interface-form-link.fdn-interface-form-link-password-reset {
  color: #d50000;
  font-size: 11px;
}
.uk-root .fdn-interface-form-link.fdn-interface-form-link-password-reset:hover {
  text-decoration: underline;
}
.uk-root .fdn-editor-air {
  line-height: 1.25;
  /* UI Kit Override for Foundation Editor */
  /* close button fix for audio */
  /* List styles within content USUALLY are this. Some pubs may have custom list styles */
}
.uk-root .fdn-editor-air ul:not([class]),
.uk-root .fdn-editor-air ol:not([class]),
.uk-root .fdn-editor-air ul.blogMenuList,
.uk-root .fdn-editor-air ul.topicMenuList {
  padding: 0;
}
.uk-root .fdn-editor-air p:not([class]),
.uk-root .fdn-editor-air ul:not([class]),
.uk-root .fdn-editor-air ol:not([class]),
.uk-root .fdn-editor-air dl:not([class]),
.uk-root .fdn-editor-air pre:not([class]),
.uk-root .fdn-editor-air address:not([class]),
.uk-root .fdn-editor-air fieldset:not([class]),
.uk-root .fdn-editor-air figure:not([class]) {
  margin: 0;
}
.uk-root .fdn-editor-air .leftColumnInner {
  padding: 0 10px !important;
}
.uk-root .fdn-editor-air .contentBody,
.uk-root .fdn-editor-air .slideBody {
  border: none;
  background-color: #fff;
  box-shadow: 0px 2px 3px 0px #666, inset 0px 6px 7px -6px #999;
  font-family: "PT Sans", sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
  color: #000;
}
.uk-root .fdn-editor-air .layoutContentFullWidth.contentBody {
  padding-left: 150px;
  padding-right: 150px;
  font-size: 1.265rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.uk-root .fdn-editor-air .contentBody a,
.uk-root .fdn-editor-air .slideBody a {
  color: #d2232a;
}
.uk-root .fdn-editor-air .contentBody .fdn-inline-connection-headline a,
.uk-root .fdn-editor-air .contentBody .fdn-inline-connection-content-headline a {
  color: #444;
}
.uk-root .fdn-editor-air .contentBody .fdn-teaser-ticket-link {
  color: #fff;
}
.uk-root .fdn-editor-air .contentBody .imageTools a {
  color: #fff;
}
.uk-root .fdn-editor-air .contentBody .fdn-inline-connection-title,
.uk-root .fdn-editor-air .contentBody .fdn-inline-connection-title a {
  color: #999;
}
.uk-root .fdn-editor-air .contentBody .removeInlineMedia,
.uk-root .fdn-editor-air .slideBody .removeInlineMedia {
  z-index: 3;
}
.uk-root .fdn-editor-air .contentBody {
  font-size: 1.15rem;
  line-height: 1.75;
}
.uk-root .fdn-editor-air .fdn-inline-connection-content-headline {
  font-size: 17px;
}
.uk-root .fdn-editor-air .fdn-inline-connection-headline {
  font-size: 18px;
}
.uk-root .fdn-editor-air .fdn-inline-connection-content-subheadline {
  font-size: 15px;
}
.uk-root .fdn-editor-air .inlinePullquote {
  margin: 10px 20px 10px;
  padding: 20px;
  font-family: Georgia, serif;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  border: 0 none;
}
.uk-root .fdn-editor-air .inlinePullquote blockquote.fdn-pullquote-block {
  line-height: 1.1;
}
.uk-root .fdn-editor-air .inlinePullquote blockquote.fdn-pullquote-block a {
  color: #111;
  font-size: 1.8em;
  text-decoration: none !important;
  cursor: default;
  pointer-events: none;
}
.uk-root .fdn-editor-air .fdn-teaser-headline,
.uk-root .fdn-editor-air .fdn-teaser-headline a {
  font-size: 1.5rem;
  line-height: 1.15em;
  margin-bottom: 10px;
}
.uk-root .fdn-editor-air .fdn-teaser-infoline {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.uk-root .fdn-editor-air .fdn-teaser-tagline {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.uk-root .fdn-editor-air .fdn-teaser-badge {
  font-size: 0.875rem;
  line-height: 1.25;
}
.uk-root .fdn-editor-air .fdn-inline-connection .uk-width-1-1.uk-width-1-2\@es {
  width: 50%;
}
.uk-root .fdn-editor-air .fdn-inline-connection .uk-width-1-2.uk-width-1-4\@es.uk-width-1-6\@em,
.uk-root .fdn-editor-air .fdn-inline-connection .uk-width-1-3.uk-width-1-4\@es.uk-width-1-6\@em {
  width: 25%;
}
.uk-root .fdn-editor-air .fdn-inline-connection .uk-width-1-4.uk-width-1-5\@es.uk-width-1-6\@em {
  width: 20%;
}
.uk-root .fdn-editor-air .fdn-inline-connection .uk-width-1-2.uk-width-3-4\@es.uk-width-5-6\@em {
  width: 75%;
}
.uk-root .fdn-editor-air .contentBody .uk-button-default {
  color: #333;
}
.uk-root .fdn-editor-air .fdn-button-submit {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-editor-air .layoutContentFullWidth.contentBody .contentImageCenter,
.uk-root .fdn-editor-air .layoutContentFullWidth.contentBody .fdn-content-image-center {
  width: auto;
  text-align: center;
  margin-left: -150px;
  margin-right: -150px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.uk-root .fdn-editor-air .contentImageLeft,
.uk-root .fdn-editor-air .contentImageRight {
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uk-root .fdn-editor-air .contentImageLeft {
  float: left;
  margin-right: 27px;
}
.uk-root .fdn-editor-air .contentImageRight {
  float: right;
  margin-left: 27px;
}
.uk-root .fdn-editor-air [class*="contentImage"] ul.inlineMediaInfo {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: transparent;
  padding: 4px 9px 4px 9px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-editor-air [class*="contentImage"] ul.inlineMediaInfo .imageCredit {
  font-family: "PT Sans", sans-serif;
  color: #999;
  font-style: italic;
  align-self: flex-end;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0;
  text-align: right !important;
}
.uk-root .fdn-editor-air [class*="contentImage"] ul.inlineMediaInfo .imageCaption {
  font-family: "PT Sans", sans-serif;
  color: #434343;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  text-align: left !important;
}
.uk-root .fdn-editor-air .contentBody .imageTools {
  font-family: Arial;
  font-size: 12px;
  line-height: 1rem;
}
.uk-root .fdn-editor-air .contentBody .imageTools a {
  color: #fff;
  font-weight: 400;
  line-height: 1rem;
}
.uk-root .fdn-editor-air .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  text-indent: -9999em;
  direction: ltr;
}
.uk-root .fdn-editor-air #contentAdminRight .inlineEmbed.uk-align-right {
  margin-left: 18px;
  margin-top: 0;
  margin-bottom: 18px;
}
.uk-root .fdn-editor-air #contentAdminRight .inlineEmbed.uk-align-left {
  margin-right: 18px;
  margin-top: 0;
  margin-bottom: 18px;
}
.uk-root .fdn-editor-air #contentAdminRight .infoBox.Center.inlineMediaBox.inlineEmbed a.removeInlineMedia,
.uk-root .fdn-editor-air #contentAdminRight .infoBox.Center.inlineMediaBox.inlineEmbed a.infoLink {
  right: 51px;
}
.uk-root .fdn-editor-air #contentAdminRight * + .inlineEmbed[class*='uk-align'] {
  margin-top: 18px;
}
.uk-root .fdn-editor-air .contentBody .inlineAudio a.removeInlineMedia,
.uk-root .fdn-editor-air .contentBody .audioConnection a.removeInlineMedia {
  right: 112px;
}
.uk-root .fdn-editor-air .contentBody .inlineMediaBox.infoBox ul {
  margin: 10px 5px;
  list-style: square inside;
}
.uk-root .fdn-editor-air .contentBody .inlineMediaBox.infoBox ul li {
  list-style: square inside;
}
.uk-root .fdn-event-promo-block {
  background: #fff;
  padding: 9px 18px;
  border: 1px solid #666;
}
.uk-root .fdn-event-promo-header {
  color: #000;
  line-height: 1;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}
.uk-root .fdn-promo-teaser-image {
  border: 3px solid #000;
}
.uk-root .fdn-promo-headline.fdn-promo-headline {
  color: #fff;
  line-height: 1.05;
  font-weight: 700;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.44rem;
}
.uk-root .fdn-event-promo-wrapper ul.uk-slider-items {
  margin-left: -2rem;
}
.uk-root .fdn-event-promo-wrapper li {
  padding-left: 2rem;
}
.uk-root .fdn-event-promo-block .fdn-promo-headline.fdn-promo-headline {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.uk-root .fdn-event-promo-block .fdn-promo-teaser .uk-overlay.uk-overlay-default {
  background: none;
}
.uk-root .fdn-event-promo-block .uk-slidenav {
  margin: 9px 0;
  background: #000;
  color: #fff;
}
.uk-root .fdn-event-promo-block .uk-slidenav polyline {
  stroke-width: 3px;
}
.uk-root .fdn-interface-form-recurring-event-block .fdn-interface-form-time-string-input {
  min-height: 40px;
  height: auto;
  line-height: 1.5;
  padding: 10px;
  width: auto;
  flex: auto;
  margin-top: 5px;
}
.uk-root .fdn-interface-form-recurring-event-block .fdn-interface-form-time-string-input:empty {
  display: none;
}
@media (min-width: 640px) {
  .uk-root .fdn-interface-form-recurring-event-block .fdn-interface-form-time-string-input {
    width: auto;
    flex: 1;
    margin-top: 0;
  }
}
.uk-root .fdn-add-event-submit-link-block {
  background: transparent;
  padding: 5px 0 0 0;
  border: solid #999;
  border-width: 1px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.comp-event-addeventlink.uk-root .fdn-add-event-submit-link-block {
  padding: 0;
  border: none;
  display: block;
}
.comp-event-addeventlink.uk-root .fdn-add-event-submit-link-block a {
  background: transparent;
  padding: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: solid #999;
  border-width: 1px;
}
.uk-root .fdn-add-event-submit-link-text {
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-add-event-submit-link-text:hover {
  color: #999;
}
.uk-root .fdn-add-event-upgrade-list.fdn-add-event-upgrade-list li.fdn-pres-item {
  border-color: #999;
}
.uk-root .fdn-add-event-upgrade-checkbox {
  border-color: #444;
  border-width: 2px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.uk-root .fdn-interface-label.fdn-add-event-upgrade-label {
  font-size: 22px !important;
}
.uk-root .fdn-add-event-confirmation-label {
  color: #777;
}
.uk-root .fdn-add-event-event-date-confirmation {
  font-size: 16px !important;
}
.uk-root .fdn-add-event-upgrade-info-label {
  color: #777 !important;
}
.uk-root .fdn-add-event-upgrade-info-input {
  color: #111;
  max-height: 30px;
}
.uk-root .fdn-add-event-review-list {
  font-size: 1.2rem;
}
.uk-root .fdn-add-event-review-list strong {
  color: #222;
}
.uk-root .fdn-add-event-disabled {
  opacity: 0.5;
}
.uk-root .fdn-add-event-event-confirmation {
  color: #666;
}
.uk-root .fdn-add-event-event-title-confirmation {
  font-weight: 700;
  font-size: 1.8rem;
  color: #111;
}
.uk-root .fdn-add-event-event-title-confirmation + span:not([class]) {
  font-size: 1rem;
}
.uk-root .fdn-add-event-event-location-confirmation {
  font-size: 17px;
}
.uk-root .fdn-add-event-confirmation-label {
  color: #777;
}
.uk-root .fdn-add-event-form-promote-header.fdn-interface-form-legend {
  background: #111;
  color: #fff;
  padding: 5px 7px;
}
.uk-root .fdn-add-event-upgrade-list {
  font-size: 1.15rem;
  color: #444;
}
.uk-root .fdn-add-event-upgrade-list-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .fdn-add-event-upgrade-list-item div * + * {
  margin-left: 0.1ch;
}
.uk-root .fdn-add-event-upgrade-name {
  font-size: inherit;
  font-weight: 700;
  color: #111;
}
.uk-root .fdn-add-event-upgrade-price {
  font-weight: 700;
}
.uk-root .fdn-add-event-final-price-wrapper {
  font-size: 1.8rem;
}
.uk-root .fdn-add-event-final-price-block {
  padding: 9px;
  border: 1px solid #ccc;
  color: #333;
}
.uk-root .fdn-add-event-final-price {
  color: #367f00;
  font-weight: 700;
}
.uk-root .fdn-add-event-success-block {
  padding: 0;
  border: 0px solid #999;
  text-align: left;
}
.uk-root .fdn-add-event-success-header {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}
.uk-root .fdn-add-event-success-text {
  font-size: 1.15rem;
  font-weight: 400;
  color: #666;
}
.uk-root .fdn-add-event-success-custom-message {
  font-size: 1.2rem;
  line-height: 1.33;
}
.uk-root .fdn-add-event-success-custom-not-live-message {
  font-size: 1.2rem;
  line-height: 1.33;
  color: #ff710a !important;
}
.uk-root .fdn-add-event-success-list {
  font-size: 1.2rem;
}
.uk-root .fdn-add-event-success-list a {
  color: #111;
  font-weight: 700;
}
.uk-root .fdn-add-event-error-item {
  font-size: 1.15rem;
}
.uk-root .fdn-event-status {
  background: #ff710a;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px 1px;
  max-width: calc(100% / 3);
  min-width: 145px;
}
.uk-root .fdn-event-status.fdn-event-status-search-results {
  font-size: 14px;
  padding: 3px 6px 1px;
}
.uk-root .fdn-event-search-contol-view-block {
  border-bottom: 1px solid #ccc;
}
.uk-root .fdn-event-search-contol-view-block li {
  padding: 4px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #ffcfcf c;
  cursor: pointer;
  color: #333;
  transition: 100ms;
}
.uk-root .fdn-event-search-contol-view-block li:hover,
.uk-root .fdn-event-search-contol-view-block li.active {
  background: #aaa;
  color: #000;
  border-color: transparent;
}
.uk-root .fdn-event-search-contol-view-block li + li {
  margin-left: 2px;
}
.uk-root .show-grid .fdn-hidden\@show-grid,
.uk-root .show-list .fdn-hidden\@show-list,
.uk-root .show-detail .fdn-hidden\@show-detail,
.uk-root .show-detail .fdn-hidden\@show-list,
.uk-root .show-list .fdn-hidden\@show-detail {
  display: none !important;
}
.uk-root .search-results.show-list .fdn-teaser-description.uk-text-break,
.uk-root .search-results.show-list .fdn-teaser-infoline.uk-text-break {
  display: none;
}
.uk-root .search-results.show-list img {
  width: 120px;
  height: auto;
}
.uk-root .search-results.show-list .uk-width-1-5\@show-list {
  width: 20%;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid li {
  border: 0 none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 12px;
  box-shadow: 0px 0px 2px 1px #ddd;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 100ms;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid li:hover {
  box-shadow: 0px 0px 2px 2px #888;
  border-radius: 0;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid span.fdn-features-icon-block,
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-teaser-description.uk-text-break,
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-teaser-infoline.uk-text-break,
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-event-teaser-location + p.fdn-inline-split-list.fdn-teaser-infoline {
  display: none;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .uk-width-1-1\@show-grid {
  width: 100%;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .uk-flex\@show-grid {
  display: flex;
  flex-wrap: wrap;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-no-image .uk-flex-center\@show-grid {
  justify-content: center;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .uk-margin-remove\@show-grid {
  margin: 0 !important;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .uk-flex-first\@show-grid {
  order: -1;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .uk-child-width-1-1\@show-grid > div {
  width: 100%;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-event-search-text-block > div {
  margin: 5px 0;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .uk-margin-remove\@show-grid {
  margin: 0 !important;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-pres-item.fdn-no-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding: 40px 4px 4px;
  box-sizing: border-box;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-pres-item.fdn-no-image .fdn-teaser-headline a,
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-pres-item.fdn-no-image .fdn-teaser-subheadline {
  font-size: 1.44em;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-pres-item-content {
  padding: 5px;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-pres-item-inline {
  flex: none;
  box-shadow: none;
  border-radius: 0;
}
.uk-root .search-results.show-grid .pres-EventSearchRectangle.uk-list-divider.uk-flex\@show-grid .fdn-ticket-icon\@show-grid svg {
  fill: #0091d5;
  color: #0091d5;
}
.uk-root .search-results.show-grid li.fdn-pres-item {
  width: calc(33% - 5px);
}
@media (max-width: 600px) {
  .uk-root .search-results.show-grid li.fdn-pres-item {
    width: calc(50% - 5px);
  }
}
.uk-root .comp-location-pastevents li.fdn-pres-item {
  padding-left: 5px;
}
.uk-root .comp-location-pastevents .fdn-teaser-headline {
  font-size: calc(1.5rem - 0px) !important;
  margin-bottom: 4px!important;
}
.uk-root .comp-location-pastevents .fdn-teaser-headline a {
  font-size: calc(1.5rem - 0px) !important;
}
.uk-root .comp-location-pastevents p.fdn-teaser-infoline {
  font-size: calc(14px - 0px) !important;
  margin-bottom: 2px!important;
}
.uk-root .comp-location-pastevents div.fdn-teaser-infoline {
  display: none !important;
}
.uk-root .comp-landing-calendarpicks .fdn-calendar-picks li {
  margin-top: 0!important;
}
.uk-root .comp-landing-calendarpicks .fdn-calendar-picks span.divider {
  width: 0!important;
  border-left: 1px solid #ddd;
  flex: none!important;
}
@media (min-width: 998px) {
  .uk-root .pres-EventListStacked .fdn-EventListStacked-image-block {
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 401px) and (max-width: 997px) {
  .uk-root .pres-EventListStacked .fdn-EventListStacked-image-block {
    padding-right: 0.65rem;
  }
}
@media (max-width: 400px) {
  .uk-root .pres-EventListStacked .fdn-EventListStacked-image-block {
    padding-bottom: 0.25rem;
  }
}
.uk-root .pres-EventListStacked .fdn-EventListStacked-at-location {
  color: #999 !important;
  font-size: 13px;
  font-weight: 400;
  vertical-align: top;
}
.uk-root .pres-EventListStacked .fdn-separated-list li a.uk-active {
  color: #d2232a;
}
.uk-root .fdn-calendar-event-links-block {
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0 0 6px;
  border-bottom: 1px solid #ccc;
}
.uk-root .fdn-calendar-picks-links-by-day-block {
  display: flex;
  order: 1;
}
.uk-root .fdn-calendar-picks-staff-picks-block {
  order: 2;
}
.uk-root .fdn-calendar-picks-event-links-block {
  order: 3;
}
.uk-root .fdn-calendar-picks-tabbed-selectors-block {
  order: 4;
}
.uk-root .fdn-calendar-picks-add-on-links-block {
  order: 5;
}
.uk-root .fdn-calendar-picks-submit-event-block {
  order: 6;
}
.uk-root .fdn-event-teasers-items-block {
  order: 1;
}
.uk-root .fdn-event-teasers-more-link-block {
  order: 2;
}
.uk-root .fdn-event-teasers-add-on-links-block {
  order: 3;
}
.uk-root .fdn-event-teasers-submit-event-block {
  order: 4;
}
.uk-root .fdn-event-list-magnum-image-block {
  display: flex;
  order: 1;
  margin: 5px 0 0;
}
.uk-root .fdn-event-list-magnum-content-block {
  display: flex;
  order: 2;
  margin: 5px 0 0;
}
.uk-root .fdn-event-list-magnum-title-block {
  display: flex;
  order: 1;
  margin: 5px 0 0;
}
.uk-root .fdn-event-list-magnum-times-block {
  display: flex;
  order: 2;
  margin: 5px 0 0;
}
.uk-root .fdn-event-list-magnum-price-block {
  display: flex;
  order: 3;
  margin: 5px 0 0;
}
.uk-root .fdn-event-list-magnum-category-block {
  display: flex;
  order: 4;
  margin: 5px 0 0;
}
.uk-root .fdn-event-list-magnum-description-block {
  display: flex;
  order: 5;
  margin: 5px 0 0;
}
.uk-root .fdn-event-list-magnum-location-block {
  display: flex;
  order: 6;
  margin: 5px 0 0;
}
.uk-root .comp-event-eventlocation .uk-list,
.uk-root .comp-event-eventlocation .fdn-teaser-infoline {
  margin-bottom: 0;
}
.uk-root .fdn-event-highlight-block {
  background: #f7f7f7;
  padding: 9px !important;
  border: 2px solid #999 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
.uk-root .fdn-event-highlight-block .fdn-event-search-text-block .fdn-teaser-subheadline {
  font-weight: 400;
  font-size: inherit;
  color: #d2232a;
}
.uk-root .fdn-feature-tight {
  margin-bottom: 3px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-tight {
  margin-bottom: 3px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-tight {
  margin-bottom: 3px;
}
.uk-root .fdn-feature-margin-bottom {
  margin-bottom: 6px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-margin-bottom {
  margin-bottom: 7px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-margin-bottom {
  margin-bottom: 8px;
}
.uk-root .fdn-feature-tagline {
  display: block;
  order: 1;
  font-size: 1.035rem;
  line-height: 1.125;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-tagline {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-tagline {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-feature-category {
  display: none;
  order: 2;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 6px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-category {
  font-size: 13.37px;
  line-height: 1.19375;
  margin-bottom: 7px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-category {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.uk-root .fdn-feature-headline {
  display: block;
  order: 3;
  font-size: 1.8rem;
  line-height: 1.15em;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 6px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-headline {
  font-size: 1.91rem;
  line-height: 1.15em;
  margin-bottom: 7px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-headline {
  font-size: 2rem;
  line-height: 1.15em;
  margin-bottom: 8px;
}
.uk-root .fdn-feature-headline:hover,
a:hover .uk-root .fdn-feature-headline {
  color: #666;
  text-decoration: underline;
}
.uk-root .fdn-feature-headline:visited {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-feature-headline:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-feature-subheadline {
  display: block;
  order: 4;
  font-size: 13.5px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-subheadline {
  font-size: 14.325px;
  line-height: 1.19375;
  margin-bottom: 7px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-subheadline {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.uk-root .fdn-feature-infoline {
  display: flex;
  order: 5;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 6px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-infoline {
  font-size: 13.37px;
  line-height: 1.19375;
  margin-bottom: 7px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-infoline {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.uk-root .fdn-feature-infoline time {
  font-weight: 400;
}
.uk-root .fdn-feature-summary {
  display: none;
  order: 6;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 6px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-summary {
  font-size: 13.37px;
  line-height: 1.19375;
  margin-bottom: 7px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-summary {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.uk-root .fdn-feature-body-intro {
  display: none;
  order: 7;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 6px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-feature-body-intro {
  font-size: 13.37px;
  line-height: 1.19375;
  margin-bottom: 7px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-feature-body-intro {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.uk-root .fdn-feature-tag {
  font-size: inherit;
  font-family: 'Oswald', sans-serif;
  color: #d2232a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.uk-root .fdn-feature-tag:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-feature-tag:visited {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-feature-tag:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-feature-tag-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-feature-sponsored-tag {
  font-size: inherit;
  font-family: 'Oswald', sans-serif;
  color: #d2232a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.uk-root .fdn-feature-sponsored-tag:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-feature-sponsored-tag:visited {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-feature-sponsored-tag:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-feature-sponsored-tag-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-feature-overlay-block {
  background: #fff9;
  padding: 9px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-feature-by {
  display: inline;
  text-transform: capitalize;
}
.uk-root .fdn-film-times-theater-name {
  font-size: 2rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
}
.uk-root .fdn-film-times-theater-name a {
  font-family: "PT Sans Narrow", sans-serif;
}
.uk-root .fdn-film-times-theater-name-link {
  color: #fff;
}
.uk-root .fdn-film-times-theater-distance {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.uk-root .fdn-film-times-theater-address {
  font-size: 1.5rem;
  color: #eee;
}
.uk-root .fdn-film-times-theater-phone {
  font-size: 1.15rem;
  color: #eee;
  text-decoration: none;
}
.uk-root .fdn-film-times-theater-features-header {
  color: #efefef;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #777;
}
.uk-root .fdn-film-times-theater-features-item {
  color: #dedede;
  font-size: 14px;
}
.uk-root .fdn-film-times-theater-features-item + .fdn-film-times-theater-features-item {
  margin-top: 3px !important;
}
.uk-root .fdn-film-rating-badge {
  font-size: 0.875rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  background: #f8f8f8;
  color: #999;
}
.uk-root .fdn-film-rating-badge:hover {
  color: #999;
}
.uk-root .fdn-film-poster-no-image-icon {
  padding: 10px;
  opacity: 0.13;
}
.uk-root .fdn-film-times-showtimes-header {
  font-size: 1.15rem;
  font-weight: 400;
  color: #666;
}
.uk-root .fdn-film-times-showtimes-header ~ .uk-root .fdn-film-times-showtimes-header {
  border-top: 1px solid #ddd;
  margin-top: 8px !important;
  padding-top: 8px !important;
}
.uk-root .fdn-film-times-showtimes-features a + a::before {
  content: "\000B7";
}
.uk-root .fdn-feature-format + .fdn-feature-format {
  margin-left: 5px;
}
.uk-root .fdn-feature-format:after {
  content: "\A";
  display: block;
}
.uk-root .fdn-film-times-theater-format {
  color: #444;
  font-weight: 700;
  font-size: 16px;
}
.uk-root .fdn-film-times-theater-format:before {
  content: " · ";
}
.uk-root .fdn-fandango-logo {
  border-top: 1px solid #eee;
}
.uk-root .fdn-film-no-link {
  color: #111;
  font-size: 14px;
  font-weight: 700;
}
.uk-root .fdn-film-control-dropdown {
  background: #fff;
  padding: 9px;
  box-shadow: 3px 3px 1px -1px #333;
  border: 1px solid #ccc;
  border-radius: 0;
}
.uk-root .fdn-content-film-times-theater-name {
  font-family: "PT Sans Narrow", sans-serif;
  color: #111;
  font-weight: 700;
  font-size: 1.5rem;
}
.uk-root .fdn-film-times-date-button-span-first {
  letter-spacing: -0.03ch;
  margin-left: -5px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-film-times-date-button-span-first {
  margin-left: 0;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-film-times-date-button-span-first {
  margin-left: 0;
}
.uk-root .fdn-film-times-date-button-span-second {
  letter-spacing: -0.03ch;
  margin-left: -4px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-film-times-date-button-span-second {
  margin-left: 0;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-film-times-date-button-span-second {
  margin-left: 0;
}
.uk-root .fdn-film-times-by-hour-film-name {
  font-size: 1.5rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
}
.uk-root .fdn-network-film-review-pub-icon img {
  height: 20px;
  width: auto;
}
.uk-root .fdn-network-film-review-subheadline.fdn-network-film-review-subheadline {
  font-size: 15px!important;
}
.uk-root .fdn-network-film-review-author {
  color: #777;
  font-size: 14px;
}
.uk-root .fdn-film-poster-custom img {
  object-fit: cover;
}
.uk-root.comp-film-nowplaying .fdn-teaser-headline-tight,
.uk-root.comp-film-nowplaying .fdn-teaser-headline-tight a {
  font-size: 0.88rem;
  line-height: 1.08rem;
}
.uk-root.comp-film-nowplaying .fdn-teaser-headline-tight {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uk-root.comp-film-nowplaying .fdn-now-playing-form-select-block + .fdn-now-playing-form-select-block {
  margin-top: 8px;
}
.uk-root .fdn-footer-navigation {
  font-family: 'Oswald', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.uk-root .fdn-footer-navigation li:first-child {
  margin-left: 0;
}
.uk-root .fdn-footer-navigation li:last-child {
  margin-right: 0;
}
.uk-root .fdn-footer-navigation li a:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-footer-navigation a {
  color: #999;
}
.uk-root .fdn-footer-navigation.fdn-footer-navigation li {
  margin-top: 0;
  flex: auto;
}
.uk-root .fdn-free-stuff-item + .fdn-free-stuff-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.uk-root .fdn-free-stuff-category-header-block {
  text-align: center;
}
.uk-root .fdn-free-stuff-category-header {
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-free-stuff-teaser-headline {
  font-size: 21.6px;
  line-height: 1.125;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
}
.uk-root .fdn-free-stuff-teaser-headline a {
  color: #000;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-free-stuff-teaser-headline {
  font-size: 22.92px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-free-stuff-teaser-headline {
  font-size: 24px;
  line-height: 1.25;
}
.uk-root .fdn-free-stuff-teaser-content {
  font-size: 14.4px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-free-stuff-teaser-content {
  font-size: 15.28px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-free-stuff-teaser-content {
  font-size: 16px;
  line-height: 1.25;
}
.uk-root .fdn-component-header-text {
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-component-header-link-text {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-component-header-link-text:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-component-header-link-text-visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-component-header-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px 0;
  overflow: hidden;
}
.uk-root .fdn-component-header-primary-text {
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-component-header-primary-link-text {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-component-header-primary-link-text:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-component-header-primary-link-text:visited {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-component-header-primary-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
}
.uk-root .fdn-component-subheader-text {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-component-subheader-link-text {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-component-subheader-link-text:hover {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-component-subheader-link-text-visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-component-subheader-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.uk-root .fdn-page-header {
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-page-header a {
  color: #000;
}
.uk-root .fdn-page-header-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px 0;
}
.uk-root .fdn-content-header {
  font-size: 1.35rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-header {
  font-size: 1.4325rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-header {
  font-size: 1.5rem;
  line-height: 1.25;
}
.uk-root .fdn-content-subheader {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-subheader {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-content-subheader {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-interface-subheader {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
  background: #ededed;
  padding: 6px 9px;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-subheader {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-subheader {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-interface-subheader + [class*='pres-BlogPostFull'] + [class*='pres-BlogPostFull'] {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ddd;
}
.uk-root .fdn-slider-component-header-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px 0;
}
.uk-root .fdn-slider-component-header-text {
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-page-headline {
  font-size: 32.4px;
  line-height: 1.125;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-page-headline {
  font-size: 34.38px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-page-headline {
  font-size: 36px;
  line-height: 1.25;
}
.uk-root .fdn-404-header-text {
  font-size: 2rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  color: #d2232a;
}
.uk-root .fdn-features-icon-block,
.uk-root * .fdn-features-icon-block * {
  text-decoration: none;
}
.uk-root .fdn-features-icon-block {
  margin-left: 3px;
}
.uk-root .fdn-features-icon-staff-pick svg * {
  fill: #d2232a;
  color: #d2232a;
  stroke: #d2232a;
}
.uk-root .fdn-features-icon-members-pick svg * {
  fill: #333;
  color: #333;
  stroke: #333;
}
.uk-root .fdn-features-icon-all-ages svg * {
  fill: #4f86d5;
  color: #4f86d5;
  stroke: #4f86d5;
}
.uk-root .fdn-icon-button-smaller {
  width: 28px;
  height: 28px;
}
.uk-root .comp-content-abouttheauthor .fdn-icon-button-smaller {
  width: 22px;
  height: 22px;
}
.uk-root .fdn-features-icon-tickets-available svg * {
  fill: #2063e6 !important;
}
.uk-root .fdn-features-icon-image {
  display: none;
}
.uk-root .fdn-features-icon-user-submitted {
  display: none;
}
.uk-root .fdn-bold-icon svg > [stroke-width],
.uk-root .fdn-bold-icon svg > [stroke] {
  stroke-width: 2px;
}
.uk-root .fdn-bold-icon svg > rect[height="1"] {
  height: 2px;
}
.uk-root .fdn-magnum-block {
  text-align: center;
  background: transparent;
}
.uk-root .fdn-magnum-block .fdn-caption-block {
  text-align: left;
}
.uk-root .fdn-image-fit {
  height: 100%;
  width: auto;
}
.uk-root .fdn-image-fit-cover {
  width: auto;
}
.uk-root .fdn-content-image-center {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}
.uk-root .fdn-content-image-center img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.uk-root .fdn-content-image-right {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 9px;
  float: right;
  max-width: 42%;
}
.uk-root .fdn-content-image-right .fdn-caption-block {
  width: 100%;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-image-right {
  width: auto;
  max-width: 50%;
  margin-left: 27px;
}
.uk-root .fdn-content-image-left {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-right: 9px;
  float: left;
  max-width: 42%;
}
.uk-root .fdn-content-image-left .fdn-caption-block {
  width: 100%;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-content-image-left {
  width: auto;
  max-width: 50%;
  margin-right: 27px;
}
.uk-root .fdn-caption-block {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: transparent;
  padding: 4px 9px 4px 9px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-image-caption {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #434343;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-image-caption {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-image-caption {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-image-credit {
  font-size: 0.7875rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #999;
  font-style: italic;
  align-self: flex-end;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-image-credit {
  font-size: 0.835625rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-image-credit {
  font-size: 0.875rem;
  line-height: 1.25;
}
.uk-root .fdn-add-image-custom-text-block {
  font-size: 1.15rem;
  line-height: 1.25;
  padding: 18px;
  border: 2px solid #ddd;
  border-radius: 2px;
}
.uk-root .fdn-add-image-custom-text-block ul:not([class]) li,
.uk-root .fdn-add-image-custom-text-block ol:not([class]) li {
  margin: 8px 0 0;
}
.uk-root .fdn-image-browse-header-description-block {
  font-size: 1.15rem;
  line-height: 1.25;
  padding: 18px;
  border: 2px solid #ddd;
  border-radius: 2px;
}
.uk-root .fdn-image-browse-header-description-block ul:not([class]) li,
.uk-root .fdn-image-browse-header-description-block ol:not([class]) li {
  margin: 8px 0 0;
}
.uk-root .fdn-image-browse-header-description-block {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-image-upload-image-preview-block {
  border: 1px solid #f8f8f8;
}
.uk-root .fdn-image-upload-image-preview-block img {
  max-height: 300px;
  width: auto;
}
.uk-root .fdn-apple-touch-icon {
  height: 40px;
  width: auto;
}
.uk-root img.fdn-image-faded {
  -webkit-filter: opacity(0.35) contrast(0.77);
  filter: opacity(0.35) contrast(0.77);
}
.uk-root img.fdn-image-offline-highlight {
  box-sizing: border-box;
  border: 5px solid #d50000;
}
.uk-root .fdn-inline-connection {
  font-family: "PT Sans", sans-serif;
}
.uk-root .fdn-inline-connection-title-block {
  margin: 0 0 5px;
}
.uk-root .fdn-inline-connection-title {
  color: #999;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.uk-root .fdn-inline-connection-headline {
  color: #444;
  margin: 0 0 4px;
  font-size: 16.2px;
  font-weight: 700;
  line-height: 1.15;
}
.uk-root .fdn-inline-connection-headline a {
  color: #444;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-inline-connection-headline {
  font-size: 17.19px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-inline-connection-headline {
  font-size: 18px;
}
.uk-root .fdn-inline-connection-content-headline {
  color: #444;
  margin: 0;
  font-size: 15.3px;
  font-weight: 700;
  line-height: 1.15;
}
.uk-root .fdn-inline-connection-content-headline a {
  color: #444;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-inline-connection-content-headline {
  font-size: 16.235px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-inline-connection-content-headline {
  font-size: 17px;
}
.uk-root .fdn-inline-connection-content-subheadline {
  color: #777777;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.uk-root .fdn-audio-player {
  border: 1px solid #ccc;
  padding: 0;
}
.uk-root .fdn-audio-player-title {
  font-size: 16px;
  color: #444;
  font-weight: 700;
  margin: 5px;
}
.uk-root .fdn-infobox {
  border: 1px solid #ddd;
  color: #111;
  background: #fff;
  text-align: left;
  padding: 9px;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif;
  line-height: 1.33;
}
.uk-root .fdn-infobox > *:last-child {
  margin-bottom: 0;
}
.uk-root .fdn-infobox ul {
  padding: 0;
  list-style: none;
  margin: 10px 5px;
  list-style: square inside;
}
.uk-root .fdn-infobox ul li + li {
  margin-top: 4px;
}
.uk-root .fdn-infobox ol {
  padding: 0;
  list-style: none;
  margin: 10px 5px;
  list-style: decimal inside;
}
.uk-root .fdn-infobox ol li + li {
  margin-top: 4px;
}
.uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group input,
.uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group select,
.uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group button {
  font-size: 1.035rem;
  line-height: 1.125;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group input,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group select,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group button {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group input,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group select,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group button {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group .fdn-interface-select,
.uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group .fdn-interface-search-input,
.uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group .fdn-button-submit {
  border-radius: 0;
}
.uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group > * {
  margin-right: 6px;
}
.uk-root .fdn-interface-input-group.fdn-interface-input-group.fdn-interface-input-group > *:last-child {
  margin-right: 0;
}
.uk-root .fdn-interface-search-input.fdn-interface-search-input {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-search-input.fdn-interface-search-input {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-search-input.fdn-interface-search-input {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-interface-search-input::placeholder {
  color: #999;
  text-transform: uppercase;
}
.uk-root .fdn-interface-search-input:focus::placeholder {
  color: transparent;
}
.uk-root .fdn-site-search-icon svg {
  fill: #999;
  color: #999;
}
.uk-root .fdn-interface-search-input:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-interface-search-input:focus {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-interface-select.fdn-interface-select {
  font-size: 16px;
  line-height: 1.25em;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.uk-root .fdn-interface-select:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-interface-select:visited {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-interface-select.uk-active {
  color: #333;
  text-decoration: none;
}
.uk-root .fdn-interface-select-small.fdn-interface-select-small {
  height: auto !important;
  font-size: 14px;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-select-small.fdn-interface-select-small {
  font-size: 14px;
  line-height: 1;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-select-small.fdn-interface-select-small {
  font-size: 14px;
  line-height: 1;
}
.uk-root .fdn-interface-select-small:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-interface-select-small:visited {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-interface-select-small.uk-active {
  color: #333;
  text-decoration: none;
}
.uk-root .fdn-interface-textbox {
  border: 1px solid #666;
  height: 26px;
  resize: none;
  overflow: hidden;
}
.uk-root .fdn-interface-label {
  font-size: 1.035rem;
  line-height: 1.485rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-label {
  font-size: 1.09825rem;
  line-height: 1.57575rem;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-label {
  font-size: 1.15rem;
  line-height: 1.65rem;
}
.uk-root .fdn-interface-divider {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  margin: 3px 0;
}
.uk-root .fdn-interface-divider:before {
  content: "";
  border-bottom: 1px solid transparent;
  display: block;
  flex: 1;
  transform: translateY( calc( -50% + .5px ) );
  margin-right: 1ch;
}
.uk-root .fdn-interface-divider:after {
  content: "";
  border-bottom: 1px solid transparent;
  display: block;
  flex: 1;
  transform: translateY( calc( -50% + .5px ) );
  margin-left: 1ch;
}
.uk-root .fdn-interface-link {
  font-size: 1.035rem;
  line-height: 1.25;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-link {
  font-size: 0.988425rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-link {
  font-size: 1.035rem;
  line-height: 1.25;
}
.uk-root .fdn-interface-link:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-interface-link:visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-interface-link:visited:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-interface-count {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 2px 3px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-count {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-count {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .uk-background-primary .fdn-interface-count,
.uk-root .uk-background-secondary .fdn-interface-count {
  color: #a6a6a6;
}
.uk-root .fdn-interface-hero.fdn-interface-hero {
  font-size: 1.35rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  background: #d2232a;
  padding: 9px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-hero.fdn-interface-hero {
  font-size: 1.4325rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-hero.fdn-interface-hero {
  font-size: 1.5rem;
  line-height: 1.25;
}
.uk-root .fdn-interface-hero.fdn-interface-hero:hover {
  color: #e6e6e6;
  text-decoration: none;
  background: #a61c21;
}
.uk-root .fdn-interface-hero.fdn-interface-hero:visited {
  color: #fff;
  text-decoration: none;
}
.uk-root .fdn-interface-hero.fdn-interface-hero.uk-active {
  color: #333;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-interface-hero.fdn-interface-hero.uk-disabled {
  color: #333;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-interface-leader .uk-leader-fill {
  font-size: 0.675rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-leader .uk-leader-fill {
  font-size: 0.71625rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-leader .uk-leader-fill {
  font-size: 0.75rem;
  line-height: 1.25;
}
.uk-root .fdn-icon-tool-core.fdn-icon-tool-core[uk-icon] {
  color: #000;
  background-color: #fff;
  border: 1px solid;
  border-color: #000;
  cursor: pointer;
}
.uk-root .fdn-tool-core-favorited.fdn-tool-core-favorited.fdn-icon-tool-core {
  color: #fff;
  background-color: #d2232a;
  border-color: #d2232a;
}
.uk-root .fdn-tool-core-favorited.fdn-tool-core-favorited.fdn-icon-tool-core svg path {
  fill: #fff;
}
.uk-root .fdn-form {
  font-family: "PT Sans", sans-serif;
  color: #222;
}
.uk-root .fdn-interface-form-link {
  font-size: inherit;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-link {
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-link {
  line-height: 1.25;
}
.uk-root .fdn-interface-form-link.fdn-interface-form-link-alt {
  color: #d2232a;
}
.uk-root .fdn-interface-form-required-marker {
  color: #d2232a;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}
.uk-root .fdn-interface-form-addevent-block {
  font-size: 16px;
}
.uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link,
.uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link a {
  font-size: 16px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #d2232a;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link a {
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link a {
  line-height: 1.25;
}
.uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link:hover,
.uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link a:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link:visited,
.uk-root .fdn-interface-form-addevent-link.fdn-interface-form-addevent-link a:visited {
  color: #d2232a;
}
.uk-root .fdn-teaser-headline .fdn-text-small.fdn-interface-form-addevent-link.fdn-interface-form-addevent-link {
  font-size: 0.875rem;
}
.uk-root .fdn-interface-form-addevent-placeholder {
  color: #666;
  background-color: #f2f2f2;
  border-color: #666;
  border-width: 2px;
  border-style: dashed;
}
.uk-root .fdn-interface-form-legend,
.uk-root .fdn-interface-form-legend a {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  /* rrr should i just use .uk-width-1-1; -- ian */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-legend,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-legend a {
  font-size: 1.91rem;
  line-height: 2rem;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-legend,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-legend a {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 10px;
}
.uk-root .fdn-interface-form-legend a:hover,
.uk-root .fdn-interface-form-legend a a:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #666;
}
.uk-root .fdn-interface-form-legend a:visited,
.uk-root .fdn-interface-form-legend a a:visited {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-interface-form-legend a:visited:hover,
.uk-root .fdn-interface-form-legend a a:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add,
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a {
  font-size: inherit;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #666;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a {
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a {
  line-height: 1.25;
}
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add.fdn-interface-form-link-alt,
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a.fdn-interface-form-link-alt {
  color: #d2232a;
}
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add:hover,
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a:hover {
  color: #000;
  text-decoration: underline;
}
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add:visited,
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a:visited {
  color: #000;
}
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add svg,
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a svg {
  color: #0a0;
}
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add svg:hover,
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a svg:hover {
  color: #060;
}
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add:hover svg,
.uk-root .fdn-interface-form-item-add.fdn-interface-form-item-add a:hover svg {
  color: #060;
}
.uk-root .fdn-interface-form-item-add-frequency.fdn-interface-form-item-add-frequency a svg,
.uk-root .fdn-interface-form-item-add-frequency.fdn-interface-form-item-add-frequency svg {
  color: #1b0b6b;
}
.uk-root .fdn-interface-form-item-add-frequency.fdn-interface-form-item-add-frequency a svg:hover,
.uk-root .fdn-interface-form-item-add-frequency.fdn-interface-form-item-add-frequency svg:hover {
  color: #1b0b6b;
}
.uk-root .fdn-interface-form-item-add-frequency.fdn-interface-form-item-add-frequency a:hover svg,
.uk-root .fdn-interface-form-item-add-frequency.fdn-interface-form-item-add-frequency:hover svg {
  color: #1b0b6b;
}
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove,
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove a {
  font-size: inherit;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  color: #666;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove a {
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove a {
  line-height: 1.25;
}
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove.fdn-interface-form-link-alt,
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove a.fdn-interface-form-link-alt {
  color: #d2232a;
}
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove:hover,
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove a:hover {
  color: #000;
  text-decoration: underline;
}
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove:visited,
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove a:visited {
  color: #666;
}
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove svg,
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove a svg {
  color: #C00;
}
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove:hover svg,
.uk-root .fdn-interface-form-item-remove.fdn-interface-form-item-remove a:hover svg {
  color: #900;
}
.uk-root .fdn-interface-form-dropselect-item.fdn-interface-form-dropselect-item {
  font-size: 1.15rem;
  line-height: 1.25;
  padding: 8px 12px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-form-dropselect-item.fdn-interface-form-dropselect-item {
  font-size: 1.035rem;
  line-height: 1.035rem;
  padding: 8px 12px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-form-dropselect-item.fdn-interface-form-dropselect-item {
  font-size: 1.09825rem;
  line-height: 1.09825rem;
  padding: 5px 8px;
}
.uk-root .fdn-interface-form-dropselect-item.fdn-interface-form-dropselect-item.fdn-selected,
.uk-root .fdn-interface-form-dropselect-item.fdn-interface-form-dropselect-item:hover {
  background-color: #DDDDDD;
  transition: 0.25s;
}
.uk-root .fdn-interface-form-dropselect-item.fdn-interface-form-dropselect-item:active {
  background-color: #AAAAAA;
}
.uk-root form .uk-text-danger input[name],
.uk-root form .uk-text-danger textarea {
  border-color: #d50000;
}
.uk-root .fdn-issue-search-results-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  color: #111;
}
.uk-root .fdn-issue-archive-cover-image {
  padding: 0 8px;
}
.uk-root .fdn-issue-dates {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin: 5px 0;
}
.uk-root .fdn-issue-title {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  color: #333;
  margin: 20px 0 5px 0;
}
.uk-root .fdn-issue-description {
  font-size: 15px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  color: #666;
  margin: 0 0 10px 0;
}
.uk-root .fdn-issue-search-results-volume-number {
  font-size: 14px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  font-style: italic;
  color: #666;
}
.uk-root .fdn-issue-search-results-date {
  font-size: 15px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  color: #666;
}
.uk-root .fdn-issue-teaser:hover .uk-card-body a > :first-child {
  text-decoration: underline;
  color: #666;
}
.uk-root .fdn-special-issue-teaser {
  padding: 3px 3px 0;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
}
.uk-root .fdn-current-issue-block {
  padding: 0;
  border: 0 solid #999;
}
.uk-root .fdn-current-issue-block .fdn-current-issue-links > div {
  border-top: 1px solid #ddd;
  padding: 5px 0 0;
  margin: 5px 0 0;
  overflow: hidden;
}
.uk-root .fdn-current-issue-block .fdn-current-issue-issue-cover {
  max-width: 45%;
}
.uk-root .fdn-current-issue-digital-edition-link {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.15em;
}
.uk-root .fdn-current-issue-digital-edition-link a {
  color: #000;
}
.uk-root .fdn-current-issue-digital-edition-link a:hover {
  color: #666;
}
.uk-root .fdn-current-issue-this-week-link {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.15em;
}
.uk-root .fdn-current-issue-this-week-link a {
  color: #000;
}
.uk-root .fdn-current-issue-this-week-link a:hover {
  color: #666;
}
.uk-root .fdn-current-issue-special-issue-header-text {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.15em;
}
.uk-root .fdn-current-issue-special-issue-header-text a {
  color: #000;
}
.uk-root .fdn-current-issue-special-issue-header-text a:hover {
  color: #666;
}
.uk-root .fdn-current-issue-previous-link {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.15em;
}
.uk-root .fdn-current-issue-previous-link a {
  color: #000;
}
.uk-root .fdn-current-issue-previous-link a:hover {
  color: #666;
}
.uk-root .fdn-current-issue-digital-edition-link-block {
  order: 1;
}
.uk-root .fdn-current-issue-this-week-link-block {
  order: 2;
}
.uk-root .fdn-current-issue-previous-link-block {
  order: 3;
}
.uk-root .fdn-current-issue-special-issue-links-block {
  order: 4;
}
.uk-root .fdn-current-issue-special-issues-cover-link {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  margin: 0.75rem 0;
  line-height: 1.15em;
}
.uk-root .fdn-current-issue-special-issues-cover-link a {
  color: #000;
}
.uk-root .fdn-current-issue-special-issues-cover-link a:hover {
  color: #666;
}
.uk-root .fdn-current-issue-category-links {
  margin: 0;
  padding: 0 0 0 5px;
}
.uk-root .fdn-current-issue-category-links li a {
  color: #666;
}
.uk-root .fdn-current-issue-category-links li a:hover {
  color: #999;
}
.uk-root .fdn-current-issue-dates {
  margin: 0;
  padding: 0 0 0 5px;
}
.uk-root .fdn-current-issue-dates li {
  color: #666;
}
.uk-root .fdn-current-issue-dates li a {
  color: #666;
}
.uk-root .fdn-past-issues-block {
  position: relative;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  height: 245px;
  max-width: 446px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-past-issues-block {
  height: 280px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-past-issues-block {
  height: 280px;
}
.uk-root .fdn-past-issues-block:hover li:not(:hover) {
  opacity: 0.3;
}
.uk-root .fdn-past-issues-block li {
  position: absolute;
  box-shadow: 0px 0px 10px 2px transparent;
  transition: 450ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: opacity, box-shadow;
  border: 6px solid #fff;
  margin: auto;
  max-width: 150px;
}
.uk-root .fdn-past-issues-block li:first-child {
  z-index: 100;
  width: 37%;
  max-width: 190px;
  left: 0;
  right: 0;
  top: 60px;
  transform: rotate(-1deg);
}
.uk-root .fdn-past-issues-block li:first-child + li {
  z-index: 31;
  width: 33%;
  top: 60px;
  left: 15px;
  transform: rotate(-6deg);
}
.uk-root .fdn-past-issues-block li:first-child + li + li {
  z-index: 30;
  width: 33%;
  top: 12px;
  left: 15px;
  transform: rotate(-6deg);
}
.uk-root .fdn-past-issues-block li:first-child + li + li + li {
  z-index: 40;
  width: 33%;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(-1deg);
}
.uk-root .fdn-past-issues-block li:first-child + li + li + li + li {
  z-index: 30;
  width: 33%;
  top: 12px;
  right: 15px;
  transform: rotate(6deg);
}
.uk-root .fdn-past-issues-block li:first-child + li + li + li + li + li {
  z-index: 30;
  width: 33%;
  top: 60px;
  right: 15px;
  transform: rotate(6deg);
}
.uk-root .fdn-past-issues-block li:hover {
  z-index: 1000 !important;
  box-shadow: 0px 0px 10px 2px #3d3d3d;
}
.uk-root .fdn-pub-link {
  color: #d2232a;
}
.uk-root .fdn-more-link {
  font-size: 14px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #010101;
  text-decoration: none;
  text-transform: uppercase;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-more-link {
  font-size: 14px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-more-link {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-more-link:visited {
  color: #010101;
  text-decoration: none;
}
.uk-root .fdn-more-link:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-more-link:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-more-link-highlight {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #d2232a;
  text-decoration: none;
  text-transform: uppercase;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-more-link-highlight {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-more-link-highlight {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-more-link-highlight:visited {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-more-link-highlight:hover {
  color: #a61c21;
  text-decoration: underline;
}
.uk-root .fdn-more-link-highlight:visited:hover {
  color: #a61c21;
  text-decoration: none;
}
.uk-root .fdn-more-link-primary {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-more-link-primary {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-more-link-primary {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-more-link-primary:visited {
  color: #111;
  text-decoration: none;
}
.uk-root .fdn-more-link-primary:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-more-link-primary:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-prev-next-link {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-prev-next-link {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-prev-next-link {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-prev-next-link:visited {
  color: #111;
  text-decoration: none;
}
.uk-root .fdn-prev-next-link:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #666;
}
.uk-root .fdn-prev-next-link:visited:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #666;
}
.uk-root .fdn-prev-next-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-header-link,
.uk-root .fdn-header-link a {
  line-height: 1em;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}
.uk-root .fdn-header-link.uk-active,
.uk-root .fdn-header-link a.uk-active,
.uk-active .uk-root .fdn-header-link,
.uk-active .uk-root .fdn-header-link a,
.uk-root .fdn-header-link .uk-active,
.uk-root .fdn-header-link a .uk-active {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}
.uk-root .fdn-header-link:hover,
.uk-root .fdn-header-link a:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-header-link:hover.uk-active,
.uk-root .fdn-header-link a:hover.uk-active,
.uk-active:hover .uk-root .fdn-header-link,
.uk-active:hover .uk-root .fdn-header-link a,
.uk-root .fdn-header-link:hover .uk-active,
.uk-root .fdn-header-link a:hover .uk-active {
  color: #666;
  text-decoration: none;
  font-weight: 300;
}
.uk-root .fdn-nav-link {
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
}
.uk-root .fdn-nav-link:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-nav-link.uk-active,
.uk-active .uk-root .fdn-nav-link {
  color: #d2232a;
  text-decoration: none;
  font-weight: bold;
}
.uk-root .fdn-nav-link.uk-active:hover,
.uk-active:hover .uk-root .fdn-nav-link {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}
.uk-root .fdn-hero-link {
  font-size: 1.3rem;
  line-height: 0.8125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-hero-link {
  font-size: 1.6rem;
  line-height: 1;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-hero-link {
  font-size: 2rem;
  line-height: 1.25;
}
.uk-root .fdn-hero-link:visited {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-hero-link:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-link-separator {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.uk-root .fdn-link-tag-title {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  text-transform: none;
}
.uk-root .fdn-link-tag {
  line-height: 1;
}
.uk-root .fdn-link-tag > a {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #d2232a;
  text-transform: none;
}
.uk-root .fdn-link-tag-alt > a {
  font-weight: 700;
}
.uk-root .fdn-pub-link {
  color: #d2232a;
  font-weight: 700;
}
.uk-root .fdn-top-pagination-block {
  padding: 5px 0;
  border: 1px solid #999;
  border-width: 0 0 1px;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list {
  display: flex;
  padding: 0;
  list-style-type: none;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list > * + *::before {
  content: none;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list > li {
  margin: 0;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  padding-left: 8px;
  border-width: 1px;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list > li:first-child {
  padding-left: 0;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list > li:last-child {
  padding-right: 0;
  border-right: 0;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list li {
  text-align: center;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list li a {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list li a {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list li a {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list li a:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list li a:visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-horizontal-nav-list.fdn-horizontal-nav-list.fdn-horizontal-nav-list li a:visited:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-search-results-more-link-block {
  text-align: center;
}
.uk-root .fdn-search-results-more-link {
  font-weight: 700;
}
.uk-root .fdn-tool-link {
  color: #000;
}
.uk-root .comp-rss-sectionfeeds ul li a {
  font-weight: 700;
  color: #d2232a;
}
.uk-root .comp-rss-sectionfeeds ul li a span {
  color: #999;
}
.uk-root .fdn-separated-list > * + *::before {
  content: none;
}
.uk-root .fdn-separated-list > li {
  margin: 0;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  padding-left: 8px;
  border-width: 1px;
}
.uk-root .fdn-separated-list > li:first-child {
  padding-left: 0;
}
.uk-root .fdn-separated-list > li:last-child {
  padding-right: 0;
  border-right: 0;
}
.uk-root .fdn-separated-list.fdn-separated-list > * + *::before {
  content: none;
}
.uk-root .fdn-separated-list.fdn-separated-list > li {
  margin: 0;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  padding-left: 8px;
  border-width: 1px;
}
.uk-root .fdn-separated-list.fdn-separated-list > li:first-child {
  padding-left: 0;
}
.uk-root .fdn-separated-list.fdn-separated-list > li:last-child {
  padding-right: 0;
  border-right: 0;
}
.uk-root .fdn-search-list li {
  padding-left: 4px;
  padding-right: 4px;
}
.uk-root .fdn-search-list li:nth-child(n+2) {
  margin: 4px 0 0;
  padding-top: 4px;
  border-color: #eee;
}
.uk-root .SpecialIssueSectionLanding .uk-list-divider > li:first-child + li,
.uk-root .CategoryStories .uk-list-divider > li:first-child,
.uk-root .SectionStories .uk-list-divider > li:first-child {
  padding-top: 8px;
  border-top: 1px solid #e5e5e5;
}
.uk-root .fdn-custom-list {
  font-size: 1.15rem;
  color: #111;
  margin-bottom: 24px;
}
.uk-root .fdn-custom-list.fdn-custom-list-bullets li {
  list-style: square inside;
}
.uk-root .fdn-custom-list.fdn-custom-list-ordered li {
  list-style: decimal inside;
}
.uk-root .fdn-custom-list a {
  color: #d2232a;
}
.uk-root ol.uk-list > li::before,
.uk-root ol.uk-list > li::after {
  display: none;
}
.uk-root ol.uk-list > li {
  list-style-position: inside;
}
.uk-root .fdn-listing-headline {
  font-size: 32.4px;
  line-height: 1.125;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-listing-headline {
  font-size: 34.38px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-listing-headline {
  font-size: 36px;
  line-height: 1.25;
}
.uk-root .fdn-listing-subheader {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-listing-subheader {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-listing-subheader {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-listing-meta-data-body {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-listing-meta-data-body {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-listing-meta-data-body {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-listing-meta-data-body a {
  color: #666;
}
.uk-root .fdn-listing-credit {
  font-size: 12.6px;
  line-height: 1.35;
  font-family: "PT Sans", sans-serif;
  color: #999;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-listing-credit {
  font-size: 13.37px;
  line-height: 1.4325;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-listing-credit {
  font-size: 14px;
  line-height: 1.5;
}
.uk-root .fdn-listing-description {
  font-size: 1.035rem;
  line-height: 1.35;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-listing-description {
  font-size: 1.09825rem;
  line-height: 1.4325;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-listing-description {
  font-size: 1.15rem;
  line-height: 1.5;
}
.uk-root .fdn-listing-feature-wrap {
  display: inline-flex;
}
.uk-root .fdn-listing-feature-wrap .FeaturesIcons {
  display: flex;
}
.uk-root .fdn-listing-feature-wrap .FeaturesIcons a {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.uk-root .fdn-listing-ticket-link {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #d2232a;
  padding: 9px;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-listing-ticket-link {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-listing-ticket-link {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-listing-ticket-link.uk-active {
  color: #333;
  text-decoration: none;
}
.uk-root .fdn-listing-ticket-link:visited {
  color: #fff;
  text-decoration: none;
}
.uk-root .fdn-listing-ticket-link:hover {
  color: #fff;
  text-decoration: none;
  background: #a61c21;
}
.uk-root .fdn-status-alert-block {
  background: #d50000;
  padding: 8px;
  text-align: center;
}
.uk-root .fdn-status-alert-text-closed {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.uk-root .fdn-listing-meta-text {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-listing-meta-text {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-listing-meta-text {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-listing-meta-text-alt {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-transform: none;
  text-decoration: none;
  font-style: italic;
  color: #4d4d4d;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-listing-meta-text-alt {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-listing-meta-text-alt {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-location-region a {
  color: #999;
}
.uk-root .fdn-location-phone a {
  color: #999;
}
.uk-root div.comp-event-tags[class*='fdn-margin-'][class*='vert'],
.uk-root div.comp-location-tags[class*='fdn-margin-'][class*='vert'] {
  margin-top: 8px;
}
.uk-root div.comp-event-eventmetadata[class*='fdn-margin-'][class*='vert'],
.uk-root div.comp-location-locationmetadata[class*='fdn-margin-'][class*='vert'] {
  margin-top: 8px;
}
.uk-root .fdn-listing-admin-block {
  background: #ff710a;
  border-radius: 2px;
  box-shadow: 0px 0px 2px -1px #000;
  color: #fff;
}
.uk-root .fdn-listing-admin-block .fdn-button-submit {
  font-size: 16px !important;
}
.uk-root .fdn-listing-admin-block.fdn-image-edit-caption-form .uk-textarea {
  height: 100px;
}
.uk-root .fdn-listing-admin-status-member-details-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.uk-root .fdn-listing-admin-status {
  color: #fff;
  border-radius: 0;
  background: rgba(255, 113, 10, 0.85);
  font-weight: 700;
}
.uk-root .fdn-listing-admin-status-user-link {
  font-weight: 700;
  color: #fff;
}
.uk-root .fdn-listing-admin-status-user-link:hover {
  color: rgba(255, 255, 255, 0.77);
}
.uk-root .fdn-listing-admin-status-member-email {
  font-size: 1.1rem;
}
.uk-root .fdn-listing-admin-status-member-approval-rating-block {
  font-size: 1.1rem;
}
.uk-root .fdn-listing-admin-block .fdn-button-submit:hover .uk-text-danger {
  color: #6d0000 !important;
}
.uk-root .fdn-login-loggedout-container {
  display: none !important;
  justify-content: normal;
}
.uk-root .fdn-login-loggedin-container {
  display: flex;
  justify-content: flex-end;
}
.uk-root div[data-view="recaptcha"] {
  margin-top: 3px;
}
.uk-root .fdn-interface-link-or-create-account {
  font-size: 1.197rem;
  line-height: 1.17rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-interface-link-or-create-account {
  font-size: 1.27015rem;
  line-height: 1.2415rem;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-interface-link-or-create-account {
  font-size: 1.33rem;
  line-height: 1.3rem;
}
.uk-root .login-modal-wrap .uk-card-default .uk-card-footer {
  border-color: #111;
}
.uk-root .fdn-poll-title {
  font-size: 1.5rem;
  color: #666;
  font-weight: 700;
}
.uk-root .fdn-poll-question {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.uk-root .fdn-poll-question a {
  color: #333;
}
.uk-root .fdn-poll-list {
  font-family: "PT Sans", sans-serif;
  line-height: 1.05;
}
.uk-root li:nth-of-type(odd) .fdn-poll-list-item-label {
  background: #f8f8f8;
}
.uk-root li:nth-of-type(odd) .fdn-poll-list-item-label:hover {
  background: #dfdfdf;
}
.uk-root .fdn-poll-list-item-label {
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 16px;
  color: #666;
}
.uk-root .fdn-poll-list-item-label input {
  flex: 0 0 auto;
  margin-right: 1ch;
}
.uk-root .fdn-poll-list-item-label:hover {
  background: #dfdfdf;
}
.uk-root .fdn-poll-results-item {
  color: #666;
  font-size: 1.15rem;
}
.uk-root .fdn-poll-header {
  background: transparent;
  padding: 0 0 9px 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
}
.uk-root .fdn-poll-footer {
  background: transparent;
  padding: 9px 0 0 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
}
.uk-root .fdn-poll-view-results-link {
  font-size: 14px;
  color: #666;
}
.uk-root .fdn-profile-header-block {
  font-size: 18px;
  color: #222;
}
.uk-root .ProfileComments .fdn-primary [data-ev-zone*='MainTop'] + div {
  overflow: hidden;
}
.uk-root .comp-member-biofull {
  border-bottom: 1px solid #f8f8f8 1px;
  padding-bottom: 9px;
}
.uk-root .fdn-search-clear {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-clear {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-clear {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-search-clear:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-search-control-fixed-width {
  width: 6.5rem;
}
.uk-root .fdn-search-control-group {
  box-shadow: 1px 2px 1px -1px #ccc;
  border-radius: 0;
}
.uk-root .fdn-search-control-group > div:first-child .fdn-search-control {
  border-radius: 0 0 0 0;
}
.uk-root .fdn-search-control-group > div:last-child .fdn-search-control,
.uk-root .fdn-search-control-group > .fdn-search-control:last-child {
  border-radius: 0 0 0 0;
}
.uk-root .fdn-search-control-group .fdn-search-control {
  color: #000;
  border: 1px solid #e5e5e5;
  height: auto;
  line-height: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.uk-root .fdn-search-control-group .fdn-search-control a {
  color: inherit;
  text-decoration: inherit;
}
.uk-root .fdn-search-control-group .fdn-search-control.uk-active {
  background: #d2232a;
  color: #fff;
}
.uk-root .fdn-search-control-group .fdn-search-control:hover {
  background: #a61c21;
  color: #fff;
  text-decoration: none;
}
.uk-root .fdn-search-control-group .fdn-search-input {
  color: #000;
  border: 1px solid #e5e5e5;
  line-height: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.uk-root .fdn-search-control-group .fdn-search-input:hover {
  background: #f2f2f2;
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-search-natural-text {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.uk-root .fdn-search-natural-text .uk-button-group {
  vertical-align: baseline;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-natural-text {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-natural-text {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-search-natural-button {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 3px 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0 0 0 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-natural-button {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-natural-button {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-search-natural-button:hover {
  color: #d2232a;
  text-decoration: underline;
  background: #fff;
}
.uk-root .fdn-search-natural-button-alt {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #f0f0f0;
  padding: 3px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0 0 0 0;
}
.uk-root .fdn-search-natural-button-alt svg {
  height: 1.25em;
  width: 1.25em;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-natural-button-alt {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-natural-button-alt {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-search-natural-button-alt:hover {
  color: #666;
  text-decoration: none;
  background: #ddd;
}
.uk-root .fdn-search-dropdown-spacer {
  z-index: 1000;
  position: absolute;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-search-dropdown {
  background: #fff;
  padding: 0;
  box-shadow: 3px 3px 10px 0px #3338;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
}
.uk-root .fdn-search-dropdown-item {
  cursor: pointer;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #f0f0f0;
  padding: 5px 7px;
  box-shadow: none;
  border: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-dropdown-item {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-dropdown-item {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-search-dropdown-item:hover {
  color: #666;
  text-decoration: none;
  background: #e0e0e0;
}
.uk-root .fdn-search-dropdown-header {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 7px 5px 3px 5px;
  box-shadow: none;
  border: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-dropdown-header {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-dropdown-header {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-search-modal {
  background: #fff;
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.uk-root .fdn-search-modal-tabs {
  flex-wrap: nowrap;
  margin-right: 26px !important;
}
.uk-root .fdn-search-modal-tab {
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  flex: auto;
  background: #f0f0f0;
  padding: 8px 4px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-right: 4px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
  transition: background 0.1s ease-in-out;
}
@media (min-width: 640px) {
  .uk-root .fdn-search-modal-tab {
    flex: none;
    padding: 9px;
  }
}
.uk-root .fdn-search-modal-tab a {
  padding: 0;
  font-size: 16px;
}
.uk-root .fdn-search-modal-tab.fdn-search-modal-tab a {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
.uk-root .fdn-search-modal-tab:hover,
.uk-root .fdn-search-modal-tab:hover {
  background: #666;
  text-decoration: none;
}
.uk-root .fdn-search-modal-tab:hover:not(.uk-active) a,
.uk-root .fdn-search-modal-tab:hover:not(.uk-active) a {
  color: #fff !important;
}
.uk-root .fdn-search-modal-tab.uk-active {
  background: #fff;
  color: #d2232a;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.uk-root .fdn-search-modal-tab.uk-active a {
  border: none;
}
.uk-root .fdn-search-modal-body {
  background: #fff;
  padding: 5px 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-search-modal-header.fdn-search-modal-header {
  background: transparent;
  padding: 9px 9px 0 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  border-top: none;
}
.uk-root .fdn-search-modal-footer.fdn-search-modal-footer {
  background: transparent;
  padding: 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.uk-root .fdn-search-modal-footer.fdn-search-modal-footer a {
  display: flex;
  align-items: center;
}
.uk-root .fdn-search-modal-parent {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #f0f0f0;
  padding: 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 0;
  margin-bottom: 0;
  border-bottom-width: 0;
  position: relative;
}
li:last-child .uk-root .fdn-search-modal-parent {
  border-width: 1px 0 1px 0;
}
@media (min-width: 400px) {
  .uk-root .fdn-search-modal-parent {
    font-size: 1.09825rem;
    line-height: 1.19375;
  }
}
@media (min-width: 640px) {
  .uk-root .fdn-search-modal-parent {
    font-size: 1.15rem;
    line-height: 1.25;
  }
}
.uk-root .fdn-search-modal-parent.uk-accordion-title::before {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.uk-root .uk-open > .fdn-search-modal-parent {
  border-width: 1px 0 1px 0;
}
.uk-root .fdn-search-modal-parent:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-search-modal-accordion {
  background: transparent;
  padding: 9px 9px 18px 18px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-search-modal-group {
  background: transparent;
  padding: 9px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-search-modal-group-header {
  background: transparent;
  padding: 9px 9px 0 9px;
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.uk-root .fdn-search-modal-clear {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  padding: 18px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-modal-clear {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-modal-clear {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-search-modal-clear:hover {
  color: #666;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-search-modal-submit {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #999;
  padding: 18px;
  box-shadow: none;
  border: 1px solid #999;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-modal-submit {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-modal-submit {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-search-modal-submit:hover {
  color: #666;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-search-modal-item.fdn-search-modal-item.fdn-search-modal-item {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0;
  width: 100%;
  font-size: 16.1px;
  line-height: 1.25;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 4px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
@media (min-width: 400px) {
  .uk-root .fdn-search-modal-item.fdn-search-modal-item.fdn-search-modal-item {
    font-size: 16.1px;
    line-height: 1.25;
  }
}
@media (min-width: 640px) {
  .uk-root .fdn-search-modal-item.fdn-search-modal-item.fdn-search-modal-item {
    font-size: 16.1px;
    line-height: 1.25;
  }
}
.uk-root .fdn-search-modal-item.fdn-search-modal-item.fdn-search-modal-item:hover {
  background: #f0f0f0;
  color: #666;
}
.uk-root .fdn-search-modal-item.fdn-search-modal-item.fdn-search-modal-item > div {
  display: flex;
  align-items: center;
}
.uk-root .fdn-search-modal-item.fdn-search-modal-item.fdn-search-modal-item > div label {
  width: 100%;
}
.uk-root .fdn-search-modal-item:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-search-sort-item {
  cursor: pointer;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 9px;
  box-shadow: none;
  border: none;
}
@media (min-width: 400px) {
  .uk-root .fdn-search-sort-item {
    font-size: 13.37px;
    line-height: 1.19375;
  }
}
@media (min-width: 640px) {
  .uk-root .fdn-search-sort-item {
    font-size: 14px;
    line-height: 1.25;
  }
}
.uk-root .fdn-search-sort-item:hover {
  color: #d2232a;
  text-decoration: none;
  background: #f2f2f2;
}
.uk-root .fdn-search-sort-modal {
  overflow: hidden;
}
.uk-root .fdn-empty-results-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  padding: 9px;
  box-shadow: none;
  border: none;
  min-height: 48px;
  margin-bottom: 24px;
}
.uk-root .fdn-empty-results-text {
  font-size: 1.35rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-empty-results-text {
  font-size: 1.4325rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-empty-results-text {
  font-size: 1.5rem;
  line-height: 1.25;
}
.uk-root .fdn-search-result-header-block {
  background: transparent;
  padding: 0 0 3px;
  box-shadow: none;
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  margin: 0 0 9px;
}
.uk-root .fdn-search-result-header-block + ul[class*='pres-'] {
  margin-top: 0;
}
.uk-root .fdn-search-result-header {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-result-header {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-result-header {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-page-navigation-block {
  background: transparent;
  padding: 6px 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-page-navigation-block ul {
  padding-right: 6px;
  padding-left: 6px;
}
.uk-root .fdn-page-navigation-block ul li {
  padding: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
.uk-root .fdn-page-navigation-block.fdn-alpha-navigation-block ul {
  padding: 0;
}
.uk-root .fdn-page-navigation-block.fdn-alpha-navigation-block ul li {
  width: 42px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .uk-root .fdn-page-navigation-block.fdn-alpha-navigation-block ul li {
    width: calc(100% * 1/14.001);
  }
}
.uk-root .fdn-page-navigation-page.fdn-page-navigation-page.fdn-page-navigation-page {
  cursor: pointer;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 4px 9px;
  box-shadow: none;
  border: 1px solid #999;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-page-navigation-page.fdn-page-navigation-page.fdn-page-navigation-page {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-page-navigation-page.fdn-page-navigation-page.fdn-page-navigation-page {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-page-navigation-page.fdn-page-navigation-page.fdn-page-navigation-page:visited {
  color: #666;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-page-navigation-page.fdn-page-navigation-page.fdn-page-navigation-page:hover {
  color: #fff;
  text-decoration: none;
  background: #d2232a;
}
.uk-root .fdn-page-navigation-page.fdn-page-navigation-page.fdn-page-navigation-page.uk-active {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #444;
}
.uk-root .fdn-page-navigation-block.uk-active {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #444;
}
.uk-root .fdn-page-navigation-prev-next.fdn-page-navigation-prev-next.fdn-page-navigation-prev-next {
  display: flex;
  cursor: pointer;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 5px 9px;
  box-shadow: none;
  border: 1px solid #999;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-page-navigation-prev-next.fdn-page-navigation-prev-next.fdn-page-navigation-prev-next {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-page-navigation-prev-next.fdn-page-navigation-prev-next.fdn-page-navigation-prev-next {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-page-navigation-prev-next.fdn-page-navigation-prev-next.fdn-page-navigation-prev-next:visited {
  color: #666;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-page-navigation-prev-next.fdn-page-navigation-prev-next.fdn-page-navigation-prev-next:hover {
  color: #fff;
  text-decoration: none;
  background: #d2232a;
}
.uk-root .fdn-page-navigation-prev-next.fdn-page-navigation-prev-next.fdn-page-navigation-prev-next.uk-active {
  color: #333;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-search-highlight-header {
  font-size: 1.8rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-highlight-header {
  font-size: 1.91rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-highlight-header {
  font-size: 2rem;
  line-height: 1.25;
}
.uk-root .fdn-search-highlight-content {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-search-highlight-content {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-highlight-content {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-site-search-search-terms-sort {
  margin-top: 5px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-site-search-search-terms-sort {
  margin: 0;
}
.uk-root .fdn-search-control-row {
  display: flex;
  align-items: stretch;
}
.uk-root .fdn-search-control-row .verbage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.uk-root .fdn-search-control-row .fdn-date-quick-links {
  display: none;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-search-control-row .fdn-date-quick-links {
  display: flex;
}
.uk-root .fdn-search-control-group.fdn-tight {
  margin-right: 6px;
  min-height: 2em;
}
.uk-root .fdn-search-control-group.fdn-tight .fdn-search-control {
  padding: 4px 8px;
}
.uk-root .fdn-search-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.uk-root .fdn-search-control .control-day {
  display: block;
  font-weight: 700;
}
.uk-root .fdn-search-control .control-day-of {
  display: block;
}
.uk-root .fdn-search-control-calendar-button.fdn-search-control,
.uk-root .fdn-search-control-row .fdn-search-control-group,
.uk-root .fdn-search-control-row .fdn-date-quick-links,
.uk-root .fdn-search-control-row .fdn-search-control-group .fdn-search-control-single {
  border-radius: 4px;
}
.uk-root .fdn-search-control-row .fdn-date-quick-links .fdn-search-control:first-child {
  border-radius: 4px 0 0 4px;
}
.uk-root .fdn-search-control-row .fdn-date-quick-links .fdn-search-control:last-child {
  border-radius: 0 4px 4px 0;
}
.uk-root .fdn-search-control-calendar-button.fdn-search-control {
  flex-direction: row;
  align-items: center;
  width: auto;
}
.uk-root .fdn-search-control-calendar-button.fdn-search-control svg {
  margin-left: 4px;
}
.uk-root .filter-link.fdn-search-control.uk-flex-row-reverse {
  flex-direction: row-reverse;
  height: 40px;
  align-items: center;
  border-bottom: 0;
  box-shadow: inset 0px -0.05em 1px 0px #ccc;
}
.uk-root .filter-link.fdn-search-control.uk-flex-row-reverse svg {
  margin-right: 4px;
}
.uk-root .fdn-set-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-set-header {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  background: transparent;
  padding: 4px 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-set-header {
  font-size: 1.09825rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-set-header {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-set-header:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-set-header:visited {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-set-header.uk-active {
  color: #333;
  text-decoration: none;
}
.uk-root .fdn-set-content-block {
  background: transparent;
  padding: 9px 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-blog-share-tools-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
  /* We are going to set this padding in a complicated way 
    because we want to use up the padding on the top and bottom 
    created in the > div */
  padding: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 0;
}
.uk-root .fdn-blog-share-tools-block > div {
  margin-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.uk-root .fdn-share-tool {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 3px 5px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-share-tool {
  font-size: 12px;
  line-height: 1;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-share-tool {
  font-size: 12px;
  line-height: 1;
}
.uk-root .fdn-share-tool:hover {
  color: #999;
  text-decoration: none;
  background: #f0f0f0;
}
.uk-root .fdn-blog-share-tools-block .saveAction,
.uk-root .fdn-blog-share-tools-block .emailAction {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 3px 5px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-share-tools-block .saveAction,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-blog-share-tools-block .emailAction {
  font-size: 12px;
  line-height: 1;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-share-tools-block .saveAction,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-blog-share-tools-block .emailAction {
  font-size: 12px;
  line-height: 1;
}
.uk-root .fdn-blog-share-tools-block .saveAction:hover,
.uk-root .fdn-blog-share-tools-block .emailAction:hover {
  color: #999;
  text-decoration: none;
  background: #f0f0f0;
}
.uk-root .fdn-blog-share-tools-block .addthis_toolbox a {
  margin: 0;
  display: flex;
  align-items: center;
}
.uk-root .fdn-blog-share-tools-block .at-icon-wrapper {
  display: flex;
  margin-right: 4px;
}
.uk-root .shareToolsDisabled > div {
  filter: saturate(0%);
  opacity: 0.4;
}
.uk-root .shareToolsDisabled * {
  pointer-events: none;
  cursor: default;
}
.uk-root .SiteHeaderGrid .fdn-site-header-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.uk-root .SiteHeaderGrid .fdn-site-header-nav-toggle {
  width: calc(100% * 1 / 6.001);
}
@media (min-width: 998px) {
  .uk-root .SiteHeaderGrid .fdn-site-header-nav-toggle {
    display: none;
  }
}
.uk-root .SiteHeaderGrid .fdn-site-header-logo {
  text-align: center;
  width: calc(100% * 2 / 3.001);
}
@media (min-width: 998px) {
  .uk-root .SiteHeaderGrid .fdn-site-header-logo {
    width: auto;
    flex: auto;
  }
}
.uk-root .SiteHeaderGrid .fdn-site-header-logo .uk-logo img {
  text-align: center;
  width: calc(100% * 2 / 3.001);
}
@media (min-width: 998px) {
  .uk-root .SiteHeaderGrid .fdn-site-header-logo .uk-logo img {
    width: auto;
    height: auto;
  }
}
.uk-root .SiteHeaderGrid .fdn-site-header-links {
  display: none;
}
.uk-root .SiteHeaderGrid .fdn-site-header-links .fdn-header-link {
  font-size: 12px;
}
.uk-root .SiteHeaderGrid .fdn-site-header-links > div {
  margin-top: 9px;
  justify-content: center;
}
@media (min-width: 998px) {
  .uk-root .SiteHeaderGrid .fdn-site-header-links {
    display: block;
  }
}
.uk-root .SiteHeaderGrid .fdn-site-header-ad {
  width: 100%;
  order: 1000;
  display: flex;
  justify-content: center;
}
@media (min-width: 998px) {
  .uk-root .SiteHeaderGrid .fdn-site-header-ad {
    width: 300px;
    flex: none;
    order: initial;
  }
}
.uk-root .SiteHeaderGrid .fdn-site-header-search-toggle {
  text-align: right;
  width: calc(100% * 1 / 6.001);
}
@media (min-width: 998px) {
  .uk-root .SiteHeaderGrid .fdn-site-header-search-toggle {
    display: none;
  }
}
.uk-root .SiteHeaderGrid .fdn-site-header-nav {
  width: 100%;
  flex: auto;
  display: none;
}
@media (min-width: 998px) {
  .uk-root .SiteHeaderGrid .fdn-site-header-nav {
    display: block;
  }
}
.uk-root .fdn-nav-toggle {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  padding: 9px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-nav-toggle {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-nav-toggle {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-nav-toggle:hover {
  color: #666;
  text-decoration: none;
  background: #999;
}
.uk-root .fdn-nav-block {
  background: #fff;
  padding: 2px 0;
  box-shadow: none;
  border: 1px solid #AAA;
  border-width: 1px 0 1px 0;
}
.uk-root .fdn-nav-block ul .fdn-nav-parent {
  margin-right: 9px;
}
.uk-root .fdn-nav-block ul .fdn-nav-parent:last-child {
  margin-right: 0;
}
.uk-root .fdn-nav-block ul {
  justify-content: end;
}
.uk-root .fdn-nav-block ul li {
  flex: auto;
}
.uk-root .fdn-nav-panel-block {
  background: #fff;
  padding: 9px;
  box-shadow: none;
  border: none;
}
.uk-root #site-nav-target .site-nav-source.site-nav-source > li {
  border-bottom: none;
}
.uk-root #site-nav-target .site-nav-source.site-nav-source > li:first-child > a {
  margin-top: 0;
}
.uk-root #site-nav-target .site-nav-source.site-nav-source > li > a {
  margin-top: 0;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uk-root #site-nav-target .site-nav-source.site-nav-source > li > a:after {
  content: none;
}
.uk-root #site-nav-target .site-nav-source.site-nav-source > li:last-child {
  border-bottom: none;
}
.uk-root #site-nav-target .site-nav-source.site-nav-source > li:last-child > a {
  margin-bottom: 0;
}
.uk-root .fdn-nav-parent.uk-open > a span.uk-icon {
  transform: rotate(-90deg);
}
.uk-root .fdn-nav-parent.fdn-nav-parent {
  display: block;
  /*
    &:last-child {
        > a:after {
            position: absolute;
            content: "";
            border-right: @fdn-nav-divider-border;
            right: -1 * @fdn-nav-gutter/2;
            top:0;
            height: 100%;
        }
    }
    */
  padding: 0;
}
@media (min-width: 998px) {
  .uk-root .fdn-nav-parent.fdn-nav-parent {
    display: flex;
  }
}
.uk-root .fdn-nav-parent.fdn-nav-parent > a {
  position: relative;
  width: 100%;
  min-height: 0;
  font-size: 1.275rem;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 4px;
  font-weight: 300;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  /* set this explicitly, fix for uk-icon in parent instead of text */
  align-items: center;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-nav-parent.fdn-nav-parent > a {
  font-size: 1.35rem;
  line-height: 1.125;
  padding: 1px 6px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-nav-parent.fdn-nav-parent > a {
  font-size: 1.5rem;
  line-height: 1.25;
  padding: 1px 4px;
  border: none;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-nav-parent.fdn-nav-parent > a:before {
  position: absolute;
  content: "";
  border-right: 1px solid #000;
  left: -4.5px;
  top: 0;
  height: 100%;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-nav-parent.fdn-nav-parent:first-child > a:before {
  content: none;
}
.uk-root .fdn-nav-panel-block .fdn-nav-parent.fdn-nav-parent a {
  font-size: 1.5rem;
  padding: 5px 0 5px 5px;
}
.uk-root .fdn-nav-parent.fdn-nav-parent:hover > a {
  color: #fff;
  text-decoration: none;
  background: #d2232a;
}
.uk-root .fdn-nav-parent:visited > a {
  color: #999;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-nav-parent.fdn-nav-parent.uk-active > a {
  color: #fff;
  text-decoration: none;
  background: #d2232a;
}
.uk-root .fdn-nav-panel .fdn-nav-parent a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uk-root .fdn-nav-parent-highlight.fdn-nav-parent-highlight > a {
  font-family: 'Oswald', sans-serif;
  color: #6ac5f1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: none;
  background: transparent;
}
.uk-root ul.site-nav-source.uk-navbar-nav {
  position: relative;
}
.uk-root .fdn-sticky-home-link {
  opacity: 0;
  left: -100px;
  transition: 300ms;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
}
.uk-root .fdn-sticky-home-link + .fdn-nav-parent a::before {
  display: none;
}
.uk-root .uk-sticky.uk-active {
  box-shadow: rgba(51, 51, 51, 0.933) 0px 3px 4px -3px;
}
.uk-root .uk-sticky.uk-active .fdn-sticky-home-link {
  left: 0 ;
  width: auto;
  height: auto;
  pointer-events: auto;
  position: relative;
  opacity: 1;
}
.uk-root .uk-sticky.uk-active .fdn-sticky-home-link + .fdn-nav-parent a::before {
  display: block;
}
.uk-root .fdn-nav-dropdown {
  margin-top: 10px;
  background: #fff;
  padding: 0;
  box-shadow: 1px 4px 5px -1px #777;
  border: none;
  border-radius: 0 0 3px 3px;
}
.uk-root .fdn-nav-list > li {
  border-bottom: 1px solid #000;
}
.uk-root .fdn-nav-list > li:first-child > a {
  margin-top: 0;
}
.uk-root .fdn-nav-list > li > a {
  margin-top: 0;
  margin-bottom: 0;
}
.uk-root .fdn-nav-list > li:last-child {
  border-bottom: none;
}
.uk-root .fdn-nav-list > li:last-child > a {
  margin-bottom: 0;
}
.uk-root .fdn-nav-panel-block .fdn-nav-list > li {
  border-bottom: none;
}
.uk-root .fdn-nav-panel-block .fdn-nav-list > li:first-child > a {
  margin-top: 0;
}
.uk-root .fdn-nav-panel-block .fdn-nav-list > li > a {
  margin-top: 0;
  margin-bottom: 0;
}
.uk-root .fdn-nav-panel-block .fdn-nav-list > li:last-child {
  border-bottom: none;
}
.uk-root .fdn-nav-panel-block .fdn-nav-list > li:last-child > a {
  margin-bottom: 0;
}
.uk-root .fdn-nav-item.fdn-nav-item a {
  font-size: 15.75px;
  line-height: 1.40625;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #666;
  text-decoration: none;
  text-transform: none;
  padding: 4px 9px;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-nav-item.fdn-nav-item a {
  font-size: 15.75px;
  line-height: 1.40625;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-nav-item.fdn-nav-item a {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-nav-item.fdn-nav-item:hover a {
  color: #fff;
  text-decoration: none;
  background: #d2232a;
}
.uk-root .fdn-nav-item:visited a {
  color: #666;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-nav-item.uk-active a {
  color: #fff;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-nav-item-header.fdn-nav-item-header {
  font-size: 15.75px;
  line-height: 1.40625;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #666;
  text-decoration: none;
  text-transform: none;
  padding: 4px 9px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-nav-item-header.fdn-nav-item-header {
  font-size: 15.75px;
  line-height: 1.40625;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-nav-item-header.fdn-nav-item-header {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-nav-panel-block .fdn-nav-item a {
  font-size: 1.29375rem;
  line-height: 1.40625;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #666;
  text-decoration: none;
  text-transform: none;
  padding: 4px 9px;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-nav-panel-block .fdn-nav-item a {
  font-size: 1.29375rem;
  line-height: 1.40625;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-nav-panel-block .fdn-nav-item a {
  font-size: 1.15rem;
  line-height: 1.25;
}
.uk-root .fdn-nav-panel-block .fdn-nav-item:hover a {
  color: #fff;
  text-decoration: none;
  background: #d2232a;
}
.uk-root .fdn-nav-panel-block .fdn-nav-item.uk-active a {
  color: #fff;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-nav-panel-block .fdn-nav-item:visited a {
  color: #666;
  text-decoration: none;
  background: none;
}
.uk-root .fdn-site-search-input.fdn-site-search-input {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 3px 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-site-search-input.fdn-site-search-input {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-site-search-input.fdn-site-search-input {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-site-search-input.fdn-site-search-input::placeholder {
  color: #999;
  text-transform: none;
}
.uk-root .fdn-site-search-input.fdn-site-search-input:focus::placeholder {
  color: transparent;
}
.uk-root .fdn-site-search-input.fdn-site-search-input:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-site-search-input.fdn-site-search-input:focus {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-site-search-icon svg {
  fill: #999;
  color: #999;
}
.uk-root .fdn-site-search-input-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-site-search-submit-block {
  display: none;
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-site-search-submit.fdn-site-search-submit {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: red;
  text-decoration: none;
  text-transform: none;
  background: #F9F2F3;
  padding: 3px 9px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 4px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-site-search-submit.fdn-site-search-submit {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-site-search-submit.fdn-site-search-submit {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-site-search-submit:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-site-search-submit:focus {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-site-search-dropdown {
  background: #fff;
  padding: 0;
  border: none;
  border-radius: 0;
}
.uk-root .fdn-site-search-list > li {
  border-bottom: none;
}
.uk-root .fdn-site-search-list > li:first-child > a {
  margin-top: 0;
}
.uk-root .fdn-site-search-list > li > a {
  margin-top: 0;
  margin-bottom: 0;
}
.uk-root .fdn-site-search-list > li:last-child {
  border-bottom: none;
}
.uk-root .fdn-site-search-list > li:last-child > a {
  margin-bottom: 0;
}
.uk-root .fdn-site-search-list li:not(:last-child) a.fdn-site-search-item {
  border-bottom: none;
}
.uk-root .fdn-site-search-item.fdn-site-search-item {
  display: block;
  font-size: 12.6px;
  line-height: 1.125;
  font-family: 'Oswald', sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 3px 9px;
  box-shadow: none;
  border: 1px solid #000;
  border-width: 1px 0 0;
  border-radius: 0;
  text-align: left;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-site-search-item.fdn-site-search-item {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-site-search-item.fdn-site-search-item {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-site-search-item:hover {
  color: #fff;
  text-decoration: none;
  background: #d2232a;
}
.uk-root .fdn-site-search-item a,
.uk-root .fdn-site-search-item a:hover {
  color: inherit;
  text-decoration: inherit;
}
.uk-root .fdn-site-search-input:focus {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-site-search-modal-input.fdn-site-search-modal-input {
  font-size: 14px;
  line-height: 1.25;
  font-family: "PT Sans", sans-serif;
  color: #d2232a;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 0px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.uk-root .fdn-site-search-modal-input::placeholder {
  color: #999;
  text-transform: none;
}
.uk-root .fdn-site-search-modal-input:focus::placeholder {
  color: transparent;
}
.uk-root .fdn-site-search-modal-icon svg {
  fill: #999;
  color: #999;
}
.uk-root .fdn-site-search-modal-input:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-site-search-modal-input:focus {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-site-search-modal-input-block {
  background: transparent;
  padding: 3px 0px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-site-search-modal-submit-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-site-search-modal-dropdown {
  background: #fff;
  padding: 0;
  box-shadow: 2px 3px 3px 2px #333;
  border: none;
  border-radius: 0;
}
.uk-root .fdn-site-search-modal-list > li {
  border-bottom: none;
}
.uk-root .fdn-site-search-modal-list > li:first-child > a {
  margin-top: 0;
}
.uk-root .fdn-site-search-modal-list > li > a {
  margin-top: 0;
  margin-bottom: 0;
}
.uk-root .fdn-site-search-modal-list > li:last-child {
  border-bottom: none;
}
.uk-root .fdn-site-search-modal-list > li:last-child > a {
  margin-bottom: 0;
}
.uk-root .fdn-site-search-modal-list li:not(:last-child) a.fdn-site-search-modal-item {
  border-bottom: none;
}
.uk-root .fdn-site-search-modal-item.fdn-site-search-modal-item {
  display: block;
  font-size: 16px;
  line-height: 1.33rem;
  font-family: 'Oswald', sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 5px 9px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: left;
}
.uk-root .fdn-site-search-modal-item:hover {
  color: #fff;
  text-decoration: none;
  background: #d2232a;
}
.uk-root .fdn-site-search-modal-item a,
.uk-root .fdn-site-search-modal-item a:hover {
  color: inherit;
  text-decoration: inherit;
}
.uk-root .fdn-site-search-modal-input:focus {
  color: #666;
  text-decoration: none;
}
.uk-root.comp-sitesearch-searchgoogle {
  border-top: 1px solid #999;
  padding-top: 9px;
}
.uk-root.comp-sitesearch-searchgoogle .fdn-site-search-google {
  font-size: 1.15rem;
  color: #d2232a;
  font-weight: 700;
}
.uk-root .fdn-site-search-search-instructions p {
  font-size: 1.05rem;
}
.uk-root .fdn-stripe-payment-form {
  padding: 9px;
  border: 1px solid #ccc;
}
.uk-root .fdn-stripe-payment-form-card-element {
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.uk-root .fdn-tab-link,
.uk-root .uk-tab .fdn-tab-link {
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}
.uk-root .fdn-tab-link:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-tab-link.uk-active,
.uk-root .uk-active .fdn-tab-link {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-tab-link.uk-active:hover,
.uk-root .uk-active:hover .fdn-tab-link {
  color: #666;
  text-decoration: none;
}
.uk-root .uk-tab .fdn-tab-link-block {
  background: transparent;
  padding: 5px;
  box-shadow: none;
  border-width: 0 0 1px 0;
  border-color: transparent;
}
.uk-root .fdn-tab-link-block:hover {
  background: #f8f8f8;
}
.uk-root .uk-tab .fdn-tab-link-block.uk-active,
.uk-root .uk-tab .uk-active a.fdn-tab-link-block {
  background: #f8f8f8;
  border-color: #CCC;
}
.uk-root .fdn-tab-link-block.uk-active:hover {
  background: #f8f8f8;
}
.uk-root .fdn-tab-header-link,
.uk-root .uk-tab .fdn-tab-header-link {
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}
.uk-root .fdn-tab-header-link:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-tab-header-link.uk-active,
.uk-root .uk-active .fdn-tab-header-link {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-tab-header-link.uk-active:hover,
.uk-root .uk-active:hover .fdn-tab-header-link {
  color: #666;
  text-decoration: none;
}
.uk-root .uk-tab .fdn-tab-header-link-block {
  background: transparent;
  padding: 5px;
  box-shadow: none;
  border-width: 1px 1px 0 1px;
  border-color: transparent;
}
.uk-root .fdn-tab-header-link-block.fdn-tab-header-link-block:hover {
  color: #d2232a;
  background: #f8f8f8;
}
.uk-root .uk-tab .fdn-tab-header-link-block.uk-active,
.uk-root .uk-tab .uk-active a.fdn-tab-header-link-block {
  color: #000;
  background: transparent;
  border-color: #CCC;
}
.uk-root .fdn-tab-header-link-block.uk-active:hover {
  background: #f8f8f8;
}
.uk-root .fdn-separated-tabs {
  border: 1px solid #999;
  border-width: 1px 0;
  padding: 2px 0;
}
.uk-root .fdn-separated-tabs li {
  margin-top: 0;
  padding: 2px 10px;
}
.uk-root .fdn-separated-tabs li a {
  color: #999;
  border: none;
}
.uk-root .fdn-separated-tabs li.active a {
  color: #000;
}
.uk-root .fdn-separated-tabs li + li {
  border-left: 1px solid #999;
  margin-left: 4px;
}
.uk-root .fdn-teaser-tight {
  margin-bottom: 3px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-tight {
  margin-bottom: 4px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-tight {
  margin-bottom: 5px;
}
.uk-root .fdn-teaser-margin-bottom {
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-margin-bottom {
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-margin-bottom {
  margin-bottom: 10px;
}
.uk-root .fdn-teaser-headline {
  font-size: 1.35rem;
  line-height: 1.15em;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  hyphens: manual;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-headline {
  font-size: 1.2325rem;
  line-height: 1.15em;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-headline {
  font-size: 1.2rem;
  line-height: 1.15em;
  margin-bottom: 10px;
}
.uk-root .fdn-teaser-headline a,
.uk-root a .fdn-teaser-headline {
  color: #000;
}
.uk-root .fdn-teaser-headline a:hover,
.uk-root a .fdn-teaser-headline:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #666;
}
.uk-root .fdn-teaser-headline a:visited,
.uk-root a .fdn-teaser-headline:visited {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-teaser-headline a:visited:hover,
.uk-root a .fdn-teaser-headline:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-teaser-headline-tight,
.uk-root .fdn-teaser-headline-tight a {
  font-size: 1.215rem;
  line-height: 1.05em;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 3px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-headline-tight,
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-headline-tight a {
  font-size: 1.28925rem;
  line-height: 1.05em;
  margin-bottom: 4px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-headline-tight,
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-headline-tight a {
  font-size: 1.35rem;
  line-height: 1.05em;
  margin-bottom: 5px;
}
.uk-root .fdn-teaser-headline-tight:hover,
.uk-root .fdn-teaser-headline-tight a:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #666;
}
.uk-root .fdn-teaser-headline-tight:visited,
.uk-root .fdn-teaser-headline-tight a:visited {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-teaser-headline-tight:visited:hover,
.uk-root .fdn-teaser-headline-tight a:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-teaser-subheadline {
  font-size: 1.035rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-subheadline {
  font-size: 1.09825rem;
  line-height: 1.19375;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-subheadline {
  font-size: 1.15rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
.uk-root .fdn-teaser-infoline {
  font-size: 13.37px;
  line-height: 1.19375;
  font-family: "PT Sans", sans-serif;
  color: #111;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-infoline {
  font-size: 13.37px;
  line-height: 1.19375;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-infoline {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.uk-root .fdn-teaser-infoline time {
  font-weight: 400;
}
.uk-root .fdn-teaser-infoline-important {
  font-family: "PT Sans", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
}
.uk-root .fdn-teaser-tagline {
  font-size: 11.7px;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-tagline {
  font-size: 12.415px;
  line-height: 1.19375;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-tagline {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.uk-root .fdn-teaser-tag {
  font-size: inherit;
  font-family: "PT Sans", sans-serif;
  color: #d2232a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
.uk-root .fdn-teaser-tag:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-teaser-tag:visited {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-teaser-tag:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-teaser-tag-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-teaser-tag-link {
  font-size: inherit;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}
.uk-root .fdn-teaser-tag-link:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-teaser-tag-link:visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-teaser-tag-link:visited:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-teaser-sponsored-tag {
  font-size: inherit;
  font-family: 'Oswald', sans-serif;
  color: #d2232a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.uk-root .fdn-teaser-sponsored-tag:hover,
.uk-root a:hover .fdn-teaser-sponsored-tag {
  color: #666;
  text-decoration: none;
  text-decoration-color: #666;
}
.uk-root .fdn-teaser-sponsored-tag:visited {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-teaser-sponsored-tag:visited:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-teaser-sponsored-tag-block {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-teaser-taglist {
  display: none;
  margin-top: 0;
  line-height: 1.125;
  font-size: 10.8px;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-taglist {
  font-size: 11.46px;
  line-height: 1.19375;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-taglist {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.uk-root .fdn-teaser-taglist a {
  font-size: 10.8px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-taglist a {
  font-size: 11.46px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-taglist a {
  font-size: 12px;
  line-height: 1.25;
}
.uk-root .fdn-teaser-taglist a:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-teaser-taglist a:visited {
  color: #999;
  text-decoration: none;
}
.uk-root .fdn-teaser-taglist a:visited:hover {
  color: #d2232a;
  text-decoration: underline;
}
.uk-root .fdn-teaser-taglist-label {
  font-size: 10.8px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-taglist-label {
  font-size: 11.46px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-taglist-label {
  font-size: 12px;
  line-height: 1.25;
}
.uk-root .fdn-teaser-badge {
  display: inline-block;
  font-size: 0.7875rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  padding: 2px;
  box-shadow: none;
  border: none;
  border-radius: 1px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-badge {
  font-size: 0.835625rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-badge {
  font-size: 0.875rem;
  line-height: 1.25;
}
.uk-root .fdn-teaser-badge + .uk-root .fdn-teaser-badge {
  margin-left: 3px;
}
.uk-root .fdn-teaser-badge + .uk-root .fdn-teaser-badge::before {
  content: "\000B7";
  font-size: 1.5rem;
  vertical-align: middle;
}
.uk-root .fdn-teaser-badge:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-teaser-badge:visited {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-teaser-badge.uk-active {
  color: #333;
  text-decoration: none;
}
.uk-root .fdn-teaser-ticket-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.7875rem;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: #0091d5;
  padding: 3px 8px;
  box-shadow: none;
  border: none;
  border-radius: 2px;
  /* This is a fix for vertically centering the text */
}
.uk-root .fdn-teaser-ticket-link span[ui-icon] {
  vertical-align: text-bottom;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-ticket-link {
  font-size: 0.835625rem;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-ticket-link {
  font-size: 0.875rem;
  line-height: 1.25;
}
.uk-root .fdn-teaser-ticket-link:hover {
  color: #e6e6e6;
  text-decoration: none;
  background: #006ea2;
}
.uk-root .fdn-teaser-description {
  font-size: 14px;
  line-height: 1.25;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-teaser-description {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-teaser-description {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.uk-root .fdn-teaser-description p,
.uk-root .fdn-teaser-description ul,
.uk-root .fdn-teaser-description ol,
.uk-root .fdn-teaser-description dl,
.uk-root .fdn-teaser-description pre,
.uk-root .fdn-teaser-description address,
.uk-root .fdn-teaser-description fieldset,
.uk-root .fdn-teaser-description figure {
  margin: 3px 0;
}
.uk-root .fdn-event-teaser-location {
  font-weight: 700;
  font-size: 15px;
  color: #111;
}
.uk-root .fdn-event-teaser-location + .fdn-teaser-infoline {
  color: #5e5e5e;
}
.uk-root .fdn-event-teaser-location-link {
  color: #111;
}
.uk-root .fdn-special-issue-section-teasers > ul {
  margin-bottom: 0;
}
.uk-root .fdn-special-issue-section-teasers > ul + ul {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.uk-root .fdn-special-issue-teasers-items-block .fdn-no-image > a {
  border: 1px solid #ddd;
  padding: 1.25em 9px;
}
.uk-root .fdn-special-issue-teasers-items-block .fdn-no-image .uk-margin-auto-top {
  position: relative;
  top: -1px;
  background: #fff;
  padding: 0 3px 3px;
  border: 1px solid #ddd;
  border-top: none;
  text-align: center;
}
.uk-root .fdn-special-issue-teasers-items-block .fdn-no-image .uk-margin-auto-top a.uk-button {
  font-size: 0.75em;
}
.uk-root .fdn-component-related-items .fdn-no-image {
  display: flex;
  align-items: stretch;
}
.uk-root .fdn-component-related-items .fdn-no-image .fdn-inline-split-list > * {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.uk-root .fdn-component-related-items .fdn-no-image .fdn-inline-split-list > *:before {
  display: none;
}
.uk-root .fdn-component-related-items .fdn-no-image > a {
  border: 1px solid #ddd;
  padding: 1.25em 9px;
  text-align: center;
}
.uk-root .fdn-component-related-items .fdn-no-image > a > div {
  margin: 20px auto auto;
}
.uk-root .comp-landing-trending .fdn-no-image,
.uk-root .search-results .fdn-no-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-left: 9px;
  box-sizing: border-box;
}
.ev-grid-col[min-width~="400px"] .uk-root .comp-landing-trending .fdn-no-image,
.ev-grid-col[min-width~="400px"] .uk-root .search-results .fdn-no-image {
  padding-left: 18px;
}
.uk-root .comp-landing-trending .fdn-no-image > a,
.uk-root .search-results .fdn-no-image > a {
  padding: 40px 5px 5px;
  margin: 2px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  word-break: break-word;
  hyphens: auto;
}
.uk-root .comp-landing-trending .fdn-no-image .fdn-teaser-headline,
.uk-root .search-results .fdn-no-image .fdn-teaser-headline,
.uk-root .comp-landing-trending .fdn-no-image .fdn-teaser-headline a,
.uk-root .search-results .fdn-no-image .fdn-teaser-headline a {
  font-size: 1.54em !important;
}
.uk-root .comp-landing-trending .fdn-no-image .fdn-teaser-subheadline,
.uk-root .search-results .fdn-no-image .fdn-teaser-subheadline {
  font-size: 1.34em;
}
.uk-root .comp-landing-trending .fdn-no-image .fdn-teaser-infoline,
.uk-root .search-results .fdn-no-image .fdn-teaser-infoline {
  justify-content: center;
  flex-direction: column;
}
.uk-root .comp-landing-trending .fdn-no-image .fdn-inline-split-list > *,
.uk-root .search-results .fdn-no-image .fdn-inline-split-list > * {
  padding: 0;
  margin: 0;
}
.uk-root .comp-landing-trending .fdn-no-image .fdn-inline-split-list > * + *:before,
.uk-root .search-results .fdn-no-image .fdn-inline-split-list > * + *:before {
  display: none;
}
.uk-root .fdn-teaser-image-overlay-text {
  color: #fff;
  font-size: 14px;
}
.uk-root .fdn-teaser-image-overlay-text a,
.uk-root a .fdn-teaser-image-overlay-text {
  color: #fff;
}
.uk-root .fdn-teaser-image-overlay-text a:hover,
.uk-root a .fdn-teaser-image-overlay-text:hover {
  color: #d2232a;
  text-decoration: none;
  text-decoration-color: #d2232a;
}
.uk-root .fdn-teaser-image-overlay-text a:visited,
.uk-root a .fdn-teaser-image-overlay-text:visited {
  color: #fff;
  text-decoration: none;
}
.uk-root .fdn-teaser-image-overlay-text a:visited:hover,
.uk-root a .fdn-teaser-image-overlay-text:visited:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-teaser-by {
  display: inline;
  text-transform: capitalize;
}
.uk-root .fdn-teaser-byline {
  color: #111;
  font-size: 0.875rem;
  font-weight: normal;
}
.uk-root .fdn-teaser-byline a {
  color: #111;
}
.uk-root .fdn-teaser-byline a:hover {
  color: #d2232a;
  text-decoration: underline;
  text-decoration-color: #d2232a;
}
.uk-root .fdn-teaser-byline a:visited {
  color: #111;
  text-decoration: none;
}
.uk-root .fdn-teaser-byline a:visited:hover {
  color: #111;
  text-decoration: none;
}
.uk-root .fdn-teaser-time {
  color: #111;
  font-size: 0.875rem;
  font-weight: normal;
}
.uk-root .comp-landing-trending .fdn-pres-item .fdn-teaser-headline {
  font-size: 1.03rem;
  line-height: 1.2rem;
  margin: 0;
}
.uk-root .comp-landing-trending .fdn-pres-item .fdn-teaser-infoline {
  font-size: 12px;
  margin-top: 5px;
}
.uk-root .comp-landing-trending .fdn-pres-item .uk-width-1-1.uk-margin-small-bottom {
  margin-bottom: 3px!important;
}
.uk-root .fdn-active-text {
  color: #d2232a;
  font-weight: 700;
}
.uk-root .fdn-container-block {
  background: transparent;
  padding: 9px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-sponsored {
  font-size: inherit;
  font-family: "PT Sans", sans-serif;
  color: #2E66C9;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-sponsored-block {
  background: transparent;
  padding: 2px;
  box-shadow: none;
  border: none;
}
.uk-root .fdn-interface-sponsored-tag {
  font-size: inherit;
  font-family: "PT Sans", sans-serif;
  color: #1e87f0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.uk-root .fdn-grid-item {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.1s ease-in-out;
}
.uk-root .fdn-grid-item:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-root .fdn-member-image-block {
  background: transparent;
  padding: 9px;
  box-shadow: none;
  border: 1px solid #ccc;
}
.uk-root .fdn-copyright-text {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-copyright-text {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-copyright-text {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-copyright-link {
  font-size: 12.6px;
  line-height: 1.125;
  font-family: "PT Sans", sans-serif;
  color: #999;
  text-decoration: none;
  text-transform: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .fdn-copyright-link {
  font-size: 13.37px;
  line-height: 1.19375;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-copyright-link {
  font-size: 14px;
  line-height: 1.25;
}
.uk-root .fdn-copyright-link:hover {
  color: #d2232a;
  text-decoration: none;
}
.uk-root .fdn-copyright-link:visited {
  opacity: 0.98;
}
.uk-root .fdn-slider-dotnav {
  margin-left: 0;
}
.uk-root .fdn-slider-dotnav li {
  cursor: pointer;
  padding: 12px;
}
.uk-root .fdn-slider-dotnav li a {
  width: 6px;
  height: 6px;
  border: 0px solid #8A8A8A;
  background: #8A8A8A;
}
.uk-root .fdn-slider-dotnav li:hover a {
  border: 0px solid #000;
  background: #000;
}
.uk-root .fdn-slider-dotnav li.uk-active a {
  border: 0px solid #000;
  background: #000;
}
.uk-root .fdn-slidenav-arrow {
  color: #fff;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  display: inline-flex;
  transform: none!important;
  top: 0;
  background-color: #05050508;
  transition: 100ms;
}
.uk-root .fdn-slidenav-arrow:hover,
.uk-root .fdn-slidenav-arrow:focus {
  color: #fffa;
  background-color: #0505051a;
}
.uk-root .fdn-sponsored-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #444;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background: transparent;
  padding: 2px;
  box-shadow: none;
  border: none;
  font-size: inherit;
  font-family: "PT Sans", sans-serif;
  color: #2E66C9;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 0;
  padding-left: 0;
  text-transform: uppercase !important;
}
.uk-root .fdn-background-tag {
  background-color: transparent;
}
.uk-root .fdn-text-tag {
  color: #999;
  font-weight: bold;
}
.uk-root .fdn-category-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #444;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: transparent;
  color: #999;
  font-weight: bold;
  padding-right: 0;
  padding-left: 0;
  text-transform: uppercase !important;
}
.uk-root .fdn-member-staff-listing {
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: #d2232a;
  padding: 0 0 0 3px;
}
.uk-root .ev-grid-layout {
  display: flex;
  flex-direction: column;
}
.uk-root .ev-grid-zone {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.uk-root .ev-grid-col {
  padding: 0 9px;
}
.uk-root .ev-grid-floated-right {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 18px;
  padding: 0;
}
@media (min-width: 640px) {
  .uk-root .ev-clamp\@m .ev-grid-zone {
    width: 640px;
    margin: auto;
  }
}
@media (min-width: 998px) {
  .uk-root .ev-clamp\@l .ev-grid-zone {
    width: 998px;
    margin: auto;
  }
}
.uk-root .fdn-width-300 {
  width: 300px;
}
@media (min-width: 400px) {
  .uk-root .fdn-width-300\@xs {
    width: 300px;
  }
}
@media (min-width: 640px) {
  .uk-root .fdn-width-300\@s {
    width: 300px;
  }
}
@media (min-width: 998px) {
  .uk-root .fdn-width-300\@m {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .uk-root .fdn-width-300\@l {
    width: 300px;
  }
}
.uk-root .fdn-cursor-pointer {
  cursor: pointer;
}
.uk-root .fdn-aspect-1-1 {
  padding-bottom: 100%;
  padding-top: 0;
  height: 0;
}
.uk-root .fdn-aspect-16-10 {
  padding-bottom: 62.5%;
  padding-top: 0;
  height: 0;
}
.uk-root .fdn-aspect-3-2 {
  padding-bottom: 66.7%;
  padding-top: 0;
  height: 0;
}
.uk-root .fdn-aspect-2-3 {
  padding-bottom: 150%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.uk-root .fdn-accordion-title {
  display: flex;
  align-items: center;
  position: relative !important;
}
.uk-root .fdn-accordion-title:before {
  order: 99;
  right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .uk-root select,
  .uk-root textarea,
  .uk-root button,
  .uk-root input[type=date],
  .uk-root input[type=email],
  .uk-root input[type=image],
  .uk-root input[type=month],
  .uk-root input[type=number],
  .uk-root input[type=password],
  .uk-root input[type=search],
  .uk-root input[type=tel],
  .uk-root input[type=text],
  .uk-root input[type=time],
  .uk-root input[type=url],
  .uk-root input[type=week],
  .uk-root input[type=submit] {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
}
.uk-root .fdn-margin-vert.fdn-margin-vert {
  margin-top: 12px;
  margin-bottom: 0;
}
.uk-root .fdn-margin-medium-vert.fdn-margin-medium-vert {
  margin-top: 24px;
  margin-bottom: 0;
}
.uk-root .fdn-margin-medium-vert.fdn-margin-medium-vert:first-of-type {
  margin-top: 12px;
}
.uk-root .fdn-margin-large-vert.fdn-margin-large-vert {
  margin-top: 48px;
  margin-bottom: 0;
}
.uk-root .fdn-margin-large-vert.fdn-margin-large-vert:first-of-type {
  margin-top: 12px;
}
.uk-root .fdn-margin-remove-last > *:last-child {
  margin-bottom: 0px !important;
}
.fdn-margin-vert.fdn-margin-vert.uk-root .uk-root {
  margin-top: 12px;
  margin-bottom: 0;
}
.fdn-margin-medium-vert.fdn-margin-medium-vert.uk-root .uk-root {
  margin-top: 24px;
  margin-bottom: 0;
}
.fdn-margin-medium-vert.fdn-margin-medium-vert.uk-root .uk-root:first-of-type {
  margin-top: 12px;
}
.fdn-margin-large-vert.fdn-margin-large-vert.uk-root .uk-root {
  margin-top: 48px;
  margin-bottom: 0;
}
.fdn-margin-remove-last.uk-root .uk-root > *:last-child {
  margin-bottom: 0px !important;
}
.uk-root .fdn-override-width-1-1.fdn-override-width-1-1.fdn-override-width-1-1.fdn-override-width-1-1 {
  width: 100%;
}
.uk-root .fdn-inline-flex {
  display: inline-flex;
}
.uk-root .fdn-text-notransform {
  text-transform: none;
}
.uk-root .fdn-icon-transform-horizontal {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.uk-root .fdn-responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
}
.uk-root .fdn-responsive-iframe iframe {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  transition: 150ms;
}
a:hover .uk-root .fdn-decorate-sub {
  text-decoration: underline;
  text-decoration-color: #999;
}
.uk-root .fdn-decoration-remove,
.uk-root .fdn-decoration-remove:hover {
  text-decoration: none;
}
.uk-root .fdn-inline-split-list {
  display: flex;
  flex-wrap: wrap;
  position: relative !important;
  overflow: hidden;
}
.uk-root .fdn-inline-split-list > * + *:before {
  position: absolute !important;
  content: "|";
  left: 0.75ch;
  transform: translateX(-50%);
}
.uk-root .fdn-inline-split-list > * {
  display: inline-block !important;
  position: relative !important;
  padding-left: 1.5ch;
  margin-left: -1.5ch;
  margin-right: 1.5ch;
  margin-top: 0;
  margin-bottom: 0;
}
.uk-root .fdn-inline-sep-right:after {
  content: "\02022";
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-child-width-1-1\@ez > * {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-child-width-1-2\@ez > * {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-child-width-1-3\@ez > * {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-child-width-1-4\@ez > * {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-child-width-1-5\@ez > * {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-child-width-1-6\@ez > * {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-child-width-auto\@ez > * {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-child-width-expand\@ez > :not([class*='uk-width']) {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-child-width-1-1\@exs > * {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-child-width-1-2\@exs > * {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-child-width-1-3\@exs > * {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-child-width-1-4\@exs > * {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-child-width-1-5\@exs > * {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-child-width-1-6\@exs > * {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-child-width-auto\@exs > * {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-child-width-expand\@exs > :not([class*='uk-width']) {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-child-width-1-1\@es > * {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-child-width-1-2\@es > * {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-child-width-1-3\@es > * {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-child-width-1-4\@es > * {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-child-width-1-5\@es > * {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-child-width-1-6\@es > * {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-child-width-auto\@es > * {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-child-width-expand\@es > :not([class*='uk-width']) {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-child-width-1-1\@em > * {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-child-width-1-2\@em > * {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-child-width-1-3\@em > * {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-child-width-1-4\@em > * {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-child-width-1-5\@em > * {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-child-width-1-6\@em > * {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-child-width-auto\@em > * {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-child-width-expand\@em > :not([class*='uk-width']) {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="1200px"] .uk-child-width-1-1\@el > * {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="1200px"] .uk-child-width-1-2\@el > * {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="1200px"] .uk-child-width-1-3\@el > * {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="1200px"] .uk-child-width-1-4\@el > * {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="1200px"] .uk-child-width-1-5\@el > * {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="1200px"] .uk-child-width-1-6\@el > * {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="1200px"] .uk-child-width-auto\@el > * {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="1200px"] .uk-child-width-expand\@el > :not([class*='uk-width']) {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="1px"] {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Sevenths */
  /* Pixel */
  /* Auto */
  /* Expand */
}
.uk-root .ev-grid-col[min-width~="1px"] .fdn-text-small\@ez {
  font-size: 0.875rem;
}
.uk-root .ev-grid-col[min-width~="1px"] .fdn-text-base\@ez {
  font-size: 1rem;
}
.uk-root .ev-grid-col[min-width~="1px"] .fdn-text-medium\@ez {
  font-size: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="1px"] .fdn-text-large\@ez {
  font-size: 1.5rem;
}
.uk-root .ev-grid-col[min-width~="1px"] .fdn-line-height-small\@ez {
  line-height: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="1px"] .fdn-line-height-1\@ez {
  line-height: 1rem;
}
.uk-root .ev-grid-col[min-width~="1px"] .fdn-line-height-med\@ez {
  line-height: 1.33rem;
}
.uk-root .ev-grid-col[min-width~="1px"] .fdn-line-height-large\@ez {
  line-height: 1.75rem;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-1-1\@ez {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-1-2\@ez {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-1-3\@ez {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-2-3\@ez {
  width: calc(100% * 2 / 3.001);
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-1-4\@ez {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-3-4\@ez {
  width: 75%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-1-5\@ez {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-2-5\@ez {
  width: 40%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-3-5\@ez {
  width: 60%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-4-5\@ez {
  width: 80%;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-1-6\@ez {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-5-6\@ez {
  width: calc(100% * 5 / 6.001);
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-1-7\@ez {
  width: calc(100% * 1 / 7.001);
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-small\@ez {
  width: 150px;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-medium\@ez {
  width: 300px;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-large\@ez {
  width: 450px;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-xlarge\@ez {
  width: 600px;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-xxlarge\@ez {
  width: 750px;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-auto\@ez {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="1px"] .uk-width-expand\@ez {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="400px"] {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Sevenths */
  /* Pixel */
  /* Auto */
  /* Expand */
}
.uk-root .ev-grid-col[min-width~="400px"] .fdn-text-small\@exs {
  font-size: 0.875rem;
}
.uk-root .ev-grid-col[min-width~="400px"] .fdn-text-base\@exs {
  font-size: 1rem;
}
.uk-root .ev-grid-col[min-width~="400px"] .fdn-text-medium\@exs {
  font-size: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="400px"] .fdn-text-large\@exs {
  font-size: 1.5rem;
}
.uk-root .ev-grid-col[min-width~="400px"] .fdn-line-height-small\@exs {
  line-height: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="400px"] .fdn-line-height-1\@exs {
  line-height: 1rem;
}
.uk-root .ev-grid-col[min-width~="400px"] .fdn-line-height-med\@exs {
  line-height: 1.33rem;
}
.uk-root .ev-grid-col[min-width~="400px"] .fdn-line-height-large\@exs {
  line-height: 1.75rem;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-1-1\@exs {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-1-2\@exs {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-1-3\@exs {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-2-3\@exs {
  width: calc(100% * 2 / 3.001);
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-1-4\@exs {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-3-4\@exs {
  width: 75%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-1-5\@exs {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-2-5\@exs {
  width: 40%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-3-5\@exs {
  width: 60%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-4-5\@exs {
  width: 80%;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-1-6\@exs {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-5-6\@exs {
  width: calc(100% * 5 / 6.001);
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-1-7\@exs {
  width: calc(100% * 1 / 7.001);
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-small\@exs {
  width: 150px;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-medium\@exs {
  width: 300px;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-large\@exs {
  width: 450px;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-xlarge\@exs {
  width: 600px;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-xxlarge\@exs {
  width: 750px;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-auto\@exs {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="400px"] .uk-width-expand\@exs {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="640px"] {
  /* Line height */
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Sevenths */
  /* Pixel */
  /* Auto */
  /* Expand */
}
.uk-root .ev-grid-col[min-width~="640px"] .fdn-text-small\@es {
  font-size: 0.875rem;
}
.uk-root .ev-grid-col[min-width~="640px"] .fdn-text-base\@es {
  font-size: 1rem;
}
.uk-root .ev-grid-col[min-width~="640px"] .fdn-text-medium\@es {
  font-size: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="640px"] .fdn-text-large\@es {
  font-size: 1.5rem;
}
.uk-root .ev-grid-col[min-width~="640px"] .fdn-line-height-small\@es {
  line-height: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="640px"] .fdn-line-height-1\@es {
  line-height: 1rem;
}
.uk-root .ev-grid-col[min-width~="640px"] .fdn-line-height-med\@es {
  line-height: 1.33rem;
}
.uk-root .ev-grid-col[min-width~="640px"] .fdn-line-height-large\@es {
  line-height: 1.75rem;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-flex-wrap\@es {
  flex-wrap: wrap;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-1-1\@es {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-1-2\@es {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-1-3\@es {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-2-3\@es {
  width: calc(100% * 2 / 3.001);
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-1-4\@es {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-3-4\@es {
  width: 75%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-1-5\@es {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-2-5\@es {
  width: 40%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-3-5\@es {
  width: 60%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-4-5\@es {
  width: 80%;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-1-6\@es {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-5-6\@es {
  width: calc(100% * 5 / 6.001);
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-1-7\@es {
  width: calc(100% * 1 / 7.001);
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-small\@es {
  width: 150px;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-medium\@es {
  width: 300px;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-large\@es {
  width: 450px;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-xlarge\@es {
  width: 600px;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-xxlarge\@es {
  width: 750px;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-auto\@es {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="640px"] .uk-width-expand\@es {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="998px"] {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Sevenths */
  /* Pixel */
  /* Auto */
  /* Expand */
}
.uk-root .ev-grid-col[min-width~="998px"] .fdn-text-small\@em {
  font-size: 0.875rem;
}
.uk-root .ev-grid-col[min-width~="998px"] .fdn-text-base\@em {
  font-size: 1rem;
}
.uk-root .ev-grid-col[min-width~="998px"] .fdn-text-medium\@em {
  font-size: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="998px"] .fdn-text-large\@em {
  font-size: 1.5rem;
}
.uk-root .ev-grid-col[min-width~="998px"] .fdn-line-height-small\@em {
  line-height: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="998px"] .fdn-line-height-1\@em {
  line-height: 1rem;
}
.uk-root .ev-grid-col[min-width~="998px"] .fdn-line-height-med\@em {
  line-height: 1.33rem;
}
.uk-root .ev-grid-col[min-width~="998px"] .fdn-line-height-large\@em {
  line-height: 1.75rem;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-1-1\@em {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-1-2\@em {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-1-3\@em {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-2-3\@em {
  width: calc(100% * 2 / 3.001);
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-1-4\@em {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-3-4\@em {
  width: 75%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-1-5\@em {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-2-5\@em {
  width: 40%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-3-5\@em {
  width: 60%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-4-5\@em {
  width: 80%;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-1-6\@em {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-5-6\@em {
  width: calc(100% * 5 / 6.001);
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-1-7\@em {
  width: calc(100% * 1 / 7.001);
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-small\@em {
  width: 150px;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-medium\@em {
  width: 300px;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-large\@em {
  width: 450px;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-xlarge\@em {
  width: 600px;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-xxlarge\@em {
  width: 750px;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-auto\@em {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="998px"] .uk-width-expand\@em {
  flex: 1;
  min-width: 1px;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .fdn-text-small\@el {
  font-size: 0.875rem;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .fdn-text-base\@el {
  font-size: 1rem;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .fdn-text-medium\@el {
  font-size: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .fdn-text-large\@el {
  font-size: 1.5rem;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .fdn-line-height-small\@el {
  line-height: 1.15rem;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .fdn-line-height-1\@el {
  line-height: 1rem;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .fdn-line-height-med\@el {
  line-height: 1.33rem;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .fdn-line-height-large\@el {
  line-height: 1.75rem;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-1-1\@el {
  width: 100%;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-1-2\@el {
  width: 50%;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-1-3\@el {
  width: calc(100% * 1 / 3.001);
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-2-3\@el {
  width: calc(100% * 2 / 3.001);
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-1-4\@el {
  width: 25%;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-3-4\@el {
  width: 75%;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-1-5\@el {
  width: 20%;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-2-5\@el {
  width: 40%;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-3-5\@el {
  width: 60%;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-4-5\@el {
  width: 80%;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-1-6\@el {
  width: calc(100% * 1 / 6.001);
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-5-6\@el {
  width: calc(100% * 5 / 6.001);
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-small\@el {
  width: 150px;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-medium\@el {
  width: 300px;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-large\@el {
  width: 450px;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-xlarge\@el {
  width: 600px;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-xxlarge\@el {
  width: 750px;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-auto\@el {
  width: auto;
}
.uk-root .ev-grid-col[min-width~="@breakpoint-large"] .uk-width-expand\@el {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 460px) and (max-width: 998px) {
  .uk-root .uk-column-1-2\@xs {
    columns: 2;
  }
}
.uk-root .uk-padding-xsmall {
  padding: 5px;
}
.uk-root .uk-padding-xsmall-right {
  padding-right: 5px !important;
}
.uk-root .uk-padding-xsmall-left {
  padding-left: 5px !important;
}
.uk-root .uk-padding-xsmall-top {
  padding-top: 5px !important;
}
.uk-root .uk-padding-xsmall-bottom {
  padding-bottom: 5px !important;
}
.uk-root sub.uk-padding-xsmall,
.uk-root sup.uk-padding-xsmall {
  padding: 1px;
}
.uk-root .uk-margin-xsmall {
  margin: 5px 0;font-size:14px;
}
.uk-root .uk-margin-xsmall-top {
  margin-top: 5px !important;
}
.uk-root .uk-margin-xsmall-bottom {
  margin-bottom: 5px !important;
}
.uk-root .uk-margin-xsmall-left {
  margin-left: 5px !important;
}
.uk-root .uk-margin-xsmall-right {
  margin-right: 5px !important;
}
.uk-root .uk-position-xsmall {
  max-width: calc(100% - (5px * 2));
  margin: 5px;
}
.uk-root .uk-position-xsmall.uk-position-center {
  transform: translate(-50%, -50%) translate(-5px, -5px);
}
.uk-root .uk-position-xsmall[class*='uk-position-center-left'],
.uk-root .uk-position-xsmall[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-5px);
}
.uk-root .uk-position-xsmall.uk-position-top-center,
.uk-root .uk-position-xsmall.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-5px);
}
.uk-root .uk-icon-button[uk-icon*="facebook"] {
  color: #fff;
  background-color: #3b5998;
}
.uk-root .uk-icon-button[uk-icon*="twitter"] {
  color: #fff;
  background-color: #1da1f2;
}
.uk-root .uk-icon-button[uk-icon*="google"],
.uk-root .uk-icon-button[uk-icon*="google-plus"] {
  color: #fff;
  background-color: #dd4b39;
}
.uk-root .uk-icon-button[uk-icon*="pinterest"] {
  color: #fff;
  background-color: #bd081c;
}
.uk-root .uk-icon-button[uk-icon*="pinterest"] svg {
  pointer-events: none;
}
.uk-root .uk-icon-button[uk-icon*="instagram"] {
  color: #fff;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.uk-root .uk-icon-button[uk-icon*="link"],
.uk-root .uk-icon-button[uk-icon*="heart"],
.uk-root .uk-icon-button[uk-icon*="mail"],
.uk-root .uk-icon-button[uk-icon*="comment"] {
  color: #000;
  background-color: #fff;
  border: 1px solid;
  border-color: #000;
  cursor: pointer;
}
.uk-root .uk-text-break {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.uk-root [class*="uk-column"].uk-last-item-full-width li:last-child {
  column-span: all;
  display: block!important;
}
.uk-root .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 2px 0 5px;
}
.uk-root input.uk-input[type=file] {
  max-width: 100%;
  width: 100%;
  padding: 10px!important;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  height: auto;
  font-size: 12px;
  cursor: pointer;
}
.uk-root .fdn-text-xsmall {
  font-size: 0.75rem;
}
.uk-root .fdn-text-small {
  font-size: 0.875rem;
}
.uk-root .fdn-text-base {
  font-size: 1rem;
}
.uk-root .fdn-text-medium {
  font-size: 1.15rem;
}
.uk-root .fdn-text-large {
  font-size: 1.5rem;
}
.uk-root .fdn-font-zero {
  font-size: 0;
}
.uk-root .fdn-text-ludicrously-small {
  font-size: 0.1rem;
}
.uk-root .uk-text-xsmall {
  font-size: 0.75rem;
  line-height: 1.25;
}
.uk-root .fdn-line-height-xlarge {
  line-height: 2rem;
}
.uk-root .fdn-line-height-large {
  line-height: 1.75rem;
}
.uk-root .fdn-line-height-med {
  line-height: 1.33rem;
}
.uk-root .fdn-line-height-base {
  line-height: 1.25rem;
}
.uk-root .fdn-line-height-small {
  line-height: 1.15rem;
}
.uk-root .fdn-line-height-1 {
  line-height: 1rem;
}
.uk-root .fdn-line-height-xsmall {
  line-height: 0.88rem;
}
.uk-root .uk-text-black {
  color: #000;
}
.uk-root .fdn-border-thin {
  border: 1px solid;
}
.uk-root .fdn-border-med {
  border: 3px solid;
}
.uk-root .fdn-border-thick {
  border: 5px solid;
}
.uk-root .fdn-border-color-black {
  border-color: #000;
}
.uk-root .fdn-border-thin-top {
  border-top: 1px solid;
}
.uk-root .fdn-border-thin-right {
  border-right: 1px solid;
}
.uk-root .fdn-border-thin-bottom {
  border-bottom: 1px solid;
}
.uk-root .fdn-border-thin-left {
  border-left: 1px solid;
}
.uk-root .fdn-border-med-top {
  border-top: 3px solid;
}
.uk-root .fdn-border-med-right {
  border-right: 3px solid;
}
.uk-root .fdn-border-med-bottom {
  border-bottom: 3px solid;
}
.uk-root .fdn-border-med-left {
  border-left: 3px solid;
}
.uk-root .fdn-border-thick-top {
  border-top: 5px solid;
}
.uk-root .fdn-border-thick-right {
  border-right: 5px solid;
}
.uk-root .fdn-border-thick-bottom {
  border-bottom: 5px solid;
}
.uk-root .fdn-border-thick-left {
  border-left: 5px solid;
}
.uk-root .fdn-border-top-none {
  border-top: none!important;
}
.uk-root .fdn-border-bottom-none {
  border-bottom: none!important;
}
.uk-root .fdn-border-left-none {
  border-left: none!important;
}
.uk-root .fdn-border-right-none {
  border-right: none!important;
}
.uk-root .fdn-border-color-light {
  border-color: #e5e5e5;
}
.uk-root .fdn-border-color-med {
  border-color: #999;
}
.uk-root .fdn-border-color-dark {
  border-color: #333;
}
.uk-root .fdn-border-color-primary {
  border-color: #444;
}
.uk-root .fdn-border-rounded-top-left {
  border-top-left-radius: 5px;
}
.uk-root .fdn-border-rounded-top-right {
  border-top-right-radius: 5px;
}
.uk-root .fdn-border-rounded-bottom-right {
  border-bottom-right-radius: 5px;
}
.uk-root .fdn-border-rounded-bottom-left {
  border-bottom-left-radius: 5px;
}
.uk-root [class^="FeaturesIcons"] span {
  display: inline-flex;
  vertical-align: text-bottom;
  text-indent: -9999rem;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.uk-root .inlineEdit {
  font-size: 15px!important;
  display: inline-block;
  padding: 3px 5px;
  font-weight: 700;
  background: #eee;
  color: #af0000;
  box-shadow: 0px 0px 1px 0px #000;
  border-radius: 3px;
  transition: linear 180ms;
}
.uk-root .inlineEdit:hover {
  background: #ddd;
}
.ev-grid-col[min-width~="640px"] .uk-root .uk-visible-toggle:not(:hover):not(.uk-hover) .uk-hidden-hover\@s:not(:focus) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.uk-root .Leader.SiteSearchModalOnly {
  margin: 0!important;
}
.uk-root .FeaturesIcons {
  display: inline-block;
}
.uk-root span.inlineEdit {
  display: none;
}
.uk-root .uk-radio,
.uk-root .uk-checkbox {
  border-color: #333;
}
.uk-root .fdn-input-short {
  height: 25px!important;
}
.uk-root .fdn-textarea-short {
  height: 60px;
}
.uk-root .uk-textarea {
  min-height: 40px;
}
.uk-root .uk-form-icon-flip ~ input.fdn-button-submit.uk-input {
  padding-right: 35px!important;
}
.uk-root object {
  max-width: 100%;
  display: block;
  margin: 9px auto;
}
.uk-root audio {
  display: block;
  margin: auto;
  outline: none;
  /* this is the user-agent default that ui-kit overrides for some reason */
  min-height: 54px;
}
.uk-root input[type=submit],
.uk-root button {
  cursor: pointer;
  -webkit-appearance: none;
}
.uk-root .ev-grid-zone.ev-footer-zone {
  padding-bottom: 1rem;
}
.uk-root input.fdn-placeholder-hide {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.uk-root input.fdn-placeholder-hide:focus::-webkit-input-placeholder {
  color: transparent;
}
.uk-root input.fdn-placeholder-hide:focus:-moz-placeholder {
  color: transparent;
}
.uk-root input.fdn-placeholder-hide:focus::-moz-placeholder {
  color: transparent;
}
.uk-root input.fdn-placeholder-hide:focus:-ms-input-placeholder {
  color: transparent;
}
.uk-root [data-content-type="ad"] {
  overflow: hidden !important;
}
.uk-root .gsc-search-button svg {
  max-width: none;
}
.uk-root .cse .gsc-control-cse,
.uk-root .gsc-control-cse {
  padding: 1em 0!important;
}
.uk-root .gsc-webResult .gsc-result {
  box-sizing: border-box;
}
.uk-root .gcsc-more-maybe-branding-root a * {
  color: #888;
  fill: #888;
}
.uk-root .fdnDropCap {
  font-size: 50px;
  line-height: 1;
  float: left;
  margin: 0 5px 5px 0;
  font-style: normal!important;
  font-weight: 400!important;
  text-transform: uppercase;
}
.uk-root .ev-loading {
  position: relative !important;
}
.uk-root .ev-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.8);
}
.uk-root .uk-open > .uk-accordion-title::before {
  background-image: url("../../images/backgrounds/accordion-open.svg");
}
.uk-root .uk-clear-both {
  clear: both;
}
.uk-root :hover strike {
  text-decoration: line-through !important;
}
.uk-root .comp-content-searchresultsdynamic .ev-loading {
  position: relative !important;
}
.uk-root .comp-content-searchresultsdynamic .ev-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.8);
}
.uk-root .comp-event-searchresultsdynamic .ev-loading {
  position: relative !important;
}
.uk-root .comp-event-searchresultsdynamic .ev-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.8);
}
.uk-root .comp-location-locationresultsmap .ol-popup .category,
.uk-root .comp-location-locationresultsmap .ol-popup .neighborhoodgroup,
.uk-root .comp-location-locationresultsmap .ol-popup .neighborhood {
  display: none;
}
.uk-root .comp-location-locationresultsmap .ol-popup .name {
  margin-bottom: 0.5em;
}
.uk-root .comp-location-locationresultsmap .ol-popup img.teaser {
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.uk-root .comp-location-locationresultsmap .ol-popup .more {
  display: block;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 0.5em;
}
.uk-root .comp-location-locationresultsmaphideable .ol-popup .category,
.uk-root .comp-location-locationresultsmaphideable .ol-popup .neighborhoodgroup,
.uk-root .comp-location-locationresultsmaphideable .ol-popup .neighborhood {
  display: none;
}
.uk-root .comp-location-locationresultsmaphideable .ol-popup .name {
  margin-bottom: 0.5em;
}
.uk-root .comp-location-locationresultsmaphideable .ol-popup img.teaser {
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.uk-root .comp-location-locationresultsmaphideable .ol-popup .more {
  display: block;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 0.5em;
}
.uk-root .comp-location-locationresultsmaphideable .fdn-map-hider {
  height: 80px;
  position: relative;
  overflow: hidden;
}
.uk-root .comp-location-locationresultsmaphideable .fdn-map-hider .comp-location-locationresultsmap {
  transform: translateY(-50%);
}
.uk-root .comp-location-locationresultsmaphideable .fdn-map-hider.open {
  height: auto;
}
.uk-root .comp-location-locationresultsmaphideable .fdn-map-hider.open .fdn-map-overlay {
  display: none;
}
.uk-root .comp-location-locationresultsmaphideable .fdn-map-hider.open .comp-location-locationresultsmap {
  transform: none;
}
.uk-root .comp-location-locationresultsmaphideable .fdn-map-hider.open .fdn-show-map-button {
  display: none;
}
.uk-root .comp-location-locationresultsmaphideable .fdn-map-hider.open .fdn-hide-map-button {
  display: block;
}
.uk-root .comp-location-locationresultsmaphideable .fdn-map-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.uk-root .comp-location-locationresultsmaphideable .fdn-show-map-button {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  /* 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 18px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 7 */
  line-height: 38px;
  /* 8 */
  text-align: center;
  /* 9 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  white-space: nowrap;
  width: auto;
}
.uk-root .comp-location-locationresultsmaphideable .fdn-hide-map-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 18px;
  vertical-align: middle;
  /* 7 */
  line-height: 38px;
  /* 8 */
  text-align: center;
  /* 9 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  padding: 0 9px;
  line-height: 28px;
  font-size: 0.875rem;
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  position: absolute !important;
  bottom: 0;
  left: 0;
  max-width: calc(100% - (9px * 2));
  margin: 9px;
  display: none;
}
.uk-root .comp-location-locationresultsmaphideable .comp-location-locationresultsmap {
  margin-bottom: 0 !important;
}
.uk-root .comp-location-searchresultsdynamic .ev-loading {
  position: relative !important;
}
.uk-root .comp-location-searchresultsdynamic .ev-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.8);
}
.uk-root .comp-slideshow-searchresults .ev-loading {
  position: relative !important;
}
.uk-root .comp-slideshow-searchresults .ev-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.8);
}
.uk-root .comp-poll-results .fdn-poll-item,
.uk-root .comp-poll-results .fdn-poll-bar {
  height: 1.5rem;
}
.uk-root .comp-poll-results .fdn-poll-bar {
  transition: width 1s;
  width: 0;
}
.uk-root .comp-slideshow-searchresults .ev-loading {
  position: relative !important;
}
.uk-root .comp-slideshow-searchresults .ev-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.8);
}
.uk-root .comp-slideshow-searchresults .ev-loading {
  position: relative !important;
}
.uk-root .comp-slideshow-searchresults .ev-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.8);
}
.uk-root .grid-resp-1 .fdn-grid-main-single {
  width: 100%;
}
.uk-root .grid-resp-1 .fdn-grid-main {
  width: 100%;
}
@media (min-width: 998px) {
  .uk-root .grid-resp-1 .fdn-grid-main {
    width: 680px;
  }
}
.uk-root .grid-resp-1 .fdn-grid-sidebar {
  width: 100%;
}
@media (min-width: 998px) {
  .uk-root .grid-resp-1 .fdn-grid-sidebar {
    width: 318px;
  }
}
.uk-root .pres-ContentListBriefToSlider .fdn-pres-wrap {
  transform: none !important;
}
.ev-grid-col[min-width~="640px"] .uk-root .pres-ContentListBriefToSlider .fdn-pres-wrap {
  transform: initial;
}
.uk-root .pres-ContentListBriefToSlider .fdn-pres-list {
  display: block;
}
.ev-grid-col[min-width~="640px"] .uk-root .pres-ContentListBriefToSlider .fdn-pres-list {
  display: flex;
}
.uk-root .pres-ContentListBriefToSlider .fdn-pres-list li {
  padding-top: 9px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.uk-root .pres-ContentListBriefToSlider .fdn-pres-list li:last-child {
  border-bottom: none;
}
.ev-grid-col[min-width~="640px"] .uk-root .pres-ContentListBriefToSlider .fdn-pres-list li {
  border-bottom: none;
  width: calc(100% * 1 / 3.001);
}
.uk-root .pres-ContentListBriefToSlider .fdn-pres-content {
  display: flex;
}
.ev-grid-col[min-width~="640px"] .uk-root .pres-ContentListBriefToSlider .fdn-pres-content {
  display: block;
  margin-bottom: 0;
}
.uk-root .pres-ContentListBriefToSlider .fdn-pres-image {
  margin: 0;
  margin-right: 9px;
  width: 25%;
  flex: 0 0 auto;
}
.ev-grid-col[min-width~="640px"] .uk-root .pres-ContentListBriefToSlider .fdn-pres-image {
  margin: 0;
  margin-bottom: 9px;
  width: 100%;
}
.uk-root .pres-ContentListBriefToSlider .fdn-pres-nav {
  display: none;
}
.ev-grid-col[min-width~="640px"] .uk-root .pres-ContentListBriefToSlider .fdn-pres-nav {
  display: flex;
}
.uk-root .pres-ContentListRectangleWithCategory {
  /*
.fdn-pres-item:first-child {
  padding-top: @global-small-margin;
  border-top: @list-divider-border-width solid @list-divider-border;
}

.fdn-pres-item:last-child {
  padding-bottom: @global-small-margin;
  border-bottom: @list-divider-border-width solid @list-divider-border;
}

&:first-of-type .fdn-pres-item:first-child {
  border-top:none;
}

.fdn-pres-image {
  margin-right: @global-small-gutter;
}
*/
}
.uk-root .pres-ContentListRectangleWithCategoryAndTags {
  /* 
.fdn-pres-item:first-child {
  padding-top: @global-small-margin;
  border-top: @list-divider-border-width solid @list-divider-border;
}

.fdn-pres-item:last-child {
  padding-bottom: @global-small-margin;
  border-bottom: @list-divider-border-width solid @list-divider-border;
}

&:first-of-type .fdn-pres-item:first-child {
  border-top:none;
}

.fdn-pres-image {
  margin-right: @global-small-gutter;
}
*/
}
.uk-root .pres-ContentListSquareBrief .fdn-pres-image {
  margin-right: 9px;
}
.uk-root .pres-ContentSearchRectangle .fdn-pres-item:first-child {
  padding-top: 8px;
  border-top: 1px solid #e5e5e5;
}
.uk-root .pres-ContentSearchRectangle .fdn-pres-item:last-child {
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.uk-root .pres-ContentSearchRectangle:first-of-type .fdn-pres-item:first-child {
  border-top: none;
}
.uk-root .pres-ContentSearchRectangle .fdn-pres-image {
  margin-right: 9px;
}
.uk-root .pres-ContentFeatureMagnum .fdn-pres-image {
  margin: 0;
  margin-bottom: 8px;
}
.uk-root .pres-ContentFeatureMagnum .fdn-pres-headline {
  margin: 0 0 12px 0;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  color: #333;
  text-transform: none;
  line-height: 1.4;
  font-weight: bolder;
  line-height: 1.33rem;
  margin-bottom: 8px;
  font-size: 1.15rem;
}
.uk-root .pres-ContentFeatureMagnum .fdn-pres-subhead {
  margin: 0 0 12px 0;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  color: #333;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  line-height: 1.25rem;
  font-size: 1rem;
}
.uk-root .pres-ContentFeatureMagnum .fdn-pres-details-split {
  color: #999 !important;
  line-height: 1.15rem;
  font-size: 0.875rem;
  text-decoration: none;
}
.uk-root .pres-ContentFeatureMagnum .fdn-pres-sponsored {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #444;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background: transparent;
  padding: 2px;
  box-shadow: none;
  border: none;
  font-size: inherit;
  font-family: "PT Sans", sans-serif;
  color: #2E66C9;
  text-transform: uppercase;
  padding-right: 0;
  padding-left: 0;
  text-transform: uppercase !important;
  text-decoration: none;
  font-size: 0.75rem;
  margin: 0;
  margin-bottom: 5px;
}
.uk-root .pres-EventSearchRectangle .fdn-pres-image {
  margin-right: 9px;
}
.uk-root .pres-EventSearchRectangle .fdn-pres-content {
  flex: 1;
  margin: 0 !important;
}
.uk-root .pres-EventSearchRectangle .FeaturesIcons {
  display: none;
}
.uk-root .fdn-ticket-icon\@show-grid {
  display: none;
}
.uk-root .fdn-component-header-wrapper-small .fdn-component-header-block {
  padding-top: 0px !important;
  padding-bottom: 1px !important;
}
.uk-root .fdn-component-header-wrapper-small .fdn-component-header-text {
  font-size: 1.3rem !important;
}
.uk-root .comp-location-pastevents .fdn-component-header-block {
  padding-top: 0px !important;
  padding-bottom: 1px !important;
}
.uk-root .comp-location-pastevents .fdn-component-header-block .fdn-component-header-text {
  font-size: 1.3rem !important;
}
.uk-root .fdn-primary .fdn-component-header-text {
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.uk-root .fdn-primary .fdn-component-header-link-text {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-primary .fdn-component-header-link-text:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .fdn-primary .fdn-component-header-link-text:visited {
  color: #000;
  text-decoration: none;
}
.uk-root .fdn-primary .fdn-component-header-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
}
.uk-root .comp-sitesearch-searchterms ~ div .fdn-component-header-block {
  color: #d2232a;
}
.uk-root .comp-sitesearch-searchterms ~ div .fdn-component-header-block h3 {
  color: #d2232a;
}
.uk-root .fdn-free-stuff-category-header-block {
  text-align: center;
}
.uk-root .fdn-free-stuff-category-header-block:before {
  content: " ";
  display: block;
  position: relative;
  top: 1em;
  border-bottom: 1px solid #e5e5e5;
  z-index: 0;
}
.uk-root .fdn-free-stuff-category-header {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  position: relative;
  z-index: 2;
}
.uk-root .fdn-free-stuff-category-header a {
  color: #d2232a;
}
.uk-root .fdn-background-tertiary {
  background-color: #606060;
  color: #fff;
}
.uk-root .fdn-background-tertiary:hover {
  background-color: #666666;
}
.uk-root .fdn-breadcrumb-link.fdn-breadcrumb-link {
  font-size: calc(14px + 2px);
}
@media (max-width: 997px) {
  .uk-root .ev-leader-zone {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 980;
    background: #fff;
    box-shadow: rgba(51, 51, 51, 0.933) 0px 3px 4px -3px;
  }
  .uk-root .ev-leader-zone .uk-logo img {
    max-width: 55%;
    height: auto;
    vertical-align: top;
    padding-bottom: 5px;
  }
  .uk-root .ev-leader-zone .fdn-site-header-search-toggle .fdn-nav-toggle svg {
    max-height: 30px;
  }
}
.uk-root .custom-footer-block.custom-footer-block {
  background: transparent;
  padding: 3px;
  box-shadow: none;
  border: none;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
  font-size: 0.875rem;
}
.uk-root .custom-footer-icon-link:hover .custom-footer-icon {
  background: #000000;
}
.uk-root .custom-footer-icon.custom-footer-icon {
  color: #fff;
  background: #999;
  width: 30px;
  height: 30px;
}
.uk-root .custom-footer-icon.custom-footer-icon svg {
  width: 55%;
  height: 55%;
}
.ev-grid-col[min-width~="400px"] .uk-root .custom-footer-icon.custom-footer-icon {
  width: 40px;
  height: 40px;
}
.ev-grid-col[min-width~="640px"] .uk-root .custom-footer-icon.custom-footer-icon {
  width: 50px;
  height: 50px;
}
.uk-root a#fdn-footer-icon-fiDigEd .custom-footer-icon svg {
  width: 60%;
  height: 60%;
}
.uk-root a#fdn-footer-icon-fiNewsletters .uk-icon-button[uk-icon*="mail"] {
  border: none;
}
.uk-root .custom-homepage-feature-headline {
  display: block;
  order: 3;
  font-size: 1.8rem;
  line-height: 1.15em;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 22.1px;
  line-height: 0.9775em;
}
.ev-grid-col[min-width~="400px"] .uk-root .custom-homepage-feature-headline {
  font-size: 1.91rem;
  line-height: 1.15em;
  margin-bottom: 7px;
}
.ev-grid-col[min-width~="640px"] .uk-root .custom-homepage-feature-headline {
  font-size: 2rem;
  line-height: 1.15em;
  margin-bottom: 8px;
}
.uk-root .custom-homepage-feature-headline:hover,
a:hover .uk-root .custom-homepage-feature-headline {
  color: #666;
  text-decoration: underline;
}
.uk-root .custom-homepage-feature-headline:visited {
  color: #000;
  text-decoration: none;
}
.uk-root .custom-homepage-feature-headline:visited:hover {
  color: #666;
  text-decoration: none;
}
.ev-grid-col[min-width~="400px"] .uk-root .custom-homepage-feature-headline {
  font-size: 23.4px;
  line-height: 1.035em;
}
.ev-grid-col[min-width~="640px"] .uk-root .custom-homepage-feature-headline {
  font-size: 26px;
  line-height: 1.15em;
}
.uk-root .custom-homepage-teaser-headline {
  font-size: 1.35rem;
  line-height: 1.15em;
  font-family: "PT Sans Narrow", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
  hyphens: manual;
  font-size: 18px;
  line-height: 1.035em;
}
.ev-grid-col[min-width~="400px"] .uk-root .custom-homepage-teaser-headline {
  font-size: 1.4325rem;
  line-height: 1.15em;
  margin-bottom: 9px;
}
.ev-grid-col[min-width~="640px"] .uk-root .custom-homepage-teaser-headline {
  font-size: 1.5rem;
  line-height: 1.15em;
  margin-bottom: 10px;
}
.ev-grid-col[min-width~="400px"] .uk-root .custom-homepage-teaser-headline {
  font-size: 19px;
  line-height: 1.0925em;
}
.ev-grid-col[min-width~="640px"] .uk-root .custom-homepage-teaser-headline {
  font-size: 20px;
  line-height: 1.15em;
}
.uk-root .custom-homepage-header-link a {
  line-height: 1em;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #999;
  text-decoration: none;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
}
.uk-root .custom-homepage-header-link a.uk-active,
.uk-active .uk-root .custom-homepage-header-link a,
.uk-root .custom-homepage-header-link a .uk-active {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}
.uk-root .custom-homepage-header-link a:hover {
  color: #666;
  text-decoration: none;
}
.uk-root .custom-homepage-header-link a:hover.uk-active,
.uk-active:hover .uk-root .custom-homepage-header-link a,
.uk-root .custom-homepage-header-link a:hover .uk-active {
  color: #666;
  text-decoration: none;
  font-weight: 300;
}
.uk-root .fdn-footer-navigation li {
  text-align: center;
}
.uk-root .fdn-home-latest-across-block .fdn-home-latest-slider-more-link {
  padding-top: 56px;
}
.uk-root .fdn-home-latest-across-block ul.uk-slider-items {
  flex-wrap: wrap;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-home-latest-across-block ul.uk-slider-items {
  flex-wrap: nowrap;
}
.uk-root .fdn-home-latest-across-block ul.uk-slider-items li div.uk-margin-small-right {
  margin-right: 0 !important;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-home-latest-across-block ul.uk-slider-items li div.uk-margin-small-right {
  margin-right: 9px;
}
.uk-root .fdn-home-latest-across-block ul.uk-slider-items li:last-of-type {
  min-height: 35px !important;
  margin-top: 0;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-home-latest-across-block ul.uk-slider-items li:last-of-type {
  min-height: 0!important;
}
.uk-root .fdn-home-latest-across-block ul.uk-slider-items li:nth-of-type(1n+8):not(:last-of-type) {
  display: none;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-home-latest-across-block ul.uk-slider-items li:nth-of-type(1n+5):not(:last-of-type) {
  display: inline-block;
}
.uk-root .fdn-home-latest-across-block ul.uk-slider-items li:last-of-type .fdn-home-latest-slider-more-link {
  padding-top: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.uk-root .fdn-home-latest-across-block ul.uk-slider-items li:last-of-type .fdn-home-latest-slider-more-link a {
  margin-left: 5px !important;
}
.uk-root .fdn-home-latest-across-block .uk-slidenav {
  display: none;
}
.ev-grid-col[min-width~="640px"] .uk-root .fdn-home-latest-across-block .uk-slidenav {
  display: inline-block;
}
@media (max-width: 640px) {
  .uk-root .fdn-home-latest-across-block ul {
    transform: none!important;
  }
  .uk-root .fdn-content-square-slider-teaser-block {
    flex-direction: column;
  }
  .uk-root .fdn-content-square-slider-teaser-block div:first-child {
    margin-bottom: 5px;
  }
  .uk-root .fdn-content-square-slider-teaser-block img {
    margin-right: 0;
  }
}
@media (max-width: 998px) and (min-width: 600px) {
  .uk-root .fdn-event-picks-day-block.fdn-separated-list.fdn-separated-list li {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 599px) and (min-width: 444px) {
  .uk-root .fdn-event-picks-day-block.fdn-separated-list.fdn-separated-list li {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.uk-root .fdn-event-picks-day-block {
  list-style: none;
}
.uk-root .fdn-event-picks-day-block .fdn-list-separator {
  border-left: 1px solid #ccc;
}
.uk-root .author p.fdn-teaser-taglist,
.uk-root .ArticleArchivesDynamic p.fdn-teaser-taglist {
  display: none;
}
.uk-root div#TabbedFacebookTwitterTwitter {
  text-align: center;
}
.uk-root .fdn-features-icon-promoted svg * {
  fill: #ffa700;
  color: #ffa700;
  stroke: #ffa700;
}
.uk-root p.dropcap::first-letter,
.uk-root p.dropCap::first-letter,
.uk-root p.dropSans::first-letter,
.uk-root p.dropSerif::first-letter {
  font-size: 50px;
  float: left;
  margin: 0;
  line-height: 0.8;
  padding-right: 2px;
  font-style: normal!important;
  font-weight: 400!important;
  text-transform: uppercase;
}
.uk-root .InternalHed {
  font-weight: 700;
  font-size: 18px;
}
.uk-root .staffPickStar,
.uk-root img[src$="inlander-StaffPick.png"] {
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin: 0 3px 5px 0;
}
.uk-root label[for=PasswordReset-email] {
  font-size: 1.125rem;
  line-height: 1.485rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  text-transform: none;
  display: block;
}
.uk-root .loginRow.loginLast {
  width: 300px;
  margin: 0 10px 0 0;
  display: flex;
  flex-direction: column;
  float: left;
  font-family: 'Montserrat', sans-serif;
}
.uk-root input.loginSubmit {
  background-color: #2b2b2b;
  color: #fff;
  border: none;
  padding: 2px 6px;
  font-weight: 300;
  border-radius: 1px;
  margin: 22px 0 0;
  font-family: 'Montserrat', sans-serif;
}
.uk-root fieldset.loginFields {
  overflow: hidden;
}
.uk-root a.fdn-promo-teaser-link img {
  height: 200px!important;
  max-height: 100%!important;
  width: 100%;
  object-fit: cover;
  display: block;
}
/* -----------------------------------------------------------------------------
  Shims to get certain UIkit elements to display properly 
  outside of the .uk-root selector scope.
----------------------------------------------------------------------------- */
/* Fix for Foundation sites:
   Tooltips get appended to the body tag and end up without a .uk-root class.
   The Tooltip styles need to also be defined without hte .uk-root selector.
   The output from this doesn't appear to overlap any exisiting styles        */
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 4 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
/* Show */
.uk-tooltip.uk-active {
  display: block;
}
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: -10px;
}
[class*='uk-tooltip-bottom'] {
  margin-top: 10px;
}
[class*='uk-tooltip-left'] {
  margin-left: -10px;
}
[class*='uk-tooltip-right'] {
  margin-left: 10px;
}

