/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, scss/core/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, scss/core/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 46, scss/core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 58, scss/core/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 68, scss/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 79, scss/core/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 90, scss/core/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 99, scss/core/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, scss/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, scss/core/_normalize.scss */
b,
strong {
  font-family: 'Roboto Slab bold';
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, scss/core/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/* line 143, scss/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 152, scss/core/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, scss/core/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 168, scss/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 172, scss/core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 183, scss/core/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 191, scss/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 202, scss/core/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 210, scss/core/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 220, scss/core/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 231, scss/core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 255, scss/core/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 265, scss/core/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, scss/core/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, scss/core/_normalize.scss */
button,
input,
html input[type="button"],
input[type="reset"],
input[type="search"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 304, scss/core/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 313, scss/core/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, scss/core/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 337, scss/core/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 349, scss/core/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 359, scss/core/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 373, scss/core/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 381, scss/core/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 392, scss/core/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 401, scss/core/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 410, scss/core/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 421, scss/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 427, scss/core/_normalize.scss */
td,
th {
  padding: 0;
}

@keyframes shake {
  /* line 109, scss/core/_mixins.scss */
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  /* line 113, scss/core/_mixins.scss */
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  /* line 117, scss/core/_mixins.scss */
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  /* line 121, scss/core/_mixins.scss */
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes flipInX {
  /* line 128, scss/core/_mixins.scss */
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  /* line 136, scss/core/_mixins.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 143, scss/core/_mixins.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  /* line 149, scss/core/_mixins.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  /* line 154, scss/core/_mixins.scss */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  /* line 161, scss/core/_mixins.scss */
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  /* line 169, scss/core/_mixins.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 176, scss/core/_mixins.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  /* line 182, scss/core/_mixins.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  /* line 187, scss/core/_mixins.scss */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 3, scss/core/_fonts.scss */
body {
  font-weight: 400;
}

/* line 7, scss/core/_fonts.scss */
.activetrigger:after,
.trigger:after {
  font-weight: 700;
}

/* line 11, scss/core/_fonts.scss */
.text-light, h1, .h1, .perex {
  font-weight: 300;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?72271880");
  src: url("../font/fontello.eot?72271880#iefix") format("embedded-opentype"), url("../font/fontello.woff2?72271880") format("woff2"), url("../font/fontello.woff?72271880") format("woff"), url("../font/fontello.ttf?72271880") format("truetype"), url("../font/fontello.svg?72271880#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?72271880#fontello') format('svg');
  }
}
*/
/* line 43, scss/core/_fonts.scss */
.fontello, .activetrigger:after,
.trigger:after,
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 78, scss/core/_fonts.scss */
.icon-hexpol-convert:before {
  content: '\e85d';
}

/* '' */
/* line 1, scss/core/_sprites.scss */
.sprites {
  background: url(../assets/sprites/sprites.png) no-repeat;
  display: block;
}

/* line 5, scss/core/_sprites.scss */
.flag__CZ {
  width: 21px;
  height: 15px;
  background-position: -184px -88px;
}

/* line 6, scss/core/_sprites.scss */
.flag__DE {
  width: 23px;
  height: 17px;
  background-position: -85px 0;
}

/* line 7, scss/core/_sprites.scss */
.flag__FR {
  width: 23px;
  height: 17px;
  background-position: -85px -18px;
}

/* line 8, scss/core/_sprites.scss */
.flag__GB {
  width: 23px;
  height: 17px;
  background-position: -85px -36px;
}

/* line 9, scss/core/_sprites.scss */
.ghlyph_procurement--small {
  width: 65px;
  height: 64px;
  background-position: -367px 0;
}

/* line 10, scss/core/_sprites.scss */
.ghlyph_procurement {
  width: 99px;
  height: 97px;
  background-position: -192px -206px;
}

/* line 11, scss/core/_sprites.scss */
.glypg__space__offer--small {
  width: 65px;
  height: 68px;
  background-position: -192px -137px;
}

/* line 12, scss/core/_sprites.scss */
.glypg__space__offer {
  width: 87px;
  height: 90px;
  background-position: -96px -88px;
}

/* line 13, scss/core/_sprites.scss */
.glyph__documents--small {
  width: 71px;
  height: 67px;
  background-position: -367px -65px;
}

/* line 14, scss/core/_sprites.scss */
.glyph__documents {
  width: 95px;
  height: 89px;
  background-position: 0 -179px;
}

/* line 15, scss/core/_sprites.scss */
.glyph__ja--small {
  width: 71px;
  height: 67px;
  background-position: -367px -133px;
}

/* line 16, scss/core/_sprites.scss */
.glyph__ja {
  width: 95px;
  height: 89px;
  background-position: -96px -179px;
}

/* line 17, scss/core/_sprites.scss */
.glyph__seminars--small {
  width: 71px;
  height: 71px;
  background-position: -93px -269px;
}

/* line 18, scss/core/_sprites.scss */
.glyph__seminars {
  width: 95px;
  height: 95px;
  background-position: 0 -83px;
}

/* line 19, scss/core/_sprites.scss */
.input__label {
  width: 129px;
  height: 38px;
  background-position: -165px -304px;
}

/* line 20, scss/core/_sprites.scss */
.logo__cak {
  width: 102px;
  height: 64px;
  background-position: -258px -137px;
}

/* line 21, scss/core/_sprites.scss */
.logo__eds {
  width: 150px;
  height: 136px;
  background-position: -216px 0;
}

/* line 22, scss/core/_sprites.scss */
.logo__ejtn {
  width: 84px;
  height: 82px;
  background-position: 0 0;
}

/* line 23, scss/core/_sprites.scss */
.logo__era {
  width: 106px;
  height: 87px;
  background-position: -109px 0;
}

/* line 24, scss/core/_sprites.scss */
.logo__ja {
  width: 140px;
  height: 140px;
  background-position: -295px -202px;
}

/* line 25, scss/core/_sprites.scss */
.logo__soudcovska__unie {
  width: 92px;
  height: 71px;
  background-position: 0 -269px;
}

/* line 2, scss/core/_base.scss */
html {
  font-size: 62.5%;
  font-weight: 300;
}
@media (max-width: 1400px) {
  /* line 2, scss/core/_base.scss */
  html {
    font-size: 50%;
  }
}

/* line 10, scss/core/_base.scss */
body {
  margin: 0;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  font-size: 1.6rem;
}

/* line 20, scss/core/_base.scss */
.clearfix {
  display: table;
  width: 100%;
}

/* line 26, scss/core/_base.scss */
html {
  font-size: 62.5%;
  font-weight: 300;
}

/* line 31, scss/core/_base.scss */
ul, ol, li {
  padding: 0rem;
  margin: 0rem;
}

/* line 39, scss/core/_base.scss */
.menu li, .breadcrumb li {
  list-style-type: none;
  display: inline-block;
}

/* line 45, scss/core/_base.scss */
a {
  color: white;
  text-decoration: none;
}
/* line 50, scss/core/_base.scss */
a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 0px solid white;
}
/* line 56, scss/core/_base.scss */
a:focus {
  text-decoration: none;
  color: white;
}
/* line 61, scss/core/_base.scss */
a:active {
  text-decoration: none;
  color: white;
}

/* line 67, scss/core/_base.scss */
.hidden {
  display: none;
}

/* line 71, scss/core/_base.scss */
.no--padding {
  padding: 0rem !important;
}

/* line 75, scss/core/_base.scss */
.no--padding--right {
  padding-right: 0rem !important;
}

/* line 79, scss/core/_base.scss */
.no--padding--left {
  padding-left: 0rem !important;
}

/* line 83, scss/core/_base.scss */
.float--right {
  float: right;
}

/* line 87, scss/core/_base.scss */
.inline-block {
  display: inline-block;
}

/* line 91, scss/core/_base.scss */
.w100 {
  width: 100%;
}

/* line 96, scss/core/_base.scss */
.scroll-down {
  opacity: 1;
  position: relative;
  transition: .5s all;
  width: 20px;
  height: 32px;
  margin-left: 3px;
  margin-right: 20px;
  border: 1px solid #FFF;
  border-radius: 9px;
  box-sizing: border-box;
  display: inline-block;
}

/* line 110, scss/core/_base.scss */
.scroll-down:before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  border: 1px solid #FFF;
  width: 4px;
  height: 6px;
  margin-left: -2px;
  background-color: transparent;
  border-radius: 100%;
  animation: sdb3 2s infinite;
  box-sizing: border-box;
}

/* line 127, scss/core/_base.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

@-webkit-keyframes sdb3 {
  /* line 135, scss/core/_base.scss */
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  /* line 139, scss/core/_base.scss */
  40% {
    opacity: 1;
  }

  /* line 142, scss/core/_base.scss */
  80% {
    -webkit-transform: translate(0, 5px);
    opacity: 0;
  }

  /* line 146, scss/core/_base.scss */
  100% {
    opacity: 0;
  }
}

@keyframes sdb3 {
  /* line 151, scss/core/_base.scss */
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  /* line 155, scss/core/_base.scss */
  40% {
    opacity: 1;
  }

  /* line 158, scss/core/_base.scss */
  80% {
    transform: translate(0, 5px);
    opacity: 0;
  }

  /* line 162, scss/core/_base.scss */
  100% {
    opacity: 0;
  }
}

/* line 1, scss/core/_typography.scss */
.text-muted {
  color: #7f787a;
}

/* line 5, scss/core/_typography.scss */
.text-nano {
  font-size: 10px;
  font-size: 1rem;
}

/* line 9, scss/core/_typography.scss */
.text-small {
  font-size: 10px;
  font-size: 1rem;
}

/* line 17, scss/core/_typography.scss */
.text-center {
  text-align: center;
}

/* line 21, scss/core/_typography.scss */
.text-right {
  text-align: right;
}

/* line 25, scss/core/_typography.scss */
.text-left {
  text-align: left;
}

/* line 34, scss/core/_typography.scss */
h1, .h1 {
  font-size: 60px;
  font-size: 6rem;
  margin: 3rem 0 1.5rem;
}

/* line 40, scss/core/_typography.scss */
h2, .h2 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 44, scss/core/_typography.scss */
h2, h2 a {
  font-size: 4.4rem;
  font-family: 'Playfair Display bold';
  color: white;
  text-align: left;
}

/* line 52, scss/core/_typography.scss */
h2 a {
  float: left;
}

/* line 57, scss/core/_typography.scss */
p {
  line-height: 1.4;
  margin-bottom: 2rem;
}

/* line 62, scss/core/_typography.scss */
.perex {
  font-size: 20px;
  font-size: 2rem;
}

/* line 67, scss/core/_typography.scss */
.f40 {
  font-size: 40px;
  font-size: 4rem;
}

/* line 71, scss/core/_typography.scss */
.f34 {
  font-size: 30px;
  font-size: 3rem;
}

/* line 75, scss/core/_typography.scss */
.f26 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 79, scss/core/_typography.scss */
.f24 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 83, scss/core/_typography.scss */
.f22 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 87, scss/core/_typography.scss */
.f20 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 91, scss/core/_typography.scss */
.f18 {
  font-size: 10px;
  font-size: 1rem;
}

/* line 95, scss/core/_typography.scss */
.f14 {
  font-size: 10px;
  font-size: 1rem;
}

/* line 1, scss/core/_layout.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 2, scss/core/_layout.scss */
.fc {
  clear: both;
}

/* line 4, scss/core/_layout.scss */
body {
  font-family: arial;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  padding-bottom: 0px;
  height: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: #848484;
  color: white;
}

/* line 16, scss/core/_layout.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
  vertical-align: top;
}

/* line 24, scss/core/_layout.scss */
.page {
  margin: 0 auto;
  margin-top: 0;
}

/* line 29, scss/core/_layout.scss */
table {
  height: 100% !important;
  vertical-align: top;
}

/* line 34, scss/core/_layout.scss */
.main {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 100vh;
  display: table;
}

/* line 43, scss/core/_layout.scss */
td {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/* line 49, scss/core/_layout.scss */
.top {
  width: 100%;
  height: 150px;
}

/* line 53, scss/core/_layout.scss */
.content {
  min-height: 500px;
  width: 100%;
  float: left;
  font-size: 18px;
}

/* line 70, scss/core/_layout.scss */
.footer {
  line-height: 30px;
  width: 100%;
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
  padding: 50px 0px 50px 0px !important;
}

/* line 81, scss/core/_layout.scss */
.footer a {
  color: #484848;
  text-decoration: none;
  position: relative;
  z-index: 9;
}

/* line 2, scss/core/_select.scss */
.dropcontainer {
  font-family: 'Roboto Slab';
  font-size: 13px;
  width: 20rem;
  position: relative;
  right: 0;
  float: right;
  top: -1px;
}
@media (max-width: 768px) {
  /* line 2, scss/core/_select.scss */
  .dropcontainer {
    width: 100%;
  }
}
/* line 15, scss/core/_select.scss */
.mobile .dropcontainer {
  min-width: 50%;
}

/* line 21, scss/core/_select.scss */
.activetrigger,
.trigger {
  line-height: 38px;
  padding-left: 140px;
  font-family: 'Roboto Slab';
  font-size: 13px;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 38px;
  padding-right: 30px;
}
/* line 27, scss/core/_select.scss */
.mobile .activetrigger, .mobile
.trigger {
  padding-left: 180px;
}
/* line 53, scss/core/_select.scss */
.activetrigger:before,
.trigger:before {
  background: #f3f7f5;
  width: 100%;
  height: 38px;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  border: 1px solid #dee5e9;
}
/* line 66, scss/core/_select.scss */
.activetrigger:after,
.trigger:after {
  font-size: 13px;
  width: 30px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0rem;
  z-index: -1;
  padding: 0;
  margin: 0;
  content: '\e801';
  font-size: 1.2rem;
  color: #c0c9cf;
  top: 0;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  /* line 90, scss/core/_select.scss */
  .activetrigger:after, .trigger:after {
    top: 1.6rem;
  }
}
/*----MS Edge Browser CSS Start----*/
@supports (-ms-accelerator: true) {
  /* line 97, scss/core/_select.scss */
  .activetrigger:after, .trigger:after {
    top: 1.6rem;
  }
}
/* line 115, scss/core/_select.scss */
.dropcontainer ul {
  font-size: 13px;
  line-height: 3.6rem;
  border-top: none;
  background: #f3f7f5;
  list-style-type: none;
  border: 1px solid #dee5e9;
  margin: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 131, scss/core/_select.scss */
.dropcontainer ul li {
  padding: 8px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #dee5e9;
  line-height: 18px;
}

/* line 141, scss/core/_select.scss */
.dropcontainer ul li:hover {
  background: #f5f5f5;
  outline: none;
}

/* line 151, scss/core/_select.scss */
.dropcontainer ul li:last-child {
  border-bottom: none;
}

/* line 155, scss/core/_select.scss */
.dropdownhidden {
  display: none;
}

/* line 159, scss/core/_select.scss */
.dropdownvisible {
  height: auto;
}
