@charset "UTF-8";
/*-----------------------------------------------------------------------------
    UTIL
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
							   	TABLE OF CONTENTS
-------------------------------------------------------------------------------
     1. COLORS
     2. FONT
     3. TRANSITION
     4. BREAKPOINT
     5. INPUT
     6. MENU
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. COLORS
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    2. FONT
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    3. TRANSITION
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    4. BREAKPOINT
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    5. INPUT
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    6. MENU
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    VENDOR
-----------------------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input,
select {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hieurdden] {
  display: none; }

/* Grid and General Styles from Foundation 3.0 */
.row .row.small {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -5px; }

.row.small {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -5px; }

.row.small .column, .row.small .columns {
  float: left;
  min-height: 1px;
  padding: 0 5px;
  position: relative; }

.row {
  max-width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding: 0; }

.row.collapse .column, .row.collapse .columns {
  padding: 0; }

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  /*margin: 0 -5px;*/ }

.row .row.collapse {
  margin: 0; }

.column, .columns {
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0;
  position: relative; }

.column.centered, .columns.centered {
  float: none;
  margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

.one, .row .one {
  width: 8.33333%; }

.two, .row .two {
  width: 16.66667%; }

.two-half, .row .two-half {
  width: 18%; }

.three, .row .three {
  width: 25%; }

.four, .row .four {
  width: 33.33333%; }

.five, .row .five {
  width: 41.66667%; }

.six, .row .six {
  width: 50%; }

.seven, .row .seven {
  width: 58.33333%; }

.eight, .row .eight {
  width: 66.66667%; }

.nine, .row .nine {
  width: 75%; }

.ten, .row .ten {
  width: 83.33333%; }

.eleven, .row .eleven {
  width: 91.66667%; }

.twelve, .row .twelve {
  width: 100%; }

.row .offset-by-one {
  margin-left: 8.33333%; }

.row .offset-by-two {
  margin-left: 16.66667%; }

.row .offset-by-three {
  margin-left: 25%; }

.row .offset-by-four {
  margin-left: 33.33333%; }

.row .offset-by-five {
  margin-left: 41.66667%; }

.row .offset-by-six {
  margin-left: 50%; }

.row .offset-by-seven {
  margin-left: 58.33333%; }

.row .offset-by-eight {
  margin-left: 66.66667%; }

.row .offset-by-nine {
  margin-left: 75%; }

.row .offset-by-ten {
  margin-left: 83.33333%; }

/* Nicolas Gallagher's micro clearfix */
.row {
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* Misc ---------------------- */
html {
  font-size: 62.5%; }

*, *:before, *:after {
  box-sizing: border-box; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.small-1 {
  width: 8.33333%; }

.small-2 {
  width: 16.66667%; }

.small-3 {
  width: 25%; }

.small-4 {
  width: 33.33333%; }

.small-5 {
  width: 41.66667%; }

.small-6 {
  width: 50%; }

.small-7 {
  width: 58.33333%; }

.small-8 {
  width: 66.66667%; }

.small-9 {
  width: 75%; }

.small-10 {
  width: 83.33333%; }

.small-11 {
  width: 91.66667%; }

.small-12 {
  width: 100%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-offset-3 {
  margin-left: 25%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-offset-6 {
  margin-left: 50%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-offset-9 {
  margin-left: 75%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-offset-12 {
  margin-left: 100%; }

@media print, screen and (min-width: 769px) {
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-offset-12 {
    margin-left: 100%; } }

@media print, screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-offset-12 {
    margin-left: 100%; } }

@media only screen and (max-width: 1024px) {
  .nine, .row .nine {
    width: 100%; } }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*@import "vendor/font-awesome/scss/regular";*/
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*@import 'grid/grid';*/
@media print, screen and (min-width: 48.0625em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*@import 'components/float';*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
select,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input,
select {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48.0625em&large=64em&xlarge=75em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Exo 2", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
select,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, select:disabled, input[readonly], select[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'], select[type='search'] {
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input, .input-group-button select,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button select,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48.0625em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48.0625em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre, blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 48.0625em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 48.0625em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 48.0625em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48.0625em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48.0625em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 48.0625em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 48.0625em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 48.0625em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48.0625em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48.0625em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48.0625em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fff; }
  .button.secondary {
    background-color: #767676;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fff; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 48.0625em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 48.06125em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fff; }
  .label.primary {
    background: #1779ba;
    color: #fff; }
  .label.secondary {
    background: #767676;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fff; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle, select + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle, select:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after, select:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle, [data-whatinput='mouse'] select:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active, select:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive, select:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after, .switch.tiny select:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after, .switch.small select:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after, .switch.large select:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #0a0a0a; }
  tfoot {
    background: #f2f2f2;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fff; }
  .badge.primary {
    background: #1779ba;
    color: #fff; }
  .badge.secondary {
    background: #767676;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fff; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48.0625em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 48.06125em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 48.06125em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fff;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input, .menu select,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input, .menu select {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 48.0625em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fff; }
  .menu .active > a {
    background: #1779ba;
    color: #fff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 48.0625em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

@media print, screen and (min-width: 48.0625em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 48.0625em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48.0625em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48.0625em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48.0625em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48.0625em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48.0625em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 48.06125em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input, .top-bar select {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar select.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 48.0625em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 48.0625em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48.0625em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 48.06125em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48.0625em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48.0625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 48.06125em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48.0625em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 48.06125em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/ }

/* Icons */
@font-face {
  /*font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
		*/ }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*-----------------------------------------------------------------------------
    BASE
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
								TABLE OF CONTENTS
-------------------------------------------------------------------------------
	 1. BASE
	 2. USEFUL CLASSES
     3. COLORS
     4. MAIN-TITLE
     5. ICONS
     6. MID-TOPBAR
     7. CHANGELOG
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. BASE
-----------------------------------------------------------------------------*/
* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important; }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: unset;
  margin: unset;
  padding: 0.5rem;
  font-size: 100%;
  line-height: 1.15; }

html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0; }

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background: #3B3B3A;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  color: #0a0a0a; }

table,
td,
p,
input,
select,
textarea,
select,
ul {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  color: #0a0a0a; }

body,
p,
a,
td {
  line-height: 1.6em; }

table {
  border-collapse: collapse; }

a {
  color: #0a0a0a; }
  a:hover, a.active {
    color: #57783E; }

img {
  border: none; }

pre {
  white-space: normal; }

label {
  font-size: inherit;
  color: inherit; }

h1 a, h2 a, h3 a {
  text-decoration: none; }

p, ul {
  flex: 100%; }

body.video-open {
  position: relative; }
  body.video-open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 10, 0, 0.57);
    z-index: 999; }

body.overflow-hidden .mobile-footer {
  display: none; }

.main-table {
  padding: 10px 10px 0 10px;
  background: #fff;
  margin-top: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#mainForm {
  width: 100%; }

.main-wrapper {
  position: relative; }
  .main-wrapper::after {
    display: block;
    content: "";
    clear: both; }

.wrapper {
  background: #fff;
  padding-top: 18rem;
  position: relative;
  transition: 0.2s; }
  @media screen and (max-width: 63.99875em) {
    .wrapper {
      padding-top: 7rem; } }
  @media screen and (max-width: 48.06125em) {
    .wrapper {
      padding-top: 14rem; } }

.container {
  width: 80vw !important;
  max-width: 1400px; }
  @media screen and (max-width: 48.06125em) {
    .container {
      width: 90% !important;
      margin: auto; } }

.content-wrapper {
  width: 100%;
  background: white; }
  .content-wrapper a:not(.button) {
    text-decoration: underline; }

.content {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7; }
  .content.front-page {
    position: relative; }

.jumbotron {
  position: relative;
  padding: 20px;
  border: 1px solid #eee; }
  .jumbotron .close-btn {
    top: 15px;
    right: 15px; }

.jumbotron-heading {
  margin: 25px 0;
  font-size: 18px; }

.slick-dotted.slick-slider {
  margin-bottom: 20px; }

/*-----------------------------------------------------------------------------
    2. USEFUL CLASSES
-----------------------------------------------------------------------------*/
.block {
  display: block; }

.overflow-x {
  overflow-x: hidden; }

.turn-mobile {
  overflow-x: scroll;
  padding-top: 35px;
  position: relative; }
  .turn-mobile::before {
    content: "\f10b";
    font-family: "Font Awesome 5 Free";
    display: block;
    text-align: center;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    transition: 0.5s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-name: rotate90;
            animation-name: rotate90;
    -webkit-animation-duration: 4.5s;
            animation-duration: 4.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    transition-timing-function: linear; }

.float-left {
  float: left; }

.pull-left {
  display: inline-block; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block !important; }

.relative {
  position: relative; }

.center-block {
  display: block !important;
  float: none !important;
  margin: auto !important; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.overflow-hidden {
  overflow: hidden; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: 700; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

.none {
  display: none; }

.hide-important {
  display: none !important; }

.clear {
  clear: both; }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.inner-wrapper {
  padding: 0 25px; }

.text-center {
  text-align: center; }

.middle {
  vertical-align: middle; }

.inactive {
  display: none; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.locked {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  cursor: pointer;
  opacity: 0.4; }

.locked-success {
  pointer-events: none;
  cursor: pointer;
  border: 1px solid #588f36;
  box-shadow: 0 0 5px 0 rgba(95, 148, 62, 0.5); }

@media screen and (max-width: 48.063em) {
  .banner-mainbanner {
    display: none; } }

.sp-replacer {
  top: 13px !important;
  right: 0 !important;
  position: initial !important; }

.margin-auto {
  margin: auto; }

.padding-none {
  padding: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.m-0 {
  margin: 0px !important; }

.p-0 {
  padding: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.m-5 {
  margin: 5px !important; }

.p-5 {
  padding: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.m-10 {
  margin: 10px !important; }

.p-10 {
  padding: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.m-15 {
  margin: 15px !important; }

.p-15 {
  padding: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.m-20 {
  margin: 20px !important; }

.p-20 {
  padding: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.m-25 {
  margin: 25px !important; }

.p-25 {
  padding: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.m-30 {
  margin: 30px !important; }

.p-30 {
  padding: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.m-35 {
  margin: 35px !important; }

.p-35 {
  padding: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.m-40 {
  margin: 40px !important; }

.p-40 {
  padding: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.m-45 {
  margin: 45px !important; }

.p-45 {
  padding: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.m-50 {
  margin: 50px !important; }

.p-50 {
  padding: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

/*-----------------------------------------------------------------------------
    3. COLORS
-----------------------------------------------------------------------------*/
.color-alert {
  color: #FF3300; }

.color-primary {
  color: #799b52; }

.city-color {
  color: #FBAC3D; }

.kv-color {
  color: #4D5E87; }

.soov-color {
  color: #EB4435; }

.brand-alert {
  color: #d94914; }

.color-white {
  color: #fff; }

/*.object-count {
    display: inline-block;
    font-size: 11px;
    border-radius: 30px;
    padding: 0px 6px;
    margin-left: 5px;
    line-height: 1.6;
}*/
/*-----------------------------------------------------------------------------
    4. MAIN-TITLE
-----------------------------------------------------------------------------*/
.main-title {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #6B9D4D;
  text-transform: uppercase; }
  .main-title.normal {
    font-weight: 400; }
  .main-title.smaller {
    font-size: 14px; }
  .main-title.lowercase {
    text-transform: unset; }
  .main-title img {
    margin-left: 5px;
    margin-right: 5px; }

h1.main-title + h2.main-title {
  padding: 0; }

/*-----------------------------------------------------------------------------
    5. ICONS
-----------------------------------------------------------------------------*/
.auction-ico {
  width: 18px;
  height: 18px;
  background: #666;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  font-size: 12px;
  color: #fff;
  text-align: center; }
  .auction-ico:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: \f067; }

.advert-ico {
  width: 16px;
  height: 16px;
  background: #666;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 1px; }
  .advert-ico:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: \f067; }

.red {
  background-color: #F00 !important; }

.alert {
  background-color: #d94914;
  color: white;
  border: none; }
  .alert:hover {
    background-color: rgba(217, 73, 20, 0.8); }

.green {
  background-color: #1bbe41 !important; }

.darkergreen {
  background-color: #579433 !important; }

.black {
  background-color: #000000 !important; }

.brown {
  background-color: #a07227 !important; }

.low {
  font-size: 10px; }
  .low:before {
    content: \f071;
    margin: -1px 0 0 0; }

.high:before,
.done:before {
  content: \f00c;
  margin: 1px 0 0 0; }

.unapproved:before {
  content: \f068;
  margin: 1px 0 0 1px; }

.auction-ico.active:before {
  content: \f2f9;
  margin: 1px 0 0 0; }

.start:before,
.almost-done:before {
  content: \f12a;
  margin: 1px 0 0 .5px; }

.hidden {
  background: none;
  border: 3px solid #686868; }
  .hidden:before {
    content: none; }

.ended:before,
.empty-ico:before {
  content: none; }

.gradient {
  background: linear-gradient(0deg, #E5F2EA 0%, #F1F6ED 100%); }

.nowrap {
  flex-wrap: nowrap; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .manuals .manual-web .ico {
    background-image: url(../images/manual-web@2x.png); }
  .manuals .manual-app .ico {
    background-image: url(../images/manual-app@2x.png); }
  .icon-list .iphone-icon {
    background-image: url(../images/ios-store@2x.png); }
  .icon-list .android-icon {
    background-image: url(../images/play-store@2x.png); }
  .header-menu ul li.home a {
    background-image: url(../images/home-btn@2x.png); }
    .header-menu ul li.home a:hover {
      background-image: url(../images/home-btn-on@2x.png); }
  .content-icons-wrapper .icons-block.algav {
    background-image: url(../images/algav-oksjon-ico@2x.png); }
  .content-icons-wrapper .icons-block.aktiivne {
    background-image: url(../images/aktiivne-oksjon-ico@2x.png); }
  .content-icons-wrapper .icons-block.toimunud {
    background-image: url(../images/toimunud-oksjon-ico@2x.png); }
  .file-list li .link {
    background-image: url(../images/icon_link@2x.gif); }
  .file-list li .article {
    background-image: url(../images/icon_article@2x.gif); } }

.fa-big {
  display: block;
  font-size: 63px;
  color: #6B9D4D;
  margin: auto;
  text-align: center; }

/*-----------------------------------------------------------------------------
    6. MID-TOPBAR
-----------------------------------------------------------------------------*/
.mid-topbar {
  padding: 0 0 0 10px;
  margin: 0 0 10px -10px;
  clear: both; }
  .mid-topbar.topbar-map {
    height: 26px;
    padding-top: 5px; }
    .mid-topbar.topbar-map .main-title {
      margin: 0; }
  .mid-topbar.topbar-auctions, .mid-topbar.topbar-auctions-price-rise, .mid-topbar.topbar-calendar {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px; }
  .mid-topbar.topbar-my-auctions {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px; }
  .mid-topbar.time {
    height: auto; }
  .mid-topbar h1 {
    margin-bottom: 0;
    text-transform: uppercase; }
    .mid-topbar h1.main-title {
      font-size: 20px; }

/*-----------------------------------------------------------------------------
    7. CHANGELOG
-----------------------------------------------------------------------------*/
.changelog-wrapper .changelog-bar {
  text-align: center;
  padding: 10px;
  border: 1px solid #c94113;
  background-color: #fdeae3; }
  .changelog-wrapper .changelog-bar a {
    color: #c94113;
    font-weight: bold; }
    .changelog-wrapper .changelog-bar a i {
      font-size: 18px;
      margin-right: 3px; }

@media screen and (max-width: 48.06125em) {
  .chat-button {
    display: none; } }

/*-----------------------------------------------------------------------------
								                TABLE OF CONTENTS
-------------------------------------------------------------------------------
	 1. DESKTOP HEADER
	 2. HAMBURGER
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. DESKTOP HEADER
-----------------------------------------------------------------------------*/
#clockSpace {
  padding-bottom: 3px; }

#header {
  position: relative;
  overflow: hidden; }
  #header .header-logo {
    position: absolute;
    display: block;
    top: 44px;
    left: 23px; }
    #header .header-logo img {
      position: absolute;
      width: 205px;
      height: 56px;
      margin: 0;
      z-index: 100; }
    #header .header-logo .logo-metsaoksjon {
      opacity: 0;
      top: -2px;
      left: 1px; }
    #header .header-logo .logo-maaportaal {
      opacity: 1; }

.metsaoksjon-ee #header .header-logo .logo-maaportaal {
  opacity: 0;
  -webkit-animation: logo1-change 5s alternate infinite;
          animation: logo1-change 5s alternate infinite; }

.metsaoksjon-ee #header .header-logo .logo-metsaoksjon {
  opacity: 1;
  -webkit-animation: logo2-change 5s alternate infinite;
          animation: logo2-change 5s alternate infinite; }

@-webkit-keyframes logo1-change {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes logo1-change {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes logo2-change {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes logo2-change {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.header-text {
  color: #588f36;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  z-index: 0;
  display: inline-block; }

.label-text {
  font-size: 14px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center; }
  .label-text .small-text {
    font-size: 11px;
    color: #c1d7b3; }

.en .label-text {
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 11px;
  width: 240px;
  text-align: left;
  white-space: nowrap; }
  .en .label-text .small-text {
    font-size: 9px;
    display: block;
    margin-top: -7px; }

.en .input-wrapper {
  margin-top: 4px; }

.account-bar {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 5px;
  background: #fff;
  overflow: hidden;
  /*a.reg-btn {
    font-weight: normal;
  }*/ }
  .account-bar a {
    display: inline-block;
    color: #d94a13;
    font-size: 14px;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-weight: bold; }
    .account-bar a:hover {
      color: rgba(217, 74, 19, 0.7); }
    .account-bar a + a {
      border-left: 1px solid #eee; }
  .account-bar .user-name {
    display: inline-block;
    text-transform: none; }

.banners {
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/banner_bg.gif") no-repeat top;
  width: 481px;
  height: 70px; }

.menu-image {
  height: 140px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/header_images/header08.jpg"); }

/*.image1 {
  background-image: url("../images/header_images/header01.jpg");
}

.image2 {
  background-image: url("../images/header_images/header02.jpg");
}

.image3 {
  background-image: url("../images/header_images/header03.jpg");
}

.image4 {
  background-image: url("../images/header_images/header04.jpg");
}

.image5 {
  background-image: url("../images/header_images/header05.jpg");
}

.image6 {
  background-image: url("../images/header_images/header06.jpg");
}

.image7 {
  background-image: url("../images/header_images/header07.jpg");
}*/
#maaportaal-logo {
  width: 229px;
  height: 84px; }

.maaportaal-wrapper {
  padding: 0; }

#maaportaal-map-mobile {
  height: 240px; }

@media screen and (max-width: 48.06125em) {
  #maaportaal-logo2 {
    display: block;
    width: 177px;
    height: 66px; }
  .maaportaal-wrapper {
    display: block;
    padding: 0;
    margin: -9px 0 0 -7px; } }

.menu-image-inner {
  height: 100%;
  width: 100%;
  background: url("../images/header-overlay.png") no-repeat top left;
  background-size: 100% 100%; }

.header-menu {
  height: 49px;
  /*border-top: 1px solid #81ad66;
  border-bottom: 1px solid #588f36;*/
  background: #588f36;
  /*background: linear-gradient(to bottom, #588f36 0%, #81ad66 100%);*/
  background: #54881b;
  /* Old browsers */
  background: linear-gradient(to right, #54881b 38%, #474630 58%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54881b', endColorstr='#474630',GradientType=1 );
  /* IE6-9 */ }
  .header-menu .header-menu-right {
    float: right; }
    .header-menu .header-menu-right li {
      padding: 7px 7px 0 0; }
      .header-menu .header-menu-right li a {
        font-size: 13px;
        padding: 8px 12px 7px;
        border-left: none;
        background: #D94A13;
        height: auto;
        border-radius: 3px; }
        .header-menu .header-menu-right li a:hover {
          background: #FD6B33; }
  @media screen and (max-width: 62.1875em) {
    .header-menu {
      height: 63px; } }
  .header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%; }
    .header-menu ul li {
      margin: 0;
      padding: 0;
      /*height: 100%;*/
      float: left; }
      .header-menu ul li a {
        position: relative;
        font-size: 16px;
        margin: 0;
        padding: 11px 11px 0;
        color: #fff;
        text-decoration: none;
        display: block;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        text-shadow: 0px 1px 0px #588f36;
        text-transform: uppercase;
        height: 100%;
        transition: all 0.4s ease; }
        .header-menu ul li a .packet-name {
          position: absolute;
          line-height: normal;
          top: -4px;
          right: -10px; }
          @media screen and (max-width: 48.06125em) {
            .header-menu ul li a .packet-name {
              top: 15px;
              right: 10px; } }
      .header-menu ul li.home {
        float: left; }
        .header-menu ul li.home a {
          width: 12px;
          height: 31px;
          background: url("../images/home-btn.png") no-repeat center 9px;
          background-size: 14px 14px;
          /*border-left: none;*/ }
          .header-menu ul li.home a:hover {
            background: url("../images/home-btn-on.png") no-repeat center 9px;
            background-size: 14px 14px; }
      .header-menu ul li a:hover {
        background: #94C11A;
        transition: all 0.4s ease; }
      .header-menu ul li.active a {
        /*background: #81ad66;*/
        transition: all 0.4s ease;
        font-weight: 700; }
      .header-menu ul li a.red-item {
        background: #d94a13;
        text-shadow: none;
        border-top: 1px solid #cc8b93;
        border-bottom: 1px solid #d0021b;
        margin: -1px 0 0 0;
        height: 33px; }
        .header-menu ul li a.red-item:hover {
          background: #ee622c;
          transition: all 0.4s ease; }
      .header-menu ul li a.green-item {
        color: #a8ea77; }

.path-wrapper {
  background: url("../images/path-bg.png") repeat-x 0 0;
  height: 23px; }

.language-bar {
  float: right;
  margin: 3px 5px 0 0; }
  .language-bar a {
    margin-left: 10px;
    display: inline-block;
    font-size: 11px; }

.path {
  margin: 3px 0 0 5px;
  text-align: left;
  display: inline-block;
  font-size: 11px; }

/*-----------------------------------------------------------------------------
    2. HAMBURGER
-----------------------------------------------------------------------------*/
.hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 24px; }

.hamburger .hamburger-inner {
  background-color: #4a4a4a; }
  .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: #4a4a4a; }

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms; }
  .hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease 0.12s, opacity 75ms ease; }
  .hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  position: absolute;
  width: 23px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #4a4a4a; }
  .hamburger-inner:before {
    top: -6px; }
  .hamburger-inner:after {
    bottom: -6px;
    position: absolute;
    width: 23px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #4a4a4a; }
  .hamburger-inner:before {
    position: absolute;
    width: 23px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #4a4a4a; }
  .hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""; }

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  .hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0; }

/*-----------------------------------------------------------------------------
    3. RESPONSIVE
-----------------------------------------------------------------------------*/
@media screen and (max-width: 48.06125em) {
  .header-menu {
    height: auto;
    margin-top: 60px;
    background: none;
    border: none; }
    .header-menu li > ul {
      position: relative;
      width: 50%;
      display: block;
      float: left;
      margin: 13px 0;
      height: auto;
      padding-left: 50px; }
      .header-menu li > ul:before {
        content: "";
        position: absolute;
        left: 40px;
        top: 0;
        width: 1px;
        height: 100%;
        background: #979797; }
      .header-menu li > ul:nth-of-type(1) {
        /*margin-left: 60px;*/ }
      .header-menu li > ul:nth-of-type(2):before {
        left: 20px; }
      .header-menu li > ul li a {
        text-transform: none;
        padding: 7px 0; }
      .header-menu li > ul + ul {
        padding-left: 30px; }
    .header-menu > ul > li {
      clear: both;
      white-space: nowrap; }
    .header-menu ul li {
      float: none; }
      .header-menu ul li a {
        border: 0;
        text-shadow: none;
        color: #4a4a4a;
        font-size: 16px;
        padding: 13px 17px;
        height: auto; }
        .header-menu ul li a:hover, .header-menu ul li a:focus {
          font-weight: 700;
          background: none; }
      .header-menu ul li.active a {
        font-weight: 700;
        background: none; }
      .header-menu ul li.active ul li a {
        font-weight: normal; }
        .header-menu ul li.active ul li a:hover, .header-menu ul li.active ul li a:focus {
          font-weight: 700;
          background: none; }
    .header-menu .normal-menu > li:not(:nth-child(1)) > a,
    .header-menu .login-menu > li:not(:nth-child(1)) {
      border-top: 1px solid #dcdcdc; }
    .header-menu ul li .mobile-red-item {
      color: #d94a13; }
    .header-menu ul li .mobile-green-item {
      color: #93c11a; }
  .circle-border {
    position: relative;
    padding-left: 20px !important; }
    .circle-border:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 15px;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      border: 1px solid #4a4a4a; }
  .circle-border-green:before {
    background: #578f36; }
  .circle-border-black:before {
    background: #4a4a4a; }
  .circle-border-brown:before {
    background: #9f712f; }
  .user-wrapper {
    position: absolute;
    top: 0;
    right: 63px;
    height: 60px;
    width: 64px;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0; }
    .logged-in .user-wrapper {
      right: 0;
      left: 90px;
      width: calc(100% - 150px);
      text-align: center; }
  .topbar-user-name {
    display: block;
    position: absolute;
    top: 20px;
    left: 46px;
    font-size: 12px;
    font-weight: 700;
    color: #4a4a4a; }
    .logged-in .topbar-user-name {
      display: inline-block;
      position: relative;
      top: 22px;
      left: 10px;
      z-index: -1; }
      .logged-in .topbar-user-name:after {
        top: 9px;
        right: -13px; }
    .topbar-user-name .name {
      max-width: 250px;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .topbar-user-name:before {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      width: 23px;
      height: 23px;
      background: url(../images/fa-user-circle.svg); }
    .topbar-user-name:after {
      content: "";
      position: absolute;
      top: 8px;
      right: -7px;
      width: 10px;
      height: 8px;
      background: url(../images/user-arrow.svg); }
  .user-arrow {
    position: absolute;
    top: 27px;
    left: 40px; }
  .account-bar {
    display: none; }
  .mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    overflow: hidden;
    z-index: 999999999;
    transition: 0.25s ease-out;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3); }
    .mobile-navbar.is-active {
      height: 100%; }
    .mobile-navbar .header-logo {
      display: block;
      position: absolute;
      top: 7px;
      left: 11px; }
      .mobile-navbar .header-logo img {
        width: 102px;
        /*162px*/
        max-width: 102px;
        /*162px*/
        height: 44px;
        margin-left: 3px; }
    .mobile-navbar .logo-wrapper {
      display: block; }
  .logged-in .mobile-navbar .logo-wrapper {
    overflow: hidden;
    width: 25px;
    margin-top: -13px; }
    .logged-in .mobile-navbar .logo-wrapper img + img {
      margin-top: -26px; }
  .logged-in .mobile-navbar .header-logo {
    width: 65px; }
  .logged-in .mobile-home {
    display: block;
    position: absolute;
    left: 35px;
    top: 13px;
    width: 26px;
    height: 20px; }
  .mobile-home {
    display: none; }
  .mobile-login,
  .mobile-reg {
    background: #d94a14;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px 0; }
    .mobile-login:hover, .mobile-login:focus,
    .mobile-reg:hover,
    .mobile-reg:focus {
      color: #fff; }
    .mobile-login .fa,
    .mobile-reg .fa {
      margin-right: 6px; }
  .mobile-login {
    width: 40%;
    border-right: 1px solid #e6602d; }
  .mobile-reg {
    width: 60%; }
  .logged-in .mobile-login {
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .logged-in .mobile-reg {
    width: 40%; }
  ul.normal-menu, ul.login-menu {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 105px; }
  .login-menu {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .header-menu ul li {
    height: 100%; } }

.logged-menu {
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  background-color: #F6F6F6;
  height: 60%;
  margin: auto; }
  .logged-menu .logged-menu-items {
    overflow: hidden; }
    .logged-menu .logged-menu-items a {
      color: #3B3B3A;
      font-size: 14px;
      line-height: 17px;
      border-right: 1px solid #E2E2E2;
      transition: 0.4s;
      margin: auto;
      padding: 10px; }
      .logged-menu .logged-menu-items a:last-child {
        border-right: none; }
      .logged-menu .logged-menu-items a:hover {
        color: #54881B;
        /*font-size: 16px;
        line-height: 17px;*/ }
      .logged-menu .logged-menu-items a.active {
        color: #54881B;
        font-weight: bold; }

.user-block {
  margin: 0 10px;
  font-size: small;
  line-height: normal; }
  .user-block button {
    margin-top: 5px; }
  .user-block a {
    font-size: unset; }
    .user-block a.brand-alert {
      text-align: center;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      /*white-space: nowrap;*/
      margin-left: .3rem;
      margin-right: .3rem; }
  .user-block > section:first-child {
    border-left: 1px solid #979797;
    border-right: 1px solid #979797; }
  .user-block > section:last-child {
    border-right: 1px solid #979797; }
  .user-block .button {
    margin-top: 5px; }

.menu-gradient::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%);
  opacity: 0.8;
  z-index: -1;
  pointer-events: none; }

@media screen and (max-width: 63.99875em) {
  .service-menu-item.menu-gradient::before {
    opacity: 0; } }

.service-menu.menu-gradient::before {
  opacity: 0; }
  @media screen and (max-width: 63.99875em) {
    .service-menu.menu-gradient::before {
      opacity: 0.8;
      z-index: 0; } }

.module-metsakindlustus .menu-gradient::before {
  background: #757E74; }

@media screen and (max-width: 63.99875em) {
  .module-metsakindlustus .service-menu-item.menu-gradient::before {
    opacity: 0.8; } }

@media screen and (max-width: 63.99875em) {
  .module-metsakindlustus .service-menu.menu-gradient::before {
    z-index: -1; } }

.module-metsakindlustus .service-menu-item a {
  opacity: 0.8; }

.module-metsakindlustus .metsakindlustus.service-menu-item a {
  opacity: 1; }

.module-metsakindlustus .metsakindlustus.menu-gradient::before {
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%); }

.module-oksjonid .menu-gradient::before {
  background: #757E74; }

@media screen and (max-width: 63.99875em) {
  .module-oksjonid .service-menu-item.menu-gradient::before {
    opacity: 0.8; } }

@media screen and (max-width: 63.99875em) {
  .module-oksjonid .service-menu.menu-gradient::before {
    z-index: -1; } }

.module-oksjonid .service-menu-item a {
  opacity: 0.8; }

.module-oksjonid .oksjonid.service-menu-item a {
  opacity: 1; }

.module-oksjonid .oksjonid.menu-gradient::before {
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%); }

.module-module-oksjoni_ulevaade .menu-gradient::before {
  background: #757E74; }

@media screen and (max-width: 63.99875em) {
  .module-module-oksjoni_ulevaade .service-menu-item.menu-gradient::before {
    opacity: 0.8; } }

@media screen and (max-width: 63.99875em) {
  .module-module-oksjoni_ulevaade .service-menu.menu-gradient::before {
    z-index: -1; } }

.module-module-oksjoni_ulevaade .service-menu-item a {
  opacity: 0.8; }

.module-module-oksjoni_ulevaade .module-oksjoni_ulevaade.service-menu-item a {
  opacity: 1; }

.module-module-oksjoni_ulevaade .module-oksjoni_ulevaade.menu-gradient::before {
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%); }

.module-kuulutused .menu-gradient::before {
  background: #757E74; }

@media screen and (max-width: 63.99875em) {
  .module-kuulutused .service-menu-item.menu-gradient::before {
    opacity: 0.8; } }

@media screen and (max-width: 63.99875em) {
  .module-kuulutused .service-menu.menu-gradient::before {
    z-index: -1; } }

.module-kuulutused .service-menu-item a {
  opacity: 0.8; }

.module-kuulutused .kuulutused.service-menu-item a {
  opacity: 1; }

.module-kuulutused .kuulutused.menu-gradient::before {
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%); }

.module-module-kuulutuse_ulevaade .menu-gradient::before {
  background: #757E74; }

@media screen and (max-width: 63.99875em) {
  .module-module-kuulutuse_ulevaade .service-menu-item.menu-gradient::before {
    opacity: 0.8; } }

@media screen and (max-width: 63.99875em) {
  .module-module-kuulutuse_ulevaade .service-menu.menu-gradient::before {
    z-index: -1; } }

.module-module-kuulutuse_ulevaade .service-menu-item a {
  opacity: 0.8; }

.module-module-kuulutuse_ulevaade .module-kuulutuse_ulevaade.service-menu-item a {
  opacity: 1; }

.module-module-kuulutuse_ulevaade .module-kuulutuse_ulevaade.menu-gradient::before {
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%); }

.module-metsakindlustus .menu-gradient::before {
  background: #757E74; }

@media screen and (max-width: 63.99875em) {
  .module-metsakindlustus .service-menu-item.menu-gradient::before {
    opacity: 0.8; } }

@media screen and (max-width: 63.99875em) {
  .module-metsakindlustus .service-menu.menu-gradient::before {
    z-index: -1; } }

.module-metsakindlustus .service-menu-item a {
  opacity: 0.8; }

.module-metsakindlustus .metsakindlustus.service-menu-item a {
  opacity: 1; }

.module-metsakindlustus .metsakindlustus.menu-gradient::before {
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%); }

.module-kuulutuse_ulevaade .kuulutused.service-menu-item a {
  opacity: 1; }

.module-kuulutuse_ulevaade .kuulutused.menu-gradient::before {
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%); }

.module-oksjoni_ulevaade .oksjonid.service-menu-item a {
  opacity: 1; }

.module-oksjoni_ulevaade .oksjonid.menu-gradient::before {
  background: linear-gradient(0deg, #3ABDB5 0%, #54881B 100%); }

.top-navbar {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }
  @media screen and (max-width: 63.99875em) {
    .top-navbar {
      margin-top: 4rem; } }
  .top-navbar .header-nav {
    height: 8rem;
    transition: 0.2s; }
    .top-navbar .header-nav .menu-items a {
      font-size: 16px;
      font-weight: bold;
      line-height: 21px;
      text-align: center; }
    .top-navbar .header-nav .menu-center::before, .top-navbar .header-nav .menu-center::after {
      content: "";
      height: 50px;
      width: 1px;
      background: #979797; }
    .top-navbar .header-nav .pakets span, .top-navbar .header-nav .packets span {
      padding: 0 5px; }
    .top-navbar .header-nav .pakets::before, .top-navbar .header-nav .packets::before {
      content: url("/images/icons/pakets.svg");
      margin: auto; }
  .top-navbar .service-menu {
    background: url("/images/app/menu-bg.png");
    background-position: bottom;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 10rem;
    align-items: stretch !important;
    transition: 0.2s; }
    @media screen and (max-width: 63.99875em) {
      .top-navbar .service-menu {
        height: auto; } }
    .top-navbar .service-menu .service-menu-item {
      border-right: 1px solid white;
      z-index: 1;
      color: white;
      padding: 10px;
      position: relative;
      align-items: baseline; }
      @media screen and (max-width: 63.99875em) {
        .top-navbar .service-menu .service-menu-item ul {
          color: white;
          overflow: hidden;
          height: 2rem;
          padding: 0;
          margin: 0;
          transition: 0.4s;
          z-index: 20; }
          .top-navbar .service-menu .service-menu-item ul a {
            color: white; }
          .top-navbar .service-menu .service-menu-item ul.active {
            overflow: auto;
            height: auto; } }
      .top-navbar .service-menu .service-menu-item a {
        color: white; }
        .top-navbar .service-menu .service-menu-item a.active {
          color: #96EEB5; }
          .top-navbar .service-menu .service-menu-item a.active li {
            color: #96EEB5; }
            .top-navbar .service-menu .service-menu-item a.active li .pill.white {
              background-color: #96EEB5; }
      .top-navbar .service-menu .service-menu-item li {
        list-style: none;
        color: white;
        white-space: nowrap; }
    .top-navbar .service-menu .menu-title {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-flex; }
      .top-navbar .service-menu .menu-title .pill {
        margin: auto 5px; }
  @media print, screen and (min-width: 64em) {
    .top-navbar.sticky-menu {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 200;
      transition: 0.2s; }
      .top-navbar.sticky-menu .header-nav {
        background: white;
        height: 5rem; }
        .top-navbar.sticky-menu .header-nav .logged-menu-items a {
          font-size: 11px;
          line-height: 13px; }
        .top-navbar.sticky-menu .header-nav .user-block {
          font-size: 11px;
          line-height: 13px; }
      .top-navbar.sticky-menu .service-menu {
        height: 4.8rem; }
        .top-navbar.sticky-menu .service-menu .service-menu-item ul {
          flex-flow: column;
          display: flex;
          align-items: flex-end; }
          .top-navbar.sticky-menu .service-menu .service-menu-item ul span {
            display: none; }
          .top-navbar.sticky-menu .service-menu .service-menu-item ul a {
            color: white;
            background: white;
            border-radius: 50px;
            height: 5px;
            width: 25px;
            margin: 3px;
            text-align: right;
            padding: 3px;
            transition: all .5s ease-out;
            display: block; }
            .top-navbar.sticky-menu .service-menu .service-menu-item ul a.active {
              color: #96EEB5;
              background: #96EEB5; } }

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  z-index: 200;
  transition: 0.4s;
  overflow: hidden;
  background: white;
  border-bottom: 1px solid #C7C7C7; }
  #mobile-menu .mobile-menu-btn {
    height: 4rem;
    width: 4rem;
    border-left: 1px solid #C7C7C7; }
  #mobile-menu .top-menu {
    border-bottom: 1px solid #C7C7C7;
    height: 4rem; }
    #mobile-menu .top-menu #logo-link img {
      width: 80%;
      margin-left: 1rem; }
  #mobile-menu .loggedin-menu .name {
    flex: 100%;
    border-bottom: 1px solid white;
    border-right: none; }
  #mobile-menu .loggedin-menu a {
    flex: auto;
    border-radius: 0;
    display: flex;
    color: white;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 4rem; }
    #mobile-menu .loggedin-menu a span {
      margin: auto; }
    #mobile-menu .loggedin-menu a strong {
      font-weight: 100; }
    #mobile-menu .loggedin-menu a:last-child {
      border-left: 1px solid white;
      border-bottom: none; }
  #mobile-menu .loggedin-menu.loggedin {
    height: 8rem; }
    #mobile-menu .loggedin-menu.loggedin a {
      background: #588f36; }
      #mobile-menu .loggedin-menu.loggedin a:hover, #mobile-menu .loggedin-menu.loggedin a:active {
        background: #416a28; }
  #mobile-menu .loggedin-menu.loggedout {
    height: 4rem; }
    #mobile-menu .loggedin-menu.loggedout a {
      background: #d94914; }
      #mobile-menu .loggedin-menu.loggedout a:hover, #mobile-menu .loggedin-menu.loggedout a:active {
        background: #aa3910; }
  #mobile-menu .body-menu li {
    list-style: none; }
  #mobile-menu .body-menu .main-title {
    padding: 0;
    font-size: 14px; }
  #mobile-menu .body-menu .grid-y {
    border-bottom: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7; }
  #mobile-menu .body-menu main a {
    border-top: 1px solid #dcdcdc;
    color: #4a4a4a;
    font-size: 16px;
    padding: 13px 17px; }
  #mobile-menu .service-menu {
    background: url(/images/app/menu-bg.png);
    background-position: bottom;
    background-size: cover;
    position: relative; }
    #mobile-menu .service-menu.menu-gradient::before {
      z-index: 1; }
  @media screen and (max-width: 63.99875em) {
    #mobile-menu .service-menu-item ul {
      color: white;
      overflow: hidden;
      height: 2rem;
      padding: 0;
      margin: 0;
      transition: 0.4s;
      z-index: 2; }
      #mobile-menu .service-menu-item ul li {
        padding: 0 17px; }
      #mobile-menu .service-menu-item ul a {
        color: white; }
      #mobile-menu .service-menu-item ul.active {
        overflow: auto;
        height: auto; } }
  #mobile-menu main .footer-menu {
    background-color: #3B3B3A; }
    #mobile-menu main .footer-menu a {
      color: #9AA494;
      border-top: 1px solid #484c46; }

.mobile-active {
  overflow: hidden; }
  .mobile-active #mobile-menu {
    height: 100vh;
    overflow-y: scroll;
    transition: 0.4s; }

/*-----------------------------------------------------------------------------
								 TABLE OF CONTENTS
-------------------------------------------------------------------------------
	 1. MENU-WRAPPER
     2. LEFTMENU
     3. LOGIN-MENU
     4. RIGHT SIDEBAR
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. MENU-WRAPPER
-----------------------------------------------------------------------------*/
.menu-wrapper {
  position: relative;
  width: 130px;
  float: left;
  border-right: 1px solid #d7d7d7;
  padding-bottom: 160px; }
  @media screen and (max-width: 63.99875em) {
    .menu-wrapper {
      width: 20%;
      border: 0; } }

/*-----------------------------------------------------------------------------
    2. LEFTMENU
-----------------------------------------------------------------------------*/
#leftmenu {
  background: #efefef;
  background: linear-gradient(to bottom, #efefef 0%, #fff 100%);
  padding-bottom: 120px;
  overflow: hidden;
  margin: 0; }
  #leftmenu > ul {
    border-bottom: 1px solid #d7d7d7; }
  #leftmenu ul {
    list-style: none;
    padding: 10px 2px 15px 7px;
    margin: 0; }
    #leftmenu ul ul {
      padding: 0 0 15px 0px; }
  #leftmenu .menu-headline {
    font-size: 16px;
    margin-bottom: 5px; }
  #leftmenu li {
    margin: 2px 0; }
    #leftmenu li.kinnistud, #leftmenu li.kinnistu-rent, #leftmenu li.metsamaterjal, #leftmenu li.kasvav-mets, #leftmenu li.kv, #leftmenu li.city24 {
      position: relative;
      padding-left: 12px; }
      #leftmenu li.kinnistud:before, #leftmenu li.kinnistu-rent:before, #leftmenu li.metsamaterjal:before, #leftmenu li.kasvav-mets:before, #leftmenu li.kv:before, #leftmenu li.city24:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 6px; }
      #leftmenu li.kinnistud a, #leftmenu li.kinnistu-rent a, #leftmenu li.metsamaterjal a, #leftmenu li.kasvav-mets a, #leftmenu li.kv a, #leftmenu li.city24 a {
        color: #555; }
    #leftmenu li.kinnistud:before, #leftmenu li.kinnistu-rent:before {
      width: 8px;
      height: 8px;
      background: #0a0a0a;
      border-radius: 50%; }
    #leftmenu li.metsamaterjal:before {
      width: 8px;
      height: 8px;
      background: #9f712f;
      border-radius: 50%; }
    #leftmenu li.kasvav-mets:before {
      width: 8px;
      height: 8px;
      background: #5b9139;
      border-radius: 50%; }
  #leftmenu .advertisement-menu li.kinnistud:before, #leftmenu .advertisement-menu li.kinnistu-rent:before {
    width: 7px;
    height: 7px;
    background: #0a0a0a;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px; }
  #leftmenu .advertisement-menu li.metsamaterjal:before {
    width: 7px;
    height: 7px;
    background: #9f712f;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px; }
  #leftmenu .advertisement-menu li.kasvav-mets:before {
    width: 7px;
    height: 7px;
    background: #5b9139;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px; }
  #leftmenu .advertisement-menu li.kv a {
    color: #4D5E87; }
  #leftmenu .advertisement-menu li.kv:before {
    width: 7px;
    height: 7px;
    background: #4D5E87;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px; }
  #leftmenu .advertisement-menu li.city24 a {
    color: #FBAC3D; }
  #leftmenu .advertisement-menu li.city24:before {
    width: 7px;
    height: 7px;
    background: #FBAC3D;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px; }
  #leftmenu .maaportaal-stats {
    background: #cfd1c6;
    background: linear-gradient(to bottom, #cfd1c6 0%, #eeefec 100%);
    padding: 10px;
    border-bottom: 1px solid #d7d7d7; }
    #leftmenu .maaportaal-stats ul {
      padding: 0;
      line-height: 1.6; }
    #leftmenu .maaportaal-stats .object-count {
      float: right; }

/*-----------------------------------------------------------------------------
    3. LOGIN-MENU
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 48.0625em) {
  .login-menu {
    background: #6b9d4d;
    list-style: none;
    padding: 0;
    margin: 0; }
    .login-menu li {
      padding: 0; }
      .login-menu li a {
        display: block;
        padding: 7px 5px;
        color: #fff;
        text-transform: none;
        text-shadow: 0px 1px 0px #588f36;
        transition: 0.25s ease-out; }
        .login-menu li a:hover {
          background: #81ad66;
          transition: 0.25s ease-out; }
      .login-menu li + li a {
        border-top: 1px solid #588f36; }
      .login-menu li.active a {
        background: #81ad66;
        transition: 0.25s ease-out;
        font-weight: 700; }
      .login-menu li .menu {
        padding: 5px 0;
        background: #6b9d4c; }
        .login-menu li .menu li a {
          background: none;
          padding: 0 5px 0 20px;
          font-weight: normal;
          border: 0;
          text-shadow: none; }
        .login-menu li .menu li.active a {
          font-weight: 700; }
        .login-menu li .menu li.active .number-of-auctions {
          font-weight: normal; }
        .login-menu li .menu .number-of-auctions {
          background: #fff;
          color: #0a0a0a; } }

/*-----------------------------------------------------------------------------
    4. RIGHT SIDEBAR
-----------------------------------------------------------------------------*/
.avaleht-sidebar {
  float: left;
  width: 234px;
  padding-bottom: 70px; }
  @media screen and (min-width: 64.0625em) {
    .avaleht-sidebar {
      position: static;
      /*&:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background: #f0f0f0;
      border-left: 1px solid $main-border-color;
      width: 25%;
      height: 100%;
      z-index: -1;
    }*/ } }
  @media screen and (max-width: 63.99875em) {
    .avaleht-sidebar {
      background: #f0f0f0;
      width: 80% !important;
      margin-left: 20%;
      border-left: 1px solid #d7d7d7; } }

.calender-table-wrapper {
  /*border-top: 1px solid $main-border-color;*/
  padding-bottom: 10px; }
  .calender-table-wrapper h2 {
    margin-top: 0;
    font-size: 16px;
    color: #6b9d4c; }
  .calender-table-wrapper::after {
    display: block;
    clear: both;
    content: ""; }

.sidebar-tabs {
  background: #fff;
  padding-top: 10px; }
  .sidebar-tabs .tab {
    width: 100px;
    height: 37px;
    font-size: 11px;
    float: left;
    text-align: center;
    margin-left: 10px;
    padding: 8px 5px;
    text-transform: uppercase;
    color: #999;
    border-radius: 5px 5px 0 0; }
    .sidebar-tabs .tab.active {
      background: #f0f0f0;
      color: #788e00;
      border: 1px solid #d7d7d7;
      border-bottom: 0; }
  .sidebar-tabs .auction-ico {
    position: relative;
    top: 4px;
    left: -1px; }

.calender-table {
  width: 190px;
  float: left;
  margin-bottom: 10px; }
  .calender-table + .calender-table {
    margin-left: 10px; }
  @media screen and (max-width: 63.99875em) {
    .calender-table {
      display: inline-block;
      vertical-align: top;
      width: auto; } }
  .calender-table .header {
    background: #a1a395;
    color: #fff;
    padding: 5px;
    text-align: center;
    border: none;
    border-radius: 5px 5px 0 0; }
  .calender-table td {
    padding: 5px;
    border: 1px solid #d7d7d7;
    text-align: center;
    background: #fff;
    width: 16px; }
    .calender-table td .number-of-auctions {
      position: absolute;
      top: -8px;
      right: -7px; }
    .calender-table td.active {
      background: #d7dfb5; }
    .calender-table td.selected {
      padding: 4px;
      border: 2px solid #a1a395; }
  .calender-table .number-wrapper {
    position: relative;
    width: 100%;
    height: 18px;
    display: block; }

.number-of-auctions,
.object-count {
  display: inline-block;
  padding: 1px 4px 2px 4px;
  border-radius: 10px;
  line-height: 9px;
  font-size: 9px;
  color: #fff;
  background: #f00;
  min-width: 14px;
  text-align: center;
  vertical-align: middle;
  margin: -2px 0 0 0; }

.auction-types {
  display: block;
  position: absolute;
  bottom: 7px;
  left: -1px;
  width: 20px;
  height: 3px;
  text-align: center; }
  .auction-types .kinnistud {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #0a0a0a;
    border-radius: 50%; }
  .auction-types .metsamaterjal {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #9f712f;
    border-radius: 50%; }
  .auction-types .kasvav-mets {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #5b9139;
    border-radius: 50%; }

.calender-table .days td,
.calender-table .days th {
  background: #cfd1c6;
  font-size: 9px;
  padding: 0px 5px 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff; }

.calender-table .days .weekend {
  color: #f00; }

.calender-table .weekend {
  color: #ccc; }

.calender-table,
.topblock-wrapper {
  padding: 0 10px; }

.input-topblock,
.mobile-topblock {
  margin-bottom: 10px;
  border-radius: 6px;
  display: block;
  width: 100%;
  min-height: 55px;
  position: relative; }

.input-topblock {
  background: url(../images/kt-banner.png) no-repeat center center;
  background-size: cover;
  padding: 10px 0; }
  @media screen and (max-width: 63.99875em) {
    .input-topblock {
      width: 220px;
      max-width: 100%; } }
  .input-topblock .input-wrapper {
    font-size: 11px;
    color: #fff;
    padding: 5px 10px 0 10px; }
    .input-topblock .input-wrapper input, .input-topblock .input-wrapper select {
      width: 40px;
      height: 16px;
      font-size: 11px;
      border: none;
      box-shadow: inset 2px 2px 4px #ccc;
      text-align: center; }
    .input-topblock .input-wrapper .button-alert {
      padding: 1.5px 10px;
      font-size: 11px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
      margin-left: 6px; }

.input-wrapper {
  display: block; }

.mobile-topblock img {
  width: 100%; }

footer {
  background-color: #3B3B3A;
  color: #9AA494;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  padding: 20px 0; }
  footer section {
    align-items: baseline; }
  footer a {
    color: #9AA494;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    transition: 0.4s;
    text-align: center;
    margin: 5px; }
    footer a:hover {
      color: #588f36; }
  footer span {
    color: #717171;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    margin: auto; }

.footer-inner {
  padding: 9px 0 4px 0;
  font-size: 11px;
  color: #fff;
  text-align: center; }

.hind-msg {
  display: block;
  font-size: 10px;
  color: #666; }

.hind-msg-fail {
  display: block;
  font-size: 10px;
  color: red; }

.register-link {
  text-decoration: underline !important; }

.mobile-id {
  position: relative; }
  .mobile-id .button {
    width: 21px;
    position: absolute;
    right: 11px;
    top: 5px; }
  .mobile-id .txt-field {
    position: relative;
    top: 5px;
    lefT: -11px;
    width: 72px;
    border-color: #000000 #BFBFBF #BFBFBF #000000;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    padding: 1px;
    font-size: 10px; }
  .mobile-id div {
    font-size: 10px;
    padding: 10px;
    color: #222222;
    line-height: 1em; }

.price-wrapper {
  position: relative; }

.price-hint-wrapper {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
  position: absolute;
  left: 110px;
  bottom: 3px;
  /*top: 0px;*/
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  padding: 5px; }

.digital {
  display: block;
  position: absolute;
  height: 7px;
  width: 38px;
  background: url("../images/1k.png") no-repeat scroll 0 0 transparent;
  overflow: hidden;
  right: 0px;
  text-indent: -300px;
  bottom: -11px;
  opacity: 0.2; }
  .digital:hover {
    background-position: 0 -7px; }

.extra-menu {
  position: absolute;
  bottom: 62px;
  left: 11px;
  width: 129px;
  border-top: 1px solid #d7d7d7; }
  @media screen and (max-width: 63.99875em) {
    .extra-menu {
      width: 20%; } }

.leftmenu-button {
  background: #efefef;
  background: linear-gradient(to bottom, #efefef 0%, #fff 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 10px 10px; }
  .leftmenu-button.last {
    border-bottom: none; }

img, label,
.pill {
  align-self: flex-start; }

.packets span,
.grid-x span {
  align-self: flex-start; }

/*-----------------------------------------------------------------------------
    FORMS
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
								TABLE OF CONTENTS
-------------------------------------------------------------------------------	
    1. INPUT
    2. SELECT
    3. TEXTAREA
    4. SPLIT-INPUT-WRAPPER
    5. DROP-FILES-WRAPPER
    6. UPLOADED-FILE
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. INPUT
-----------------------------------------------------------------------------*/

input,
select {
  padding: 5px;
  border: 1px solid #979797;
  max-width: 100%;
  transition: border-color, box-shadow 0.25s ease-out;
  border-radius: 2px; }
  input[type="file"], select[type="file"] {
    border: 0; }
  input[type="number"], select[type="number"] {
    -moz-appearance: textfield; }
    input[type="number"]::-webkit-inner-spin-button, select[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, select[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none; }
  input:focus, select:focus {
    border-color: #588f36;
    box-shadow: 0 0 5px 0 rgba(95, 148, 62, 0.5); }
  input.large, select.large {
    font-size: 16px;
    padding: 8px 10px; }
  input.expanded, select.expanded {
    width: 100%; }
  input.input-error, select.input-error {
    border: 1px solid #da2e21;
    box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }
  input.disabled, select.disabled {
    cursor: not-allowed;
    background: #e6e6e6; }
    input.disabled:focus, select.disabled:focus {
      border-color: #979797;
      box-shadow: none; }

/*-----------------------------------------------------------------------------
    2. SELECT
-----------------------------------------------------------------------------*/
select {
  background: #fff url("../images/select-arrow.svg") no-repeat !important;
  background-size: 10px !important;
  background-position: right 5px center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

/*-----------------------------------------------------------------------------
    3. TEXTAREA
-----------------------------------------------------------------------------*/
textarea,
.textbox {
  padding: 5px;
  border: 1px solid #979797;
  border-radius: 2px; }
  textarea.input-error,
  .textbox.input-error {
    border: 1px solid #da2e21;
    box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }
    textarea.input-error.summernote + .note-editor,
    .textbox.input-error.summernote + .note-editor {
      border: 1px solid #da2e21;
      box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }

/*-----------------------------------------------------------------------------
    4. SPLIT-INPUT-WRAPPER
-----------------------------------------------------------------------------*/
.split-input-wrapper {
  display: inline-block;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 2px;
  vertical-align: top;
  transition: border-color, box-shadow 0.25s ease-out; }
  .split-input-wrapper::before, .split-input-wrapper::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .split-input-wrapper::after {
    clear: both; }
  .split-input-wrapper.input-focus {
    border-color: #588f36;
    box-shadow: 0 0 5px 0 rgba(95, 148, 62, 0.5); }
  .split-input-wrapper.input-error {
    border: 1px solid #da2e21;
    box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }
  .split-input-wrapper.disabled {
    background: #e6e6e6;
    cursor: not-allowed;
    border-color: #979797;
    box-shadow: none; }
    .split-input-wrapper.disabled input, .split-input-wrapper.disabled select {
      cursor: not-allowed;
      background: #e6e6e6; }
      .split-input-wrapper.disabled input:focus, .split-input-wrapper.disabled select:focus {
        border-color: #979797;
        box-shadow: none; }
  .split-input-wrapper input, .split-input-wrapper select {
    float: left;
    border: 0;
    text-align: center; }
    .split-input-wrapper input:focus, .split-input-wrapper select:focus {
      border-color: transparent;
      box-shadow: none; }
    .split-input-wrapper input.large, .split-input-wrapper select.large {
      padding: 8px 5px; }
      .split-input-wrapper input.large + .colon, .split-input-wrapper select.large + .colon {
        margin-top: 6px; }
  .split-input-wrapper .colon {
    float: left;
    font-size: 16px;
    color: #979797; }

.split-input-wrapper {
  width: 180px; }
  .split-input-wrapper input, .split-input-wrapper select {
    width: 50px;
    padding: 5px 0; }
  @media screen and (max-width: 48.06125em) {
    .split-input-wrapper {
      width: 250px; } }

.input-check {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 26px;
  background: #6b9d4d;
  text-align: center;
  border-radius: 2px;
  margin-left: -5px; }
  .input-check .fa-check {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 15px;
    color: #fff; }
  @media screen and (max-width: 63.99875em) {
    .input-check {
      width: 36px;
      height: 36px;
      margin-top: 5px; }
      .input-check .fa-check {
        font-size: 21px; } }

/*-----------------------------------------------------------------------------
    5. DROP-FILES-WRAPPER
-----------------------------------------------------------------------------*/
.drop-files-wrapper {
  position: relative;
  padding: 2.5px;
  background: #eee;
  border-radius: 2px;
  transition: border, box-shadow 0.25s ease-out; }
  .drop-files-wrapper::before, .drop-files-wrapper::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .drop-files-wrapper::after {
    clear: both; }
  .drop-files-wrapper.input-error {
    border: 1px solid #da2e21;
    box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }
  .drop-files-wrapper input, .drop-files-wrapper select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .drop-files-wrapper .file-box {
    display: block;
    float: left;
    position: relative;
    width: 126px;
    height: 92px;
    background: #f6f6f6;
    border: 1px solid #c7c7c7;
    border-radius: 1px;
    margin: 2.5px;
    text-align: center; }
    .drop-files-wrapper .file-box.uploaded {
      z-index: 11; }
    .drop-files-wrapper .file-box .button {
      position: absolute;
      top: 0;
      right: 0;
      border: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 3px 5px; }
      .drop-files-wrapper .file-box .button i {
        color: #fff;
        font-size: 16px; }
    .drop-files-wrapper .file-box .svg-file {
      display: block;
      width: 35px;
      height: 35px;
      margin: 10px auto 0; }
  .drop-files-wrapper .file-box-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .drop-files-wrapper .fa-circle-o-notch {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    margin: auto;
    color: #588f36; }
  .drop-files-wrapper.is-dragged {
    border: 1px dashed #6b9d4c;
    box-shadow: 0 0 3px 1px rgba(107, 157, 76, 0.3); }
  .drop-files-wrapper:hover {
    border: 1px solid #6b9d4c; }

.drop-files-wrapper-text {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 45px;
  color: #cdcdcd; }

.file-box-plus {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  stroke: #c7c7c7; }

.drop-files-wrapper-percent-nr, .drop-files-wrapper-percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.drop-files-wrapper-percent-nr {
  width: 100%;
  text-align: center;
  line-height: 90px;
  color: #222; }

.drop-files-wrapper-percent {
  width: 0;
  background: #c0d2b5;
  transition: 0.1s ease-in-out; }

/*-----------------------------------------------------------------------------
    6. UPLOADED-FILE
-----------------------------------------------------------------------------*/
.uploaded-file-wrapper {
  display: inline-block;
  text-align: center;
  margin: 6px 15px; }

.svg-file {
  width: 58px;
  height: 58px; }

.uploaded-file-name,
.uploaded-file-size {
  display: block; }

.uploaded-file-name {
  font-size: 12px;
  padding: 0 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 110px; }

.uploaded-file-size {
  font-size: 11px;
  line-height: 11px;
  color: #9b9b9b; }

.form-error,
.custom-form-error {
  margin: 0 !important; }

.custom-form-error {
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
  display: block; }

/*-----------------------------------------------------------------------------
							              	TABLE OF CONTENTS
-------------------------------------------------------------------------------
    1. CHECKBOX
    2. RADIO
-----------------------------------------------------------------------------*/
.custom-checkbox, .custom-radio {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  background: #fff;
  margin: -3px 2px 0;
  border: 1px solid #979797;
  cursor: pointer;
  transition: .2s;
  vertical-align: middle; }
  .custom-checkbox:after, .custom-radio:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    transition: .2s; }

/*-----------------------------------------------------------------------------
    1. CHECKBOX
-----------------------------------------------------------------------------*/
.custom-checkbox-switch input[type="checkbox"], .custom-checkbox-switch select[type="checkbox"] {
  display: none; }

.custom-checkbox-switch input:checked + .custom-checkbox, .custom-checkbox-switch select:checked + .custom-checkbox {
  background: #799b52;
  border-color: #799b52; }
  .custom-checkbox-switch input:checked + .custom-checkbox:after, .custom-checkbox-switch select:checked + .custom-checkbox:after {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); }

.custom-checkbox-switch input:hover + .custom-checkbox, .custom-checkbox-switch select:hover + .custom-checkbox {
  background: #9b9b9b;
  border-color: #9b9b9b; }

.custom-checkbox-switch input.input-error + .custom-checkbox, .custom-checkbox-switch select.input-error + .custom-checkbox {
  border-color: #da2e21;
  box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }

@media screen and (max-width: 48.06125em) {
  .custom-checkbox-switch {
    float: left;
    margin-right: 5px; } }

.custom-checkbox {
  border-radius: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }
  .custom-checkbox.large {
    width: 20px;
    height: 20px; }
    .custom-checkbox.large:after {
      font-size: 11px;
      margin-top: 1px; }
  .custom-checkbox:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    content: '\f00c';
    font-size: 9px;
    color: #fff; }

/*-----------------------------------------------------------------------------
    2. RADIO
-----------------------------------------------------------------------------*/
.custom-radio-switch input[type="radio"], .custom-radio-switch select[type="radio"] {
  display: none; }

.custom-radio-switch input:checked + .custom-radio, .custom-radio-switch select:checked + .custom-radio {
  background: #799b52;
  border-color: #799b52; }
  .custom-radio-switch input:checked + .custom-radio:after, .custom-radio-switch select:checked + .custom-radio:after {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); }

.custom-radio-switch input:hover + .custom-radio, .custom-radio-switch select:hover + .custom-radio {
  background: #9b9b9b;
  border-color: #9b9b9b; }

.custom-radio-switch input.input-error + .custom-radio, .custom-radio-switch select.input-error + .custom-radio {
  border-color: #da2e21;
  box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }

.custom-radio {
  border-radius: 50%; }
  .custom-radio.large {
    width: 20px;
    height: 20px; }
  .custom-radio:after {
    content: "";
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 50%; }

label {
  display: inline-block; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #4A4A4A;
  width: 166px;
  height: 24px;
  border: 1px solid #979797;
  padding: 5px; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 5px 5px;
  transition: all 0.2s ease-in; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    background: url("../images/select-arrow.svg") no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    right: 10px; }
  .select-styled:hover, .select-styled:active, .select-styled.active {
    background-color: #fff; }
  .select-styled:active:after, .select-styled.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #979797;
  max-height: 300px;
  overflow-y: scroll; }
  .select-options li {
    margin: 0;
    padding: 2px 5px;
    border-bottom: 1px solid #979797;
    transition: all 0.15s ease-in;
    color: #4A4A4A; }
    .select-options li:last-child {
      border: 0; }
    .select-options li:hover {
      color: #4A4A4A;
      background: #d6d5d5; }
    .select-options li[rel="hide"] {
      display: none; }

.datepicker-wrapper {
  position: relative; }

.datepicker-group,
.timepicker-group,
.location-group {
  margin-bottom: 35px; }

.datepicker {
  width: 135px;
  margin-bottom: 0; }

.ui-datepicker {
  display: none;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 99999999999;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  background: #fff;
  border: 1px solid #eee; }
  .ui-datepicker .module-metsakindlustus {
    left: 0;
    top: 0; }
  .ui-datepicker thead,
  .ui-datepicker tbody,
  .ui-datepicker tfoot {
    border: 0;
    background: none; }
  .ui-datepicker tbody tr:nth-child(even) {
    border-bottom: 0;
    background: none; }
  .ui-datepicker thead > tr > th.ui-datepicker-week-end span {
    color: #d94914; }
  .ui-datepicker thead > tr > th > span {
    display: block;
    color: #588f36;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center; }
  .ui-datepicker tbody th,
  .ui-datepicker tbody td {
    padding: 0; }
    .ui-datepicker tbody th:not(.ui-state-disabled) a:hover,
    .ui-datepicker tbody td:not(.ui-state-disabled) a:hover {
      background: #588f36;
      color: #fff; }
    .ui-datepicker tbody th span,
    .ui-datepicker tbody th a,
    .ui-datepicker tbody td span,
    .ui-datepicker tbody td a {
      display: block;
      text-align: center;
      padding: 10px;
      margin: auto; }
      .ui-datepicker tbody th span.ui-state-active,
      .ui-datepicker tbody th a.ui-state-active,
      .ui-datepicker tbody td span.ui-state-active,
      .ui-datepicker tbody td a.ui-state-active {
        background: #93c11a;
        color: #fff; }
  .ui-datepicker tbody td {
    border-bottom: 2px solid #fff;
    background: #f5f5f5; }
    .ui-datepicker tbody td:not(:last-of-type) {
      border-right: 2px solid #fff; }
  .ui-datepicker thead {
    background: none; }
  .ui-datepicker a {
    color: #0a0a0a;
    cursor: pointer;
    text-decoration: none !important; }
    .ui-datepicker a:hover {
      color: #588f36; }
  .ui-datepicker .ui-state-disabled {
    background: #e6e6e6;
    color: #d2d2d2;
    cursor: not-allowed; }

.ui-datepicker-header {
  margin: 0 0 5px; }

.ui-datepicker-title {
  text-align: center;
  font-weight: 700; }

.ui-datepicker-prev:before, .ui-datepicker-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ui-datepicker-prev {
  float: left; }
  .ui-datepicker-prev:before {
    content: "\f053"; }

.ui-datepicker-next {
  float: right; }
  .ui-datepicker-next:before {
    content: "\f054"; }

.ui-datepicker-today {
  background: #ebeff2; }

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  background: none;
  color: #e6e6e6;
  cursor: not-allowed; }

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none; }

.timepicker-wrapper {
  position: relative; }

.ui-timepicker-wrapper {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 10; }

.ui-timepicker-list {
  max-height: 130px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #588f36;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0 0 5px 5px;
  margin: -1px 0 0 5px;
  width: 72px; }
  .ui-timepicker-list li {
    display: block;
    padding: 3px 5px;
    cursor: pointer;
    border-bottom: 1px solid #e4e3e3; }

.ui-datepicker-trigger {
  position: relative;
  background: none;
  border: 0;
  margin: 7px 0 0 -19px;
  padding: 0;
  z-index: 5;
  color: #9B9B9B; }
  @media screen and (max-width: 63.99875em) {
    .ui-datepicker-trigger {
      margin: 7px 0 0 -28px; } }

.button {
  margin: unset; }

/*-----------------------------------------------------------------------------
    COMPONENTS
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
							                 	TABLE OF CONTENTS
-------------------------------------------------------------------------------
	 1. BUTTON
	 2. BUTTON-PRIMARY
   3. ADD-TO-CALENDAR
   4. BUTTON-ALERT
   5. BUTTON-PREV, BUTTON-NEXT
   6. CLOSE-BTN
   7. BUTTON-SIZES
   8. OLD BUTTON CLASSES
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. BUTTON
-----------------------------------------------------------------------------*/
.button.input-error, .button-primary.input-error {
  background: #d94a13;
  border: 1px solid #d0021b;
  box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }
  .button.input-error:hover, .button-primary.input-error:hover {
    background: #ee622c;
    border: 1px solid #d0021b;
    box-shadow: 0 0 5px 0 rgba(218, 46, 33, 0.5); }

.button {
  display: inline-block;
  width: auto;
  background: #f5f5f5;
  color: #394208;
  border: 1px solid #757768;
  border-radius: 2px;
  font-family: inherit;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  cursor: pointer; }
  .button:hover {
    background-color: #fff;
    color: #588f36;
    border-color: #588f36; }

/*-----------------------------------------------------------------------------
    2. BUTTON-PRIMARY
-----------------------------------------------------------------------------*/
.button-primary, .button[type="submit"], .button.submit, .button.primary {
  background-color: #588f36;
  color: #fff;
  border-color: #588f36; }
  .button-primary:hover, .button:hover[type="submit"], .button.submit:hover, .button.primary:hover {
    background-color: #6b9d4c;
    border-color: #6b9d4c;
    color: #fff; }

/*-----------------------------------------------------------------------------
    3. ADD-TO-CALENDAR
-----------------------------------------------------------------------------*/
.add-to-calendar {
  font-size: 18px;
  color: #1badf8;
  vertical-align: top; }
  .add-to-calendar:hover {
    color: #4fc9ff; }

/*-----------------------------------------------------------------------------
    4. BUTTON-ALERT
-----------------------------------------------------------------------------*/
.button-alert {
  background-color: #d94914;
  color: #fff;
  border-color: transparent; }
  .button-alert:hover {
    background-color: #ef4813;
    color: #fff;
    border-color: transparent; }

/*-----------------------------------------------------------------------------
    5. BUTTON-PREV, BUTTON-NEXT
-----------------------------------------------------------------------------*/
.button-prev i,
.button-next i {
  transition: 0.25s ease-out; }

.button-prev:hover i {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px); }

.button-next:hover i {
  -webkit-transform: translateX(2px);
          transform: translateX(2px); }

/*-----------------------------------------------------------------------------
    6. CLOSE-BTN
-----------------------------------------------------------------------------*/
.close-btn {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer; }
  .close-btn::before, .close-btn::after {
    border-radius: 5px; }
  .close-btn::before, .close-btn::after {
    height: 4px;
    margin-top: -2px; }
  .close-btn::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #979797; }
  .close-btn::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #979797;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media screen and (max-width: 48.06125em) {
    .close-btn {
      top: 20px;
      right: 21px;
      width: 21px;
      height: 21px; } }

/*-----------------------------------------------------------------------------
    7. BUTTON-SIZES
-----------------------------------------------------------------------------*/
.button.large {
  font-size: 16px;
  padding: 9px 15px; }

/*-----------------------------------------------------------------------------
    8. OLD BUTTON CLASSES
-----------------------------------------------------------------------------*/
.active .button {
  background-color: #d6d5d5; }

.add-cadastral-identification {
  height: 30px; }

.input-delete {
  display: none; }

.cadastral-clear {
  display: none;
  margin: 0 4px 0 -4px;
  border-radius: 0 2px 2px 0;
  border-color: #979797;
  height: 30px;
  padding: 5px 10px; }
  @media screen and (max-width: 63.99875em) {
    .cadastral-clear {
      height: 36px;
      margin: 0 4px 0 -7px; } }

.input-delete {
  width: 30px;
  height: 30px;
  padding: 0; }
  @media screen and (max-width: 63.99875em) {
    .input-delete {
      padding: 0 !important;
      width: 36px;
      height: 36px; } }

/*-----------------------------------------------------------------------------
							              	TABLE OF CONTENTS
-------------------------------------------------------------------------------
	 1. %CARD
   2. MAIN-CARD
   3. CARD-TABS
   4. CARD-COLORS
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. %CARD
-----------------------------------------------------------------------------*/
/* Regular CARD class conflicts with responsive version*/
.main-card, .card-tabs-content {
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px; }
  .card-primary.main-card, .card-primary.card-tabs-content {
    color: #fff; }
    .card-primary.main-card p, .card-primary.card-tabs-content p,
    .card-primary.main-card li,
    .card-primary.card-tabs-content li {
      color: #fff; }
    .card-primary.main-card .custom-checkbox-switch input:checked + .custom-checkbox, .card-primary.card-tabs-content .custom-checkbox-switch input:checked + .custom-checkbox, .card-primary.main-card .custom-checkbox-switch select:checked + .custom-checkbox, .card-primary.card-tabs-content .custom-checkbox-switch select:checked + .custom-checkbox {
      background: #fff;
      border-color: #fff; }
    .card-primary.main-card .custom-checkbox-switch input:hover + .custom-checkbox, .card-primary.card-tabs-content .custom-checkbox-switch input:hover + .custom-checkbox, .card-primary.main-card .custom-checkbox-switch select:hover + .custom-checkbox, .card-primary.card-tabs-content .custom-checkbox-switch select:hover + .custom-checkbox {
      background-color: #8c8e86;
      border-color: #fff; }
      .card-primary.main-card .custom-checkbox-switch input:hover + .custom-checkbox:after, .card-primary.card-tabs-content .custom-checkbox-switch input:hover + .custom-checkbox:after, .card-primary.main-card .custom-checkbox-switch select:hover + .custom-checkbox:after, .card-primary.card-tabs-content .custom-checkbox-switch select:hover + .custom-checkbox:after {
        color: #fff; }
    .card-primary.main-card .custom-checkbox:after, .card-primary.card-tabs-content .custom-checkbox:after {
      color: #799b52; }
  .main-card .row, .card-tabs-content .row {
    margin: 5px -5px; }
  @media screen and (max-width: 63.99875em) {
    .main-card .row, .card-tabs-content .row {
      margin: 10px -5px; } }

/*-----------------------------------------------------------------------------
    2. MAIN-CARD
-----------------------------------------------------------------------------*/
.main-card {
  background-color: #f6f6f6;
  border: 1px solid #eee; }
  .main-card .columns {
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (max-width: 48.06125em) {
      .main-card .columns {
        text-align: left; } }
  .main-card .button {
    vertical-align: top; }
  @media print, screen and (min-width: 64em) {
    .main-card.card-success, .main-card.card-warning, .main-card.card-alert {
      line-height: 16px; }
      .main-card.card-success a,
      .main-card.card-success p, .main-card.card-warning a,
      .main-card.card-warning p, .main-card.card-alert a,
      .main-card.card-alert p {
        line-height: 16px; }
      .main-card.card-success .row, .main-card.card-warning .row, .main-card.card-alert .row {
        margin: 0; } }
  @media screen and (max-width: 74.99875em) {
    .main-card.card-success .ml-10, .main-card.card-warning .ml-10, .main-card.card-alert .ml-10 {
      margin-left: 0; }
    .main-card.card-success .fa-big, .main-card.card-warning .fa-big, .main-card.card-alert .fa-big {
      text-align: left; } }
  .main-card.card-success .button, .main-card.card-warning .button, .main-card.card-alert .button {
    width: 132px; }
  .main-card.card-success {
    background-color: #dae5d4; }
  .main-card.card-warning {
    background-color: #f3f0c8; }
    .main-card.card-warning .fa-big {
      color: #f5a623; }
  .main-card.card-alert {
    background-color: #f1dcd7; }
    .main-card.card-alert .fa-big {
      color: #d94a14; }
  .main-card .vat-added-text {
    line-height: 1.2;
    color: #555;
    font-size: 11px;
    display: inline-block;
    margin-top: -5px; }

.main-card-heading {
  font-size: 18px;
  font-weight: normal;
  color: #53912f;
  margin: 0; }

.module-soovin_muugiteenust .main-card {
  padding: 15px 0 15px 15px; }

/*-----------------------------------------------------------------------------
    3. CARD-TABS
-----------------------------------------------------------------------------*/
.card-tabs .row {
  margin: 0 -5px; }

.card-tabs-tab {
  display: inline-block;
  padding: 7px 15px 12px;
  margin-bottom: -5px;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  font-size: 16px;
  transition: border-color, background 0.1s ease-in-out;
  cursor: pointer; }
  .card-tabs-tab:hover {
    border-color: #6b9d4c;
    background: rgba(107, 157, 76, 0.2); }
  .card-tabs-tab.active {
    background: #6b9d4d;
    color: #fff; }

.card-tabs-content {
  padding: 35px;
  min-height: 140px; }

/*-----------------------------------------------------------------------------
    4. CARD COLORS
-----------------------------------------------------------------------------*/
.card-primary {
  background: #6b9d4d; }

/*-----------------------------------------------------------------------------
    4. AUCTION CARD
-----------------------------------------------------------------------------*/
.card {
  text-align: left;
  font-size: 11px;
  cursor: pointer;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  margin: 5px 5px;
  height: auto;
  width: 100%;
  max-width: 200px; }
  .card.ended {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  .card a, .card a:not(.button) {
    text-decoration: none !important; }
  .card.addnew {
    transition: 0.25s ease-out;
    opacity: 1;
    text-decoration: none !important; }
    .card.addnew:hover {
      opacity: 0.5; }
    .card.addnew svg {
      stroke: #c7c7c7;
      margin: auto;
      width: 50%; }
    .card.addnew span {
      margin: auto;
      color: #c7c7c7;
      font-size: 18px;
      line-height: 20px;
      text-align: center; }
  .card.vaata-veel {
    font-size: inherit; }

.card-image {
  min-height: 7rem;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-color: #EAF3D9;
  background-repeat: no-repeat;
  background-origin: content-box; }
  .card-image.background-30 {
    background-size: 30%; }
  .card-image.background-cover {
    background-size: cover; }

.card-section h3 {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem; }

.card-section span {
  display: block;
  white-space: nowrap; }

.map-section .card-image {
  min-height: 80px;
  padding: 10px; }

.map-section .logo-slide-card .card {
  transition: 0.1s;
  position: relative;
  max-height: 200px;
  border: 2px solid transparent; }
  .map-section .logo-slide-card .card .close-map {
    position: absolute;
    display: none;
    top: 5px;
    right: 5px; }
  .map-section .logo-slide-card .card.active {
    border: 2px solid #588f36; }
    .map-section .logo-slide-card .card.active .close-map {
      display: block; }

.map-section .logo-slide-card .card-image {
  min-height: 7rem;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.map-section .logo-slide-card .card-section {
  background-color: #EAF3D9;
  padding: 0;
  text-align: center; }

.map-section .card {
  max-width: 450px; }

.tooltip-trigger-wrapper, .popup .tooltip-trigger-wrapper {
  display: block;
  position: relative;
  padding-right: 22px;
  /*@include breakpoint(small only) {
    max-width: 95%;
  }*/ }
  @media print, screen and (min-width: 64em) {
    .tooltip-trigger-wrapper b, .popup .tooltip-trigger-wrapper b {
      position: absolute;
      top: 3px;
      right: 13px; } }
  .tooltip-trigger-wrapper .button, .popup .tooltip-trigger-wrapper .button {
    display: none;
    position: absolute !important;
    right: 0 !important;
    top: 20px !important;
    z-index: 155 !important;
    padding: 7px !important;
    /*background: #dcddd5; */
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 15px 0 0 !important;
    font-size: 15px !important; }
    @media screen and (max-width: 48.06125em) {
      .tooltip-trigger-wrapper .button, .popup .tooltip-trigger-wrapper .button {
        right: unset !important;
        left: 0 !important;
        border-radius: 5px 5px 0 0 !important;
        background: #dcddd5 !important; } }

@media screen and (max-width: 48.06125em) {
  .packet-description .tooltip-trigger-wrapper {
    max-width: 100%; } }

.tooltip-trigger {
  font-size: 17px;
  cursor: pointer; }
  @media print, screen and (min-width: 64em) {
    .tooltip-trigger {
      position: absolute;
      top: 5px;
      right: 2px;
      font-size: 14px; } }

@media print, screen and (min-width: 64em) {
  b + .tooltip-trigger {
    right: 0; } }

.tooltip {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  background: #dcddd5;
  color: #000;
  padding: 1rem;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.3;
  width: 200px;
  max-height: 300px;
  overflow-y: auto;
  text-align: left;
  transition: 0.25s ease-in-out;
  z-index: 150;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  max-width: 20rem !important; }
  .tooltip.large {
    width: 350px; }
    @media screen and (max-width: 28.125em) {
      .tooltip.large {
        width: 240px; } }
    .packet-description .tooltip.large {
      width: 100%; }
  .tooltip.large-font p {
    font-size: 16px;
    line-height: 1.3; }
  .tooltip a {
    text-decoration: underline !important; }
  @media screen and (max-width: 48.06125em) {
    .tooltip {
      right: unset;
      top: 20px;
      left: 0;
      padding: 30px 10px 14px;
      max-height: none; } }
  .tooltip p {
    margin: 0 0 5px; }
    .tooltip p:last-child, .tooltip p:only-child {
      margin-bottom: 0; }

.popup-overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999; }
  @media print, screen and (min-width: 48.0625em) {
    .popup-overlay.popup-overlay-locked {
      position: absolute;
      background: rgba(255, 255, 255, 0.8); } }
  @media screen and (max-width: 48.06125em) {
    .popup-overlay {
      position: fixed; } }

.login-modal h3 {
  padding: 0; }

.popup {
  max-height: 90%;
  overflow-y: auto;
  position: fixed !important;
  z-index: 99999999999;
  width: 450px;
  max-width: 100%;
  padding: 30px 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
  background: #F6F6F6;
  text-align: center;
  box-shadow: 0 12px 54px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px; }
  @media print, screen and (min-width: 48.0625em) {
    .popup.popup-large {
      width: 610px; } }
  @media screen and (max-width: 48.06125em) {
    .popup {
      width: 100%;
      margin: auto;
      left: 0;
      right: 0;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
      top: 0;
      height: 100%;
      border-radius: 0; } }
  .popup h3 {
    padding: 1rem 0 0 .5rem; }
  .popup input[type="text"], .popup select[type="text"] {
    margin-right: 2px;
    display: inline-block;
    width: 140px; }
  .popup input[type="button"], .popup select[type="button"] {
    display: inline-block;
    min-width: 45px;
    width: auto;
    top: 0px;
    position: relative; }
  .popup textarea {
    resize: vertical; }
  .popup .button {
    display: inline-block;
    min-width: 45px;
    width: auto;
    top: 0px;
    position: relative; }

.login-item .enter-banklink {
  margin-top: 20px; }

#mobile-for-id {
  width: 200px; }

.popup-container {
  position: absolute;
  background: #f0f0f0;
  border: 1px solid #dadada;
  padding: 20px 10px;
  border-radius: 5px;
  margin-top: 10px; }

.popup-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  font-size: 12px; }
  .popup-table td {
    padding: 2px 5px;
    border-top: 1px solid #dadada;
    border-left: 1px solid transparent; }
  .popup-table th {
    padding: 2px 5px;
    background: #dadada;
    border-left: 1px solid #f0f0f0; }

.popup-close {
  position: absolute;
  background: none;
  height: 5px;
  top: -1px;
  right: -1px;
  border-radius: 10px;
  padding: 5px;
  width: 10px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #222222; }

#spinner-wrapper {
  background-color: #F5F5F5;
  border: 1px solid #81AD66;
  border-radius: 5px;
  height: 200px;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  opacity: 0.9;
  position: fixed;
  top: 50%;
  width: 200px;
  z-index: 2000000001; }

#mobile-id {
  background: #ddd;
  padding: 10px 20px 20px;
  margin: 0 -40px 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4); }
  #mobile-id h3 {
    margin-bottom: 0; }
  @media screen and (max-width: 48.06125em) {
    #mobile-id {
      padding: 35px 0 20px; } }

.popup-heading {
  font-size: 16px;
  font-weight: 700;
  color: #588f36;
  text-align: left;
  margin: 0 0 15px; }

.popup-content {
  text-align: left; }

.popup-agreement-text {
  font-size: 12px;
  line-height: 14px;
  margin: 0; }

/*-----------------------------------------------------------------------------
    1. PACKETS
-----------------------------------------------------------------------------*/
.packet {
  border: 1px solid #eee;
  padding: 15px;
  background: #f5f5f5;
  /*margin-left: 30px !important;*/ }

.packets-headline {
  font-size: 18px;
  margin-bottom: 8px;
  color: #6b9d4d; }

.packets-intro {
  font-size: 16px;
  margin: 3px 0 8px; }

.packets-container {
  border: 1px solid #eee;
  margin-bottom: 4px;
  padding-bottom: 15px; }

.packets-most-popular h3 {
  background-color: #6b9d4d;
  text-align: center;
  margin: 10px 5px 0;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; }

.packets-block .packet-headline {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  margin: 0 5px;
  padding: 19.5px 10px;
  transition: all .4s ease;
  text-transform: uppercase;
  color: #222; }
  @media screen and (max-width: 48.06125em) {
    .packets-block .packet-headline {
      background: #fff; } }

.row.packets-buttons {
  margin: 0 0 5px;
  border-top: 1px solid #eee;
  padding-top: 10px; }

.packet-buttons {
  margin-bottom: 20px; }

.columns.col-packets-block-bg {
  padding: 0 5px; }
  .columns.col-packets-block-bg .packet-headline {
    margin: 0; }

.packets-most-popular .packets-block-bg-header {
  margin: 5px 5px 0; }

.packets-block-bg {
  position: relative;
  height: 220px;
  border: 1px solid #ddd; }

.col-packets-block-bg table {
  width: 100%; }

.open-map-input {
  margin: 0 5px 5px 0; }

.packets-block-bg-v1 {
  background: url(../images/map-free.jpg) no-repeat center/cover; }
  @media screen and (max-width: 48.06125em) {
    .packets-block-bg-v1 {
      display: none; } }

.packets-block-bg-v2 {
  background: url(../images/map-pay.jpg) no-repeat center/cover; }
  @media screen and (max-width: 48.06125em) {
    .packets-block-bg-v2 {
      display: none; } }

.col-packets-block-bg .packet-description {
  margin: 0 0 5px; }

.col-packets-block-bg .row-green {
  overflow: hidden;
  margin: 16px 0 5px; }
  .col-packets-block-bg .row-green .tab-white {
    padding: 25px 10px; }
  .col-packets-block-bg .row-green img {
    width: 90px; }

.col-packets-block-bg .tab-white .bank-links {
  height: auto; }

.total-with-km {
  font-size: 18px; }

.packet-description-short {
  background: #F5F5F5;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin: 0 5px; }
  @media screen and (max-width: 48.06125em) {
    .packet-description-short {
      margin: 0;
      background: #fff; } }
  .packet-description-short p {
    text-align: left !important; }
  .packet-description-short p:last-child {
    margin-bottom: 0; }

.packet-description,
.packet {
  position: relative;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 0 10px; }
  @media screen and (max-width: 48.06125em) {
    .packet-description,
    .packet {
      background: #fff; } }
  .packet-description tr td,
  .packet tr td {
    padding: 5px 0;
    vertical-align: top; }
  .packet-description tr + tr td,
  .packet tr + tr td {
    border-top: 1px solid #ddd; }
  .packet-description.taisteenuspakett,
  .packet.taisteenuspakett {
    border: 1px solid #e0e0e0; }

.packet-selection {
  display: block;
  margin: 10px 0 20px; }

.submit-soovin-myya-container {
  text-align: center;
  margin: 2rem 0 2rem; }

.submit-soovin-myya {
  display: inline-block;
  margin: auto;
  padding: .8rem 4rem;
  font-size: 1.5rem; }

.contact-form-intro {
  margin-top: 3rem; }

.rmk-text {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px; }

@media screen and (max-width: 74.99875em) {
  .packets-block .columns {
    margin: 10px 0; } }

@media screen and (max-width: 48.06125em) {
  .packets-block .packet-headline {
    margin: 0;
    color: #000; }
  .packets-most-popular h3 {
    margin: 0; } }

.packet-description-footer {
  position: relative;
  min-height: 133px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  margin: 0 -1rem;
  /*&:after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: calc(100% + 20px);
        height: 1px;
        border-top: 1px solid $main-border-color;
    }*/ }
  .packet-description-footer h4 {
    margin: 10px 0 5px; }

.no-price {
  padding: 68px 0; }

.price-list {
  padding: 25px 0;
  cursor: pointer; }
  .price-list:hover {
    background: #f1f1f1; }
  .price-list.active-price {
    background: #E8E8E8; }
    .price-list.active-price:hover {
      background: #e1e1e1; }

.red-text {
  color: #D94A13;
  height: 20px;
  line-height: 0.5; }

.price-select {
  display: block; }

.packet-description-month {
  font-weight: 700; }

.active-price {
  background: #E8E8E8; }

.packet-description-price {
  display: block;
  color: #588f36;
  line-height: 14px;
  margin-top: 5px; }
  .packet-description-price b {
    font-size: 22px; }
    @media screen and (min-width: 48.0625em) and (max-width: 63.99875em) {
      .packet-description-price b {
        font-size: 18px; } }

.packet-descripton-vs {
  display: block;
  margin-top: 20px;
  color: #ccc; }

.packet-description-full-price {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #9b9b9b; }

.three-layout .packet-description-price b {
  display: block; }

.three-layout .packet-descripton-vs {
  position: absolute;
  top: 67px;
  left: 100%;
  margin-left: -10px;
  z-index: 999; }

.three-layout .packet-description-full-price .vat {
  display: block; }

.map-technical-requirements {
  border: 1px solid #eee;
  margin: 0;
  padding: 15px;
  text-align: center;
  font-size: 14px; }
  .map-technical-requirements a {
    text-decoration: underline !important; }
  .map-technical-requirements a::before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-size: 16px;
    color: #555; }

/*-----------------------------------------------------------------------------
							                 	TABLE OF CONTENTS
-------------------------------------------------------------------------------
  1. BIG-AUCTION-BLOCK
  2. BIG-ICON-WRAPPER
  3. ICON-WRAPPER
  4. PRICE-RISE
  5. BIG-AUCTION-BLOCK-USER
  6. BIG-AUCTION-BLOCK-ADD
  7. BIG-AUCTION-BLOCK-STATUS
  8. RESPONSIVE SPECIFIC
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  1. BIG-AUCTION-BLOCK
-----------------------------------------------------------------------------*/
.big-auction-block-wrapper {
  /*width: 770px;*/
  /*max-width: 100%;
  margin: auto;*/ }

.big-auction-block {
  width: 143px;
  margin: 5px;
  padding: 5px 5px 3px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  text-align: left;
  font-size: 11px;
  cursor: pointer; }
  .big-auction-block.auction-ended {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.3; }
  .big-auction-block.auction-deactivated {
    opacity: 0.6; }

/*-----------------------------------------------------------------------------
  2. BIG-ICON-WRAPPER
-----------------------------------------------------------------------------*/
.big-icon-wrapper {
  display: block;
  position: relative; }
  .big-icon-wrapper:before, .big-icon-wrapper:after {
    content: "";
    position: absolute; }
  .big-icon-wrapper:before {
    top: 0;
    left: 0;
    width: 124px;
    height: 90px;
    background: url(../images/big-icon-glow.png) no-repeat 0 0;
    z-index: 100; }
  .big-icon-wrapper:after {
    position: absolute;
    right: 9px;
    bottom: -5px;
    width: 105px;
    height: 8px;
    background: url(../images/big-icon-shadow.png) no-repeat left bottom;
    z-index: 10;
    display: none; }
  .big-icon-wrapper img {
    width: 100%; }

.big-auction-block-other {
  position: absolute;
  right: 0;
  top: 0;
  align-items: center; }
  .big-auction-block-other img {
    vertical-align: top;
    width: unset;
    padding: 5px;
    height: 22px; }
    .big-auction-block-other img.city24-icon {
      background-color: #FFAD06; }
    .big-auction-block-other img.kv-icon {
      background: white; }
  .big-auction-block-other i {
    height: 22px;
    padding: 5px;
    color: white; }
    .big-auction-block-other i.city24-icon {
      background-color: #FF8802; }
    .big-auction-block-other i.kv-icon {
      background: #4D5E87; }

/*-----------------------------------------------------------------------------
  3. ICON-WRAPPER
-----------------------------------------------------------------------------*/
.icon-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  height: 98px;
  z-index: 50; }

.wide-icons {
  padding-right: 0; }

.wide-icons .big-auction-block,
.avaleht_oksjonid_content .big-auction-block,
.big-auction-block-wrapper .big-auction-block {
  width: 146px;
  margin: 0 20px 20px 0;
  padding: 10px 10px 5px; }

.wide-icons .big-auction-link,
.avaleht_oksjonid_content .big-auction-link,
.big-auction-block-wrapper .big-auction-link {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 60px;
  line-height: normal;
  overflow: hidden; }

.big-auction-parish {
  display: block;
  font-weight: normal;
  margin-top: 2px; }

.wide-icons .big-auction-description,
.avaleht_oksjonid_content .big-auction-description,
.big-auction-block-wrapper .big-auction-description {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 0; }

.big-auction-link {
  display: block;
  margin: 10px -5px 0;
  padding: 1px 5px 3px;
  font-weight: 700;
  border-bottom: 1px solid #bfbfbf;
  min-height: 49px;
  line-height: 14px; }

.look-link {
  display: block;
  color: #588f36;
  margin-top: 3px; }
  .look-link:hover {
    color: #bbb; }
  @media screen and (max-width: 48.06125em) {
    .look-link {
      background: #588f36;
      color: #fff;
      padding: 8px;
      margin: 10px -5px -5px;
      /*10px -10px -5px ei toimi mob kuulutused lehe puhul */
      width: calc(100% + 10px);
      font-size: 14px;
      border-radius: 0 0 5px 5px; } }

.big-auction-description {
  background: linear-gradient(to bottom, #efefef 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-top: 1px solid #fff;
  margin: 0 -5px;
  padding: 2px 0 0 5px;
  line-height: 1.4;
  font-size: 10px; }
  @media screen and (max-width: 48.06125em) {
    .big-auction-description {
      padding: 7px 5px 0; } }

/*-----------------------------------------------------------------------------
  4. PRICE-RISE
-----------------------------------------------------------------------------*/
.auctions.price-rise {
  height: 230px; }

.module-avaleht .price-rise .big-auction-block {
  width: 199px;
  padding: 10px 13px 5px; }
  .module-avaleht .price-rise .big-auction-block .big-auction-link {
    margin: 10px -13px 0;
    padding: 1px 13px 3px; }
  .module-avaleht .price-rise .big-auction-block .big-auction-description {
    margin: 0 -13px;
    padding: 2px 0 0 13px; }

.price-rise {
  clear: both; }
  .price-rise .icon-wrapper {
    width: 172px;
    height: 124px; }

.price-rise .big-icon-wrapper:before {
  content: none; }

.price-rise .big-icon-wrapper:after {
  bottom: -3px; }

.price-rise .icon-wrapper img {
  width: 172px;
  height: auto; }

.price-rise .icon-price-rise {
  width: 172px; }
  .price-rise .icon-price-rise .rise-percentage {
    display: block;
    font-size: 21px;
    margin-top: 5px;
    color: #ca350f; }

.icon-price-rise {
  width: 124px;
  height: 124px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  color: #ca350f;
  line-height: 1.5em;
  padding: 4px 6px; }

/*-----------------------------------------------------------------------------
  5. BIG-AUCTION-BLOCK-USER
-----------------------------------------------------------------------------*/
.big-auction-block-user {
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #588f36;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .big-auction-block-user.exclusive {
    background: #d94a14;
    color: #fff; }
  .big-auction-block-user img {
    height: 100%;
    text-align: center;
    display: inline-block; }

/*-----------------------------------------------------------------------------
  6. BIG-AUCTION-BLOCK-ADD
-----------------------------------------------------------------------------*/
.big-auction-block-add {
  background: #f6f6f6;
  text-align: center;
  transition: 0.25s ease-out; }
  .big-auction-block-add svg,
  .big-auction-block-add span {
    transition: 0.25s ease-out; }
  .big-auction-block-add svg {
    display: block;
    width: 60px;
    height: 60px;
    margin: 58px auto 0;
    stroke: #c7c7c7; }
  .big-auction-block-add span {
    display: block;
    color: #c7c7c7;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 15px auto 42px; }
  .big-auction-block-add:hover {
    background: #588f36;
    border-color: #588f36; }
    .big-auction-block-add:hover svg {
      stroke: #fff; }
    .big-auction-block-add:hover span {
      color: #fff; }

/*-----------------------------------------------------------------------------
  7. BIG-AUCTION-BLOCK-STATUS
-----------------------------------------------------------------------------*/
.big-auction-block-status {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 10px);
  opacity: 0.9;
  padding: 2px 5px;
  background-color: #d94914;
  font-size: 10px;
  color: #fff; }

.big-auction-block-status-winner {
  background: #588f36; }

.wide-icons .big-auction-block-status,
.avaleht_oksjonid_content .big-auction-block-status {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px); }

/*-----------------------------------------------------------------------------
  8. RESPONSIVE SPECIFIC
-----------------------------------------------------------------------------*/
.slick-mobile-large-wrapper .icon-wrapper {
  width: auto;
  height: auto; }

/*-----------------------------------------------------------------------------
							                 	TABLE OF CONTENTS
-------------------------------------------------------------------------------
	 1. TABLE SUPPORT CLASSES
	 2. TABLE
   3. OLD TABLE STYLES
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. TABLE SUPPORT CLASSES
-----------------------------------------------------------------------------*/
.table-wrapper {
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 5px; }
  .table-wrapper.table-wrapper-secondary {
    background: #f6ebeb;
    border-color: #ede0e0; }
    .table-wrapper.table-wrapper-secondary .table thead tr {
      border-color: #d6c6c6; }
    .table-wrapper.table-wrapper-secondary .table tbody tr {
      border-color: #ece3e3; }

@media screen and (max-width: 48.06125em) {
  .table-scroll {
    overflow-x: auto; }
  .table-rotate {
    position: relative; }
    .table-rotate:after {
      content: "";
      position: absolute;
      top: -40px;
      right: 0;
      width: 30px;
      height: 30px;
      background: url(../images/tabel-rotate.svg) no-repeat left/contain;
      z-index: 1; } }
    @media screen and (max-width: 48.06125em) and (orientation: landscape) {
      .table-rotate:after {
        content: none; } }

/*-----------------------------------------------------------------------------
    2. TABLE
-----------------------------------------------------------------------------*/
.table thead th.text-center, .table td.text-center {
  text-align: center; }

.table thead th.text-left, .table td.text-left {
  text-align: left; }

.table thead tr {
  border-bottom: 1px solid #cecece; }

.table thead th {
  width: 170px;
  padding: 8px 15px;
  font-size: 11px;
  font-font-weight: 700;
  line-height: 15px;
  text-align: right;
  vertical-align: bottom; }
  .table thead th:first-of-type {
    text-align: left; }

.table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #eee; }

.table td {
  padding: 8px 15px;
  text-align: right; }
  .table td:first-of-type {
    text-align: left; }

/*-----------------------------------------------------------------------------
    3. OLD TABLE STYLES
-----------------------------------------------------------------------------*/
td[colspan="2"] h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 0; }

.default-table td {
  padding: 10px; }

.auction-table {
  margin: 0 0 10px;
  text-align: left; }
  .auction-table .first td {
    background: #d6dcbd; }
  .auction-table td {
    padding: 3px;
    vertical-align: middle;
    border-bottom: 1px solid #bdbdbd; }
    .auction-table td.first {
      width: 120px; }
    .auction-table td.wide {
      width: 130px;
      color: #788E00; }
    .auction-table td.thin {
      width: 120px; }
    .auction-table td.last {
      text-align: right;
      padding-right: 10px; }
  .auction-table a {
    text-decoration: underline; }
  .auction-table .kinnistud {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #0a0a0a;
    border-radius: 50%; }
  .auction-table .metsamaterjal {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #9f712f;
    border-radius: 50%; }
  .auction-table .kasvav-mets {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #5b9139;
    border-radius: 50%; }

.location-table {
  margin: 10px 0;
  width: 320px;
  border: 1px solid #bbbbbb; }
  .location-table td {
    padding: 10px;
    border-bottom: 1px solid #bbbbbb; }
  .location-table .first td {
    background: #cccccc; }
  .location-table .last td {
    border-bottom: none; }

.incoterm-table .button {
  padding: 5px; }
  .incoterm-table .button.shorter {
    margin-bottom: 3px;
    width: auto; }
  .incoterm-table .button.normal {
    width: auto; }

.kulud-wrapper {
  color: #c7cfde; }
  .kulud-wrapper strong {
    color: #c7cfde; }
  .kulud-wrapper td {
    color: #c7cfde; }

.kulud-table,
.muud-kulud-table {
  border-collapse: collapse;
  border-spacing: 0; }

.kulud-table td {
  padding: 2px 5px;
  color: #c7cfde;
  /*border-bottom: 1px solid #a1a67d;*/ }
  .kulud-table td + td {
    text-align: right; }

.kulud-table .total td {
  border-bottom: none;
  font-weight: bold; }

.kulud-table .total .name {
  width: 80px; }

.offer-price {
  font-weight: bold;
  font-size: 16px; }

.muud-kulud-table td {
  padding: 2px 5px; }
  .muud-kulud-table td + td {
    text-align: right; }

.muud-kulud-table .text-left {
  text-align: left; }

.muud-kulud-table .text-right {
  text-align: right; }

.last-row td {
  border: none; }

.make-offer-table,
.data-offer-table {
  margin-top: 5px; }

.auction-table-new {
  -layout: auto; }
  .auction-table-new tr td:first-child {
    text-align: left; }

.table-headline {
  padding-left: 0;
  padding-right: 0;
  background: #fff; }

.table-subtitle {
  font-size: 11px !important; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 998; }
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 6px;
    /* Image border */
    border: 4px solid #fff; }
    @media screen and (max-width: 51.25em) {
      .lightbox .lb-image {
        width: 100% !important;
        height: auto !important;
        margin: auto; } }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 12px 54px 0 rgba(0, 0, 0, 0.3); }
  .lb-outerContainer::before, .lb-outerContainer::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .lb-outerContainer::after {
    clear: both; }
  @media screen and (max-width: 51.25em) {
    .lb-outerContainer {
      width: 85% !important;
      height: auto !important; } }

.lb-loader,
.lb-cancel,
.lb-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.lb-cancel {
  display: block;
  text-align: center; }
  .lb-cancel i {
    color: #588f36;
    font-size: 48px; }

.lb-prev,
.lb-next, .lb-close {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  display: block;
  width: 45px;
  height: 45px;
  padding: 5px;
  background: #f5f5f5;
  color: #394208;
  border: 1px solid #757768;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition: color 0.25s ease-out; }
  .lb-prev:hover,
  .lb-next:hover, .lb-close:hover {
    color: #588f36; }

.lb-nav {
  z-index: 10; }
  .lb-nav a.lb-prev {
    left: 10px; }
    .lb-nav a.lb-prev:before {
      display: block;
      margin-left: -4px;
      content: \f053; }
  .lb-nav a.lb-next {
    right: 10px; }
    .lb-nav a.lb-next:before {
      display: block;
      margin-right: -4px;
      content: \f054; }

.lb-prev,
.lb-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  line-height: 38px; }

.lb-close {
  font-size: 35px;
  line-height: 28px;
  float: right;
  margin: 10px;
  text-align: center; }
  .lb-close:before {
    margin-right: -3px;
    content: "\00d7"; }

.lb-dataContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  *zoom: 1;
  z-index: 10; }
  .lb-dataContainer::before, .lb-dataContainer::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .lb-dataContainer::after {
    clear: both; }

.lb-caption,
.lb-number {
  display: none !important; }

/*-----------------------------------------------------------------------------
							                 	TABLE OF CONTENTS
-------------------------------------------------------------------------------
  1. MODAL
  2. TIMEOUT
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  1. MODAL
-----------------------------------------------------------------------------*/
.modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 42px 35px;
  background: #fff;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 832px;
  z-index: 99999999999;
  overflow: hidden; }
  .modal.eagent-modal {
    top: 40%; }
  .modal .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: 0;
    cursor: pointer;
    color: #979797;
    font-size: 42px; }
    .modal .modal-close .fa-close-thin:before {
      content: "\00d7"; }
  .modal .disclaimer .fa {
    display: block;
    font-size: 58px;
    margin: -5px 10px 5px;
    color: #e6e6e6; }
  @media screen and (max-width: 48.06125em) {
    .modal {
      width: 90%; } }

.modal-overlay {
  display: none;
  z-index: 9999999999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3); }

/*-----------------------------------------------------------------------------
  2. TIMEOUT
-----------------------------------------------------------------------------*/
.timeout {
  width: 580px;
  position: fixed; }
  .timeout p {
    margin: -5px 0 0 15px; }
  .timeout .big-font {
    display: block;
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 1; }
    .timeout .big-font.smaller {
      font-size: 21px; }
  .timeout .timeout-buttons {
    margin-top: 20px; }
    .timeout .timeout-buttons .button {
      padding: 10px 20px;
      width: 90px;
      margin: 2px; }
  @media screen and (max-width: 48.06125em) {
    .timeout {
      width: 90%; }
      .timeout .disclaimer .fa {
        display: none; } }

.eagent-modal {
  width: 580px; }
  .eagent-modal p {
    margin: -5px 0 0 15px; }
  .eagent-modal .big-font {
    display: block;
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 1; }
    .eagent-modal .big-font.smaller {
      font-size: 21px; }
  .eagent-modal .eagent-buttons {
    margin-top: 20px; }
    .eagent-modal .eagent-buttons .button {
      background: #588f36;
      padding: 10px 20px;
      margin: 2px; }
  @media screen and (max-width: 48.06125em) {
    .eagent-modal {
      width: 90%; }
      .eagent-modal .disclaimer .fa {
        display: none; } }

/*body.has-sidebanner {

  &, &.sidebanner-160 {
    .banner-topbanner, .main-wrapper, footer {
      width: 1170px;
    }
    .banner-sidebanner {
      width: 160px;
    }
  }

  &.sidebanner-300 {
    .banner-topbanner, .main-wrapper, footer {
      width: 1310px;
    }
    .banner-sidebanner {
      width: 300px;
    }
  }
}*/
.small-bannner {
  margin: 0;
  padding: 0px 5px; }
  .small-bannner a {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    height: 100%;
    margin: 0; }

.banner-topbanner {
  position: relative;
  margin: 5px auto; }
  .banner-topbanner a {
    margin: 0;
    line-height: 0; }
    .banner-topbanner a.top-banner-1170 {
      width: 1000px; }
    .banner-topbanner a.top-banner-1000 {
      width: 1000px; }
    .banner-topbanner a.top-right-banner-300 {
      width: 300px; }
    .banner-topbanner a.top-right-banner-160 {
      width: 160px; }
  .banner-topbanner::after {
    display: block;
    content: "";
    clear: both; }
  @media screen and (max-width: 48.06125em) {
    .banner-topbanner {
      display: none; } }

.banner-sidebanner {
  position: relative;
  padding: 0 5px; }
  .banner-sidebanner a {
    display: block; }
  .banner-sidebanner img {
    margin-bottom: 10px; }

.banner-mainbanner iframe {
  border: none;
  overflow: hidden;
  margin: 25px auto; }

.banner-mobilebanner a {
  margin: 25px auto; }

.banner-mobilebanner iframe {
  border: none;
  overflow: hidden;
  margin: 25px auto; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.show-for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0); }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 2px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  margin: auto; }

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.4rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 2px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: ''; }

input:checked ~ .switch-paddle::after, select:checked ~ .switch-paddle::after {
  left: 2.25rem; }

input:checked ~ .switch-paddle, select:checked ~ .switch-paddle {
  background: #588f36; }

.pill {
  display: inline-block;
  line-height: normal;
  border-radius: 20px;
  margin: 0 .5rem;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px; }
  .pill.danger {
    color: #fff;
    background-color: #D94A13; }
  .pill.white {
    background-color: #fff;
    color: #588F36; }
  .pill.darkergreen {
    color: #fff; }

.maintenance-message {
  padding: 2rem;
  background: #f1f194;
  border: 1px solid #caca09;
  text-align: center;
  font-size: 16px;
  color: #505000;
  margin: 1rem; }

.tab-menu {
  margin: 20px 0;
  padding: 0 20px;
  border-bottom: 1px solid #979797; }
  @media print, screen and (min-width: 64em) {
    .tab-menu {
      height: 3.2rem; } }
  .tab-menu .tab-item {
    border-radius: 5px 5px 0 0;
    padding: 10px;
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    margin: 0 5px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .tab-menu .tab-item.active {
      border-right: 1px solid #979797;
      border-left: 1px solid #979797;
      border-top: 1px solid #979797;
      border-bottom: 1px solid #fff;
      margin-bottom: -1px;
      background: #e6e6e6;
      cursor: pointer; }
      .tab-menu .tab-item.active:hover {
        border-bottom: 1px solid #ccc; }
    .tab-menu .tab-item:hover {
      cursor: pointer;
      background: #ccc; }
    .tab-menu .tab-item .pill {
      margin-right: 0; }
  @media screen and (max-width: 48.06125em) {
    .tab-menu {
      border: 1px solid #979797;
      border-radius: 5px;
      padding: 0; }
      .tab-menu .tab-item {
        border-radius: 0;
        padding: 10px 0;
        background: #fff;
        font-weight: 700;
        text-transform: uppercase;
        transition: 0.5s;
        margin: 0 0 -1px 0;
        background: transparent;
        border-right: none;
        border-left: none;
        border-top: none;
        border-bottom: 1px solid #979797;
        text-align: center;
        flex: 100%; }
        .tab-menu .tab-item.active {
          border-right: none;
          border-left: none;
          border-top: none;
          border-bottom: 1px solid #979797;
          margin-bottom: -1px;
          cursor: pointer; }
          .tab-menu .tab-item.active:hover, .tab-menu .tab-item.active:active {
            background: #ccc; } }

@media screen and (max-width: 48.06125em) {
  .card {
    max-width: 45%; } }

#tab {
  padding: 15px;
  min-height: 70vh;
  align-content: baseline; }
  #tab .front-item-row {
    height: 280px;
    overflow: hidden; }
    #tab .front-item-row .card {
      width: 200px;
      margin-bottom: 20rem;
      min-height: 235px; }
    #tab .front-item-row .vaata-veel span {
      margin: auto !important; }
  #tab .front-view .front-title {
    width: 100%;
    border-bottom: 1px solid #979797;
    color: #CECECE;
    font-size: 28px;
    margin-bottom: 15px;
    transition: 0.5s;
    opacity: 1;
    text-decoration: none; }
    #tab .front-view .front-title:hover {
      opacity: 0.5; }
    #tab .front-view .front-title h3 {
      font-weight: 900;
      margin: 0 5px; }
  #tab .none-found {
    width: 100%;
    min-height: 40vh;
    color: #CECECE;
    font-size: 40px;
    line-height: 53px;
    display: flex;
    flex-flow: row wrap; }
    #tab .none-found h2 {
      margin: auto;
      width: 100%;
      text-align: center; }
    #tab .none-found .addnew {
      margin: auto;
      margin-top: 0;
      min-height: 220px; }
  #tab .search-bar {
    padding: 10px;
    border-radius: 4px;
    background-color: #F6F6F6;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 64em) {
      #tab .search-bar {
        height: 5rem; } }
    #tab .search-bar .size-6 {
      max-width: 6rem; }
    #tab .search-bar .size-10 {
      max-width: 10rem; }
    #tab .search-bar label {
      margin: auto 0;
      padding: 0; }
    #tab .search-bar span {
      margin: auto;
      padding: 0; }
    #tab .search-bar select {
      margin: auto; }
    #tab .search-bar input, #tab .search-bar select {
      margin: auto; }
    @media screen and (max-width: 63.99875em) {
      #tab .search-bar .small-6,
      #tab .search-bar .small-2,
      #tab .search-bar .small-3,
      #tab .search-bar .small-9,
      #tab .search-bar .medium-6,
      #tab .search-bar .medium-2,
      #tab .search-bar .medium-3,
      #tab .search-bar .medium-9 {
        padding: 0.5rem; }
      #tab .search-bar .clear-filter {
        margin: auto;
        padding: 5px; }
        #tab .search-bar .clear-filter button {
          margin: auto;
          padding: 15px; }
      #tab .search-bar .size-6,
      #tab .search-bar .size-10 {
        max-width: unset; } }

.kuulutus .kasvav-mets::before,
.kuulutus .kinnistud::before,
.kuulutus .pollumaa::before,
.kuulutus .metsamaterjal::before,
.kuulutus .kv::before,
.kuulutus .city24::before {
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 5px 0 2px;
  height: 10px;
  width: 10px; }

.oksjon .kasvav-mets::before,
.oksjon .kinnistud::before,
.oksjon .pollumaa::before,
.oksjon .metsamaterjal::before,
.oksjon .kv::before,
.oksjon .city24::before {
  border-radius: 50%;
  margin: 0 5px 0 0;
  height: 13px;
  width: 13px; }

.kasvav-mets::before,
.kinnistud::before,
.pollumaa::before,
.metsamaterjal::before,
.kv::before,
.city24::before {
  content: '';
  display: inline-block; }

.kasvav-mets::before {
  background: #5b9139; }

.kinnistud::before {
  background: #000; }

.pollumaa::before {
  background: #000; }

.metsamaterjal::before {
  background: #9f712f; }

.kv::before {
  background: #4D5E87; }

.city24::before {
  background: #FBAC3D; }

.uko-icon {
  align-items: center; }
  .uko-icon::after {
    content: '';
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background-image: url("/images/icons/uko-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block; }

@-webkit-keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0deg); }
  22% {
    -webkit-transform: rotate(95deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  75% {
    -webkit-transform: rotate(90deg); }
  80% {
    -webkit-transform: rotate(95deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

.order-0 {
  order: 0; }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .order-large-0 {
    order: 0; } }

@media screen and (min-width: 48.0625em) and (max-width: 63.99875em) {
  .order-medium-0 {
    order: 0; } }

@media screen and (max-width: 48.06125em) {
  .order-small-0 {
    order: 0; } }

.order-1 {
  order: 1; }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .order-large-1 {
    order: 1; } }

@media screen and (min-width: 48.0625em) and (max-width: 63.99875em) {
  .order-medium-1 {
    order: 1; } }

@media screen and (max-width: 48.06125em) {
  .order-small-1 {
    order: 1; } }

.order-2 {
  order: 2; }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .order-large-2 {
    order: 2; } }

@media screen and (min-width: 48.0625em) and (max-width: 63.99875em) {
  .order-medium-2 {
    order: 2; } }

@media screen and (max-width: 48.06125em) {
  .order-small-2 {
    order: 2; } }

.order-3 {
  order: 3; }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .order-large-3 {
    order: 3; } }

@media screen and (min-width: 48.0625em) and (max-width: 63.99875em) {
  .order-medium-3 {
    order: 3; } }

@media screen and (max-width: 48.06125em) {
  .order-small-3 {
    order: 3; } }

.order-4 {
  order: 4; }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .order-large-4 {
    order: 4; } }

@media screen and (min-width: 48.0625em) and (max-width: 63.99875em) {
  .order-medium-4 {
    order: 4; } }

@media screen and (max-width: 48.06125em) {
  .order-small-4 {
    order: 4; } }

.order-5 {
  order: 5; }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .order-large-5 {
    order: 5; } }

@media screen and (min-width: 48.0625em) and (max-width: 63.99875em) {
  .order-medium-5 {
    order: 5; } }

@media screen and (max-width: 48.06125em) {
  .order-small-5 {
    order: 5; } }

/*-----------------------------------------------------------------------------
    WIDGETS
-----------------------------------------------------------------------------*/
.title-new {
  color: #588f36;
  flex: 1 100%;
  position: relative;
  text-align: left; }
  .title-new h3 {
    padding: 3rem 1rem 0;
    z-index: 10;
    display: block;
    position: relative;
    margin: auto;
    text-transform: uppercase;
    font-size: 18px;
    cursor: default; }
    @media screen and (max-width: 48.06125em) {
      .title-new h3 {
        text-align: center; } }

.module-avaleht .widget-title h1,
.module-avaleht .widget-title h2,
.module-avaleht .widget-title h3,
.module-avaleht .widget-title h4,
.module-avaleht .widget-title h5,
.module-avaleht .widget-title h6,
.module-avaleht .main-title h1,
.module-avaleht .main-title h2,
.module-avaleht .main-title h3,
.module-avaleht .main-title h4,
.module-avaleht .main-title h5,
.module-avaleht .main-title h6 {
  z-index: 10;
  display: inline;
  margin: auto;
  font-weight: 600;
  text-transform: uppercase;
  cursor: default; }

.module-avaleht .widget-title h1,
.module-avaleht .main-title h1 {
  font-size: 20px; }

.module-avaleht .widget-title h2,
.module-avaleht .widget-title h3,
.module-avaleht .widget-title h4,
.module-avaleht .widget-title h5,
.module-avaleht .widget-title h6,
.module-avaleht .main-title h2,
.module-avaleht .main-title h3,
.module-avaleht .main-title h4,
.module-avaleht .main-title h5,
.module-avaleht .main-title h6 {
  font-size: 18px; }

.widget-title h1,
.widget-title h2,
.widget-title h3,
.widget-title h4,
.widget-title h5,
.widget-title h6,
.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6 {
  z-index: 10;
  display: inline;
  margin: auto;
  font-weight: 600;
  text-transform: uppercase;
  cursor: default; }

.widget-title h1,
.main-title h1 {
  font-size: 20px; }

.widget-title h2,
.widget-title h3,
.widget-title h4,
.widget-title h5,
.widget-title h6,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6 {
  font-size: 18px; }

.widget-title,
.main-title {
  color: #588f36;
  position: relative;
  padding: 3rem 0 1.5rem;
  text-align: center;
  display: flex; }
  .widget-title a, .widget-title a:not(.button),
  .main-title a,
  .main-title a:not(.button) {
    color: #588f36;
    opacity: 1;
    transition: 0.5s;
    text-decoration: none !important; }
    .widget-title a:hover, .widget-title a:not(.button):hover,
    .main-title a:hover,
    .main-title a:not(.button):hover {
      opacity: 0.6; }
  .widget-title h3,
  .main-title h3 {
    z-index: 10;
    display: inline;
    position: relative;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    cursor: default; }
  .widget-title::before,
  .main-title::before {
    content: "";
    border-bottom: 1px solid #e4e4e4;
    flex: 1;
    margin: auto;
    margin-right: 20px; }
  .widget-title::after,
  .main-title::after {
    content: "";
    border-bottom: 1px solid #e4e4e4;
    flex: 1;
    margin: auto;
    margin-left: 20px; }

/* ELEMENTS */
.miks-maaportaal .cell {
  text-align: center; }
  .miks-maaportaal .cell > h4 {
    color: #588f36;
    font-size: 32px;
    font-weight: 500;
    margin: 10px 0 0; }
  .miks-maaportaal .cell > span {
    color: #A7B69A; }

.miks-maaportaal .read-more {
  border-top: 1px solid #e4e4e4;
  margin-top: 30px;
  padding: 20px; }
  .miks-maaportaal .read-more span {
    color: black; }
  .miks-maaportaal .read-more a {
    color: #588f36;
    text-decoration: underline !important; }

.miks-maaportaal .miks-maaportaal-2 .icon {
  margin-top: 19px; }

.miks-maaportaal .miks-maaportaal-3 .icon,
.miks-maaportaal .miks-maaportaal-4 .icon {
  margin-top: 18px; }

.price-table {
  margin-bottom: 4rem; }
  .price-table .silver::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #E5F2EA 0%, #F1F6ED 100%);
    height: 20px;
    width: 20px;
    top: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -10px;
    margin-left: -10px;
    z-index: -1; }
  .price-table .read-more {
    padding: 20px;
    text-align: justify; }
    .price-table .read-more span {
      color: #A7B69A; }
    .price-table .read-more a {
      color: #588f36;
      text-decoration: underline !important; }

.prices {
  max-width: 21vw;
  padding: 4rem 1rem !important;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: #00000021 0 2px 3px 0;
  text-align: center; }
  .prices img {
    width: 87px;
    height: 87px; }
  .prices h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #588f36;
    margin: 0 0 1rem; }
  .prices p {
    text-align: justify;
    font-size: 13px; }
  .prices .packet-price {
    font-size: 19px;
    display: block;
    font-weight: bold;
    margin-bottom: 1.5rem; }
    .prices .packet-price .pluss-km, .prices .packet-price .plus-vat {
      font-weight: normal;
      font-size: 13px; }
    .prices .packet-price .price-with-vat {
      display: block;
      font-size: 13px;
      font-weight: normal;
      line-height: 13px;
      color: #999; }
  .prices .link {
    color: #588f36;
    text-decoration: underline !important;
    display: block;
    margin: -.5rem 1rem 1rem; }
  .prices .btn {
    display: block; }
  .prices .packet-footer .button {
    margin-bottom: .5rem; }
  .prices.packet-active {
    border: 2px solid #588f36; }
  .prices .packet-active-date {
    padding: 5px;
    background: #588f36;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  @media screen and (max-width: 48.06125em) {
    .prices {
      max-width: 100%; } }

.popup .prices {
  padding-bottom: 2rem !important; }

.teenuse-list {
  max-width: 21vw; }
  .teenuse-list ul {
    padding: 0;
    list-style: none; }
    .teenuse-list ul li:first-child {
      border-top: none; }
    .teenuse-list ul li {
      border-top: 1px solid #00000017;
      color: #3B3B3A;
      font-size: 13px;
      line-height: 17px; }
  @media screen and (max-width: 48.06125em) {
    .teenuse-list {
      max-width: 100%; } }

.gradient, .lisakohad {
  padding: 4rem 1rem; }

.login-page {
  margin-bottom: 3rem; }
  .login-page form {
    max-width: 320px;
    width: 100%;
    margin: auto;
    text-align: center; }
    .login-page form .account-list {
      text-align: left;
      margin: 0; }
      .login-page form .account-list li {
        display: flex;
        margin: 10px; }
        .login-page form .account-list li input, .login-page form .account-list li select {
          margin: auto 0 auto 10px; }
        .login-page form .account-list li label {
          margin: auto 1rem; }
          .login-page form .account-list li label .user-parameters {
            margin: 0; }

/* Grid */
.module-kaardirakendus .title-grind {
  order: 1; }

.module-kaardirakendus .content-text {
  order: 2; }

.module-kaardirakendus .content-packets {
  order: 3; }

.module-kaardirakendus .bronze {
  order: 3; }

.module-kaardirakendus .silver {
  order: 4; }
  @media screen and (max-width: 48.06125em) {
    .module-kaardirakendus .silver {
      order: 5; } }

.module-kaardirakendus .gold {
  order: 5; }
  @media screen and (max-width: 48.06125em) {
    .module-kaardirakendus .gold {
      order: 7; } }

.module-kaardirakendus .bronze-teenuse-list {
  order: 6; }
  @media screen and (max-width: 48.06125em) {
    .module-kaardirakendus .bronze-teenuse-list {
      order: 4; } }

.module-kaardirakendus .silver-teenuse-list {
  order: 7; }
  @media screen and (max-width: 48.06125em) {
    .module-kaardirakendus .silver-teenuse-list {
      order: 6; } }

.module-kaardirakendus .gold-teenuse-list {
  order: 8; }

.module-kaardirakendus .price-footer {
  order: 9; }
  .module-kaardirakendus .price-footer .main-title {
    padding-top: 0; }

.module-kaardirakendus .lisakohad-footer {
  order: 10; }
  .module-kaardirakendus .lisakohad-footer .main-title {
    padding-top: 0; }

.module-kaardirakendus.packet-gold .uko {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.module-kaardirakendus.private .lisatookoht {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.module-kaardirakendus .content-wrapper {
  padding: 0; }

.module-kaardirakendus .content-text {
  padding: 10px; }

.module-kaardirakendus .price-table .prices .link {
  display: none; }

.teenuse-list li {
  padding: 5px 0; }

.default-price-table .table-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .default-price-table .table-row:last-child {
    border-bottom: none; }

.default-price-table .lisateenus {
  text-align: right; }

.default-price-table .price {
  text-align: center;
  font-weight: bold; }
  .default-price-table .price .pluss-km, .default-price-table .price .plus-vat {
    font-weight: normal;
    font-size: 11px; }
  .default-price-table .price .price-with-vat {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #999; }

.default-price-table .cell {
  padding: 5px 0; }

@media screen and (max-width: 48.06125em) {
  .default-price-table {
    text-align: center; }
    .default-price-table .lisateenus {
      text-align: center; } }

#prooviTasutaModal h6 {
  font-size: 16px;
  text-align: center;
  margin: 1rem 0; }

#orderModal .orderModal {
  max-height: 90%;
  overflow-y: auto;
  position: relative !important;
  top: unset; }
  #orderModal .orderModal .tasumine h4.slogan {
    font-size: 1rem;
    font-weight: bold; }

/* Paketiplokk popupis */
.mainOrder .valitud-paket .widget-title {
  padding-top: 1rem; }

.mainOrder .valitud-paket .prices {
  width: 100%;
  max-width: 100%;
  padding-bottom: 2rem; }
  .mainOrder .valitud-paket .prices p {
    display: none;
    /* Peidame pika teksti */ }
  .mainOrder .valitud-paket .prices .packet-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0; }
    .mainOrder .valitud-paket .prices .packet-footer .button, .mainOrder .valitud-paket .prices .packet-footer .link {
      display: none; }

.mainOrder > .total {
  border-top: 1px solid #7b7b7b;
  margin: 2rem 0; }
  .mainOrder > .total .cell {
    padding: 5px 0;
    text-align: right; }

.mainOrder .lisa-tookoht .input-field {
  height: 100%; }

.mainOrder .lisa-tookoht .lisa-tookoht {
  height: 3rem;
  text-align: left; }

.mainOrder .lisa-tookoht .price {
  text-align: right; }

.popup-price .servise-row {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0; }
  .popup-price .servise-row:last-child {
    border-bottom: none; }
  .popup-price .servise-row .price {
    text-align: right; }

.popup-price .service-content {
  text-align: left; }

.popup .id-table {
  justify-content: space-between; }
  .popup .id-table .checkbox {
    justify-content: start !important; }

/*-----------------------------------------------------------------------------
    PAGES
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
							   	TABLE OF CONTENTS
-------------------------------------------------------------------------------
     1. DESKTOP SLICK
     2. MAP APPLICATION
     3. ADD-TO-KV-SOOV
     4. LOGIN-BLOCK-CENTER
     5. AUCTION-CARD
     6. MATERIAL BLOCK
-----------------------------------------------------------------------------*/
.front-page .content-wrapper {
  width: 849px;
  /*604*/
  padding-right: 0; }

.module-avaleht .big-auction-link {
  min-height: 35px;
  line-height: normal; }

.avaleht_oksjonid_content,
.big-auction-block-wrapper {
  margin-right: -10px; }

/*-----------------------------------------------------------------------------
     1. DESKTOP SLICK
-----------------------------------------------------------------------------*/
.edulood-header {
  color: #6b9d4c;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  clear: both;
  padding-top: 0em;
  margin-top: 0;
  border-top: 1px solid #d7d7d7;
  padding: 37px 0 0 10px;
  margin: 0 0 10px -10px; }

.slide-card .slick-prev,
.slide-card .slick-next,
.logo-slide-card .slick-prev,
.logo-slide-card .slick-next {
  font-family: "Font Awesome 5 Free"; }
  .slide-card .slick-prev:before,
  .slide-card .slick-next:before,
  .logo-slide-card .slick-prev:before,
  .logo-slide-card .slick-next:before {
    content: none; }
  .slide-card .slick-prev:after,
  .slide-card .slick-next:after,
  .logo-slide-card .slick-prev:after,
  .logo-slide-card .slick-next:after {
    display: block;
    position: inherit;
    top: 0;
    transition: color 0.25s ease-out; }
  .slide-card .slick-prev:hover:after,
  .slide-card .slick-next:hover:after,
  .logo-slide-card .slick-prev:hover:after,
  .logo-slide-card .slick-next:hover:after {
    color: #588f36; }

.slide-card .slick-prev:after,
.logo-slide-card .slick-prev:after {
  content: "\f104";
  left: 0; }

.slide-card .slick-next:after,
.logo-slide-card .slick-next:after {
  content: "\f105";
  right: 0; }

.slide-card .slick-prev:after,
.slide-card .slick-next:after,
.logo-slide-card .slick-prev:after,
.logo-slide-card .slick-next:after {
  color: #3B3B3A;
  font-size: 25px; }

.slide-card .slick-dots,
.logo-slide-card .slick-dots {
  left: 0;
  bottom: 0px; }

.logo-slide-card {
  margin-bottom: 10px; }

.single-item {
  display: none;
  min-height: 200px;
  display: flex; }
  .single-item.slick-initialized {
    display: block; }
  .single-item .slick-prev,
  .single-item .slick-next {
    top: 30%;
    font-family: "Font Awesome 5 Free"; }
    .single-item .slick-prev:before,
    .single-item .slick-next:before {
      content: none; }
    .single-item .slick-prev:after,
    .single-item .slick-next:after {
      display: block;
      position: inherit;
      top: 0;
      transition: color 0.25s ease-out; }
    .single-item .slick-prev:hover:after,
    .single-item .slick-next:hover:after {
      color: #588f36; }
  .single-item .slick-prev:after {
    content: "\f104";
    left: 0; }
  .single-item .slick-next:after {
    content: "\f105";
    right: 0; }
  .single-item .slick-prev:after,
  .single-item .slick-next:after {
    color: #3B3B3A;
    font-size: 25px; }
  .single-item .slick-dots {
    left: 0;
    bottom: 0; }

.quote-itself {
  float: left;
  margin-bottom: 0; }

.quote-by {
  float: right;
  margin-top: 0; }

.slick-dots li {
  margin: 0; }
  .slick-dots li button:before {
    font-size: 26px; }

/*-----------------------------------------------------------------------------
    2. MAP APPLICATION
-----------------------------------------------------------------------------*/
.map-section {
  background-color: #F4F7F1;
  min-height: 450px;
  transition: 0.2s;
  padding-top: 0; }
  .map-section .widget-title {
    padding: 1.2rem 0 .3rem; }
    .map-section .widget-title h3 {
      background-color: #F4F7F1; }
  .map-section .slide-card + .widget-title {
    padding: .9rem 0 .3rem; }
  .map-section .slick-track {
    display: flex; }

.module-avaleht .sticky-menu .map-section {
  padding-top: 2rem; }

.module-avaleht .sticky-menu .wrapper {
  padding-top: 10rem; }

.map-header {
  padding: 14px 0 10px;
  background: url(../images/map-toggle-bg.jpg) no-repeat center/cover;
  margin-top: -10px;
  border-bottom: 1px solid #d7d7d7; }
  .map-header.open {
    background: none;
    border-bottom: transparent; }
  .map-header .fa-map {
    font-size: 19px; }

#maaportaal-map {
  position: relative;
  /* &::after{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        pointer-events: none;
        height: 100%;
        width: 60px;
        background: rgba(145,232,66,0);
        background: -moz-linear-gradient(left, rgba(145,232,66,0) 0%, rgba(244,247,241,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(145,232,66,0)), color-stop(100%, rgba(244,247,241,1)));
        background: -webkit-linear-gradient(left, rgba(145,232,66,0) 0%, rgba(244,247,241,1) 100%);
        background: -o-linear-gradient(left, rgba(145,232,66,0) 0%, rgba(244,247,241,1) 100%);
        background: -ms-linear-gradient(left, rgba(145,232,66,0) 0%, rgba(244,247,241,1) 100%);
        background: linear-gradient(to right, rgba(145,232,66,0) 0%, rgba(244,247,241,1) 100%);
    }*/ }
  @media screen and (max-width: 48.06125em) {
    #maaportaal-map {
      height: 450px; } }

.map-content {
  position: relative;
  display: none;
  padding-right: 10px; }
  .map-content:after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -15px;
    border-bottom: 1px solid #d7d7d7;
    width: calc(100% + 12px); }
  .map-content.open {
    display: block;
    margin-bottom: 13px; }

.map-header-title,
.map-header .fa-map,
.map-block-timer .fa-calendar-check-o {
  display: inline-block;
  color: #578F36; }

.map-header-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 5px 0; }

.map-block-timer {
  margin-bottom: 0; }
  .map-block-timer .fa-calendar-check-o {
    font-size: 19px; }

.map-toggle {
  display: block;
  margin: 3px 10px 0 0;
  color: #979797;
  cursor: pointer; }
  .map-toggle .fa-angle-up {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-top: -3px; }
  .map-toggle .fa-angle-down {
    font-size: 16px; }

.map-block-link {
  position: relative;
  height: 182px; }
  .map-block-link .button {
    margin: auto;
    width: 180px;
    text-align: center;
    border-radius: 3px;
    padding: 7px 5px;
    font-size: 12px;
    line-height: 15px;
    background: rgba(87, 143, 54, 0.9); }
    .map-block-link .button:hover {
      background: #578f36; }
    .map-block-link .button .packet-name {
      position: absolute;
      top: -9px;
      right: -10px; }

.map-block-link-v1 {
  background: url(../images/map.jpg) no-repeat center/cover;
  margin-right: 5px; }

.map-block-link-v2 {
  background: url(../images/map.jpg) no-repeat center/cover;
  margin-left: 5px; }

.map-block-link-v3 {
  background: url(../images/map.jpg) no-repeat center/cover;
  height: 370px; }

.map-block-link-v3 {
  height: 178px;
  width: 100%;
  margin-bottom: 20px;
  display: flex; }

.map-block-link-v4 {
  background: url(../images/map2.jpg) no-repeat center/cover;
  height: 178px;
  width: 100%;
  display: flex; }

.map-read-more {
  margin-top: 12px; }
  .map-read-more a {
    color: #6B9D4D;
    text-decoration: underline !important; }

/*-----------------------------------------------------------------------------
    3. ADD-TO-KV-SOOV
-----------------------------------------------------------------------------*/
.add-to-kv-soov {
  background: #ecf2dc;
  margin-right: 1.6em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  border-radius: 5px; }
  .add-to-kv-soov p {
    text-align: center;
    font-size: 11px;
    font-weight: bold; }
  .add-to-kv-soov .kv-soov-frontpage-icons {
    padding-top: 1.5em; }

.kv-soov-frontpage-icons img {
  width: 100%;
  padding-right: 1em; }

/*-----------------------------------------------------------------------------
    4. LOGIN-BLOCK-CENTER
-----------------------------------------------------------------------------*/
.login-block-center {
  padding: 0 10px 0 0;
  width: auto; }
  .login-block-center .legend-col {
    width: 33%;
    float: left;
    margin-bottom: 5px; }
  .login-block-center h2 {
    /*font-size: 14px;
        margin: 0 10px 10px;
        text-transform: uppercase;
        text-align: center;*/
    padding: 0 0 1rem; }
  .login-block-center h3 {
    font-size: 12px;
    margin: 10px 0;
    text-transform: uppercase;
    text-align: center; }
  .login-block-center h4 {
    font-weight: normal;
    margin: 0;
    font-size: 10px;
    text-align: left; }

.map-legend .legend-col {
  width: 33%;
  float: left;
  margin-bottom: 5px; }

.map-legend h4 {
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  text-align: left; }

.login-block-center h4 span {
  position: relative;
  top: 3px; }

.map-legend {
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px; }
  .map-legend h4 span {
    position: relative;
    top: 3px; }
  .map-legend::after {
    display: block;
    content: "";
    clear: both; }

.page-kaart {
  margin-left: 10px;
  margin-right: 10px; }

.login-block-center .auction-table h3 {
  padding-top: 10px; }

/*-----------------------------------------------------------------------------
     5. AUCTION-CARD
-----------------------------------------------------------------------------*/
.auction-card {
  background: white;
  color: #4A4A4A;
  text-align: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 15px 10px; }
  .auction-card svg {
    width: 45px;
    height: 45px;
    stroke: #c7c7c7; }
  .auction-card .button {
    margin-top: 5px; }
  .auction-card.hoverable {
    cursor: pointer;
    transition: 0.25s ease-out; }
    .auction-card.hoverable:hover {
      background: #588f36;
      border-color: #588f36;
      transition: 0.25s ease-out; }
      .auction-card.hoverable:hover .button-primary, .auction-card.hoverable:hover .button[type="submit"], .auction-card.hoverable:hover .button.submit, .auction-card.hoverable:hover .button.primary {
        background: none !important;
        border-color: transparent !important; }
    @media screen and (max-width: 48.06125em) {
      .auction-card.hoverable .auction-card-number-wrapper {
        height: 79px; } }
  .auction-card.confirm-auction-card {
    margin-bottom: 10px; }
  @media screen and (max-width: 48.06125em) {
    .auction-card {
      background: #fff;
      margin-bottom: 10px; } }

.auction-card-heading {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  /*width: 100px;*/
  margin: auto; }

.new-auction-header,
.auction-cards-wrapper {
  margin-bottom: 20px; }

.auction-card-number-wrapper {
  font-size: 12px; }
  @media screen and (max-width: 48.06125em) {
    .auction-card-number-wrapper {
      height: 56px; } }

.auction-card-number {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #588f36;
  font-weight: 700;
  margin: 5px 0 -3px; }

.confirm-auction-table {
  border-top: 1px solid #bdbdbd;
  margin-top: 12px;
  margin-bottom: 5px; }
  .confirm-auction-table td.added-date {
    width: 130px;
    font-size: 12px; }
  .confirm-auction-table td.confirm-button {
    width: 180px; }
  .confirm-auction-table .button {
    white-space: nowrap;
    margin-top: 0 !important; }

/*-----------------------------------------------------------------------------
     6. MATERIAL BLOCK
-----------------------------------------------------------------------------*/
.material-header {
  position: relative; }

.material-content {
  position: relative;
  display: none;
  padding-right: 10px;
  margin-top: 10px; }
  .material-content.open {
    display: block;
    margin-bottom: 13px; }

.material-toggle {
  display: block;
  color: #979797;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  padding: 0 0 0 9px; }
  .material-toggle .fa-angle-up {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-top: -3px; }
  .material-toggle .fa-angle-down {
    font-size: 16px; }
  @media screen and (max-width: 48.06125em) {
    .material-toggle {
      float: right; } }

.module-teavitused .kasvav-mets::before,
.module-teavitused .kinnistud::before,
.module-teavitused .kinnistu-rent::before,
.module-teavitused .metsamaterjal::before {
  content: none; }

.new-auction {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 10px 0 0; }
  .new-auction .columns {
    padding-left: 5px;
    padding-right: 5px; }

.new-auction-tabs {
  position: relative;
  padding: 10px 20px 20px 30px; }
  .new-auction-tabs h1 {
    font-size: 18px;
    font-weight: 700;
    color: #6b9d4d;
    margin: 0; }
  .new-auction-tabs:after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: calc(100% + 20px);
    height: 1px;
    border-bottom: 1px solid #d7d7d7; }
  .new-auction-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .new-auction-tabs li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
    color: #4a4a4a; }
    .new-auction-tabs li.active {
      color: #6b9d4d;
      font-weight: 700; }
      .new-auction-tabs li.active:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -21px;
        width: 100%;
        height: 3px;
        border-bottom: 3px solid #6b9d4d;
        z-index: 1; }
  @media screen and (max-width: 63.99875em) {
    .new-auction-tabs h1 {
      margin: 0 0 20px; }
    .new-auction-tabs ul {
      text-align: left; }
    .new-auction-tabs li {
      margin: 0 20px 0 0; } }
  @media screen and (max-width: 48.06125em) {
    .new-auction-tabs {
      padding: 5px 0 0; }
      .new-auction-tabs li {
        margin: 5px 20px 5px 0; }
        .new-auction-tabs li.active:after {
          bottom: -5px;
          height: 2px;
          border-bottom: 2px solid #6b9d4d; } }

.new-auction-list-tabs {
  cursor: pointer; }

.new-auction-list-tabs-amount {
  background: #6b9d4d;
  font-size: 11px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 3px 8px; }

.choose-auction-heading {
  font-size: 16px;
  color: #4a4a4a;
  margin: 45px 0 15px; }

.select-auction-card-svg-wrapper {
  display: block;
  background: #eaf3d9;
  border-radius: 10px;
  text-align: center;
  padding: 20px; }
  .select-auction-card-svg-wrapper img {
    margin: 5rem auto 6rem; }
  .select-auction-card-svg-wrapper svg {
    width: 120px;
    height: 120px; }

a.select-auction-card-svg-wrapper {
  cursor: pointer;
  transition: 0.25s ease-in-out; }
  a.select-auction-card-svg-wrapper:hover {
    background: #95c119; }

.select-auction-card-header {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #6b9d4d;
  cursor: pointer;
  text-align: center; }

.select-auction-wrapper {
  margin-left: -5px;
  margin-right: -5px; }
  .select-auction-wrapper .columns {
    padding-left: 5px;
    padding-right: 5px; }
  .select-auction-wrapper .table {
    width: 100%; }
  @media screen and (max-width: 63.99875em) {
    .select-auction-wrapper .main-card {
      font-size: 16px;
      line-height: 22px; }
      .select-auction-wrapper .main-card .columns {
        text-align: left; } }

.auction-type-header {
  margin-bottom: 30px; }
  .auction-type-header strong {
    display: inline-block;
    margin-left: 15px; }

.add-auction-block-heading {
  font-size: 18px;
  font-weight: 700;
  color: #4a4a4a;
  margin: 45px 0 15px; }

.module-lisa_oksjon input, .module-lisa_oksjon select,
.module-lisa_oksjon select,
.module-lisa_kuulutus input,
.module-lisa_kuulutus select,
.module-lisa_kuulutus select,
.module-kuulutuse_ulevaade input,
.module-kuulutuse_ulevaade select,
.module-kuulutuse_ulevaade select,
.module-oksjoni_ulevaade input,
.module-oksjoni_ulevaade select,
.module-oksjoni_ulevaade select {
  width: 166px;
  vertical-align: middle; }

.module-lisa_oksjon .kitsendused-container input, .module-lisa_oksjon .kitsendused-container select,
.module-lisa_oksjon .kitsendused-container select,
.module-lisa_oksjon .kitsendused-container .button,
.module-lisa_kuulutus .kitsendused-container input,
.module-lisa_kuulutus .kitsendused-container select,
.module-lisa_kuulutus .kitsendused-container select,
.module-lisa_kuulutus .kitsendused-container .button,
.module-kuulutuse_ulevaade .kitsendused-container input,
.module-kuulutuse_ulevaade .kitsendused-container select,
.module-kuulutuse_ulevaade .kitsendused-container select,
.module-kuulutuse_ulevaade .kitsendused-container .button,
.module-oksjoni_ulevaade .kitsendused-container input,
.module-oksjoni_ulevaade .kitsendused-container select,
.module-oksjoni_ulevaade .kitsendused-container select,
.module-oksjoni_ulevaade .kitsendused-container .button {
  vertical-align: top; }

@media screen and (max-width: 63.99875em) {
  .module-lisa_oksjon .kitsendused-container .button,
  .module-lisa_kuulutus .kitsendused-container .button,
  .module-kuulutuse_ulevaade .kitsendused-container .button,
  .module-oksjoni_ulevaade .kitsendused-container .button {
    margin-top: 5px; } }

.module-lisa_oksjon .main-card p:first-child,
.module-lisa_kuulutus .main-card p:first-child,
.module-kuulutuse_ulevaade .main-card p:first-child,
.module-oksjoni_ulevaade .main-card p:first-child {
  margin-top: 0; }

.module-lisa_oksjon .small-input,
.module-lisa_kuulutus .small-input,
.module-kuulutuse_ulevaade .small-input,
.module-oksjoni_ulevaade .small-input {
  width: 85px; }
  @media screen and (max-width: 63.99875em) {
    .module-lisa_oksjon .small-input,
    .module-lisa_kuulutus .small-input,
    .module-kuulutuse_ulevaade .small-input,
    .module-oksjoni_ulevaade .small-input {
      width: 90px; } }

@media print, screen and (min-width: 64em) {
  .module-lisa_oksjon .big-input,
  .module-lisa_kuulutus .big-input,
  .module-kuulutuse_ulevaade .big-input,
  .module-oksjoni_ulevaade .big-input {
    width: 285px; } }

.module-lisa_oksjon .metsateatise-nr,
.module-lisa_kuulutus .metsateatise-nr,
.module-kuulutuse_ulevaade .metsateatise-nr,
.module-oksjoni_ulevaade .metsateatise-nr {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .module-lisa_oksjon .metsateatise-nr,
    .module-lisa_kuulutus .metsateatise-nr,
    .module-kuulutuse_ulevaade .metsateatise-nr,
    .module-oksjoni_ulevaade .metsateatise-nr {
      width: 210px;
      margin-left: 5px; }
      .module-lisa_oksjon .metsateatise-nr::-webkit-input-placeholder,
      .module-lisa_kuulutus .metsateatise-nr::-webkit-input-placeholder,
      .module-kuulutuse_ulevaade .metsateatise-nr::-webkit-input-placeholder,
      .module-oksjoni_ulevaade .metsateatise-nr::-webkit-input-placeholder {
        font-size: 11px; }
      .module-lisa_oksjon .metsateatise-nr:-moz-placeholder,
      .module-lisa_kuulutus .metsateatise-nr:-moz-placeholder,
      .module-kuulutuse_ulevaade .metsateatise-nr:-moz-placeholder,
      .module-oksjoni_ulevaade .metsateatise-nr:-moz-placeholder {
        font-size: 11px; }
      .module-lisa_oksjon .metsateatise-nr::-moz-placeholder,
      .module-lisa_kuulutus .metsateatise-nr::-moz-placeholder,
      .module-kuulutuse_ulevaade .metsateatise-nr::-moz-placeholder,
      .module-oksjoni_ulevaade .metsateatise-nr::-moz-placeholder {
        font-size: 11px; }
      .module-lisa_oksjon .metsateatise-nr:-ms-input-placeholder,
      .module-lisa_kuulutus .metsateatise-nr:-ms-input-placeholder,
      .module-kuulutuse_ulevaade .metsateatise-nr:-ms-input-placeholder,
      .module-oksjoni_ulevaade .metsateatise-nr:-ms-input-placeholder {
        font-size: 11px; } }

@media screen and (max-width: 63.99875em) {
  .module-lisa_oksjon input, .module-lisa_oksjon select,
  .module-lisa_oksjon select,
  .module-lisa_kuulutus input,
  .module-lisa_kuulutus select,
  .module-lisa_kuulutus select,
  .module-kuulutuse_ulevaade input,
  .module-kuulutuse_ulevaade select,
  .module-kuulutuse_ulevaade select,
  .module-oksjoni_ulevaade input,
  .module-oksjoni_ulevaade select,
  .module-oksjoni_ulevaade select {
    width: 330px;
    max-width: 100%;
    font-size: 16px;
    padding: 8px;
    margin: 6px 0; }
  .module-lisa_oksjon .button,
  .module-lisa_kuulutus .button,
  .module-kuulutuse_ulevaade .button,
  .module-oksjoni_ulevaade .button {
    vertical-align: middle;
    font-size: 16px;
    padding: 9px 15px; }
  .module-lisa_oksjon .pull-left,
  .module-lisa_kuulutus .pull-left,
  .module-kuulutuse_ulevaade .pull-left,
  .module-oksjoni_ulevaade .pull-left {
    margin: 0 5px 0 0; } }

@media screen and (max-width: 25em) {
  .module-lisa_oksjon .pull-left,
  .module-lisa_kuulutus .pull-left,
  .module-kuulutuse_ulevaade .pull-left,
  .module-oksjoni_ulevaade .pull-left {
    /*float: none;
      margin: 0;*/ } }

.kitsendused-col .split-input-wrapper {
  width: 141px; }
  .kitsendused-col .split-input-wrapper input, .kitsendused-col .split-input-wrapper select {
    padding: 5px 0; }
  .kitsendused-col .split-input-wrapper .part1 {
    width: 50px; }
  .kitsendused-col .split-input-wrapper .part2 {
    width: 40px; }
  .kitsendused-col .split-input-wrapper .part3 {
    width: 40px; }
  @media screen and (max-width: 63.99875em) {
    .kitsendused-col .split-input-wrapper {
      width: 240px;
      margin: 5px 0; }
      .kitsendused-col .split-input-wrapper .colon {
        margin-top: 5px; }
      .kitsendused-col .split-input-wrapper input, .kitsendused-col .split-input-wrapper select {
        margin: 0;
        padding: 8px 0; }
      .kitsendused-col .split-input-wrapper .part1 {
        width: 80px; }
      .kitsendused-col .split-input-wrapper .part2 {
        width: 70px; }
      .kitsendused-col .split-input-wrapper .part3 {
        width: 80px; } }

.meatsateatise-nr {
  display: block;
  font-weight: 700;
  font-size: 12px;
  margin: 10px 0;
  word-break: break-all; }

.small-input {
  width: 85px; }

.big-input {
  width: 285px; }

.small-input-span {
  display: inline-block; }
  @media screen and (min-width: 31.25em) {
    .small-input-span {
      margin: 0 0 10px 15px;
      text-align: right; } }
  @media screen and (max-width: 63.99875em) {
    .small-input-span {
      width: 170px; } }

textarea,
.drop-files-wrapper {
  width: 100%;
  border: 1px solid #979797; }

.add-auction-step-one {
  padding: 0 30px; }
  @media screen and (max-width: 48.06125em) {
    .add-auction-step-one .add-auction-step-one {
      padding: 0; } }

.add-auction-preview {
  position: relative;
  text-align: center;
  padding: 30px 0;
  margin: 30px 0;
  pointer-events: none; }
  .add-auction-preview:before {
    content: "";
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    top: 0;
    border-top: 1px solid #d7d7d7; }

.add-auction-preview .add-auction-block-heading {
  text-align: left;
  margin: 0 0 15px 25px; }

.add-auction-preview .big-auction-block {
  display: inline-block;
  float: none;
  width: 143px; }
  .add-auction-preview .big-auction-block.grey {
    -webkit-filter: grayscale(10);
            filter: grayscale(10);
    opacity: 0.5; }
    @media screen and (max-width: 74.99875em) {
      .add-auction-preview .big-auction-block.grey {
        display: none; } }
  .add-auction-preview .big-auction-block .big-icon-wrapper {
    display: block;
    text-align: center; }

.add-auction-buttons {
  position: relative;
  padding: 25px;
  margin: 20px 0 20px; }
  .add-auction-buttons .button-prev {
    margin-right: 15px; }
  .add-auction-buttons:before {
    content: "";
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    top: 0;
    border-top: 1px solid #d7d7d7; }
  .add-auction-buttons .button {
    margin-bottom: 5px; }

.pic-file-wrapper {
  border-top: 1px solid #eee;
  padding: 15px 15px 0;
  margin: 0 -15px; }

.add-auction-img-wrapper {
  display: inline-block;
  overflow: hidden;
  height: 120px;
  width: 120px;
  margin: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin: 0 10px 10px 0; }

.add-auction-img {
  height: 100%;
  width: auto; }

.row .row-margin {
  margin: 0 -5px; }

.auction-overview .cadastral-link .button,
.add-auction-step-three .cadastral-link .button {
  margin-bottom: 5px;
  vertical-align: top; }

.add-treetype-row {
  margin-bottom: 5px; }

.kaoks {
  border: 1px solid #e6e6e6;
  padding: 10px; }

.radio-input-target-close {
  margin: 0 4px 0 -34px;
  border-radius: 0 2px 2px 0;
  border-color: #979797;
  height: 26px;
  padding: 5px 10px; }
  @media screen and (max-width: 63.99875em) {
    .radio-input-target-close {
      margin: 0 4px 0 -46px;
      height: 36px; } }
  @media screen and (max-width: 31.25em) {
    .radio-input-target-close {
      margin: 0 5px 0 0;
      border-radius: 2px; } }

.payment-info-maaportaal {
  margin-bottom: 1rem; }
  .payment-info-maaportaal a {
    color: #588f36 !important;
    text-decoration: underline !important; }

.bank-links-padding {
  margin-bottom: 1rem; }

.buy-now-offer {
  display: inline-block;
  font-size: 8px;
  text-align: center;
  width: 24px;
  line-height: 7px;
  margin-right: 4px;
  vertical-align: middle; }

.card-tabs-tab .automatic-offer-amount {
  background: #588f36;
  font-size: 11px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 3px 8px; }

.card-tabs-tab i.fa, .card-tabs-tab i.fas {
  color: #588f36; }

.card-tabs-tab.active .automatic-offer-amount {
  background: #fff;
  color: #588f36; }

.card-tabs-tab.active i.fa, .card-tabs-tab.active i.fas {
  color: #fff; }

.automatic-offer-entered {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3; }
  .automatic-offer-entered .amount {
    color: #ffff99; }

.auction-end-countdown {
  text-align: center; }
  .auction-end-countdown .lopuni {
    font-weight: bold; }
  .auction-end-countdown i.fa {
    font-size: 16px; }

.tab-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 1.5em;
  color: white; }

.tab-close-black {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 1.5em;
  color: black;
  margin-top: -25px;
  margin-right: -25px; }

.module-hinnakalkulaator .content-wrapper,
.module-hinnakalkulaator_link .content-wrapper {
  background: #313e20 url(../images/bg_calc.jpg) no-repeat 0 20%;
  padding-bottom: 60px; }

.module-avaleht .module-hinnakalkulaator {
  padding-bottom: 40px;
  background: #313e20 url(../images/bg_calc.jpg) no-repeat 0 20%;
  background-size: cover;
  width: 100%; }
  .module-avaleht .module-hinnakalkulaator h1.main-title {
    margin-left: 10px; }

.row-green {
  padding: 20px 0 !important;
  background: #679F48;
  position: relative; }
  .row-green .row-tabs li::after {
    background: #fff; }
  .row-green p {
    margin: 3px 0; }
  .row-green .bank-links a {
    display: inline-block;
    height: 35px;
    padding: 0 6px; }
  .row-green .row-tabs li {
    margin-bottom: -1px; }
  .row-green h3,
  .row-green a {
    color: #fff; }
  .row-green h3 {
    font-size: 20px;
    font-weight: 500; }

.tab-white {
  background: #fff;
  padding: 25px 15px; }
  .tab-white .bank-links {
    text-align: center; }

.row .row-tabs {
  margin: 40px 0 0 0;
  z-index: 101; }

.row-green .row-tabs {
  margin: 25px 0 0 0; }

.row-tabs li {
  list-style: none;
  position: relative; }
  .row-tabs li a {
    cursor: pointer;
    display: block; }
  @media screen and (max-width: 48.06125em) {
    .row-tabs li {
      padding-top: 2rem; } }

.row-tabs li {
  padding: 0 0 30px 0;
  overflow: hidden; }
  .row-tabs li::after {
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, 120%) rotate(-45deg);
            transform: translate(-50%, 120%) rotate(-45deg);
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out; }
  .row-tabs li.active::after {
    opacity: 1;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
            transform: translate(-50%, 50%) rotate(-45deg);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.report-active .row-tabs li.active::after {
  background-color: #679f48; }

.report-active .calculator-box {
  box-shadow: 0 17px 20px 0 rgba(0, 0, 0, 0.2); }
  .report-active .calculator-box .close-btn:before, .report-active .calculator-box .close-btn:after {
    background: white; }

.active .svg-tabs svg {
  width: 90px;
  height: 90px;
  margin-top: 0px;
  opacity: 1;
  transition: all .3s ease-out; }

.active .svg-mm svg {
  margin-top: 4px; }

.svg-tabs span {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
  color: white; }

.active .svg-tabs span {
  color: white; }

.svg-tabs svg {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  opacity: .5;
  transition: all .3s ease-out; }

.svg-mm svg {
  margin-top: 14px; }

.svg-mm span {
  margin-top: -4px; }

.svg-tabs span {
  display: block; }

.calculator-tab {
  z-index: 0; }

.calculator-box,
.email-box {
  box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.2); }

.calculator-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 30px 25px; }
  .calculator-body input.part1, .calculator-body select.part1 {
    width: 60px; }
  .calculator-body input.part2, .calculator-body select.part2 {
    width: 50px; }
  .calculator-body input.part3, .calculator-body select.part3 {
    width: 55px; }
  .calculator-body select {
    width: 185px; }

.calculator-body-heading {
  font-size: 18px;
  margin: 0 0 13px;
  text-align: center; }

.calculator-info-wrapper {
  background: rgba(220, 220, 216, 0.8);
  padding: 25px 30px;
  font-size: 15px; }
  .calculator-info-wrapper .fa-info {
    font-size: 48px;
    color: #eee; }
    @media screen and (max-width: 48.06125em) {
      .calculator-info-wrapper .fa-info {
        display: none; } }
  .calculator-info-wrapper .calculator-info-heading {
    color: #588f36;
    font-weight: 700;
    font-size: 15px; }
    .calculator-info-wrapper .calculator-info-heading p {
      font-size: 15px; }
  .calculator-info-wrapper p {
    margin: 0; }
    .calculator-info-wrapper p a {
      color: #679e47; }
  .calculator-info-wrapper .track-button {
    font-size: 15px; }

@media screen and (max-width: 48.06125em) {
  .calculator-button {
    display: block;
    margin: 10px auto 0; } }

.big-check {
  position: relative;
  width: 72px;
  height: 72px;
  line-height: 72px;
  background: #6B9D4D;
  text-align: center;
  border-radius: 2px; }
  .big-check .fa-check {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 50px;
    color: #fff; }
  @media screen and (max-width: 48.06125em) {
    .big-check {
      display: block;
      margin: auto; } }

.calculator-results-cadastral {
  font-size: 26px;
  line-height: 26px;
  margin: 5px 0; }
  @media screen and (max-width: 48.06125em) {
    .calculator-results-cadastral {
      text-align: center; } }

.calculator-results-county {
  width: 235px;
  color: #53912F;
  line-height: 17px;
  margin: 0; }
  @media screen and (max-width: 48.06125em) {
    .calculator-results-county {
      margin: auto;
      text-align: center; } }

.calculator-footer {
  background-color: #679F48;
  padding: 23px 30px;
  color: #fff; }
  .calculator-footer span,
  .calculator-footer h1 {
    color: #fff;
    font-weight: normal; }

.calculator-footer-info {
  background-color: #5A7F45;
  padding: 23px 30px;
  color: #fff; }
  .calculator-footer-info i.fa {
    font-size: 25px;
    float: left;
    margin: 0 10px 10px 0; }
  .calculator-footer-info ul {
    list-style-type: none; }
    .calculator-footer-info ul li {
      position: relative;
      color: #fff;
      font-weight: normal; }
      .calculator-footer-info ul li::before {
        position: absolute;
        top: 0px;
        left: -20px;
        display: block;
        width: 10px;
        height: 10px;
        content: "\f00c";
        font-family: "Font Awesome 5 Free"; }

.fadeIn {
  -webkit-animation: 0.6s fadeIn ease forwards;
          animation: 0.6s fadeIn ease forwards; }

@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1; } }

@keyframes fadeIn {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1; } }

.calculator-footer span {
  font-size: 14px; }

.calculator-footer h1 {
  margin: 0;
  font-size: 30px;
  line-height: 38px; }

.email-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 45px 40px; }
  .email-box .row-space {
    margin: 5px 0; }
  .email-box h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0; }
  .email-box p {
    margin: 5px 0 15px; }
  .email-box a {
    color: #679F48;
    font-weight: 700; }
  .email-box input, .email-box select {
    width: 333px; }

.calculating-results .fa-circle-o-notch {
  color: #9B9B9B;
  font-size: 50px; }

.calculating-results p {
  margin: 10px 0 0; }

.calculating-results .fa-check {
  color: #679F48;
  font-size: 50px; }

.auction-ad a {
  display: block;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 2rem;
  color: #fff;
  background-color: #D94A13;
  transition: all .3s ease-out; }
  .auction-ad a:hover {
    background-color: #ee622c;
    transition: all .3s ease-out; }
  .auction-ad a .auction-ad-headline {
    display: block;
    font-size: 20px;
    font-weight: bold; }
  .auction-ad a .auction-ad-link {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .split-input-wrapper {
    width: 180px; }
  .calculator-button {
    display: inline;
    margin: 0; }
  .svg-tabs span {
    text-shadow: 0 0 20px black;
    font-size: 10px;
    color: white; }
  .active .svg-tabs span {
    color: white;
    text-shadow: 0 0 20px #588f36; } }

.kitsendused input, .kitsendused select {
  margin: 0;
  box-shadow: none; }

.calc-tabs-wrapper a.svg-tabs {
  text-decoration: none !important; }

/*-----------------------------------------------------------------------------
							   	TABLE OF CONTENTS
-------------------------------------------------------------------------------
     1. REASONS-TO-USE
     2. CTA-LOGIN
     3. VIDEO-WRAPPER
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    1. REASONS-TO-USE
-----------------------------------------------------------------------------*/
.reasons-to-use-container {
  margin: 5px 5px 0;
  min-height: 45px;
  background: #6b9d4d; }

.reasons-to-use {
  background: #6b9d4d;
  padding: 10px;
  cursor: pointer;
  transition: background .3s ease; }

.reasons-to-use-container:hover .reasons-to-use {
  background: #417322; }

.reasons-to-use a {
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative; }
  .reasons-to-use a > :first-child {
    height: 29px;
    width: 32px;
    display: inline-block;
    position: absolute;
    left: -13px;
    top: 5px;
    vertical-align: middle;
    background: url("/images/logo-white-maaportaal.png") left center no-repeat !important;
    background-size: contain; }
  .reasons-to-use a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-left: 8px;
    position: absolute;
    top: 14px; }

.reasons-to-use-content {
  position: relative;
  text-align: left;
  background: #6b9d4d;
  padding: 25px;
  color: #fff;
  min-height: 25px; }
  @media print, screen and (min-width: 64em) {
    .reasons-to-use-content .columns:first-child .block-with-logo {
      margin-left: 25px; } }
  .reasons-to-use-content .close {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 33px;
    height: 23px;
    opacity: 0.3; }
    .reasons-to-use-content .close:hover {
      opacity: 1; }
    .reasons-to-use-content .close:before, .reasons-to-use-content .close:after {
      position: absolute;
      left: 15px;
      content: " ";
      height: 24px;
      width: 2px;
      background-color: #fff; }
    .reasons-to-use-content .close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .reasons-to-use-content .close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .reasons-to-use-content .block-with-logo {
    position: relative;
    margin-left: 45px; }
    .reasons-to-use-content .block-with-logo::before {
      height: 29px;
      width: 32px;
      display: block;
      content: "";
      position: absolute;
      left: -39px;
      top: -5px;
      background: url("/images/logo-white-maaportaal.png") left center no-repeat !important;
      background-size: contain; }
  .reasons-to-use-content p {
    color: #fff; }
  .reasons-to-use-content ul {
    color: #fff;
    padding-left: 25px;
    margin-top: -10px; }

.button-open-map {
  padding: 17px 38px;
  color: #fff;
  background: #588F36;
  font-weight: 700;
  border-radius: 2px;
  border: 0;
  margin-top: 40px; }
  .button-open-map:hover {
    background: linear-gradient(to bottom, #588f36 0%, #81ad66 100%);
    color: #fff; }

/*-----------------------------------------------------------------------------
    2. CTA-LOGIN
-----------------------------------------------------------------------------*/
.cta-login-button-block {
  margin: 5px 0; }
  .cta-login-button-block p {
    display: inline-block;
    width: 300px;
    font-weight: 700;
    text-align: right;
    margin-right: 20px; }
  .cta-login-button-block .button-primary, .cta-login-button-block .button[type="submit"], .cta-login-button-block .button.submit, .cta-login-button-block .button.primary,
  .cta-login-button-block .button-alert {
    width: 160px;
    padding: 15px 10px;
    font-weight: 700;
    border-radius: 2px;
    vertical-align: top; }
    .cta-login-button-block .button-primary i, .cta-login-button-block .button[type="submit"] i, .cta-login-button-block .button.submit i, .cta-login-button-block .button.primary i,
    .cta-login-button-block .button-alert i {
      display: inline-block;
      margin-right: 5px; }

/*-----------------------------------------------------------------------------
    3. VIDEO-WRAPPER
-----------------------------------------------------------------------------*/
.video-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  z-index: 1000;
  width: 1280px;
  height: 719px;
  max-width: 98%;
  max-height: 100%; }
  .video-wrapper iframe {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 63.99875em) {
    .video-wrapper {
      height: 500px; } }
  @media screen and (max-width: 48.06125em) {
    .video-wrapper {
      height: 300px; } }

.video-wrapper-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  font-size: 18px; }

.button-start-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: rgba(88, 143, 54, 0.6);
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.25s ease-out; }
  @media screen and (max-width: 48.06125em) {
    .button-start-video {
      display: none; } }
  .button-start-video:hover {
    width: 100px;
    height: 100px; }
  .button-start-video i {
    color: #fff;
    font-size: 30px;
    margin: 5px 0 0 8px; }

.seperator-block {
  position: relative;
  padding: 10px 0 0 50px; }
  .seperator-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 76px;
    border-left: 1px solid #fff; }
  .seperator-block input, .seperator-block select,
  .seperator-block .button {
    width: 124px; }
  @media screen and (max-width: 48.06125em) {
    .seperator-block {
      margin-top: 15px;
      padding: 10px 0 0 0; }
      .seperator-block:before {
        width: 100%;
        height: 1px;
        border-top: 1px solid #fff; }
      .seperator-block input, .seperator-block select,
      .seperator-block .button {
        width: 160px;
        margin: 0; } }

.card-tabs .card-label-text {
  display: block;
  /*font-size: 12px;
        line-height: 16px;*/ }

.content-icons-wrapper {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 -10px;
  padding: 0 10px; }
  .content-icons-wrapper .icons-block {
    display: block;
    padding: 9px 9px 15px 30px;
    margin-bottom: 10px;
    transition: 0.1s ease-out;
    border: 1px solid transparent;
    position: relative; }
    .content-icons-wrapper .icons-block.algav {
      /*background: url("../images/algav-oksjon-ico.png") no-repeat 15px 15px #f3f3f3;
            background-size: 83px 91px;*/
      background: none; }
    .content-icons-wrapper .icons-block.aktiivne {
      /*background: url("../images/aktiivne-oksjon-ico.png") no-repeat 15px 15px #f3f3f3;
            background-size: 83px 91px;*/
      background: none; }
    .content-icons-wrapper .icons-block.toimunud {
      /*background: url("../images/toimunud-oksjon-ico.png") no-repeat 15px 15px #f3f3f3;
            background-size: 83px 91px;*/
      background: none; }
    .content-icons-wrapper .icons-block h1 {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 7px;
      color: #788E00; }
    .content-icons-wrapper .icons-block p {
      position: absolute;
      top: 10px;
      left: 240px; }
    .content-icons-wrapper .icons-block:hover {
      background-color: #f0f3e4;
      transition: 0.1s ease-out;
      border: 1px solid #d7d7d7; }

.inner-icons-list {
  display: block;
  width: 200px;
  max-width: 100%; }
  .inner-icons-list span,
  .inner-icons-list a {
    display: block;
    padding: 0px 5px 0px 15px; }
  .inner-icons-list span:hover,
  .inner-icons-list a:hover {
    color: #81AD66; }
  .inner-icons-list span.number-of-auctions {
    display: inline-block;
    padding: 1px 4px 2px; }
    .inner-icons-list span.number-of-auctions:hover {
      color: #fff; }
  .inner-icons-list .kinnistud,
  .inner-icons-list .kinnistu-rent,
  .inner-icons-list .metsamaterjal,
  .inner-icons-list .kasvav-mets {
    position: relative; }
    .inner-icons-list .kinnistud:before,
    .inner-icons-list .kinnistu-rent:before,
    .inner-icons-list .metsamaterjal:before,
    .inner-icons-list .kasvav-mets:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 6px; }
  .inner-icons-list .kinnistud:before, .inner-icons-list .kinnistu-rent:before {
    width: 8px;
    height: 8px;
    background: #0a0a0a;
    border-radius: 50%; }
  .inner-icons-list .metsamaterjal:before {
    width: 8px;
    height: 8px;
    background: #9f712f;
    border-radius: 50%; }
  .inner-icons-list .kasvav-mets:before {
    width: 8px;
    height: 8px;
    background: #5b9139;
    border-radius: 50%; }

.user-auction-notification a {
  text-decoration: underline !important; }

/*-----------------------------------------------------------------------------
    1. MY OFFER STATUS
-----------------------------------------------------------------------------*/
.my-offer-status {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top; }

.winner, .loser {
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center; }

.loser {
  color: #d94914;
  border: 1px solid #d94914; }

.winner {
  color: #588f36;
  border: 1px solid #588f36; }

.error {
  color: red;
  border: 1px solid red;
  padding: 10px;
  margin: 20px 0; }

.warning {
  color: red;
  border: 1px solid red;
  padding: 10px;
  margin: 20px 0;
  background: #ffdae1; }

.success {
  color: green;
  border: 1px solid green;
  padding: 10px;
  margin: 20px 0;
  background-color: #bfddac; }

.auction-request-info {
  padding: 15px 10px;
  border-top: 1px solid #CFCFCF; }
  .auction-request-info.status-pending, .auction-request-info.status-rejected {
    text-align: center;
    color: #fff;
    font-weight: 700; }
  .auction-request-info.status-pending {
    background: linear-gradient(to bottom, #588F36 0%, #81AD66 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0; }
  .auction-request-info.status-rejected {
    background: linear-gradient(to bottom, #d94914 0%, #ea8a67 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0; }
  .auction-request-info .text-block {
    display: inline-block;
    width: 124px;
    margin-right: 15px;
    text-align: left;
    font-weight: 700; }
  .auction-request-info .button-block {
    display: inline-block;
    vertical-align: top; }

body.direction-page .wrapper {
  float: none;
  margin: 3rem auto;
  padding: 5rem 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  body.direction-page .wrapper .content {
    border: none;
    text-align: center; }
    body.direction-page .wrapper .content a {
      text-decoration: underline !important; }

.module-lisan_kuulutuse .select-auction-card-svg-wrapper svg,
.module-lisan_oksjoni .select-auction-card-svg-wrapper svg,
.module-soovin_muugiteenust .select-auction-card-svg-wrapper svg {
  width: 60px;
  height: 60px; }

.module-lisan_kuulutuse .select-auction-card-header,
.module-lisan_oksjoni .select-auction-card-header,
.module-soovin_muugiteenust .select-auction-card-header {
  cursor: default;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1.3; }

@media screen and (max-width: 48.06125em) {
  .module-lisan_kuulutuse .packet,
  .module-lisan_oksjoni .packet,
  .module-soovin_muugiteenust .packet {
    margin-left: 0;
    margin-bottom: 20px; } }

.module-lisan_kuulutuse .content-wrapper,
.module-lisan_oksjoni .content-wrapper,
.module-soovin_muugiteenust .content-wrapper {
  padding: 30px; }
  @media screen and (max-width: 48.06125em) {
    .module-lisan_kuulutuse .content-wrapper,
    .module-lisan_oksjoni .content-wrapper,
    .module-soovin_muugiteenust .content-wrapper {
      padding: 0px; } }

.button-action {
  margin-top: 20px;
  margin-bottom: 20px; }

@media print, screen and (min-width: 48.0625em) {
  .module-soovin_osta .main-wrapper {
    height: 100%;
    overflow: hidden; } }

.module-soovin_osta .main-wrapper .wrapper {
  height: 100%;
  overflow: hidden; }
  .module-soovin_osta .main-wrapper .wrapper .content-wrapper {
    height: 100%; }
    .module-soovin_osta .main-wrapper .wrapper .content-wrapper .map-section {
      height: 100%; }
      .module-soovin_osta .main-wrapper .wrapper .content-wrapper .map-section .maaportaal-wrapper {
        height: 100%; }
        @media screen and (max-width: 48.06125em) {
          .module-soovin_osta .main-wrapper .wrapper .content-wrapper .map-section .maaportaal-wrapper {
            margin-left: 0; } }
      .module-soovin_osta .main-wrapper .wrapper .content-wrapper .map-section .soovin-osta-content {
        position: relative;
        padding-top: 1.5rem; }
        @media print, screen and (min-width: 48.0625em) {
          .module-soovin_osta .main-wrapper .wrapper .content-wrapper .map-section .soovin-osta-content {
            height: 100%;
            overflow: scroll; } }

.module-soovin_osta .logo-slide-card {
  margin-bottom: 0; }

.module-soovin_osta .slick-list {
  padding-bottom: 15px; }

.module-soovin_osta .company-description {
  display: none;
  width: 100%;
  background: #fff;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-top: 0;
  line-height: 1.2; }
  .module-soovin_osta .company-description p:last-child {
    margin-bottom: 0; }

.module-soovin_osta .card {
  overflow: visible;
  /*.card-image {
            
        }
        &.agrofond .card-image {
            
        }*/ }
  .module-soovin_osta .card.has-description.active::after {
    content: "";
    display: block;
    border: 20px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 7px;
    width: 0;
    height: 0;
    position: absolute;
    background: transparent;
    left: 36%; }
  .module-soovin_osta .card.eraisik .card-image {
    background-size: auto; }

.module-soovin_osta .logo-slide-empty {
  color: #DBE5D1;
  font-size: 20px;
  padding: 1rem 1rem;
  text-align: center; }

.module-soovin_osta .has-items .logo-slide-empty {
  display: none; }

.module-soovin_osta footer {
  display: none; }

html.module-soovin_osta {
  height: 100%; }

a.soovin-osta-menu-item .pill.white {
  color: #fff;
  background-color: #c74212; }

.soovin-osta-avalehele {
  position: absolute;
  top: 12px;
  right: 12px;
  line-height: 1; }
  .soovin-osta-avalehele a {
    display: block;
    padding: 5px 10px;
    background: #578f36;
    border-radius: 4px;
    font-size: .8rem;
    color: #fff;
    text-decoration: none !important; }
    .soovin-osta-avalehele a::before {
      display: inline-block;
      width: 5px;
      height: 5px;
      content: "";
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-right: 3px; }

.calculator-wish-to-buy {
  background-image: url(https://www.maaportaal.ee/images/metsamaa_ost.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 1rem 1rem;
  padding: 1rem 1rem 1rem 3.5rem;
  background-color: #ffffff;
  text-align: left;
  color: #0a0a0a; }
  .calculator-wish-to-buy a {
    color: #0a0a0a;
    font-weight: bold; }
  .calculator-wish-to-buy.message-2 {
    margin-top: 1.5rem; }

.eagent-status-box {
  padding: 15px;
  background: #d1d1d1;
  border: 1px solid #aaa;
  color: #fff;
  text-align: center;
  font-weight: 400;
  transition: all 0.25s ease-out; }
  .eagent-status-box .switch {
    margin-bottom: .1rem; }
  .eagent-status-box .switch-paddle {
    background: #db2e42; }
  .eagent-status-box .eagent-text {
    color: #db2e42; }
  .eagent-status-box #eagent-text-title {
    font-size: 26px;
    margin-bottom: 1.5rem; }
  .eagent-status-box .eagent-interval-text {
    display: none; }
  .eagent-status-box.eagent-on {
    border-color: #578F36;
    background: #9bb78a; }
    .eagent-status-box.eagent-on .switch-paddle {
      border-color: transparent; }
    .eagent-status-box.eagent-on .eagent-text {
      font-weight: 400;
      color: #fff; }
    .eagent-status-box.eagent-on #eagent-text {
      color: #fff; }
    .eagent-status-box.eagent-on .eagent-interval-text {
      display: block; }
  @media print, screen and (min-width: 48.0625em) {
    .eagent-status-box {
      margin-left: 1rem; } }

.eagent-content {
  padding-bottom: 2rem; }

.uku-logo {
  max-width: 60px;
  width: 100%;
  vertical-align: text-top; }

.uku-icon {
  float: left; }

.uku-height {
  height: 14px;
  vertical-align: sub; }

.uku-menu {
  height: 22px;
  padding-left: 3px;
  vertical-align: middle; }

.uko-color .sp-replacer {
  position: initial !important; }

.uko-filter-container .uko-radius {
  margin-bottom: 1.5rem; }

.uko-filter-container .small-input {
  width: 40px;
  margin-right: 2px; }

.uko-filter-container .success, .uko-filter-container .warning {
  margin-bottom: 0; }

@media print, screen and (min-width: 48.0625em) {
  .uko-filter-container {
    margin-left: 1rem; } }

.eagent-table tbody {
  border: none; }

.gradient-map {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, white 30%, white 100%);
  background-position: 50% 50%;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-size: auto auto; }

.text-large h4 {
  font-size: x-large;
  font-weight: 100;
  color: #DE283F; }

.oval-bg::before {
  content: "";
  background-image: url(/images/uko-landing/oval-bg.svg);
  height: 150px;
  width: 155px;
  z-index: 0;
  position: absolute;
  right: 0;
  background-position: left top;
  background-repeat: no-repeat;
  bottom: 0;
  margin-right: 0;
  margin-bottom: 0;
  opacity: 0.7;
  cursor: text; }

.oval-header-bg::before {
  content: "";
  background-image: url(/images/uko-landing/oval-bg.svg);
  height: 146px;
  width: 158px;
  z-index: 0;
  position: absolute;
  left: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  top: 0;
  opacity: 1; }

.check-dot-red {
  color: #DA2E43;
  margin-left: -20px; }

.check-dot {
  color: #588f36;
  margin-left: -20px; }

.eagent-landing-menu > img {
  max-width: 85px;
  vertical-align: middle; }

.egant-advantages {
  text-decoration: underline;
  margin-top: 20px; }

.uko-landing-video {
  margin-right: 30px;
  margin-top: 25px; }

.uko-header, .uko-main, .uko-footer {
  position: relative;
  padding: 3rem; }

.gradient-map-wrapper {
  position: relative;
  background-image: url(/images/uko-landing/uko-map-bg.jpg); }

.uko-landing-logo {
  text-align: center;
  margin-top: 40px; }

.uko-landing-logo img {
  max-width: 75px; }

.text-large p {
  font-size: large; }

.uko-strong {
  color: #DE283F;
  font-weight: bold; }

.oval-bg > ul {
  position: relative; }

.uko-header {
  padding-top: 0; }

.uko-main {
  background: #F4F4F4; }

.uko-main ul, .uko-footer ul {
  margin-left: 3rem; }

.landing-icons {
  text-align: center;
  padding: 15px; }

.main-title.lowercase {
  position: relative; }

.list-heading {
  padding-left: 25px; }

.order-button {
  text-align: center; }

.uko-bottom-text {
  padding: 10px; }

.uppercase {
  text-transform: uppercase; }

.list-style-none {
  list-style-type: none; }

.landing-info {
  padding: 3px; }

.landing-info > span {
  background: white;
  padding: 5px; }

.module-metsakindlustus-wrapper .module-metsakindlustus-kalkulaator {
  background: url(../images/bg_metsakindlustus.jpg) no-repeat;
  background-size: cover; }

.module-metsakindlustus-wrapper.step-2 .main-card {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .module-metsakindlustus-wrapper.step-2 .main-card .service-provider {
    display: none; }

.module-metsakindlustus-wrapper .calculator-footer {
  color: #fff; }
  .module-metsakindlustus-wrapper .calculator-footer p, .module-metsakindlustus-wrapper .calculator-footer ul {
    color: #fff; }
  .module-metsakindlustus-wrapper .calculator-footer a {
    color: #fff; }

.module-metsakindlustus-wrapper .insurance-packet + .insurance-packet {
  border-left: 1px solid rgba(255, 255, 255, 0.25); }

.module-metsakindlustus-wrapper .insurance-headline {
  font-size: 20px;
  font-weight: bold;
  line-height: 1; }

.module-metsakindlustus-wrapper .insurance-price {
  font-weight: bold;
  margin-bottom: 0; }

.module-metsakindlustus-wrapper .insurance-monthly {
  line-height: 1; }

.module-metsakindlustus-wrapper .muted, .module-metsakindlustus-wrapper p.muted {
  color: rgba(255, 255, 255, 0.5); }

.module-metsakindlustus-wrapper .file-area {
  font-size: 13px; }

.service-provider {
  font-size: 13px;
  color: #9B9B9B;
  margin-top: 1rem;
  margin-bottom: 0; }
  .service-provider a {
    color: #9B9B9B; }

#matsakindlustus1-modal .popup {
  width: 800px; }

.module-metsalaen .content-wrapper {
  padding: 0 0 30px; }

.module-metsalaen input, .module-metsalaen select, .module-metsalaen select {
  width: 166px;
  /*vertical-align: middle;*/ }

.module-metsalaen .big-input {
  width: 285px; }

.slogan-wrapper {
  background: url(../images/bg_laenud.jpg);
  border: 1px solid green;
  color: #fff;
  padding: 2rem;
  text-align: center; }

.valuation-pricelist {
  border: 1px solid #e6e6e6;
  padding: 10px; }

.pangakonto-input-div,
.telefon-input-div {
  position: relative; }
  .pangakonto-input-div span,
  .telefon-input-div span {
    position: absolute;
    left: 0.7rem;
    bottom: 6px;
    font-size: 100%;
    line-height: 1.15em;
    pointer-events: none; }
  .pangakonto-input-div .is-invalid-input + span,
  .telefon-input-div .is-invalid-input + span {
    bottom: 27px; }
  .pangakonto-input-div .is-invalid-input.not-empty + span,
  .telefon-input-div .is-invalid-input.not-empty + span {
    bottom: 6px; }
  .pangakonto-input-div .is-invalid-input.not-empty.custom-invalid-error + span,
  .telefon-input-div .is-invalid-input.not-empty.custom-invalid-error + span {
    bottom: 27px; }
  .pangakonto-input-div .is-invalid-input.is-empty + span,
  .telefon-input-div .is-invalid-input.is-empty + span {
    bottom: 27px; }
  .pangakonto-input-div label,
  .telefon-input-div label {
    position: relative; }

.telefon-input-div .textbox {
  padding-left: 2.7rem; }

.pangakonto-input-div .textbox {
  padding-left: 1.5rem; }

.short-price input, .short-price select {
  max-width: 100px;
  width: 100%; }

.module-vaikelaen #error .error-p {
  margin: 0;
  font-weight: bold;
  color: #d94914; }

.module-vaikelaen .tooltip p, .module-vaikelaen .tooltip pre {
  font-size: 1rem;
  font-family: "Exo 2", sans-serif;
  line-height: 1.3; }

.module-vaikelaen b .color-alert {
  right: 1rem; }

.scroll-terms {
  cursor: pointer;
  width: 44px;
  height: 44px;
  text-align: center;
  position: absolute;
  right: 0px;
  margin-top: -69px;
  padding-top: 5px;
  background: #fff;
  border: 1px solid #222;
  z-index: 2; }

/* MAIN PAGE */
.objekti_pilt {
  border: 1px solid #C1C1C1; }

.timer-wrapper {
  margin-bottom: 10px; }
  .timer-wrapper .timer span {
    display: inline-block;
    padding: 2px 4px;
    margin: 0 2px;
    color: #fff;
    background: #81AD66; }

.your-auction-here {
  padding: 5px 0 10px;
  clear: both; }
  .your-auction-here img {
    width: 574px;
    border-radius: 5px;
    max-width: 95%; }

/* CONTENT */
/* LEFT MENU */
.login {
  background: #81ad66;
  padding: 5px 0; }
  .login h3 {
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0;
    text-align: center; }

.reg-button {
  font-size: 10px;
  text-transform: uppercase;
  color: #5f6624;
  text-decoration: none;
  display: block;
  width: 100%;
  background: url(../images/empty-button.png) center 0 no-repeat;
  padding: 9px 0 7px 0;
  margin: 5px 0;
  height: 35px;
  text-align: center; }

.login-block + .login-block {
  margin-top: 25px; }

.login-item {
  display: inline-block;
  margin: 0;
  text-align: center; }
  .login-item h3 {
    text-align: center; }
  .login-item + h3 {
    margin-top: 20px !important; }
  .login-item a {
    display: inline-block;
    margin: 0 2px; }

.empty {
  height: 10px;
  display: inline-block; }

.search {
  background-color: #a1a395;
  margin: 0 0 15px 0;
  padding: 10px; }

/* RIGHT SIDEBAR */
/* ADDITIONAL CONTENT */
.alternatiivne_taust {
  background-image: url(../images/avalehe_taust.png); }

.logged-in .alternatiivne_taust {
  background-image: url(./graafika/avalehe_taust_logituna.gif); }

/* TABLESS */
/* DEVELOPMENT */
.back-wrapper {
  padding: 10px; }

.upload-wrapper .upload-file {
  width: auto; }

.files-wrapper {
  list-style-type: none;
  padding-left: 10px; }

.file-wrapper {
  background: url("/admin/images/file.gif") no-repeat 0 2px;
  padding-left: 15px;
  min-height: 13px; }
  .file-wrapper .delete {
    color: red;
    font-size: 9px;
    text-transform: uppercase;
    border: 1px solid red;
    padding: 1px 5px;
    margin-left: 5px; }
    .file-wrapper .delete:hover {
      background: #bc2e1a;
      border: 1px solid #bc2e1a;
      color: #fff; }

.upload-info {
  font-weight: bold; }

.old td {
  opacity: 0.5; }

.confirmation {
  text-align: center; }
  .confirmation p {
    font-size: 14px; }
  .confirmation input[type="button"], .confirmation select[type="button"] {
    width: 45px; }

.loading {
  background: url(../images/loading.gif) no-repeat center center #d1d1d1;
  width: 60px;
  height: 60px;
  padding: 25px;
  border-radius: 10px;
  margin-left: -30px;
  left: 50%;
  top: 250px;
  position: absolute; }

.see-on-the-map {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/see-on-the-map.png) no-repeat;
  overflow: hidden;
  text-indent: -900em; }

.map {
  display: none;
  margin-top: 10px; }

.map-wrapper {
  position: relative;
  margin-right: 18px;
  background: #F5F5F5;
  border: 1px solid #d7d7d7; }

#map-canvas {
  width: 100%;
  height: 380px;
  margin: 0px;
  position: relative;
  overflow: hidden; }

.map-wrapper.closed #map-canvas {
  display: none; }

.map-wrapper.open #map-canvas {
  display: block; }

.map-toolbar .open-map {
  display: inline-block;
  height: 40px;
  padding-left: 68px;
  padding-top: 9px;
  background: url(../images/map-thumb.png) 0 0 no-repeat;
  background-size: contain;
  font-weight: bold; }

.map-toolbar .close-map {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.6);
  padding: 7px;
  font-size: 26px;
  font-family: "Open Sans";
  line-height: 16px; }

.show-map-wrapper {
  cursor: pointer;
  display: block;
  float: left;
  margin-left: 10px; }
  .show-map-wrapper .show-map {
    position: relative;
    display: inline-block;
    margin-left: 37px;
    line-height: 1.2;
    padding-top: 3px; }
  .show-map-wrapper .icon {
    background-image: url("/images/04_maps.png");
    background-repeat: no-repeat;
    background-size: 32px 32px;
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: -37px;
    top: -1px; }

.mainpage p {
  margin-top: 0;
  margin-bottom: 0; }

.top-banner-cell {
  line-height: 0; }

.print .big-auction-block {
  width: 174px; }

.print .price-rise .icon-price-rise {
  width: 152px; }

.mobile-wrapper {
  margin: 10px; }
  .mobile-wrapper h3 {
    text-align: left !important;
    padding: 3px 0; }

.limited-price {
  font-weight: bold;
  color: red !important;
  font-size: 10px; }

.price-hint-wrapper {
  display: none; }

* #map-canvas,
*:before map-canvas,
*:after #map-canvas {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important; }

.text-top {
  vertical-align: top; }

.text-left {
  text-align: left; }

.tree-types-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tree-types-wrapper ul li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 5px;
    border: 1px solid #BFBFBF;
    font-size: 9px; }

.tree-types-wrapper .tree-amount {
  font-weight: normal; }

.tree-type {
  text-transform: capitalize;
  font-size: 11px; }

.tree-amount {
  font-weight: bold;
  font-size: 11px; }

.tree-total {
  border-top: 1px solid #BFBFBF;
  display: inline-block;
  margin: 5px 0;
  padding: 5px 0; }

.log-types-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .log-types-wrapper ul li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 5px;
    border: 1px solid #BFBFBF;
    font-size: 9px; }

.log-types-wrapper .log-amount {
  font-weight: normal; }

.log-type {
  text-transform: capitalize;
  font-size: 11px; }

.log-amount {
  font-weight: bold;
  font-size: 11px; }

.log-total {
  border-top: 1px solid #BFBFBF;
  display: inline-block;
  margin: 5px 0;
  padding: 5px 0; }

.notices-title {
  font-weight: bold; }

.notices-wrapper ul {
  list-style: none;
  padding-left: 0; }
  .notices-wrapper ul li span {
    display: block;
    font-weight: bold; }
    .notices-wrapper ul li span strong {
      vertical-align: baseline; }
  .notices-wrapper ul ul {
    list-style: inherit;
    padding-left: 10px;
    margin-top: 0px; }
  .notices-wrapper ul li {
    line-height: normal;
    margin-bottom: 15px; }
    .notices-wrapper ul li li {
      margin-bottom: auto; }
    .notices-wrapper ul li span {
      border-radius: 8px;
      color: #FFFFFF;
      display: inline-block;
      font-size: 0;
      height: 8px;
      width: 8px;
      margin-right: 3px;
      position: relative;
      top: -1px; }
      .notices-wrapper ul li span.kinnistud {
        background: #000000; }
      .notices-wrapper ul li span.kinnistu-rent {
        background: #000000; }
      .notices-wrapper ul li span.metsamaterjal {
        background: #9f712f; }
      .notices-wrapper ul li span.kasvav-mets {
        background: #5b9139; }
    .notices-wrapper ul li input[type="checkbox"], .notices-wrapper ul li select[type="checkbox"] {
      position: relative;
      top: 2px; }

.file-list {
  margin: 30px 15px;
  padding: 0;
  list-style-type: none; }
  .file-list li {
    margin: 0 0 2px 38px;
    padding: 8px 0 0 0;
    position: relative;
    height: 33px; }
    .file-list li .icon {
      position: absolute;
      display: block;
      width: 33px;
      height: 33px;
      top: 0;
      left: -38px; }
    .file-list li .link {
      background: url("../images/icon_link.gif") no-repeat;
      background-size: 33px 33px; }
    .file-list li .article {
      background: url("../images/icon_article.gif") no-repeat;
      background-size: 33px 33px; }

.mobile-wrapper {
  margin: 10px; }
  .mobile-wrapper h3 {
    text-align: left !important;
    padding: 3px 0; }

.icon-list {
  margin: 5px 0;
  padding: 15px 0;
  list-style: none;
  text-align: left; }
  .icon-list a {
    display: inline-block;
    padding: 65px 5px 5px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid transparent; }
    .icon-list a:hover {
      border: 1px solid #ccc;
      border-radius: 5px; }
    .icon-list a span {
      display: inline-block;
      width: 100%;
      margin-bottom: 5px; }
  .icon-list .m-title {
    font-size: 14px; }
  .icon-list .m-link {
    font-size: 11px;
    /*color: #788E00;*/
    font-weight: bold; }
  .icon-list .winphone-icon {
    background: url(../images/win.png) no-repeat center 10px; }
  .icon-list .iphone-icon {
    background: url(../images/ios-store.png) no-repeat center 10px;
    background-size: 135px 39px;
    width: 155px; }
  .icon-list .android-icon {
    background: url(../images/play-store.png) no-repeat center 10px;
    background-size: 117px 39px;
    width: 137px; }

.manuals {
  border-top: 1px solid #d7d7d7;
  margin: 20px -10px 0;
  padding: 20px 10px 0;
  text-align: center; }
  .manuals h1 {
    text-align: left; }
  .manuals .manual-web,
  .manuals .manual-app {
    position: relative;
    display: inline-block;
    margin: 0 10px; }
  .manuals .manual-web .ico,
  .manuals .manual-app .ico {
    display: block;
    width: 115px;
    height: 115px;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .manuals .manual-web .ico {
    background-image: url(../images/manual-web.png); }
  .manuals .manual-app .ico {
    background-image: url(../images/manual-app.png); }
  .manuals .manual-web:hover .ico,
  .manuals .manual-app:hover .ico {
    opacity: .8;
    -moz-opacity: .8; }
  .manuals .name {
    width: 115px;
    display: block; }

.transport-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .transport-tabs li {
    display: inline-block; }
    .transport-tabs li a {
      display: inline-block;
      padding: .7em 2em;
      background-color: #ddd; }
    .transport-tabs li.active a {
      font-weight: bold;
      background-color: #ccc; }

#veohinnad-DAT,
#veohinnad-DAP {
  margin-top: 1em; }

.textalignleft {
  text-align: left; }

.textalignright {
  text-align: right; }

.textaligncenter {
  text-align: center; }

.button.flexible {
  width: auto;
  padding: 2px 10px 1px; }

.auction-filter-bar {
  border-bottom: 1px solid #d7d7d7;
  padding: 2rem 0; }

.extended-auction-block {
  position: relative;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 1rem 0;
  margin-top: -1px; }
  .extended-auction-block a {
    text-decoration: underline; }
    .extended-auction-block a.button {
      text-decoration: none; }
  .extended-auction-block .auction-data-block-1 {
    margin-bottom: 10px; }
  .extended-auction-block .auction-data-block-2 {
    line-height: 1.1; }
    .extended-auction-block .auction-data-block-2 .row {
      margin-bottom: 7px; }
      .extended-auction-block .auction-data-block-2 .row .column {
        padding: 0 .5rem; }
  .extended-auction-block h3,
  .extended-auction-block .auction-date,
  .extended-auction-block .till-end {
    margin: 0; }
  .extended-auction-block .offer-wrapper {
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
    min-height: 180px;
    padding: 1.5rem 1rem 1rem;
    line-height: 1.1; }
    .extended-auction-block .offer-wrapper .row {
      margin-bottom: 5px; }
      .extended-auction-block .offer-wrapper .row .column {
        padding: 0 .5rem; }
    .extended-auction-block .offer-wrapper h2 {
      margin: 0;
      font-weight: bold; }
    .extended-auction-block .offer-wrapper h4 {
      color: #aaa; }
    .extended-auction-block .offer-wrapper input[type="text"], .extended-auction-block .offer-wrapper select[type="text"] {
      font-weight: bold;
      width: 100%; }

.auction-notification {
  text-align: left;
  margin-bottom: 10px; }

.multi-auction-wrapper {
  margin: 0 -10px; }
  .multi-auction-wrapper .multi-auction-block {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px;
    line-height: 1.2; }
  .multi-auction-wrapper h1 {
    font-size: 20px;
    font-weight: normal; }
  .multi-auction-wrapper h2 {
    font-size: 16px;
    font-weight: normal; }

.multi-auction-name {
  width: 300px; }

.multi-wrapper h3,
.login-block-center .multi-wrapper .auction-table h3 {
  padding-top: 0; }

#login-lhv img {
  width: 90px;
  border-radius: 5px;
  height: 33px;
  margin-bottom: 1px; }

.gray-block {
  background-color: #f5f5f5;
  padding: 15px; }

.multi-auction-wrapper .extended-auction-block:last-child {
  border-bottom: none; }

.multi-auction-block .extended-auction-block {
  padding-left: 30px; }

.multi-auction-block .parameter-block + .parameter-block {
  margin-top: .8rem; }

.multi-auction-block .auction-check {
  position: absolute;
  top: 8px;
  left: 0px; }

.request-data {
  width: auto; }

.cadastre-data {
  border: 1px solid #9fb78e;
  background: #d9e8cf;
  padding: .5rem;
  width: 100%; }

.main-card .error {
  margin: 0; }

.triibud tr.odd {
  background-color: #F5F5F5; }

.readmore {
  text-decoration: underline;
  color: blue; }

.gdpr-confirm .button-bar input.button, .gdpr-confirm .button-bar select.button {
  margin-bottom: 10px; }

.gdpr-confirm .button-bar a.button {
  text-transform: none;
  font-size: 12px;
  clear: both; }

.print .button-bar {
  display: none; }

.terms-box-container {
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #222222; }

.terms-box {
  padding: 10px;
  max-height: 330px;
  overflow: auto;
  position: relative;
  font-weight: normal; }

.terms-hint {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  border-top: 1px solid #000;
  font-weight: bold;
  color: red; }

.readed .terms-hint {
  display: none; }

.print .terms-box {
  max-height: none; }

.disclaimer-label {
  color: gray;
  opacity: .5;
  font-weight: normal; }
  .disclaimer-label.block-error {
    color: red; }

.readed .disclaimer-label {
  color: green;
  opacity: 1; }

#reg-form input[type="text"], #reg-form select[type="text"], #reg-form input[type="number"], #reg-form select[type="number"] {
  width: 50%; }
  @media screen and (max-width: 48.06125em) {
    #reg-form input[type="text"], #reg-form select[type="text"], #reg-form input[type="number"], #reg-form select[type="number"] {
      width: 100%; } }

#reg-form select {
  width: 50%; }
  @media screen and (max-width: 48.06125em) {
    #reg-form select {
      width: 100%; } }

#reg-form .row, #reg-form .grid-x {
  margin-bottom: 15px; }
  #reg-form .row .medium-3.cell, #reg-form .grid-x .medium-3.cell {
    text-align: right; }
    @media screen and (max-width: 48.06125em) {
      #reg-form .row .medium-3.cell, #reg-form .grid-x .medium-3.cell {
        text-align: left; } }

#reg-form .button-bar {
  margin-bottom: 45px; }

.authentication-comment {
  margin: -.5rem 0 1.5rem;
  font-style: italic; }
  .authentication-comment a {
    text-decoration: underline !important; }

.more-info-login,
.auction-request-info {
  padding: 10px;
  margin-top: 15px;
  font-size: 15px;
  border: 1px solid #cdd2bb;
  background: #d9e0bc; }

.more-info-login a {
  color: #588f36;
  text-decoration: underline; }

.more-info-login .login-btn,
.more-info-login .button {
  font-size: inherit;
  width: auto; }

.confirmed {
  color: green; }

/* INTERNET EXPLORER 10.0 */
body.print {
  background: none; }

.external-bar-top,
.login-confirmation {
  display: none; }

.login-registration-block {
  display: none;
  margin: 15px 0 0;
  text-align: center; }
  .login-registration-block .button {
    width: auto; }

.mobile-id-active #login-id,
.mobile-id-active #login-smart-id,
.mobile-id-active #login-swed,
.mobile-id-active #login-seb,
.mobile-id-active #login-lhv {
  opacity: .3; }

.smart-id-active #login-id,
.smart-id-active #login-mobile-id,
.smart-id-active #login-swed,
.smart-id-active #login-seb,
.smart-id-active #login-lhv {
  opacity: .3; }

.comment {
  opacity: 0.6;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.4; }
  .comment a {
    text-decoration: underline !important; }

.login-block h3 {
  font-size: 16px;
  font-weight: bold; }

.bank-link-img {
  width: 90px; }

.external-view {
  background: none;
  font-size: 13px; }
  .external-view .popup-overlay {
    position: relative;
    left: auto;
    bottom: auto; }
  .external-view p {
    font-size: inherit; }
  .external-view .login-confirmation {
    display: block;
    margin-bottom: 25px; }
  .external-view .wrapper {
    width: auto;
    padding: 10px 20px 20px; }
  .external-view .content-wrapper {
    width: auto;
    float: none;
    margin: 0; }
  .external-view .external-bar-top {
    position: relative;
    display: block;
    height: 48px;
    border-bottom: 1px solid #588f36;
    background: #588f36;
    background: linear-gradient(to bottom, #588f36 0%, #81ad66 100%); }
    .external-view .external-bar-top .header-logo {
      position: absolute;
      top: 6px;
      left: 15px;
      width: 200px;
      height: 35px;
      color: #fff;
      background: url("../images/metsaoksjon-logo-white.svg") no-repeat 0 0;
      background-size: contain;
      padding: 16px 0 0 60px;
      font-size: 15px;
      text-transform: uppercase; }
      .external-view .external-bar-top .header-logo img {
        height: 100%; }
  .external-view .login-registration-block {
    display: block;
    margin: 35px 0 0;
    text-align: center; }
    .external-view .login-registration-block h3 {
      text-align: center; }
    .external-view .login-registration-block .button {
      font-size: 15px;
      padding: 5px 15px;
      font-weight: normal; }
  .external-view .textarea,
  .external-view .textbox {
    padding: 5px;
    border-radius: 0; }

.external-login .wrapper {
  display: none; }

.external-login #login-modal {
  display: block; }
  .external-login #login-modal.popup-overlay {
    background: none; }
  .external-login #login-modal .popup {
    position: relative;
    left: 0;
    margin-left: 0;
    background: none;
    top: 20px;
    width: auto;
    padding: 10px; }
    .external-login #login-modal .popup .close-btn {
      display: none; }

.external-login #mobile-id {
  margin: 0 -10px;
  background: #e2e2e2; }

.external-view #header,
.external-view .path-wrapper,
.external-view .menu-wrapper,
.external-view .footer {
  display: none; }

.external-view .content {
  border: none;
  width: auto; }
  .external-view .content.front-page {
    background: none;
    width: auto; }
    .external-view .content.front-page .nine.columns {
      width: auto; }

.external-view .content-wrapper {
  border: none;
  padding: 0; }

.external-view .avaleht-sidebar {
  display: none; }

/*.external-reg .wrapper { display:none; }*/
.external-reg #reg-form .three {
  width: 41.66667%; }

.external-reg #reg-form .nine {
  width: 58.33333%; }

.external-reg #reg-form input[type="text"], .external-reg #reg-form select[type="text"] {
  width: 100%; }

.external-reg .button-bar {
  margin: 0 -10px; }

.account-list {
  list-style-type: none;
  padding: 0; }

.status-beginning {
  color: #788E00; }

.changelog-bar {
  margin-bottom: 5px; }

.gdpr-confirm .changelog-wrapper {
  display: none; }

.changelog-block {
  padding: 1rem; }
  .changelog-block + .changelog-block {
    border-top: 1px solid #d7d7d7;
    margin-top: 1rem; }
  .changelog-block .title span {
    font-size: 10px;
    margin-left: 1rem;
    border: 2px solid #81ad66;
    border-radius: 50px;
    padding: 4px;
    color: #81ad66; }

.kliendiabi-accordion strong {
  cursor: pointer; }

ul.kliendiabi-accordion {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.kliendiabi-accordion li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb; }
    ul.kliendiabi-accordion li:nth-of-type(1) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    ul.kliendiabi-accordion li:nth-of-type(2) {
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }
    ul.kliendiabi-accordion li:nth-of-type(3) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    ul.kliendiabi-accordion li:last-of-type {
      padding-bottom: 0; }
    ul.kliendiabi-accordion li i {
      position: absolute;
      -webkit-transform: translate(-6px, 0);
              transform: translate(-6px, 0);
      margin-top: 16px;
      right: 0; }
      ul.kliendiabi-accordion li i:before {
        content: "";
        position: absolute;
        background-color: #ff6873;
        width: 3px;
        height: 9px; }
      ul.kliendiabi-accordion li i:after {
        content: "";
        position: absolute;
        background-color: #ff6873;
        width: 3px;
        height: 9px; }

ul.kliendiabi-accordion li i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
          transform: translate(-2px, 0) rotate(45deg); }

ul.kliendiabi-accordion li i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
          transform: translate(2px, 0) rotate(-45deg); }

ul.kliendiabi-accordion li input[type=checkbox], ul.kliendiabi-accordion li select[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }
  ul.kliendiabi-accordion li input[type=checkbox]:checked ~ p > img, ul.kliendiabi-accordion li select[type=checkbox]:checked ~ p > img {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }
  ul.kliendiabi-accordion li input[type=checkbox]:checked ~ i:before, ul.kliendiabi-accordion li select[type=checkbox]:checked ~ i:before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
            transform: translate(2px, 0) rotate(45deg); }
  ul.kliendiabi-accordion li input[type=checkbox]:checked ~ i:after, ul.kliendiabi-accordion li select[type=checkbox]:checked ~ i:after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
            transform: translate(-2px, 0) rotate(-45deg); }

.kliendiabi-accordion p {
  transition: all 0.25s ease-in-out; }

ul.kliendiabi-accordion li {
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both; }
  ul.kliendiabi-accordion li i:before, ul.kliendiabi-accordion li i:after {
    transition: all 0.25s ease-in-out; }

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg); }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg); }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg); }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg); }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg); }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg); }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

.soovin-myya-logos > p {
  font-size: 13px;
  text-align: center;
  margin-top: 30px; }

.soovin-myya-logos div {
  margin-left: 250px; }

.soovin-myya-logos img {
  height: 40px;
  margin-right: 40px; }

/*tehnilised probleemid banner*/
.technical-stop {
  background: #DF1300;
  color: #fff;
  padding: 1em;
  font-size: 14px;
  text-align: center;
  display: none;
  width: 100%; }
  .technical-stop span {
    font-weight: 600; }
  .technical-stop a {
    text-decoration: underline;
    color: #fff; }

.sent-message-box {
  padding: 45px 40px;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 30px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  color: #679e47;
  text-align: center; }
  .sent-message-box i.fa {
    font-size: 44px;
    display: block;
    margin-bottom: 10px;
    color: #9cbd88; }

.developer-icon {
  position: absolute;
  top: 25px;
  left: 0; }
  .developer-icon img {
    border: 0;
    height: 70px; }

.payment-header {
  margin-bottom: 30px; }
  .payment-header.only {
    margin-bottom: 0; }
  .payment-header p {
    color: #fff; }

.tab-white .bank-links {
  height: 35px; }

.cadastral-link {
  position: relative; }
  .cadastral-link + .cadastral-link {
    margin-top: 5px; }

.cadastral-links strong {
  display: inline-block;
  width: 100px; }

.cadastral-links ul {
  display: inline-block;
  border-left: 1px solid #000;
  margin: 0 0 0 2.5rem;
  padding-left: 1.5rem;
  list-style-type: none; }

.cadastral-links li {
  display: inline-block;
  margin-right: 5px; }

.best-auctions-content {
  background: white;
  margin-top: 25px;
  padding-left: 26px;
  padding-bottom: 14px; }
  .best-auctions-content .mid-topbar.topbar-auctions-price-rise {
    border: none;
    padding: 0;
    margin: 0; }
  .best-auctions-content h1 {
    position: relative;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 15px; }
    .best-auctions-content h1:before {
      content: "";
      background: url("/images/logo-colored.svg") left center no-repeat;
      display: inline-block;
      height: 33px;
      width: 20px;
      position: absolute;
      left: 0;
      top: 14px; }
    .best-auctions-content h1 .close {
      position: absolute;
      right: 25px;
      top: 17px;
      width: 23px;
      height: 23px;
      opacity: 0.3;
      display: none; }

.module-hinnakalkulaator .best-auctions-content h1 .close {
  display: block; }

.best-auctions-content h1 .close:hover {
  opacity: 1; }

.best-auctions-content h1 .close:before, .best-auctions-content h1 .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
  display: none; }

.best-auctions-content h1 .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.best-auctions-content h1 .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.best-auctions-link {
  text-align: center;
  margin-top: 35px; }
  .best-auctions-link a {
    padding: 10px 25px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    position: relative; }
    .best-auctions-link a > :first-child {
      background: url("/images/logo-white.svg") left center no-repeat;
      height: 29px;
      width: 17px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 7px; }
    .best-auctions-link a::after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      margin-left: 8px;
      position: absolute;
      top: 14px; }

@media screen and (max-width: 63.99875em) {
  #map-canvas {
    width: 100% !important;
    margin: 0 !important; }
  body.module-oksjonid table,
  .multi-auction-name {
    width: 100% !important; }
  .overflow-text,
  p a {
    word-break: break-all; }
  .content-wrapper {
    margin-left: 0; }
  .mobile-topblock img {
    width: auto; } }

.gdpr-confirm #header,
.gdpr-confirm #leftmenu,
.gdpr-confirm .login-menu,
.gdpr-confirm .path,
.gdpr-confirm .extra-menu,
.gdpr-confirm .footer-inner {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  pointer-events: none; }

.gdpr-confirm .mobile-navbar .header-logo,
.gdpr-confirm .mobile-navbar .user-wrapper,
.gdpr-confirm .mobile-navbar .hamburger {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  pointer-events: none; }

.gdpr-confirm .mobile-footer {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  pointer-events: none; }

.user-parameters {
  margin: 0 0 1rem 1.5rem;
  font-size: 12px; }

.packet-name.packet-bronze, .packet-name.packet-silver, .packet-name.packet-gold {
  padding: 2px 8px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #000; }

.packet-name.packet-bronze {
  background-color: #CD7F32;
  color: #fff; }

.packet-name.packet-silver {
  background-color: #D3D3D3; }

.packet-name.packet-gold {
  background-color: #FFD700; }

/*@import "base/_responsive"; */


/*# sourceMappingURL=main.css.map*/