/* Fonts
 ========================================================================== */

/* montserrat-regular - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-ext_latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-italic - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/montserrat-v12-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Italic'), local('Montserrat-Italic'),
       url('fonts/montserrat-v12-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-ext_latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v12-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('fonts/montserrat-v12-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-ext_latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600italic - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/montserrat-v12-latin-ext_latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
       url('fonts/montserrat-v12-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-ext_latin-600italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900 - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/montserrat-v12-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Black'), local('Montserrat-Black'),
       url('fonts/montserrat-v12-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-ext_latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900italic - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/montserrat-v12-latin-ext_latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'),
       url('fonts/montserrat-v12-latin-ext_latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-ext_latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-ext_latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-ext_latin-900italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/*
 * Card - Blue
 */
.uk-card-blue {
  background: #2997cf;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-blue.uk-card-hover:hover {
  background-color: #2997cf;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Card - Green
 */
.uk-card-green {
  background: #39a149;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-green.uk-card-hover:hover {
  background-color: #39a149;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Card - Yellow
 */
.uk-card-yellow {
  background: #ffbe2c;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-yellow.uk-card-hover:hover {
  background-color: #ffbe2c;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Card - Orange
 */
.uk-card-orange {
  background: #ff8200;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-orange.uk-card-hover:hover {
  background-color: #ff8200;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* uk-light
 ========================================================================== */
.uk-light {
  color: #ffffff;
}

/* Search box size
 ========================================================================== */
.uk-navbar-nav .uk-search-input {
  font-size: 0.75rem;
  line-height: 1.5;
  height: 30px;
  padding-right: 8px;
}

/* @xs
 ========================================================================== */
@media (min-width: 340px) {
  .uk-hidden\@xs {
    display: none !important;
  }
}
@media (max-width: 339px) {
  .uk-visible\@xs {
    display: none !important;
  }
}

/* @xxl
 ========================================================================== */
@media (min-width: 2000px) {
  .uk-hidden\@xxl {
    display: none !important;
  }
}
@media (max-width: 1999px) {
  .uk-visible\@xxl {
    display: none !important;
  }
}


.uk-text-break {
  /* 1 */
  overflow-wrap: normal;
  /* 2 */
  word-wrap: normal;
  /* 3 */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* 4 */
th.uk-text-break,
td.uk-text-break {
  word-break: normal;
}

.uk-position-z-index-max-2 {
  z-index: 2147483645;
}
.uk-position-z-index-max-1 {
  z-index: 2147483646;
}
.uk-position-z-index-max {
  z-index: 2147483647;
}

/* Extra-extra-extra-small text
 ========================================================================== */

.tm-text-xxxsmall {
  font-size: 0.5rem;
  line-height: 1.5;
}

/* Extra-extra-small text
 ========================================================================== */

.tm-text-xxsmall {
  font-size: 0.7rem;
  line-height: 1.25;
}

/* Extra-small text
 ========================================================================== */

.tm-text-xsmall {
  font-size: 0.75rem;
  line-height: 1.5;
}

/* More muted text
 ========================================================================== */

.tm-text-muted-more {
  color: #cccccc !important;
}

/* Flat label
 ========================================================================== */

 .tm-label-flat {
   display: inline-block;
   padding: 0 10px;
   background: #e43232;
   line-height: 1.5;
   font-size: 0.875rem;
   color: #fff;
   vertical-align: middle;
   white-space: nowrap;
   text-transform: uppercase;
 }
 .uk-light .tm-label-flat,
 .uk-section-primary:not(.uk-preserve-color) .tm-label-flat,
 .uk-section-secondary:not(.uk-preserve-color) .tm-label-flat,
 .uk-tile-primary:not(.uk-preserve-color) .tm-label-flat,
 .uk-tile-secondary:not(.uk-preserve-color) .tm-label-flat,
 .uk-card-primary.uk-card-body .tm-label-flat,
 .uk-card-primary > :not([class*='uk-card-media']) .tm-label-flat,
 .uk-card-secondary.uk-card-body .tm-label-flat,
 .uk-card-secondary > :not([class*='uk-card-media']) .tm-label-flat,
 .uk-overlay-primary .tm-label-flat,
 .uk-offcanvas-bar .tm-label-flat {
   background-color: #fff;
   color: #666;
 }

/* On-off switch
 ========================================================================== */

.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: background-color 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 5px;
  background-color: #e43232;
  color: #e43232;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 5px;
  background-color: #D9D9D9;
  color: #FFFFFF;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 15px;
  margin: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* Card with border
 ========================================================================== */

.tm-card-border {
  border: 1px solid #D9D9D9;
}

/* Dropdown 1-6
 ========================================================================== */

.tm-navbar-dropdown-width-6:not(.uk-navbar-dropdown-stack) {
  width: 1200px;
}

/* Italic
 ========================================================================== */

.tm-text-italic {
  font-style: italic;
}

/* Offcanvas search
 ========================================================================== */

/*
 * Input
 */

.tm-search-navbar-offcanvas .uk-search-input {
  height: 30px;
  background: transparent;
  font-size: 0.9rem;
}

/*
 * Icon
 */

.tm-search-navbar-offcanvas .uk-search-icon {
  width: 20px;
}

.tm-search-navbar-offcanvas .uk-search-icon:not(.uk-search-icon-flip)+.uk-search-input {
  padding-left: 30px;
}

.tm-search-navbar-offcanvas .uk-search-icon-flip+.uk-search-input {
  padding-right: 30px;
}

.uk-light .tm-search-navbar-offcanvas .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .tm-search-navbar-offcanvas .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .tm-search-navbar-offcanvas .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .tm-search-navbar-offcanvas .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .tm-search-navbar-offcanvas .uk-search-input,
.uk-card-primary.uk-card-body .tm-search-navbar-offcanvas .uk-search-input,
.uk-card-primary > :not([class*='uk-card-media']) .tm-search-navbar-offcanvas .uk-search-input,
.uk-card-secondary.uk-card-body .tm-search-navbar-offcanvas .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .tm-search-navbar-offcanvas .uk-search-input,
.uk-overlay-primary .tm-search-navbar-offcanvas .uk-search-input,
.uk-offcanvas-bar .tm-search-navbar-offcanvas .uk-search-input {
  background-color: transparent;
}

/* ========================================================================
   Component: Background
 ========================================================================== */

/* Color
 ========================================================================== */

.tm-background-tertiary {
  background-color: #e43232 !important;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */

/* Phone landscape and bigger */

@media (max-width: 640px) {
  .uk-flex-inline\@s {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}

/* Phone landscape and bigger */

@media (max-width: 640px) {
  .uk-flex\@s {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

/* Phone landscape and bigger */

@media (max-width: 640px) {
  .uk-flex-row\@s {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

/* Password strength meter
 ========================================================================== */

 .tm-password-strength-meter {
   /* Reset default appearance */
   margin: 0 auto 1.25em;
   width: 100%;
   height: 0.25em;

   /* Applicable only to Firefox */
   background: none;
   background-color: rgba(0, 0, 0, 0.1);
 }
 .tm-password-strength-meter::-webkit-meter-bar {
   background: none;
   background-color: rgba(0, 0, 0, 0.1);
 }

 /* Colors */

 /* Webkit engine */
 .tm-password-strength-meter[value="0"]::-webkit-meter-optimum-value { background: rgba(0, 0, 0, 0); }
 .tm-password-strength-meter[value="1"]::-webkit-meter-optimum-value { background: #f0506e; }
 .tm-password-strength-meter[value="2"]::-webkit-meter-optimum-value { background: #faa05a; }
 .tm-password-strength-meter[value="3"]::-webkit-meter-optimum-value { background: #f2fa5a; }
 .tm-password-strength-meter[value="4"]::-webkit-meter-optimum-value { background: #32d296; }

 /* Gecko engine */
 .tm-password-strength-meter[value="0"]::-moz-meter-bar { background: rgba(0, 0, 0, 0); }
 .tm-password-strength-meter[value="1"]::-moz-meter-bar { background: #f0506e; }
 .tm-password-strength-meter[value="2"]::-moz-meter-bar { background: #faa05a; }
 .tm-password-strength-meter[value="3"]::-moz-meter-bar { background: #f2fa5a; }
 .tm-password-strength-meter[value="4"]::-moz-meter-bar { background: #32d296; }

 /* Transition */
 .tm-password-strength-meter::-webkit-meter-optimum-value {
   transition: width .5s ease-out;
 }

 /* ========================================================================
    / Theme - Template: END
  ========================================================================== */

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
a,
.uk-link {
  color: #e43232;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #d51c1c;
  text-decoration: underline;
}
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
 * 1. Correct the odd `em` font sizing in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 0.875rem;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #e43232;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}
/*
 * Emphasize
 */
em {
  color: #e43232;
}

/*
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/*
/* Headings
 ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  margin: 0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #333;
  text-transform: none;
}
/* Add margin if adjacent element */
* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h4,
* + .uk-h4,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6 {
  margin-top: 40px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 2.625rem;
  line-height: 1.2;
}
h2,
.uk-h2 {
  font-size: 2rem;
  line-height: 1.3;
}
h3,
.uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
h4,
.uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}
h6,
.uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #e43232;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #e43232;
  color: #fff;
  text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
/* ========================================================================
   Component: Heading
 ========================================================================== */
/* Primary
 ========================================================================== */
.uk-heading-primary {
  font-size: 2.625rem;
  line-height: 1.2;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #e43232;
}
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #e43232;
  border-color: #e43232;
}
.uk-radio {
  border-radius: 50%;
}
/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
  border-color: #e43232;
}
/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #e43232;
  border-color: transparent;
}
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #c60a0a;
}
/*
 * Primary
 */
.uk-button-primary {
  background-color: #e43232;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #d51c1c;
  color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #c60a0a;
  color: #fff;
}
/*
 * Danger
 */
.uk-button-danger[disabled] {
  background-color: #DDD;
  color: #fff;
  border: 1px solid transparent;
  cursor: default;
  pointer-events: none;
}
/* Hover + Focus */
.uk-button-danger[disabled]:hover,
.uk-button-danger[disabled]:focus {
  background-color: #DDD;
  color: #fff;
  pointer-events: none;
}
/*
 * Danger
 */
.uk-button-danger {
  background-color: #e43232;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #d51c1c;
  color: #fff;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c60a0a;
  color: #fff;
}
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #e43232;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #d51c1c;
  text-decoration: underline;
}
/*
 * Primary
 */
.uk-section-primary {
  background: #e43232;
}
/*
 * Primary
 */
.uk-tile-primary {
  background: #e43232;
}
/*
 * Primary
 */
.uk-card-primary {
  background: #e43232;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-primary .uk-card-title {
  color: #fff;
}
.uk-card-primary.uk-card-hover:hover {
  background-color: #e43232;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #e43232;
}
/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}
/*
 * Warning
 */
.uk-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}
/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #e43232;
}
.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #e43232;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*
 * Required for `a`
 */
.uk-badge:hover,
.uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #e43232;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}
/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}
/*
 * Danger
 */
.uk-label-danger {
  background-color: #e43232;
  color: #fff;
}
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}
/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.5);
}
/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.625rem;
  line-height: 1.2;
}
/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}
/*
 * Footer modifier
 */
 footer .uk-navbar-container:not(.uk-navbar-transparent) {
   background: #444;
 }
/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.uk-navbar-container > ::before,
.uk-navbar-container > ::after {
  display: none !important;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  /* 3 */
  font-size: 0.875rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  /* 4 */
  text-decoration: none;
}
/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #e7e7e7;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
/* Show */
.uk-navbar-dropdown.uk-open {
  display: block;
}
/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px;
}
[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 0px;
}
[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px;
}
[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px;
}
/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.uk-subnav-divider > * {
  /* 1 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5;
}
/*
 * Footer modifier
 */
.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 #666;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #e43232;
  color: #fff;
}
/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #e43232;
}
/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Remove default style
 * 2. Behave like a block element
 * 3. Remove borders in Firefox and Edge
 * 4. Set background color for progress container in Firefox, IE11 and Edge
 * 5. Style
 */
.uk-progress {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  display: block;
  width: 100%;
  /* 3 */
  border: 0;
  /* 4 */
  background-color: #f8f8f8;
  /* 5 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}
/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px;
}
/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.uk-progress:indeterminate {
  color: transparent;
}
/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/* 2 */
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}
/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.uk-progress::-webkit-progress-value {
  background-color: #e43232;
  transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #e43232;
}
.uk-progress::-ms-fill {
  background-color: #e43232;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}
.uk-text-primary {
  color: #e43232 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #e43232 !important;
}
/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #e43232 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #e43232;
  }
}
/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #e43232;
}
.uk-background-secondary {
  background-color: #FFF;
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #666;
  /* 1 */
  text-decoration: none;
}
/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none;
}
.uk-logo-inverse {
  display: none;
}
/* ========================================================================

   Component: Width

 ========================================================================== */

/* Equal child widths

 ========================================================================== */

[class*='uk-child-width'] > * {

  box-sizing: border-box;

  width: 100%;

}

.uk-child-width-1-2 > * {

  width: 50%;

}

.uk-child-width-1-3 > * {

  width: calc(100% * 1 / 3.001);

}

.uk-child-width-1-4 > * {

  width: 25%;

}

.uk-child-width-1-5 > * {

  width: 20%;

}

.uk-child-width-1-6 > * {

  width: calc(100% * 1 / 6.001);

}

.uk-child-width-1-7 > * {

  width: calc(100% * 1 / 7.001);

}

.uk-child-width-1-8 > * {

  width: calc(100% * 1 / 8.001);

}

.uk-child-width-auto > * {

  width: auto;

}

/*

 *    Instead of 0, 1px is needed to make cell wrap into next row if predecessor is 100% wide

 *    and the grid gutter is 0 pixels wide

 */

.uk-child-width-expand > * {

  width: 1px;

}

/*

 * 1. Make `width: 1px` work, because according to the spec flex items wonâ€™t shrink

 *    below their minimum content size. To change this, set the min-width.

 *    Only needed for Firefox. All other browsers ignore this.

 *

 * 2. `width` is ignored when wrapping flex items in Safari

 *    https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items

 */

.uk-child-width-expand > :not([class*='uk-width']) {

  flex: 1;

  /* 1 */

  min-width: 0;

  /* 2 */

  flex-basis: 1px;

}

/* Phone landscape and bigger */

@media (min-width: 640px) {

  .uk-child-width-1-1\@s > * {

    width: 100%;

  }

  .uk-child-width-1-2\@s > * {

    width: 50%;

  }

  .uk-child-width-1-3\@s > * {

    width: calc(100% * 1 / 3.001);

  }

  .uk-child-width-1-4\@s > * {

    width: 25%;

  }

  .uk-child-width-1-5\@s > * {

    width: 20%;

  }

  .uk-child-width-1-6\@s > * {

    width: calc(100% * 1 / 6.001);

  }

  .uk-child-width-1-7\@s > * {

    width: calc(100% * 1 / 7.001);

  }

  .uk-child-width-1-8\@s > * {

    width: calc(100% * 1 / 8.001);

  }

  .uk-child-width-auto\@s > * {

    width: auto;

  }

  .uk-child-width-expand\@s > * {

    width: 1px;

  }

  .uk-child-width-expand\@s > :not([class*='uk-width']) {

    flex: 1;

    min-width: 0;

    flex-basis: 1px;

  }

}

/* Tablet landscape and bigger */

@media (min-width: 960px) {

  .uk-child-width-1-1\@m > * {

    width: 100%;

  }

  .uk-child-width-1-2\@m > * {

    width: 50%;

  }

  .uk-child-width-1-3\@m > * {

    width: calc(100% * 1 / 3.001);

  }

  .uk-child-width-1-4\@m > * {

    width: 25%;

  }

  .uk-child-width-1-5\@m > * {

    width: 20%;

  }

  .uk-child-width-1-6\@m > * {

    width: calc(100% * 1 / 6.001);

  }

  .uk-child-width-1-7\@m > * {

    width: calc(100% * 1 / 7.001);

  }

  .uk-child-width-1-8\@m > * {

    width: calc(100% * 1 / 8.001);

  }

  .uk-child-width-auto\@m > * {

    width: auto;

  }

  .uk-child-width-expand\@m > * {

    width: 1px;

  }

  .uk-child-width-expand\@m > :not([class*='uk-width']) {

    flex: 1;

    min-width: 0;

    flex-basis: 1px;

  }

}

/* Desktop and bigger */

@media (min-width: 1200px) {

  .uk-child-width-1-1\@l > * {

    width: 100%;

  }

  .uk-child-width-1-2\@l > * {

    width: 50%;

  }

  .uk-child-width-1-3\@l > * {

    width: calc(100% * 1 / 3.001);

  }

  .uk-child-width-1-4\@l > * {

    width: 25%;

  }

  .uk-child-width-1-5\@l > * {

    width: 20%;

  }

  .uk-child-width-1-6\@l > * {

    width: calc(100% * 1 / 6.001);

  }

  .uk-child-width-1-7\@l > * {

    width: calc(100% * 1 / 7.001);

  }

  .uk-child-width-1-8\@l > * {

    width: calc(100% * 1 / 8.001);

  }

  .uk-child-width-auto\@l > * {

    width: auto;

  }

  .uk-child-width-expand\@l > * {

    width: 1px;

  }

  .uk-child-width-expand\@l > :not([class*='uk-width']) {

    flex: 1;

    min-width: 0;

    flex-basis: 1px;

  }

}

/* Large screen and bigger */

@media (min-width: 1600px) {

  .uk-child-width-1-1\@xl > * {

    width: 100%;

  }

  .uk-child-width-1-2\@xl > * {

    width: 50%;

  }

  .uk-child-width-1-3\@xl > * {

    width: calc(100% * 1 / 3.001);

  }

  .uk-child-width-1-4\@xl > * {

    width: 25%;

  }

  .uk-child-width-1-5\@xl > * {

    width: 20%;

  }

  .uk-child-width-1-6\@xl > * {

    width: calc(100% * 1 / 6.001);

  }

  .uk-child-width-1-7\@xl > * {

    width: calc(100% * 1 / 7.001);

  }

  .uk-child-width-1-8\@xl > * {

    width: calc(100% * 1 / 8.001);

  }

  .uk-child-width-auto\@xl > * {

    width: auto;

  }

  .uk-child-width-expand\@xl > * {

    width: 1px;

  }

  .uk-child-width-expand\@xl > :not([class*='uk-width']) {

    flex: 1;

    min-width: 0;

    flex-basis: 1px;

  }

}

/* Single Widths

 ========================================================================== */

/*

 * 1. `max-width` is needed for the pixel-based classes

 */

/* Sevenths */

.uk-width-1-7 {

  width: calc(100% * 1 / 7.001);

}

/* Eights */

.uk-width-1-8 {

  width: calc(100% * 1 / 8.001);

}

/* Phone landscape and bigger */

@media (min-width: 640px) {

  /* Sevenths */

  .uk-width-1-7\@s {

    width: calc(100% * 1 / 7.001);

  }

  /* Eights */

  .uk-width-1-8\@s {

    width: calc(100% * 1 / 8.001);

  }

}

/* Tablet landscape and bigger */

@media (min-width: 960px) {

  /* Sevenths */

  .uk-width-1-7\@m {

    width: calc(100% * 1 / 7.001);

  }

  /* Eights */

  .uk-width-1-8\@m {

    width: calc(100% * 1 / 8.001);

  }

}

/* Desktop and bigger */

@media (min-width: 1200px) {

  /* Sixths */

  /* Sevenths */

  .uk-width-1-7\@l {

    width: calc(100% * 1 / 7.001);

  }

  /* Eights */

  .uk-width-1-8\@l {

    width: calc(100% * 1 / 8.001);

  }

}

/* Large screen and bigger */

@media (min-width: 1600px) {

  /* Sevenths */

  .uk-width-1-7\@xl {

    width: calc(100% * 1 / 7.001);

  }

  /* Eights */

  .uk-width-1-8\@xl {

    width: calc(100% * 1 / 8.001);

  }

}

/* Extra-extra-extra-small text

 ========================================================================== */



.tm-text-xxxsmall {

  font-size: 0.5rem;

  line-height: 1.5;

}



/* Extra-extra-small text

 ========================================================================== */



.tm-text-xxsmall {

  font-size: 0.7rem;

  line-height: 1.25;

  letter-spacing: 1px;

}



/* Extra-small text

 ========================================================================== */



.tm-text-xsmall {

  font-size: 0.875rem;

  line-height: 1.5;

}

.tm-menu-xsmall {

  font-size: 0.75rem;

  line-height: 1.5;

}
/* Extra-small text

 ========================================================================== */



.tm-text-small {

  font-size: 0.825rem;

  line-height: 1.5;

}

.tm-menu-small {

  font-size: 0.825rem;

  line-height: 1.5;

}

.uk-container-1280 {
    max-width: 1280px;
}
.tm-wrc-pre-select {
    display: none;
}
.tm-wrc-pre-select-1 {
    display: block;
}
.tm-select-overlay {
    border: 0 none;
    overflow: auto;
    background-color: transparent !important;
    text-align: center;
    width:auto;
    margin-top: 100px;
}
.tm-select-overlay option {
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.5em;
    color: #e43232;
}