@font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   src:
      url('/site/css/sitefonts/roboto-normal-400-v30.woff') format('woff'),
      url('/site/css/sitefonts/roboto-normal-400-v30.woff2') format('woff2'),
      url('/site/css/sitefonts/roboto-normal-400-v30.ttf') format('truetype');
}
/* @import (less) "uikit.css"; */
/* @import (less) "uikit-rtl.css"; */
/********************************************
			MATERIAL-ICONS
*********************************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/site/webfonts/material-icons-normal-400-v37.eot');
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('/site/webfonts/material-icons-normal-400-v37.woff2') format('woff2'), url('/site/webfonts/material-icons-normal-400-v37.woff') format('woff'), url('/site/webfonts/material-icons-normal-400-v37.ttf') format('truetype');
  
  /* For IE6-8 */
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /* font-size: 24px;  */
  /* Preferred icon size */
  vertical-align: sub;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
:root {
  font-family: 'Inter', sans-serif;
}
@supports (font-variation-settings: normal) {
  :root {
    font-family: 'InterVariable', sans-serif;
  }
}
#logo {
  padding-top: 20px;
}
header .uk-navbar-nav > li > a {
  min-height: 40px;
}
header .uk-navbar-nav > li.uk-active > a {
  color: #9d0a0e;
}
header hr {
  margin-bottom: 0;
}
header {
  z-index: 1000;
}
.nav-cont {
  background-color: white;
}
.nav-cont::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(to bottom, rgba(100, 99, 99, 0.15) 0%, rgba(100, 99, 99, 0) 100%);
  background-repeat: repeat-x;
}
body {
  font-size: 14px;
  letter-spacing: -0.006em;
  line-height: 20px;
}
.sc-fontstd { font: normal 100% "Roboto", sans-serif; }
